-- replicatedstorage and the shit anticheat module ReplicatedStorage_upvr = game.ReplicatedStorage any_new_result1_2_upvr = require(game.ReplicatedStorage.RemoteManager.Client).new() -- automatically spam massive chat messages task.spawn(function() while task.wait(.00001) do any_new_result1_2_upvr:requestAccessToken() any_new_result1_2_upvr:executeRemote({ chance = math.random(900, 1000); -- bypass relative checks }, ReplicatedStorage_upvr.Remotes.RareRoll) end end) -- auto give aton of ropoints task.spawn(function() while task.wait(.00001) do any_new_result1_2_upvr:requestAccessToken() any_new_result1_2_upvr:executeRemote({ amount = 988; -- (dont set to 1k or 999, you will get banned.) }, ReplicatedStorage_upvr.Remotes.GiveRoPoints) end end) -- auto give aton of rolls task.spawn(function() while task.wait(.00001) do any_new_result1_2_upvr:requestAccessToken() any_new_result1_2_upvr:executeRemote({ amount = 988; -- (dont set to 1k or 999, you will get banned.) }, ReplicatedStorage_upvr.Remotes.GiveRolls) end end) -- auto give leaderboard rolls task.spawn(function() while task.wait(.00001) do any_new_result1_2_upvr:requestAccessToken() any_new_result1_2_upvr:executeRemote({ amount = 1; -- (dont set to higher, you will get banned.) }, ReplicatedStorage_upvr.Remotes.GiveRollsDones) end end) -- spam mythical effects (this has a server duration, so it cant be fully spammed) task.spawn(function() while task.wait(.00001) do any_new_result1_2_upvr:requestAccessToken() any_new_result1_2_upvr:executeRemote({}, ReplicatedStorage_upvr.Remotes.MythicalEffects) end end) -- spam leaderboard task.spawn(function() while task.wait(0.00001) do ReplicatedStorage_upvr.LiveLeaderboard:FireServer( math.random(500, 1000) --bypass relative checks , "Insane") end end)