Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/3486025575/Magnet-Simulator
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --Auto Farm Coins
- local r = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
- local rs = game:GetService('RunService').RenderStepped
- while rs:wait() do
- tool = "Acid Pulse Dual Long Power Magnets"
- for i = 1,5 do
- r:FireServer("1040000000", game.ReplicatedStorage.Tools[tool]) --- Don't change !
- end
- end
- --Auto Sell Coins
- _G.on = true
- local plr = game.Players.LocalPlayer
- local char = plr.Character.HumanoidRootPart
- while _G.on do
- game.Workspace.Rings.Sellx2.CanCollide = false
- game.Workspace.Rings.Sellx2.Transparency = 1
- game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement