robloxistoeasy

Zombie Strike Script

Dec 26th, 2019
3,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --[[
  2.  
  3. auto sell will sell everything thats not equipped
  4. settings them as favourite wont prevent them from being sold
  5.  
  6. ]]
  7.  
  8. --Settings
  9. _G.Settings = {
  10. --Map
  11. Level = 1;
  12. Map = 2;
  13. Hardcore = true;
  14.  
  15. --AutoSell
  16. Common = false;
  17. Uncommon = false;
  18. Rare = false;
  19. Epic = false;
  20.  
  21. --Other
  22. Distance = 30; --How far above you want to teleport
  23. }
  24.  
  25. loadstring(game:HttpGet("https://pastebin.com/raw/EPnTbB0y", true))()
Advertisement
Add Comment
Please, Sign In to add comment