Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- @diagnostic disable: undefined-global, lowercase-global
- -- NOTE : MAKE SURE YOUR RANK IS 5 AND YOU ALREADY UNLOCK ALL AREA OTHERWISE THE SCRIPT DOESNT WORK
- -- THIS SCRIPT IS BETA, PLEASE REPORT IF THERE ANY ISSUE.
- config = {
- main_config = {
- delay = 30, -- delay doing next task (secs)
- auto_claim = true,-- auto claim rank rewards
- legit_mode = true -- this will reduce the chance of getting banned
- },
- misc_config = {
- fps_boost = true, -- will remove all your textures and make your gpu less lag
- anti_afk = true, -- will make your character move
- use_gift = true -- auto open all your gift rewards
- }
- }
- --Script made by idnohw
- loadstring(game:HttpGet("https://raw.githubusercontent.com/idnohw/autoRank/main/AutoRankUpBeta.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement