Created by KronoLordz
Features:
- AUTOSPIN
- OPEN SOURCE
_G.AutoSpin = false -- enable/disable
_G.SpinsToStop = 1 -- spins to stop at
_G.Wanted = "Naki" -- what you want
_G.OE = false
_G.HH = false
local data = game.Players.LocalPlayer.data
local stats = data.stats
local extra = data.extra
while _G.AutoSpin do wait()
if stats.spins.value > _G.SpinsToStop and stats.weapon.value ~= _G.Wanted then
if _G.OE and extra.naturaloe.value ~= true then
game:GetService("ReplicatedStorage").Events.RemoteFunction:InvokeServer("Spin")
elseif _G.HH and extra.naturalhh.value ~= true then
game:GetService("ReplicatedStorage").Events.RemoteFunction:InvokeServer("Spin")
else
return
end
end
end
Kagune list
return {
Fueguchi = "Uncommon",
Higemaru = "Uncommon",
Jason = "Rare",
Kobayashi = "Common",
Kuzen = "Rare",
Naki = "Common",
["T-Owl"] = "Epic",
Rinkaku4T = "Rare",
Urie = "Uncommon",
Touka = "Rare",
Yasuhisa = "Epic"
};
TP to spin seller and open his dialogue
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").dialogues.SpinSeller.HumanoidRootPart.CFrame
workspace.dialogues.SpinSeller.ProximityEvent:FireServer()
ENJOY!