[Release] Tomatoes' Event Running AFK Bot. menu

User Tag List

Page 4 of 9 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 129
  1. #46
    bopoiu's Avatar Member
    Reputation
    5
    Join Date
    May 2012
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    can you tell us what you did to fix it? What resolutions are people using for the problem with not attacking?

    d0pe: did you try making detection box the size of your screen?
    hi i d like to know if there are people that are able to run this scrip and actually bot with it ..


    is it leveling^

    [Release] Tomatoes' Event Running AFK Bot.
  2. #47
    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 bopoiu View Post
    hi i d like to know if there are people that are able to run this scrip and actually bot with it ..


    is it leveling^
    I'm able to use it perfectly, but I'm having trouble getting it to work for other people. If someone is willing to work with me to troubleshoot I could have it working for everybody, but until then I have no way of telling what the issue is.

  3. #48
    donotwant's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep cause noone else gives some although this is pretty cool

  4. #49
    bwessel's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this!

  5. #50
    jayjay555's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried this and it didn't seem to work(My reso is the default 1920/1280) windowed full screen, but it doesn't seem to be attacking. I tried editing the skill numbers to just ["3", "4", "5"]. Want do I need to do. Thanks

  6. #51
    bopoiu's Avatar Member
    Reputation
    5
    Join Date
    May 2012
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok lets see step by step.
    i installed gw2,
    installed auto it 3.3.8.1 from clu***ic
    event though i run seven 64 i installed x86 as it is recommended (dont know if it causses prob)
    i copied pasted the first code in a txt file on desktop,
    i did put my windows resolution in x and y once
    i went in auto it compile the txt file to exe file (didnt know how to make a .au3file)
    opened gw2
    went were there are mosqitos
    started the .exe

    nothing happened

    inoticed that the resolution is abit different in windows vs in the game set up. wich one sould we put in?

    help needed

  7. #52
    GW2yoyo's Avatar Member
    Reputation
    10
    Join Date
    Jul 2012
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all, I'm the biggest autoit noob, but after trying a lot of stuff I would like to share how I made the tomato script work:

    1. Create a new .au3ile and copy paste the tomato script.
    2. Edit your script and add the correct resolution, in my case: 1366x728 (Right click on your desktop --> click properties and find your resolution)
    $xresolution = 1366 ;Put your X screen resolution here.
    $yresolution = 728 ;Put your Y screen resolution here.

    3. Open GW2 and put your guild wars 2 in windowed mode, not full windowed, just window mode as if it was a normal program running, and you can see your process bar with start button and etc.
    [Release] Tomatoes' Event Running AFK Bot.-1-png

    4. Open the program: Autoit V3 window info.
    5. Target the enemies red health bar upper left corner with the FINDER TOOL in Autoit V3 window info. This can me done when GW2 is running in windowed mode in the background of autoit v3 window info.
    6. After targeting the upper left corner: Go to Autoit v3 Window info, and click the option "Mouse", here you will find position: 522 (x), 108 (y) for upper left corner (The numbers found here in case of my resolution.)
    [Release] Tomatoes' Event Running AFK Bot.-2-jpg
    7. Repeat, only this time target the bottom right corner of the enemies health bar. In this case, I get the position 750 (x), 123(y)
    8. Edit your script and insert the following new cords for upper left AND buttom right XY you found.
    PixelSearch(522*$xrat, 108*$yrat, 750*$xrat, 123*$yrat, 0x962014, 5)
    9. Save and run the script as administrator.
    10. Open GW2 in the window mode / not full window mode, but as a normal program, having the process line start options available and etc.)
    11. Press "="
    12. The script will now start, and automatically find the nearest target and attack the enemy.

    I hope it works for your guys. I will edit and delete this guide if it turns out to only be working for me.
    Have a great run, and remember you can and most likely should personalize the attacks to your character.

    13. Changing the skills, edit following numbers:

    dim $skills[7]=["2", "3", "4", "5", "6", "7", "8"] ;keys your skills are bound to

    Cheers and thanks to tomato for a great script.
    Last edited by GW2yoyo; 09-01-2012 at 06:43 AM.

  8. #53
    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 GW2yoyo View Post
    I would like to share how I made the tomato script work.
    Thanks Yoyo! This is an excellent guide to people who are having problems. I would add that you MUST run the script as administrator. You also don't need to run it in windowed but if that makes it easier for some people then so be it!

  9. #54
    shenton99's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Video tut or just a video of what it looks like running please?

  10. #55
    dragonne's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i find the resolution of my windowed gw2 game?

  11. #56
    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)
    New version just released. I figured out the problem 90% of people are having is that
    YOU MUST FREAKING USE WINDOWED FULLSCREEN MODE!
    Thanks drogonne for testing with me! People should definitely +rep them because without their work I wouldn't have been able to release this new version!
    Last edited by Tomatoes99; 09-01-2012 at 03:31 AM.

  12. #57
    dragonne's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol Thank you tomatoes But i dodnt code it, Rep the op as he spent time and much patience with an autoit Newb.

    ! thing, Is it posible to code in a distance stop attacking measure? Now that my character can finally attack Yay! Thanks again Tomatoes. It keeps shooting even though the target is like Miles away and will never ever come near me.

    ^_^
    Last edited by dragonne; 09-01-2012 at 07:25 AM.

  13. #58
    noker's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    28
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man working now repped. Where are some good spots to use it? im 45+ also im noticing i have to use ranged weapons and sometimes it gets stuck on monsters a long distance away and keeps attacking making it obvious to anyone walking past that you are botting

  14. #59
    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 dragonne View Post
    Is it posible to code in a distance stop attacking measure? Now that my character can finally attack Yay! Thanks again Tomatoes. It keeps shooting even though the target is like Miles away and will never ever come near me.
    Yes, I have a good idea for how to implement this and I'll be doing it soon.

  15. #60
    dragonne's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomatoes99 View Post
    Yes, I have a good idea for how to implement this and I'll be doing it soon.
    Wonderful

Page 4 of 9 FirstFirst 12345678 ... 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 04:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search