Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

_G.

Race = true

local ohString1 = "\255"


game:GetService("Players").LocalPlayer.PlayerGui.MainUI.LocalScript.Clothes:FireSer
ver(ohString1)

wait(1)

while _G.Race and game:GetService("Players").LocalPlayer.Data.RaceSpins.Value > 0


do
wait(0.2)
local race = game:GetService("Players").LocalPlayer.Data.Race.Value
if race == "Curse" or race == "Royal Demon" or race == "Deity" or race ==
"Royal Fairy" or race == "Royal Vampire" or race == "Reaper" then
warn("got it", race)
_G.Race = false
else
local ohInstance1 =
game:GetService("Players").LocalPlayer.PlayerGui.MainUI.Contents.RaceMagic

game:GetService("Players").LocalPlayer.PlayerGui.MainUI.LocalScript.RaceSpin:FireSe
rver(ohInstance1)
wait(0.8)
local race = game:GetService("Players").LocalPlayer.Data.Race.Value
print(race)
end
wait()
end

You might also like