Welcome i'm newbie in Xeno . Who can help me how to do Magic lvl trainer with anty idles, food eater , logout if player on screen ETC?
AND how i can save it and load???
FOr help i'll give reput
Printable View
Welcome i'm newbie in Xeno . Who can help me how to do Magic lvl trainer with anty idles, food eater , logout if player on screen ETC?
AND how i can save it and load???
FOr help i'll give reput
In the xenobot "Tools" bar you can select anti idle and eat food.
And for saving code you have to past the code in a notepad file, save it as .lua in C:\Users\Usename\Documents\XenoBot\Scripts.
The code file will pop up in the "Scripter" of Xenobot. Then you only need to "Execute Script" to let it work.
The player on screen code is this:
You only need the "Forgee.lua" Library to let the script work. just seach for it and save it in the same place as mentioned above.Code:dofile("Forgee.lua")
while true do
if playersAround(7) > 0 then
os.exit()
end
end
LAterssss
-The Reel
Didn't os.exit() got deleted in the latest update for security reasons..?