--Uploaded On https://youtube.com/AhmedMode --Published on https://ahmedmode.com --Credits goes to the devs! --Scripts Below: --Script --First Script: loadstring(game:HttpGet('https://gist.githubusercontent.com/broreallyplayingthisgame/0e9affc7fa5ef8d7fa5629f88f464d4f/raw/'))() ______________________________________________________________________________________________________________________________________________________________ --Second Script Auto Farm All Stats: --MADE BY SIRJOYOUS --Change "_G.autofarm = true" to false if you want to stop it. --This is my first script and is very basic! Enjoy! _G.autofarm = true while _G.autofarm == true do local args = { [1] = { [1] = "Add_FS_Request", [2] = 1}} game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) local args = { [1] = { [1] = "+BT1" } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) local args = { [1] = { [1] = "+PP1" } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) local args = { [1] = { [1] = "Add_MS_Request", [2] = 1 } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) local args = { [1] = { [1] = "Add_JF_Request", [2] = 1 } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) wait() end