Ma7mooD-JJSploit

mob sim Hack

Jun 8th, 2020
1,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -- CHANGE USERNAME TO YOUR OWN USERNAME!Dont Change *Event* Ex ["USERNAMEEvent"] To ["AhmedKiller38Event"]
  2. while true do
  3. wait()
  4. local A_1 = "collect"
  5. local Event = game:GetService("ReplicatedStorage")["USERNAMEEvent"]
  6. Event:FireServer(A_1)
  7.  
  8. local A_1 = "sell"
  9. local Event = game:GetService("ReplicatedStorage")["USERNAMEEvent"]
  10. Event:FireServer(A_1)
  11.  
  12. end
  13.  
  14.  
  15. --TELEPORTS ALL GEMS
  16. local gems = game:GetService("Workspace").HitBoxes.SmallGem.Base
  17. while true do
  18. wait()
  19. gems.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  20. end
Add Comment
Please, Sign In to add comment