Advertisement
advancedev

anti-lag

Jan 19th, 2015
5,162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. mx = game.Debris
  2. mx2 = game.Debris.MaxItems
  3.  
  4. if (mx.MaxItems > 40000) then
  5. mx.MaxItems = mx2*.75
  6. end
  7.  
  8. --made by bigbadke12
  9. --dont change my name!
  10. --if the script stops working lower the number from 40,000 to a lower number. (changeing it to a crazy number like 1,000,000
  11. --will only make it worse)
  12. --this works so dont copy it.
  13. --this is Version V4.1.1
  14. --ONLY TRUST ANTI-LAG SCRIPTS MADE BY bigbadke12 or they may be infected or leeched.
  15. --Enjoy! :)
  16. --Dont forget to tell your friends!
  17. --Read the "READ ME!" Script!
  18. --If you like this script join: http://www.roblox.com/groups/group.aspx?gid=537037
  19. --Check out the "how it works" guide to read how this script works
  20.  
  21.  
  22. --Credits--
  23. --Anaminus -Updater Script
  24. --Zaqw78 -Helped find a couple bugs
  25.  
  26. --Extra Stuff--
  27. --Want to help me out a little?
  28. --Come play http://www.roblox.com/GameStop-Tycoon-V5-6-Favorite-Updates-Coming-place?id=44412559
  29. --Who knows you might just have a little fun there to.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement