thx dude i try do it myself![]()
thx dude i try do it myself![]()
Touché, lol. I know the quote but was more of an internal debate on which one would be more efficient...
Another gift for you all that should work at the beginning of most the scripts here at 1920x1080:
MouseClick, 1079, 630 ;;if you die and the loop breaks, will likely prompt to exit game, this hits "Cancel"
Sleep, 100
MouseClick, 953,819 ;;closes game menu preceding
Sleep, 100
MouseClick, 1580,112 ;;closes profile script if accidentally opened, usually when script is actually working
Sleep, 100
MouseClick, 1580,112 ;;again just to be sure
;;resume rest of the script
Last edited by tifoso; 06-04-2012 at 04:39 PM.
Im willing to pay 135k diablo 3 gold, for an auto-it script for a wizard, my main resolution is 1600x900 but I can change it to lower. My wizard is only level 20, so I'm wanting to have one that's functional all the way to 60.
im just too ****ing stupid for this shit.... any1 help me for payment?...
Pixel Detection macro ( Autoit ) here.
Requires;
Tactical Advantage
Smoke Screen to be on 2 with the Runspeed runes
Boots to have no speed, or no boots.
Multishot on Right mouse button. I like the +DMG rune.
1920-1080 resolution
Windowed Full Screen
Code:Global $Paused 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 WinWait("Diablo III") Send("{Esc}") Sleep(200) Send("{Esc}") Sleep(200) MouseClick( "Left", 1158, 218) ;Failsafe - Clicks the position where X would be to close the Game Menu Sleep(200) While 1 PixelSearch (334, 416, 338, 420, 0x2C0400,1,1) ; search for pixel ( Resume Game Red ) If Not @error Then ExitLoop Sleep(10) WEnd MouseClick( "Left", 234, 420) ;Resume Game - Make sure you are at the right part of the quest. Sleep(200) $Timer1 = TimerInit() While 1 PixelSearch (1075, 525, 1079, 529, 0x080D10,1,1) ;Search for pixel ( Talking bubble ) If Not @error Then ExitLoop Sleep(10) If TimerDiff ($Timer1) >= 5000 Then ExitLoop ;If 5 seconds has passed exitloop WEnd Sleep(200) Send("{Space}") ;Skip that dialog! Sleep(200) MouseClick( "Left", 1750, 1034) ;Get closer to the action Sleep(2500) MouseClick( "Right", 1471, 616) ;Ranged Attack / Drop traps between meteor and mob path to you Sleep(333) MouseClick( "Right", 1471, 616) ;Ranged Attack / Drop traps between meteor and mob path to you Sleep(333) MouseClick( "Right", 1471, 616) ;Ranged Attack / Drop traps between meteor and mob path to you Sleep(333) MouseClick( "Right", 1471, 616) ;Ranged Attack / Drop traps between meteor and mob path to you Sleep(333) MouseClick( "Right", 1471, 616) ;Ranged Attack / Drop traps between meteor and mob path to you Send(2) Sleep(100) MouseClick( "Left", 248, 7) ;Exit to town Sleep(5000) Send("{Esc}") Sleep(200) MouseClick( "Left", 949, 576) Sleep(1500) EndIf WEnd Func Pause() $Leave = False EndFunc Func Stop() Exit EndFunc Func Leave() $Leave = True EndFunc
What's a Parog?
Looking for competitive Valorant team!
I'll break my lurker status for this I suppose.
I don't know if this was the only reason dying broke the script after you died, but I swapped it with this:
The extra click is to close out of the View Profile tab (that's what the script would get stuck on for me). I didn't see the purpose of the extra escapes.Code:Sleep(Random(4000, 4500, 1)) Send("{Escape}") MouseClick("left", 956, 579) Sleep(Random(300, 400, 1)) MouseClick("left", 1578, 111)
are u also getting hte game connection has been lost warning ?
it seems they are tryin to prevent boting around here so getting extra precautions ?
I believe my post on page 30 could be very useful to anyone still looking to buy a script, with 10-15 minutes of your time you can make your own and understand how to edit it, if you have read my post and still look to buy a script then you are wasting your time and money, and regarding the disconnections, i am also getting them occasionally but i believe i could be linked with trying to resume games too fast.
Only getting ~8 mobs instead of 11 usual ones, anyone else getting that too?
Altered some scripts in case anyone has been using them (http://www.ownedcore.com/forums/diab...ml#post2277662 (Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help))). Also, see Tilley911's earlier post if you use them; it is also very easy to use the AutoIt Window Info tool (Mouse tab) to change each of the coordinates in the script to suit your resolution!
anyone throw me this on hell again pls :P send me a pm, thx 10k tip for the 1 who helps![]()
Last edited by goldzhb; 06-05-2012 at 01:40 AM.
Quick question... anyone use a mac?? and if so what software do u use ?
cheers
Can anyone do me a favor and take Tomits Wizard Script, and alter the coords to fit resolution 1600x900, but even with the autoit window helper, I still don't know what to do, since I don't know where i'm supposed to be finding the coords at ect..
Yea I officially give up, I tried using the window helper thing, and done the full coords 3 times, and no matter what I do it still messes up, and I end up dieing.
Last edited by JakalPro; 06-05-2012 at 04:15 AM.