Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,395
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by RoxZin xD View Post
    They do? GG cip



    I did this simple one for my scripts, but it doesn't check if it's a stair etc.

    auto(500)

    if $standtime >= 49999 then
    move('e')
    move('w')
    move('s')
    move('n')
    wait(1000)
    end
    You can also press escape to cancel the "bugged" walking event in the client, but I don't remember how to send keyboard events
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  2. #12
    Free User
    Join Date
    Jun 2017
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by RoxZin xD View Post



    I did this simple one for my scripts, but it doesn't check if it's a stair etc.

    auto(500)

    if $standtime >= 49999 then
    move('e')
    move('w')
    move('s')
    move('n')
    wait(1000)
    end
    Thank you!

    I'll try it.

  3. #13
    Free User
    Join Date
    Jun 2017
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Yeah that script works perfectly! Thank you so much!

 

 

Posting Permissions

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