_G.ProtectedPeople = { }; -- Add your accounts here so they won't be flung by the bots _G.AutoServerHop = true; -- Keep this enable so it automatically swittches you to a new server when the server is low. _G.ServerHopThresshold = 0.5; -- This would mean if auto rap battles had less than 9 players the script would server hop. | The number mut be within [0, 1] boundaries, do not increase the script higher than 1 or lower than 0. (I don't recommend setting this to 1.0 as it'll make you rapidly server hop, I recommend doing 0.5 which will teleport you to a new server after half the server has left) _G.AutoServerHopIn = 5; -- This makes you auto server hop every 5 minutes just in case you don't want to be in the same server each time. _G.AntiAfkScript = true; -- Prevents roblox from kicking you from being afk if (game.PlaceId == 579955134) then game.Workspace.Spectating:FireServer(); -- Disables spectating so the game doesn't respwan you in auto rap battles end loadstring(game:HttpGet('https:/pastebin.ai/raw/a0gitsoenc'))();