XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 19

Thread: What other 3rd party programs do you use for tibia?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14

    Join Date
    May 2012
    Posts
    100
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by mrasdf View Post
    How do you do this?
    Ok, since I'm a cool guy here goes my lil tutorial.

    Adding the following code on AutoHotkey's scripts.

    Here you put all your chars's acc and pass and the hotkeys that you will use to open em

    PHP Code:
    ^1::
    Account YOUR ACCCOUNT HERE
    Pass 
    YOUR PASS HERE
    Title 
    GUARDS DWARF HELL

    Goto, OpenTibia
    return

    ^
    2::
    Account YOUR ACCCOUNT2 HERE
    Pass 
    YOUR PASS2 HERE
    Title 
    TITLE OF TIBIA WINDOW HERE
    1
    Goto, OpenTibia
    return 
    OBS1:
    ^1 means you will click CTRL + 1 to start the script that will open the listed account
    ^2 means CTRL + 2
    ...
    #1 means WinKey + 1


    OBS2:
    Variable N is the order where your script is in the xeno's settings folder as the following example:


    And here is where the magic happens:
    PHP Code:
    OpenTibia:
    RunC:\\Program Files\\Tibia\\Tibia.exeC:\\Program Files\\Tibia
    WinWaitActive
    Tibia
    WinMaximize
    Tibia
    Goto, LoadXeno
    return

    LoadXeno:
    RunC:\\Program Files\\XenoBot\Injector.exeC:\\Program Files\\XenoBot
    Sleep 1000
    WinActivate
    XenoBot Injector
    Sleep 2000
    ControlClick
    x150 y180XenoBot Injector
    Sleep 50
    ControlClick
    x150 y180XenoBot Injector
    Sleep 50
    ControlClick
    x150 y180XenoBot Injector
    Sleep 150
    ControlClick
    x205 y54XenoBot Injector
    Sleep 50
    ControlClick
    x205 y54XenoBot Injector
    Sleep 300
    ControlClick
    x323 y142XenoBot Injector
    Sleep 50
    ControlClick
    x323 y142XenoBot Injector
    Sleep 500
    WinActivate
    Tibia
    Sleep 500
    Click 75 84
    Loop
    , %N%
    {
        
    Sleep 150
        Click 918 410
    }
    Sleep 500
    Click 950 483
    Sleep 300
    Click 763 565
    Sleep 300
    Click 958 565
    Sleep 300
    IfWinActive
    Tibia
    Goto, LoadChar
    return

    LoadChar:
    Sleep 500
    Click 110 728
    Sleep 810
    SendInput 
    %Account%
    Sleep 702
    SendInput 
    {Tab}
    Sleep 800
    SendInput 
    %Pass%
    Sleep 901
    IfWinActive
    Tibia
    WinSetTitle
    , %A_ThisHotkey% - %Title%
    return 
    OBS3: Backslashes failed, where you see C:Program FilesXenoBotInjector.exe understand as C:\Program Files\XenoBot\Injector.exe


    This script will take you to your account, you will have to select your char manually and also open scripts manually but its still usefull if you hate to open 10000 accounts.

    Result is:
    Last edited by flpsan; 01-17-2013 at 09:46 PM.

Posting Permissions

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