0% found this document useful (0 votes)
69 views3 pages

Spinner TS V 0 1 1

This document contains code for a Roblox exploit script with settings for features like spinning, server hopping, and load times. The script contains warnings and credits and uses HTTP requests to retrieve code from pastebin and GitHub to execute the full script.

Uploaded by

Hamza Hamza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views3 pages

Spinner TS V 0 1 1

This document contains code for a Roblox exploit script with settings for features like spinning, server hopping, and load times. The script contains warnings and credits and uses HTTP requests to retrieve code from pastebin and GitHub to execute the full script.

Uploaded by

Hamza Hamza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

--Version 0.1.

1
--Put the script in autoexec if your exploit have it, free exploits don't usually.
Warning = [[Yo youtubers, discord server owners and site owners the link to my script should be
my product link from my website tech-brain.net no where else or I will shit on your reputation
and copyright also any links should be above any other links in the description]]
Credits = [[Discord Link: https://discord.com/invite/M5JYNPcSVh and also visit
tech-brain.net/roblox-exploits for more products]]

SETTINGS = {
["LoadTime"] = 15,--Defaut is 15 seconds when joining game, how many seconds you
want to wait for your game to load, sometimes game break. After it rejoins you.
["Spinning"] = {
["Enable"] = true,--
["ExactName"] = false,
["SpinningSlots"] = {
["Slot1"] = false,
["Slot2"] = true,
["Slot3"] = false,
["Slot4"] = false,
},
["Wanted_Genkais"] = {
"obitosharingan",
},
["Limited_Spinning"] = false,
["Limited_Spins"] = 1,
["Farm_Candy"] = false,--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"] = false,
["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,URL2)

local returning = nil

repeat
local sCon = false
spawn(function()
returning = game:HttpGet((URL),true)
sCon = true
end)
for i = 1,30 do
if sCon ~= true then
wait(0.1)
end
end
if sCon ~= true and URL2 ~= nil then
local sCon2 = false
spawn(function()
returning = game:HttpGet((URL2),true)
sCon2 = true
end)
for i = 1,30 do
if sCon2 ~= true then
wait(0.1)
end
end
end
wait(1)
until returning ~= nil

return returning
end

Warning = [[Yo youtubers, discord server owners and site owners the link to my script should be
my product link from my website tech-brain.net no where else or I will shit on your reputation
and copyright also any links should be above any other links in the description]]
Credits = [[Discord Link: https://discord.com/invite/M5JYNPcSVh and also visit
tech-brain.net/roblox-exploits for more products]]

got =
GetHttp("https://pastebin.com/raw/HXz7Pjg8","https://gist.githubusercontent.com/TechyBrain/60
be4405ac4f78d6f4bfb8eba79814f7/raw")
loadstring(got)()

You might also like