Advertisement
Guest User

Yuhk

a guest
Dec 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.45 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 = 4;
  12. Map = 3;
  13. Hardcore = true;
  14.  
  15. --AutoSell
  16. Common = false;
  17. Uncommon = false;
  18. Rare = false;
  19. Epic = false;
  20.  
  21. --Other
  22. Distance = 12; --How far above you want to teleport
  23. Delayy = 0.08 --Delay between shots
  24. }
  25.  
  26. loadstring(game:HttpGet("https://pastebin.com/raw/EPnTbB0y", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement