Advertisement
cortesjoren

Magnet Simulator Auto farmer.

Jan 15th, 2019
1,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local s = game.workspace.Rings.Sell
  3. local tool = game.workspace[plr.Name]:FindFirstChildWhichIsA("Tool")
  4. while wait() do
  5.  
  6. local Hecc = game:GetService("Workspace").babamyloves[tool.Name] -- CHANGE AND PUT YOUR NAME HERE
  7. local Remote1 = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  8. local Remote2 = game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard
  9. s.CanCollide = false
  10. s.CFrame = plr.Character.HumanoidRootPart.CFrame
  11. Remote1:FireServer("72000", Hecc)
  12. Remote1:FireServer("56000", Hecc)
  13. Remote1:FireServer("27500", Hecc)
  14. Remote2:FireServer("100_100Rebirth") -- CHANGE THIS ONE FOR REBIRTH RATE (Currently set as default 1 per loop)
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement