Xeno Online II REROLL SCRIPT

Created by Dem#9507

Features:

  • REROLL
  •  
  • DEV NOTES:
  • This script depends on the trait you get not race.

SCRIPT:

local traits = {"Evil", "Royal", "Legendary", "Primal", "Ancient", "Yardratian", "Bojack", "Hit", "Meta"}


local function FireFakeSignal(Button) -- tobias' function script for button
   game:GetService("VirtualInputManager"):SendMouseButtonEvent(Button.AbsolutePosition.X + Button.AbsoluteSize.X / 2, Button.AbsolutePosition.Y + Button.AbsoluteSize.Y / 2 + 30, 0, true, Useless, 1)
   game:GetService("VirtualInputManager"):SendMouseButtonEvent(Button.AbsolutePosition.X + Button.AbsoluteSize.X / 2, Button.AbsolutePosition.Y + Button.AbsoluteSize.Y / 2 + 30, 0, false, Useless, 1)
end
while wait() do
   pcall(function()
if table.find(traits, tostring(game:GetService("Players").LocalPlayer.PlayerGui.BabaGUI.RerollFrame.Trait.Text):split(" ")[2]) == nil then
   FireFakeSignal(game:GetService("Players").LocalPlayer.PlayerGui.BabaGUI.RerollFrame.UseSpin)
   wait(10.25)
   else
       wait(0.5)
   game.Players.LocalPlayer:Kick(game:GetService("Players").LocalPlayer.PlayerGui.BabaGUI.RerollFrame.Trait.Text)
end
end)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!