TheNadie

cookie hack

Jan 18th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. _G.Toggle = true
  2.  
  3. while wait()do
  4. if _G.Toggle then
  5. local Cookie = "c44ff05805c1a282cb852411fb39f08e"
  6. game:GetService("ReplicatedStorage").Events.ActivatedTool:FireServer(Cookie)
  7. wait()
  8. for i,v in pairs(game:GetService("Workspace").SellParts:GetChildren()) do
  9. v.CanCollide = false
  10. v.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  11. wait()
  12. end
  13. end
  14. end
Add Comment
Please, Sign In to add comment