Feb 27th, 2020
The Ban Hammer is the strongest tool in Mining Simulator that can be purchased with rebirth tokens. It is also the third most expensive item that can be purchased with Rebirth Tokens. Without the 2x Tokens gamepass, it requires at least 5,500 Rebirths to purchase. With the 2x Tokens gamepass, it requires at least 2,250 Rebirths to purchase. Note that this does not include any other method of.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Game Link: https://www.roblox.com/games/1828509885/AUTO-EGGS-Egg-Farm-Simulator
- --/ Made By Waynes_World1
- local Screen = Instance.new('ScreenGui')
- local Wayne = Instance.new('TextLabel')
- Screen.Parent = game.CoreGui
- Frame1.Name ='Frame1'
- Frame1.Active =true
- Frame1.Position = UDim2.new(0.409278363,0,0.106571935,0)
- Frame1.Style = Enum.FrameStyle.RobloxRound
- Frame1.Visible =true
- Wayne.Name ='Wayne'
- Wayne.BackgroundColor3 = Color3.new(1,1,1)
- Wayne.Position = UDim2.new(0.04,0,0.6,0)
- Wayne.Font = Enum.Font.SciFi
- Wayne.TextColor3 = Color3.new(0,0.9,0.996078)
- AD.Parent = Frame1
- AD.Position = UDim2.new(0.06,0,0.2,0)
- AD.Style = Enum.ButtonStyle.RobloxRoundButton
- AD.Text ='Auto Diamonds'
- AD.TextSize =14
- AD.TextColor3 = Color3.new(0,0.992157,0.0862745)
- wait(5)
- for i, a inpairs(game:GetDescendants())do
- if a.Value game.Players.LocalPlayer then
- end
- end
- for i,b inpairs(LocalFarm.Diamonds:GetChildren())do
- b.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
- end
RAW Paste Data