View Full Version : MAGIC LVL TRAINER
Angry123
08-13-2012, 11:48 AM
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
thereel
08-15-2012, 02:01 AM
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:
dofile("Forgee.lua")
while true do
if playersAround(7) > 0 then
os.exit()
end
end
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.
LAterssss
-The Reel
Secret
08-15-2012, 03:13 PM
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:
dofile("Forgee.lua")
while true do
if playersAround(7) > 0 then
os.exit()
end
end
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.
LAterssss
-The Reel
There is already a function for this. In the "Alarms" section. Check "Player Detected".
Or this wont work for this?
Or does that script u posted "exit tibia"? X-log?
Rhinocort
08-15-2012, 03:33 PM
Didn't os.exit() got deleted in the latest update for security reasons..?
Infernal Bolt
08-16-2012, 09:02 AM
Didn't os.exit() got deleted in the latest update for security reasons..?
it did.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.