[Release] Tomatoes' Event Running AFK Bot. menu

User Tag List

Page 9 of 9 FirstFirst ... 56789
Results 121 to 129 of 129
  1. #121
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone please explain the function of this? Does it run around, does it scan for mobs=> do I put it somewhere and it will just farm the mobs?
    Can you enable a path?

    [Release] Tomatoes' Event Running AFK Bot.
  2. #122
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay I could read that in the first page.

    But does it have any looting? OR is it for standing afk in an event zone and not just spamming 1 key? Id like to know if I can make it farm mobs

  3. #123
    Moocho's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the script, but i have the error line 18

    If ($Go) Then
    If (^ ERROR
    >Exit code: 1 Time: 0.213

  4. #124
    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 Moocho View Post
    thx for the script, but i have the error line 18

    If ($Go) Then
    If (^ ERROR
    >Exit code: 1 Time: 0.213
    Remove the parentheses in line 18...

  5. #125
    scorps1's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tomatoes99,
    i released my version of the script i am using, which is based on yours. check it out, you can find it here:

    Post link is here! ([Release] LazyPad script by Scorps1)

  6. #126
    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 scorps1 View Post
    Tomatoes99,
    i released my version of the script i am using, which is based on yours. check it out, you can find it here:

    Post link is here! ([Release] LazyPad script by Scorps1)
    Hey scorps, this is great work! Thanks for sharing this with everyone. I'm glad to see people expanding on my script, because that is the reason I released it. People can get a lot of use out of this.

  7. #127
    Rafahil's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It keeps atacking mobs that are far away. (Or maybe is it because I have autoattack enabled in the options menu ingame?)
    Last edited by Rafahil; 01-08-2013 at 11:37 AM.

  8. #128
    wastaken's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So been using your script and i like it very much so... my question is i wanted to make a basic movement script but i have no idea whats so ever how to do this other then send w 50 times or something... was wondering is there somthing that can track everything you push/etc over a period of time? if so is there a script that can start or stop when something from your script starts like attacking?.. sorry if thats vague basic idea im shooting for is i make a simple path your scripts see's enemy mine stops movement said enemy dies movement restarts from last point.... dont want it made for me im not lazy just clueless

  9. #129
    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 wastaken View Post
    my question is i wanted to make a basic movement script but i have no idea whats so ever how to do this other then send w 50 times or something... is there a script that can start or stop when something from your script starts like attacking?.. sorry if thats vague basic idea im shooting for is i make a simple path your scripts see's enemy mine stops movement said enemy dies movement restarts from last point.... dont want it made for me im not lazy just clueless
    Yes! This is totally possible.
    What I would do is make a function for each direction that does what you're describing. So for example here's what forward would be:
    Code:
    Func Forward($seconds) ;
    Send ("{W DOWN}")
       For 1 to $seconds*5
    	  $r +=200		
    	  send("{TAB}")
    	  randsleep(200)
    	  PixelSearch($xresolution/2 -178, 86, $xresolution/2 + 74, 99, 0x972115, 5)
    	  If not @error and Checkrange() Then
                            Send ("{W UP}")
    			call("DoEvent")
                            Send ("{W DOWN}")
    	  endif
       Next
    Send ("{W UP}")
    EndFunc   ; >Forward
    so a scripted path would look something like:
    Code:
     Forward(20)
    Left(.5)
    Forward(45)
    Right(.23)
    Forward(5)
    Last edited by Tomatoes99; 03-04-2013 at 07:45 PM.

Page 9 of 9 FirstFirst ... 56789

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 09:25 AM. 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