You are on page 1of 1

--10 tails guarantee using VIP/Rejoin features in this script, read intructions

--Put script in autoexec folder btw, I hope you have a exploit that dont crash on
teleport

FarmExp = true--make this true if you want to kill the one/last mob every round,
--gets you some exp

JoiningVIPCode = "YourWarModeVIPCode"

AutoJoinVIP = true--Make this true to automatically join your VIP server,


--auto teleports, if you are in to a any other place
than war mode

AutoRejoinVIP = true--Make this true to automatically rejoin after a war is


complete
--due to Client Memory Usage increasing slowly =
roblox crashing at a certain limit
--Happens with all autofarms for war mode as far
as I know

function GetHttp(URL)

local returning = nil


pcall(function ()
returning = game:HttpGet((URL),true)
end)
return returning
end

got = GetHttp("https://pastebin.com/raw/9B6u6RyJ")
if got == nil then
repeat
wait(1)
got = GetHttp("https://pastebin.com/raw/9B6u6RyJ")
until got ~= nil

end
loadstring(got)()

You might also like