Get loads of free insane scripts here for you to use with loads of exploits we have at our exploits page come check them out and have some fun on roblox. Sorry for the delay. Hope you enjoyed.Like, subscribe and comment down below for more vids.Link for btools/hack:http://www.filedropper.com/homojews.
Feb 18th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- MsgBox Welcome to Roblox TREASURE HUNT SIMULATOR auto cycle script by ExtraSmallShows!
- return
- MsgBox This script only works with any auto miner!
- return
- MsgBox Look at the hole you would like to enter while zoomed out ( Preferably the deepest ) Click OK when you are ready.
- return
- MsgBox You will now need to calibrate your walk distance from the shop to the mine and how long it will take you to fill up your backpack.
- return
- InputBox, Walk, Walk Distance, Please enter a time for walking from the sell teleport location to the hole such as 1000. This '1000' represents one second. Enter a value that estimates your time of walking from the exact teleport location of the sell location to the hole which you would like to enter. e.g. 1300.
- Msgbox Cancelled Operation
- MsgBox Now you will need to estimate the time that your backpack will take to fill up. Click OK to proceed.
- return
- InputBox, BackPack, BackPack Capacity, Please enter a time to fill up your backpack. You should add another 15 seconds onto the time to guarentee no glitching. This time also follows the system where 1000 = 1 Second. e.g. Medium Canister would be 108000 which would be 108 Seconds.
- Msgbox Cancelled Operation
- MsgBox Remember, do NOT touch your right click. Stand on the area where you are teleported to when clicking sell. Select your auto-mining shovel and Click OK to start! Enjoy!
- returnw
- Send {w down} w
- Sleep %Walk% ;This number represents the time needed to walk from the sell area to the mine.
- Sleep %BackwPack% ;This number represents the time allowed to dig.
- Sleep 1000
- Imagesearch, FoundX, FoundY, 40,40
- Return
RAW Paste Data
Oct 15th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local Frame = Instance.new('Frame')
- local ChestTp = Instance.new('TextButton')
- local Dig = Instance.new('TextButton')
- local TextLabel_3 = Instance.new('TextLabel')
- local Open = Instance.new('TextButton')
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.282353,0.282353,0.282353)
- Frame.Draggable =true
- Frame.Size = UDim2.new(0,230,0,220)
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(0.337255,0.333333,0.337255)
- Close.Font = Enum.Font.SciFi
- Close.TextColor3 = Color3.new(1,0,0)
- Close.TextSize =14
- Close.MouseButton1Click:connect(function()
- if game.CoreGui.ScreenGui.Frame.Visible truethen
- end
- ChestTp.Name ='Chest Tp'
- ChestTp.BackgroundColor3 = Color3.new(0,0,0)
- ChestTp.Position = UDim2.new(0,0,0,50)
- ChestTp.Font = Enum.Font.SciFi
- ChestTp.TextColor3 = Color3.new(1,0,0)
- ChestTp.TextSize =14
- ChestTp.MouseButton1Click:connect(function()
- wait(.1)
- for _,v inpairs(game.Workspace.SandBlocks:GetChildren())do
- if v:FindFirstChild('BasicChest')or v:FindFirstChild('EpicChest')or v:FindFirstChild('RareChest')then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
- end
- end)
- TextLabel.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel.BackgroundTransparency =0.30000001192093
- TextLabel.Size = UDim2.new(0,230,0,20)
- TextLabel.Text ='Credits To Error!'
- TextLabel.TextSize =28
- Dig.Name ='Dig'
- Dig.BackgroundColor3 = Color3.new(0,0,0)
- Dig.Position = UDim2.new(0,0,0,110)
- Dig.Font = Enum.Font.SciFi
- Dig.TextColor3 = Color3.new(1,0,0)
- Dig.TextSize =14
- Dig.MouseButton1Click:connect(function()
- local Mouse = game.Players.LocalPlayer:GetMouse()
- local RS = game:GetService('RunService').RenderStepped
- local ClicksPerLoop =5
- function FindTool()
- local tool =nil
- for i,v inpairs(game.Players.LocalPlayer.Character:GetChildren())do
- found =true
- end
- if found then
- end
- local pass, tool = FindTool()
- RS:wait(_G.digSpeed)
- for i=1,ClicksPerLoop do
- end
- end
- Clicking =true
- end)
- Mouse.Button1Up:Connect(function()
- end)
- TextLabel_2.Parent = Dig
- TextLabel_2.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel_2.BackgroundTransparency =0.30000001192093
- TextLabel_2.Size = UDim2.new(0,230,0,20)
- TextLabel_2.Text ='Credits To EpicShow! '
- TextLabel_2.TextSize =28
- TextLabel_3.Parent = Dig
- TextLabel_3.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel_3.BackgroundTransparency =0.30000001192093
- TextLabel_3.Size = UDim2.new(0,230,0,50)
- TextLabel_3.Text ='Made By CoElder!'
- TextLabel_3.TextSize =28
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.new(0.337255,0.329412,0.337255)
- TextLabel_4.BackgroundTransparency =0.40000000596046
- TextLabel_4.Size = UDim2.new(0,230,0,30)
- TextLabel_4.Text ='Treasure Hunt Simulator GUI'
- TextLabel_4.TextScaled =true
- TextLabel_4.TextWrapped =true
- Open.Name ='Hack'
- Open.BackgroundColor3 = Color3.new(0,0,0)
- Open.Position = UDim2.new(0,0,0,340)
- Open.Font = Enum.Font.SciFi
- Open.TextColor3 = Color3.new(0,1,1)
- Open.TextSize =14
- Open.MouseButton1Click:connect(function()
- if game.CoreGui.ScreenGui.Frame.Visible falsethen
- end
RAW Paste Data