XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 5 of 5

Thread: MAGIC LVL TRAINER

  1. #1

    Join Date
    Jul 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MAGIC LVL TRAINER

    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

  2. #2
    thereel's Avatar
    Join Date
    Aug 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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:
    Code:
    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

  3. #3
    Senior Member Secret's Avatar
    Join Date
    Jul 2012
    Location
    Sweden
    Posts
    765
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by thereel View Post
    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:
    Code:
    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?

  4. #4

    Join Date
    Mar 2012
    Posts
    182
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Didn't os.exit() got deleted in the latest update for security reasons..?

  5. #5
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Rhinocort View Post
    Didn't os.exit() got deleted in the latest update for security reasons..?
    it did.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •