Advertisement
Ikuyoscripts

Auto Rank Pet Sim 99

Apr 14th, 2024
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -- @diagnostic disable: undefined-global, lowercase-global
  2. -- NOTE : MAKE SURE YOUR RANK IS 5 AND YOU ALREADY UNLOCK ALL AREA OTHERWISE THE SCRIPT DOESNT WORK
  3. -- THIS SCRIPT IS BETA, PLEASE REPORT IF THERE ANY ISSUE.
  4. config = {
  5.  
  6. main_config = {
  7.  
  8. delay = 30, -- delay doing next task (secs)
  9. auto_claim = true,-- auto claim rank rewards
  10. legit_mode = true -- this will reduce the chance of getting banned
  11. },
  12. misc_config = {
  13.  
  14. fps_boost = true, -- will remove all your textures and make your gpu less lag
  15. anti_afk = true, -- will make your character move
  16. use_gift = true -- auto open all your gift rewards
  17.  
  18. }
  19.  
  20. }
  21. --Script made by idnohw
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/idnohw/autoRank/main/AutoRankUpBeta.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement