Advertisement
MLG_Rainbow

Zombie Strike Autofarm Op!

Dec 7th, 2019
1,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. --[[
  2. == MAPS ==
  3. The Retro City - 1
  4. The Factory - 2
  5. The Firelands - 3
  6. == DIFFICULTIES ==
  7. Easy - 1
  8. Medium - 2
  9. Hard - 3
  10. Very Hard - 4
  11. Extreme - 5
  12. == NOTES ==
  13. auto sell will sell everything thats not equipped
  14. settings them as favourite wont prevent them from being sold
  15. firelands use 1-3, not 3-5
  16. ]]
  17. --Settings
  18. _G.Settings = {
  19. --Map
  20. Difficulty = 3;
  21. Map = 1;
  22. Hardcore = true;
  23. --AutoSell
  24. Common = true;
  25. Uncommon = true;
  26. Rare = false;
  27. Epic = false;
  28. --Other
  29. Distance = 8; --How far above you want to teleport
  30. Timer = 300; --Time before you're forced back to the lobby (to prevent getting stuck in a broken server)
  31. }
  32.  
  33. loadstring(game:HttpGet("https://pastebin.com/raw/GPsD6fX4", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement