Advertisement
Cizzy

Untitled

Mar 17th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --Find a antikick script and put it on top
  2. --Im not putting one here cus I dont wanna get banned for
  3. -- posting a script that isnt mine
  4. while wait() do --Change number if it aint fast or slow enough to your liking
  5. game:GetService("ReplicatedStorage").Events.Player.Eat:FireServer() --AutoEat
  6.  
  7. local args = { --AutoSell
  8. [1] = workspace.SELL.Pad
  9. }
  10. wait(2)
  11. game:GetService("ReplicatedStorage").Events.Player.Teleport:FireServer(unpack(args))
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement