Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help) menu

User Tag List

Page 28 of 38 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 560
  1. #406
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Currently working on a semi smooth but at least free DH script for lowbies..
    will post soonish..

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #407
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit: i have been getting some weird client disconnects.. hmm, warden? I have been running this script from 25 to 45 now, all on nightmare, 1 bar per run now.
    fixed and working!
    The timing/timers you might have to edit yourself for your system
    Took a version from some other guys script here, some credit goes to him
    Demon Hunter at 1920x1080

    Be sure to have Vault on keyboard button 1 and Smoke Screen on keyboard button 2 and Spike Trap on right click

    This can be started from the character screen, make sure resume game starts you off where you need to be

    It is not completely AFK proof since dying ****s it up, just make sure you dont die, that's easier than editing this i'd say!


    Code:
    Global $Paused
    
    ; This can be started from the character screen, make sure resume game starts you off where you need to be for this questbot
    
    ; It is not completely AFK proof since dying ****s it up, just make sure you dont die :)
    
    HotKeySet("-", "Leave") ; the bot is started by pressing - (next to right shift, i believe is normal on all keyboards)
    HotKeySet("{PGUP}", "Pause") ; the bot can be paused by pressing Page Up
    HotKeySet("{PGDN}", "Stop") ; the bot can be stopped by pressing Page Down
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
    	  Send("{space}")
    	  Sleep(Random(980, 1050, 1))
     	  MouseClick("left", 1587, 878) ;where your character goes to on screen on the first move
    	  Sleep(Random(1190, 1230, 1))
    	  
    	  MouseClick("right", 1712, 858, 2) ;where your character will right click (place traps for example)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1718, 853, 2) ; it's the same all the way down here, all right clicks on same spot
    	  
    	  
    	  
    	  Sleep(Random(1450, 1500, 1))
    	  Send(2)
    	  Sleep(Random(90, 200, 1))
    	  MouseClick("left", 299, 35)
    	  Sleep(Random(20, 50, 1))
    	  Send(1)
    	  
    	  Sleep(Random(120, 200, 1))
    	  MouseClick("left", 590, 210)
    	  
    	  Sleep(Random(2550, 3150, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(200, 220, 1))
    	  Send("{Escape}")
    	  Sleep(Random(100, 140, 1))
    	  Send("{Escape}")
    	  Sleep(Random(2800, 3100, 1))
    	  MouseClick("left", 230, 416)
    	  Sleep(Random(5700, 5900, 1))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() 
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc
    Last edited by Kharnak; 06-03-2012 at 01:16 AM. Reason: made a mistake

  3. #408
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Selling Barbarian Script

    For 25k NA Gold

    1920x1080 Fully AFK
    Click & Go
    Last edited by Staunton; 06-03-2012 at 04:07 AM.

  4. #409
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would one go about forcing autoit to send all the keys and commands yadda yadda to the minimized diablo 3 window?
    And would that make it any more detectable than it is already?

    I found this ControlSend - AutoIt Wiki
    but it makes little sense to me :<

  5. #410
    hideko's Avatar Member
    Reputation
    4
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will be writing a script that is minimizeable and afkable
    Last edited by hideko; 06-03-2012 at 06:16 AM.

  6. #411
    baeumchen123's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kharnak View Post
    edit: i have been getting some weird client disconnects.. hmm, warden? I have been running this script from 25 to 45 now, all on nightmare, 1 bar per run now.
    fixed and working!
    The timing/timers you might have to edit yourself for your system
    Took a version from some other guys script here, some credit goes to him
    Demon Hunter at 1920x1080

    Be sure to have Vault on keyboard button 1 and Smoke Screen on keyboard button 2 and Spike Trap on right click

    This can be started from the character screen, make sure resume game starts you off where you need to be

    It is not completely AFK proof since dying ****s it up, just make sure you dont die, that's easier than editing this i'd say!


    Code:
    Global $Paused
    
    ; This can be started from the character screen, make sure resume game starts you off where you need to be for this questbot
    
    ; It is not completely AFK proof since dying ****s it up, just make sure you dont die :)
    
    HotKeySet("-", "Leave") ; the bot is started by pressing - (next to right shift, i believe is normal on all keyboards)
    HotKeySet("{PGUP}", "Pause") ; the bot can be paused by pressing Page Up
    HotKeySet("{PGDN}", "Stop") ; the bot can be stopped by pressing Page Down
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
    	  Send("{space}")
    	  Sleep(Random(980, 1050, 1))
     	  MouseClick("left", 1587, 878) ;where your character goes to on screen on the first move
    	  Sleep(Random(1190, 1230, 1))
    	  
    	  MouseClick("right", 1712, 858, 2) ;where your character will right click (place traps for example)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1718, 853, 2) ; it's the same all the way down here, all right clicks on same spot
    	  
    	  
    	  
    	  Sleep(Random(1450, 1500, 1))
    	  Send(2)
    	  Sleep(Random(90, 200, 1))
    	  MouseClick("left", 299, 35)
    	  Sleep(Random(20, 50, 1))
    	  Send(1)
    	  
    	  Sleep(Random(120, 200, 1))
    	  MouseClick("left", 590, 210)
    	  
    	  Sleep(Random(2550, 3150, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(200, 220, 1))
    	  Send("{Escape}")
    	  Sleep(Random(100, 140, 1))
    	  Send("{Escape}")
    	  Sleep(Random(2800, 3100, 1))
    	  MouseClick("left", 230, 416)
    	  Sleep(Random(5700, 5900, 1))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() 
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc
    where to put that?
    getting this error . ---------------------------
    AutoHotkey Script (neu).ahk
    ---------------------------
    Error at line 1.

    Line Text: Global $Paused
    Error: This line does not contain a recognized action.

    The program will exit.
    ---------------------------
    OK
    ---------------------------
    what am i doing wrong?!

  7. #412
    pascrotty88's Avatar Member
    Reputation
    11
    Join Date
    Jul 2009
    Posts
    36
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could some1 unlock hell EU for me, I can give nightmare mode

  8. #413
    xav1ty's Avatar Private
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    descrip how to use the cript get always an error if i start it

    make an tutorial ! how to use and how to start ! plz

  9. #414
    tomit12's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here are some scripts I've been using. They are edited versions of the great script made by Milkshakes00 earlier in the thread! So far the Monk seems to work well 50+ now that it has been changed, will likely alter other scripts to suit 50+ better as I get the characters there. When you get to Hell, instead of just throwing on any old EXP bonus gear, try to get it all with your primary damage stat on it, as well as a at least a decent weapon for the level. Up to 55 or so you can usually find nice rares for less than 5K gold.

    For any of these, selecting NO is usually better for lower level characters. If any of the coords aren't working (and you're sure about windowed mode / movement passives), the utility that comes with AutoIt is really easy to use to correct them, as well as alter them for any resolution!

    Start the scripts using the "-" (minus) key!

    Monk:

    Needs:

    1920x1080
    Fullscreen windowed mode (not maximized normal window)
    Fleet Footed passive
    Sweeping Wind bound to Right Click, Serenity to 1 if YES is selected
    Breath of Heaven bound to key 1 if NO is selected

    Dialog Box:

    Selecting YES will place the monk near the mobs, using Sweeping Wind to tag all of the mobs so you get the EXP bonus for multimob kills, while also using Serenity for Invulnerability.

    Selecting NO will attempt to place you a bit farther from the mobs and use Breath of Heaven to keep you alive (if available), better for low levels. You're probably still dead no matter what depending on level difference.

    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ;script can be stopped by pressing -
    HotKeySet("{PGUP}", "Pause") ;script can be stopped by pressing -
    HotKeySet("{PGDN}", "Stop")
    
    $Leave = False
    
    $begin=MsgBox(0x3, "Serenity", "Do you have Serenity? YES uses Serenity, NO will attempt to use Breath of Heaven; Bind either to the 1 key. NO will also attempt to keep you away from mobs better.")
       if $begin = 2 Then
    	  Exit
       ElseIf $begin = 6 Then
    	  $ser = True
       ElseIf $begin = 7 Then
    	  $ser = False
       EndIf
    
    While $ser = True
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1587, 878)
          Sleep(Random(500, 700))
          MouseClick("right", 1750, 825) ;Sends right click ability, I have this bound to sweeping wind
          Sleep(Random(100, 200))
          Send("{4}")
          Sleep(Random(200, 300))
          MouseClick("left", 1704, 825)
          Sleep(Random(1700, 2000))
          Send("{1}") ;Send Serenity -invulnerability- key, change # as desired
          Sleep(Random(1750, 2250))
          MouseClick("left", 299, 35) ;Click towards exit
          Sleep(Random(2500, 3000))
          MouseClick("left", 528, 188) ;Click on door back to town
          Sleep(Random(500, 600))
          MouseClick("left", 800, 350)
          Sleep(Random(2500, 3100))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    While $ser = False
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1587, 878)
          Sleep(Random(1000, 1500))
          MouseClick("left", 1678, 1020)
          Sleep(Random(1500, 2000))
          MouseClick("left", 872, 542)
          Sleep(Random(500, 750))
          Send("{1}") ;Use Breath of Heaven if available
          MouseClick("left", 400, 46)
          Sleep(Random(3000, 3500))
          MouseClick("left", 479, 109) ;Click towards exit
          Sleep(Random(2800, 3250))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc

    Wizard:

    Needs:

    1920x1080
    Fullscreen windowed mode (not maximized normal window)
    Frost armor on key 1, Meteor on key 2 if YES is selected
    Frost Armor on key 1 only if NO is selected

    Selecting YES runs out, places the cursor where the mobs will be, and drops a meteor so you get the multi-kill bonus when the other meteor hits immediately after, hits frost armor and jets out.

    Selecting NO runs you in, hits frost armor in a spot that seemed best for rounding up as many to get hit as possible, and runs back home.


    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ;script can be stopped by pressing -
    HotKeySet("{PGUP}", "Pause") ;script can be stopped by pressing -
    HotKeySet("{PGDN}", "Stop")
    
    $Leave = False
    
    $begin=MsgBox(0x3, "Meteor", "Do you have Meteor? YES uses Meteor, NO will attempt to use Frost Armor; Bind Meteor to 2, Frost Armor to 1.")
       if $begin = 2 Then
    	  Exit
       ElseIf $begin = 6 Then
    	  $met = True
       ElseIf $begin = 7 Then
    	  $met = False
       EndIf
    
    While $met = True
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1434, 768)
          Sleep(Random(800, 900))
          MouseClick("left", 1341, 805)
          Sleep(Random(600, 800))
          MouseMove(1370, 591)
          Sleep(Random(250, 350))
          Send("{2}") ;Send Meteor
          Sleep(Random(200, 300))
          Send("{1}") ;Send Frost Armor
          Sleep(Random(600, 800))
          MouseClick("left", 599, 196) ;Click on door back to town
          Sleep(Random(1000, 1250))
          MouseClick("left", 467, 141) ;Click on door back to town
          Sleep(Random(3000, 3148))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    While $met = False
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1434, 768)
          Sleep(Random(800, 900))
          MouseClick("left", 1341, 805)
          Sleep(Random(600, 800))
          MouseClick("left", 1370, 591)
          Sleep(Random(1000, 1100))
          Send("{1}") ; Frost Armor
          MouseClick("left", 522, 415) ;Click towards exit
          Sleep(Random(1250, 1500))
          MouseClick("left", 599, 196) ;Click on door back to town
          Sleep(Random(1250, 1500))
          MouseClick("left", 467, 141) ;Click on door back to town
          Sleep(Random(3000, 3148))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc

    Barb:

    Needs:

    1920x1080
    Fullscreen Windowed mode (NOT maximized window)
    Ground Stomp on key 1


    Basically this just books up, ground stomps the mobs to stun them and runs, killing them with the meteor and giving you the multi-kill exp bonus.


    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ;script can be stopped by pressing -
    HotKeySet("{PGUP}", "Pause") ;script can be stopped by pressing -
    HotKeySet("{PGDN}", "Stop")
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1434, 768)
          Sleep(Random(800, 900))
          MouseClick("left", 1341, 805)
          Sleep(Random(600, 800))
          MouseClick("left", 1370, 591)
          Sleep(Random(1400, 1600))
          Send("{1}") ; Ground Stomp
          MouseClick("left", 522, 415) ;Click towards exit
          Sleep(Random(1250, 1500))
          MouseClick("left", 599, 196) ;Click on door back to town
          Sleep(Random(1250, 1500))
          MouseClick("left", 467, 141) ;Click on door back to town
          Sleep(Random(3000, 3148))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc

    Witch Doctor:

    Needs:

    1920x1080
    Fullscreen windowed mode (not maximized normal window)
    Spirit Walk on key 1, Acid Rain on key 2 if YES is selected
    Spirit Walk on key 1 only if NO is selected

    Selecting YES runs out, hits spirit walk to position mobs, drops acid cloud, jets out.

    Selecting NO runs you in, hits spirit walk in a spot that seemed best for rounding up as many to get hit as possible, and runs back home.


    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ;script can be stopped by pressing -
    HotKeySet("{PGUP}", "Pause") ;script can be stopped by pressing -
    HotKeySet("{PGDN}", "Stop")
    
    $Leave = False
    
    $begin=MsgBox(0x3, "Acid Cloud", "Do you have Acid Cloud? YES uses Acid Cloud, NO will attempt to use Spirit Walk; Bind Acid Cloud to 2, Spirit Walk to 1.")
       if $begin = 2 Then
    	  Exit
       ElseIf $begin = 6 Then
    	  $acid = True
       ElseIf $begin = 7 Then
    	  $acid = False
       EndIf
    
    While $acid = True
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1434, 768)
          Sleep(Random(1000, 1100))
          MouseClick("left", 1341, 805)
          Sleep(Random(500, 600))
          MouseClick("left", 1256, 631)
          Sleep(Random(300, 400))
          MouseMove(1204, 468)
          Sleep(Random(100, 150))
          Send("{1}") ;Send Spirit Walk
          Sleep(Random(250, 350))
          Send("{2}") ;Send Acid Cloud
          Sleep(Random(500, 600))
          MouseClick("left", 457, 207) ;Click towards exit
          Sleep(Random(1000, 1200))
          MouseClick("left", 403, 81) ;Click on door back to town
          Sleep(Random(3500, 4000))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    While $acid = False
       if($Leave) Then
          Send("{space}")
          MouseClick("left", 1434, 768)
          Sleep(Random(800, 900))
          MouseClick("left", 1341, 805)
          Sleep(Random(600, 800))
          MouseClick("left", 1370, 591)
          Sleep(Random(1000, 1100))
          Send("{1}") ; Spirit Walk
          MouseClick("left", 522, 415) ;Click towards exit
          Sleep(Random(1250, 1500))
          MouseClick("left", 599, 196) ;Click on door back to town
          Sleep(Random(1250, 1500))
          MouseClick("left", 467, 141) ;Click on door back to town
          Sleep(Random(4000, 4500))
          Send("{Escape}")
          Sleep(Random(500, 1500))
          MouseClick("left", 956, 579)
          Sleep(Random(13000, 13650))
          MouseClick("left", 230, 416)
          Sleep(Random(6000, 6450))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc
    Soooo yeahhhh. As I work on these I will just stick them here, do with them as you will.

    Edit 6/5/12 - Cleaned up some of the timings and movement to make them a little quicker / safer -- Altered Monk script to perform a little better at 50+ -- Altered Wizard script to operate a little more quickly and stay out of harms way better -- Changed Witch Doctor timings to take better advantage of Spirit Walk -- Changed Barb script to function a little faster.
    Last edited by tomit12; 06-05-2012 at 12:21 AM.

  10. #415
    tommyhank's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone please post a script for Demon Hunter with smaller resolution ? I dont have 1920 etc Willing to pay if flawless!

  11. #416
    emperorcouscous's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if this got asked within the 29 pages of comments, but can you get banned if you use auto script?

  12. #417
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baeumchen123 View Post
    what am i doing wrong?!
    AutoHotkey
    AutoIt bro

  13. #418
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by emperorcouscous View Post
    Sorry if this got asked within the 29 pages of comments, but can you get banned if you use auto script?
    Yes if it's too obvious with no randomized key clicks and such...

  14. #419
    Warrant's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking to purchase scripts for Wizard and DH on 1920 x 1080. Shoot me a PM.

  15. #420
    raidersz's Avatar Sergeant Major
    Reputation
    14
    Join Date
    Jun 2012
    Posts
    171
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    paying 100k (US) for DH on 800x600 (low res, planning to use it on my low spec notebook since i can't multitask with this running). PM me please

Page 28 of 38 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. [Selling] Pokemon Go Boosting/Level up service. (Fast, Cheap, Easy) and Egg hatching service.
    By Foreatic in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-09-2016, 01:08 AM
  2. Extreme Fast Leveling
    By mrgrap2 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 11-12-2014, 08:23 PM
  3. Extremly fast leveling
    By lolilolilol in forum Diablo 3 Guides
    Replies: 0
    Last Post: 02-26-2014, 04:36 PM
  4. [Buying] Need a Personnal and extremly fast PL for Mist of pandaria release
    By Midnightzz in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 08-03-2012, 04:35 PM
  5. [Exploit] Cap WSG flag easy and fast (Rogue + lock)
    By KuRIoS in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-18-2006, 11:43 AM
All times are GMT -5. The time now is 04:08 PM. 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