[Release] Tomatoes' Event Running AFK Bot. menu

User Tag List

Page 6 of 9 FirstFirst ... 23456789 LastLast
Results 76 to 90 of 129
  1. #76
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Xound thanks for the feedback. Appreciate that you found this useful Also, thanks much for helping them, MrUnreal!

    Yes if you study my code and search AutoIt's documentation for what certain expressions mean it is not difficult to add new features. That's the way I learned autoit is studying other people's scripts to understand what they did, and trying to rewrite a part or a new feature myself from scratch. Autoit is really not that hard to learn!

    I don't know the best method for movement with autoit because it seems difficult to deal with the issue of the camera and terrain. If somebody has a good idea of how to implement sophisticated movement to the bot, I would love to talk to them. Until then I would just record the keypresses necessary to move from one place to the other and keep it very simple.

    I would also briefly caution that "ControlSend" does have the advantage of letting you run a script without the window focused, however to my understanding it is a more sketchy method of sending keys because it sends a key which I believe looks different to the client than a normal keypress.
    Last edited by Tomatoes99; 09-08-2012 at 11:15 PM.

    [Release] Tomatoes' Event Running AFK Bot.
  2. #77
    pikachu2003's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tomatoes99 thanks for the awesome script I turned on auto look and replaced several of the attacks with F so it loots okay. I was wondering if you could implement something like this so it would send the key to GW without tying up the keyboard?

    BTW I took this from someone else comment but I'm not skilled enough to know if it will work with yours.

    func one()
    while $i<2
    ControlSend ("Guild Wars 2", "", "", "1")
    sleep(random(100,150))
    WEnd
    EndFunc

  3. #78
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pikachu2003 View Post
    Tomatoes99 thanks for the awesome script I turned on auto look and replaced several of the attacks with F so it loots okay. I was wondering if you could implement something like this so it would send the key to GW without tying up the keyboard?

    BTW I took this from someone else comment but I'm not skilled enough to know if it will work with yours.

    func one()
    while $i<2
    ControlSend ("Guild Wars 2", "", "", "1")
    sleep(random(100,150))
    WEnd
    EndFunc
    Code:
    ControlSend ("Guild Wars 2", "", "", "1")
    Is the only part you need to replace. So if I wrote "send({KEY})" you would change it to ControlSend("Guild Wars 2", "", "", "{KEY}") I don't recommend using controlsend though because my understanding is that it can make you more susceptible to detection.

  4. #79
    Neymar's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to produce a relogger for this? I have a dodgy connection at times thanks to my ISP and will get booted with error 7. Is there any way I could use this to log me back in??

  5. #80
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neymar View Post
    Is there anyway to produce a relogger for this? I have a dodgy connection at times thanks to my ISP and will get booted with error 7. Is there any way I could use this to log me back in??
    Yes. If you study the pixelsearch and what my "Logout()" function do, you could easily create this. Make sure to share it here in the thread for others to use.

  6. #81
    evagon's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    28
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all your hard work tomato. I'm using v1.06 and I'm still having the tabbing problem. I've set the pixel coordinates according to Yoyo's instructions and it still keeps tabbing. In your more recent versions, they should automatically be found? Any ideas?

  7. #82
    Thepro27's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    65
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Tomatoes99 I just wanna thank you for the script.

    I have a few questions, my bot attacks just fine, but if I try to tab out to do other things, it will keep hitting "tab" "I think".. So I can't really type I.E. on skype, or in game even. Now this isn't a big problem for me, but I was wondering is their a way to fix this? So I can do backround mode stuff, like watch youtube or something? Also is their a way to turn off the logout/log back in option? I don't bot all night, so I'd like to be able to just run it for a few hours without it logging out, thanks!

  8. #83
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evagon View Post
    Thanks for all your hard work tomato. I'm using v1.06 and I'm still having the tabbing problem. I've set the pixel coordinates according to Yoyo's instructions and it still keeps tabbing. In your more recent versions, they should automatically be found? Any ideas?
    Thanks for your appreciation.
    What resolution are you using? Are you running fullscreen windowed? Did you try to just use it with my instructions instead of yoyos? Did you change your desktop gamma? What's broken is the pixelsearch for the red health bar, so that is what you must fix.

    Originally Posted by Thepro27 View Post
    I was wondering is their a way to fix this? So I can do backround mode stuff, like watch youtube or something? Also is their a way to turn off the logout/log back in option? I don't bot all night, so I'd like to be able to just run it for a few hours without it logging out, thanks!
    Hey thanks,
    I talked earlier in the thread about controlsend which lets you do this. You can also just run the bot in a virtual machine like VMware. It won't logout for 3 hours, but if thats too short for you there is a setting you can just increase the setting.

  9. #84
    FushionXI's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the script.

  10. #85
    evagon's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    28
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    Thanks for your appreciation.
    What resolution are you using? Are you running fullscreen windowed? Did you try to just use it with my instructions instead of yoyos? Did you change your desktop gamma? What's broken is the pixelsearch for the red health bar, so that is what you must fix.


    Hey thanks,
    I talked earlier in the thread about controlsend which lets you do this. You can also just run the bot in a virtual machine like VMware. It won't logout for 3 hours, but if thats too short for you there is a setting you can just increase the setting.
    Thanks for the timely response.

    -Yes running fullscreen window
    -Followed your instructions first (using default pixel coords) and I had the tabbing problem.. then I tried Yoyo's tips on how to get pixel coordinates for the red health bar and it keeps tabbing. I'm using a 46" LED TV, colours are definitely brighter. Does this have anything to do with it?
    -I did not change my desktop gamma. How do I go about doing this?

    I've read someone's post about fixing the hex code for the colour of the red bar, does this have something to do with it?
    Last edited by evagon; 09-11-2012 at 11:14 AM.

  11. #86
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evagon View Post
    Thanks for the timely response.

    -Yes running fullscreen window
    -Followed your instructions first (using default pixel coords) and I had the tabbing problem.. then I tried Yoyo's tips on how to get pixel coordinates for the red health bar and it keeps tabbing. I'm using a 46" LED TV, colours are definitely brighter. Does this have anything to do with it?
    -I did not change my desktop gamma. How do I go about doing this?

    I've read someone's post about fixing the hex code for the colour of the red bar, does this have something to do with it?
    Either the Pixelsearch "box" is searching in the wrong place, or looking for the wrong color. You can find the part in my script and adjust it like this:
    pixelsearch(Top left of search area X, Y, Bottom right of search area X, Y, Hex code for the color, Tolerance)

    Originally Posted by FushionXI View Post
    Thanks for the script.
    No problem!

  12. #87
    ziknos's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are some spot to try this for level 35 ~ ?

  13. #88
    sworder's Avatar Member
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just thought I'd throw my two cents in about your pixel issues. I had the same problem when I used my custom Diablo Auction House bot on different computers. What I did was produce a static screen on both my computers and recorded a certain pixel (the color looks the same, but it was slightly different - causing issues). Simply take the difference between the two pixels and record that difference in a settings file (I used .ini). From then on, take $pixel + IniRead(Settings.ini, settings, pixel) and you get the exact difference .

  14. #89
    findingwaldo's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance we can get a copy of this to run in the background?

  15. #90
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sworder View Post
    Just thought I'd throw my two cents in about your pixel issues. I had the same problem when I used my custom Diablo Auction House bot on different computers. What I did was produce a static screen on both my computers and recorded a certain pixel (the color looks the same, but it was slightly different - causing issues). Simply take the difference between the two pixels and record that difference in a settings file (I used .ini). From then on, take $pixel + IniRead(Settings.ini, settings, pixel) and you get the exact difference .
    Hey this is a great method to get the pixelsearch to work for 99% of people. I don't have much time right now to work on this project, but when I do I'll add it. If someone wants to do the work sooner and share it with everybody here in the thread, the relevant information you need is here: http://www.autoitscript.com/autoit3/...elGetColor.htm
    Last edited by Tomatoes99; 09-12-2012 at 06:21 PM.

Page 6 of 9 FirstFirst ... 23456789 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 07-19-2011, 05:16 PM
  2. [Release]Ultimate Anti AFK Bot[Extra Functions]
    By marco1234 in forum World of Warcraft Bots and Programs
    Replies: 23
    Last Post: 10-02-2009, 08:04 AM
  3. [Release] BoneZz ANTI-AFK BOT
    By BoneZz in forum World of Warcraft Bots and Programs
    Replies: 31
    Last Post: 08-22-2009, 03:49 PM
  4. [Release] Krilleres Anti-AFK Bot
    By Krillere in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 02-02-2009, 01:22 PM
  5. [Release] The Spammer (Addon), Ingame Spam /Anti AFK bot
    By H3llf!re in forum World of Warcraft Bots and Programs
    Replies: 27
    Last Post: 11-03-2008, 02:11 PM
All times are GMT -5. The time now is 03:47 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search