SETTINGS = { ["Spinning"] = { ["Enable"] = true,-- ["ExactName"] = false, ["SpinningSlots"] = { ["Slot1"] = true, ["Slot2"] = false, ["Slot3"] = false, ["Slot4"] = false, }, ["Wanted_Genkais"] = { "rinnegan", "itachi", }, ["Limited_Spinning"] = true, ["Limited_Spins"] = 1, ["Farm_Candy"] = true,--Make this true if you want to farm candy for spins ["Farm_Candy_Spins_At"] = 1,--If spins lower or equal to this, farms candy ["Farm_Candy_Until"] = 6,--when farming candy, stop farming at 500 spins }, ["ServerHop"] = { ["Enable"] = true, ["VersionSnipe"] = false, ["Version"] = "VER 007.6", ["Servers"] = { [1] = { ["Server"] = "Leaf", ["PublicServer"] = true,--if you want to use vip servers, make this fase ["PlaceID"] = 4601350214,--dont change this ["VIP_Server_Code"] = "",-- }, [2] = { ["Server"] = "Rock", ["PublicServer"] = true,--if you want to use vip servers, make this fase ["PlaceID"] = 4601350809,--dont change this ["VIP_Server_Code"] = "", }, [3] = { ["Server"] = "Cloud", ["PublicServer"] = true,--if you want to use vip servers, make this fase ["PlaceID"] = 4601350656,--dont change this ["VIP_Server_Code"] = "", }, [4] = { ["Server"] = "Mist", ["PublicServer"] = true,--if you want to use vip servers, make this fase ["PlaceID"] = 4601350760,--dont change this ["VIP_Server_Code"] = "", }, [5] = { ["Server"] = "Sand", ["PublicServer"] = true,--if you want to use vip servers, make this fase ["PlaceID"] = 4601350394,--dont change this ["VIP_Server_Code"] = "", }, } }, } function GetHttp(URL) local returning = nil pcall(function () returning = game:HttpGet((URL),true) end) return returning end got = GetHttp("https://pastebin.com/raw/HXz7Pjg8") if got == nil then repeat wait(1) got = GetHttp("https://pastebin.com/raw/HXz7Pjg8") until got ~= nil end if got ~= nil then loadstring(got)() end