is this possible for a barb?
is this possible for a barb?
Im new to botting where do I copy and paste the Code for the bot to work? I know I probly sound dumb but Diablo 3 is even my first online game! Thanks guys
new to botting where do i copy and paste the code for the bot to work?
I got it working... didn't have my skills setup right so my DH wasn't moving fast enough.
What are the risks of getting nailed for using this? Anyone ever have any issues?
I tampered a little with your script and i think i improved it a bit. Just replace ur nr 3 with companion ferrets (10% more gold and they pick up the things ur waypoints miss also replace ur elemental arrow to ball of lightning (larger radius of aoe) and change ur left attack to 70% increased dmge with each pierce
this script gives more gold and is faster per round = more money over night
Code:Global $Paused HotKeySet(",","Leave") HotKeySet(".", "Pause") HotKeySet("-", "Stop") $default_resolutionX = 1920 $default_resolutionY = 1080 $x_ratio = @Desktopwidth / $default_resolutionX $y_ratio = @Desktopheight / $default_resolutionY $go = True $Leave = False While $go if($Leave) Then $Pixel1 = PixelSearch((1482 * $x_ratio),(20 * $y_ratio),(1535 * $x_ratio),(95 * $y_ratio),0xFFF000) ;searches top right screen for yellow of broken armor If Not @error Then Send("t") Sleep(8000) MouseClick("left", Round(1480 * $x_ratio),Round(281 * $y_ratio));begin movement towards merchant Sleep(1500) MouseClick("left", Round(1316 * $x_ratio),Round(206 * $y_ratio)) ;moves to get merchant in screen Sleep(1500) MouseClick("left", Round(845 * $x_ratio),Round(225 * $y_ratio)) ;NPC Merchant to the right of cain's home Sleep(1500) MouseClick("left", Round(521 * $x_ratio),Round(506 * $y_ratio)) ;button to open up repair menu Sleep(1500) MouseClick("left", Round(260 * $x_ratio),Round(595 * $y_ratio)) ;button to pay for repairs Sleep(2500) Send("{ESCAPE}") ;exits store menu Sleep(250) Send("{ESCAPE}") ;opens menu Sleep(1000) MouseClick("left", Round(956 * $x_ratio),Round(579 * $y_ratio)) ;button to leave game Sleep(8000) MouseClick("left", Round(230 * $x_ratio),Round(416 * $y_ratio)) ;button to resume game from main menu Sleep(8000) Else MouseClick("left", Round(587 * $x_ratio),Round(333 * $y_ratio)) ;starts the main run Sleep(1800) Send("2") MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio)) Sleep(800) Send("1") Sleep(1500) MouseClick("left", Round(417 * $x_ratio),Round(422 * $y_ratio)) ;middle of area outside of cellar Send("1") Sleep(2000) Send("3") Send("2") MouseMove(Round(115 * $x_ratio),Round(210 * $y_ratio),1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted Sleep(2000) $Pixel2 = PixelSearch(0,0,(960 * $x_ratio),(540 * $y_ratio),0x3B62E3,3) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar If Not @error Then MouseClick("left",Round(115 *$x_ratio),Round(210 * $y_ratio)) ;Entrance to cellar Sleep(1900) Send(2) Sleep(1800) MouseClick("left",Round(531 *$x_ratio),Round(769 * $y_ratio)) Sleep(2000) MouseClick("left",Round(547 *$x_ratio),Round(490 * $y_ratio)) ;moves to doorway leading to rare inside cellar Sleep(1500) MouseMove(Round(579 * $x_ratio),Round(209 * $y_ratio),1) ;hovers over the rare Sarkoth Send(4) Sleep(1000) Send("{SHIFTDOWN}") MouseDown("right") ;attack middle Sleep(6000) MouseDown("left") ;attack middle Sleep(13000) MouseUP("right") Sleep(300) Send("{SHIFTUP}") Sleep(500) MouseClick("left",Round(500 *$x_ratio),Round(150 * $y_ratio)) ;location of sarkoth after death Sleep(5000) Send("t") Sleep(8200) Send("{Escape}") ;menu MouseClick("left",Round(956 *$x_ratio),Round(579 * $y_ratio)) ;button to leave game Sleep(13000) MouseClick("left",Round(230 *$x_ratio),Round(416 * $y_ratio)) ;button to resume game from main menu Sleep(7000) Else Send("t") Sleep(8200) Send("{ESCAPE}") ;menu MouseClick("left",Round(956 *$x_ratio),Round(579 * $y_ratio)) ;button to leave game Sleep(13000) MouseClick("left",Round(230 *$x_ratio),Round(416 * $y_ratio)) ;button to resume game from main menu Sleep(8000) EndIf EndIf EndIf WEnd Func Pause() $Leave = False EndFunc Func Stop() ;to allow the script to stop Exit EndFunc Func Leave() $Leave = True EndFunc
i still have problems trying to get the bot to loot items (rare/legendary etc) i still don't get what u guys mean by DLL imagesave and all that.... =/
Can someone help me? I'm getting the same issue where some complain about the hero run south and teleport > town > exit? I'm still getting this error despite many troubleshooting of it..
I came across another modify version of same script mentioned above that allows me to successfully run to the cellar but the radius of collecting all the gold doesn't really run well and it got stuck in town.
this is the script that allows me to run to dank cellar successfully but with tons of errors after teleporting back to town. can someone assist me in looking at the script below and input them into makcus's script? all i need is to farm gold and i don't need extra stuffs like collecting of rare/blues/etc.
APPRECIATED man!
i believe the reason why i'm still unable to use makus script is because of theCode:Global $Paused HotKeySet("=","Leave") ;script can START by pressing = HotKeySet("-", "Pause") ;script can be Pause by pressing - HotKeySet("x", "Stop") ;script can be Stopped by pressing x $go = True $Leave = False $runMade = 0 While $go if($Leave) Then $Pixel1 = PixelSearch(1482,20,1535,95,0xFFF000) ;searches top right screen for yellow of broken armor If Not @error Then ;we need to repair Send("t") Sleep(8000) MouseClick("left", 1480, 281) ;begin movement towards merchant Sleep(1500) MouseClick("left", 1316, 206) ;moves to get merchant in screen Sleep(1500) MouseClick("left", 845, 225) ;NPC Merchant to the right of cain's home Sleep(1500) MouseClick("left", 521, 506) ;button to open up repair menu Sleep(1500) MouseClick("left", 260, 595) ;button to pay for repairs Sleep(2500) Send("{ESCAPE}") ;close windows Sleep(200); ResumeGame() Else ;starts the run MouseClick("left", 54, 129) Sleep(1000) Send("2") Sleep(800) Send("1") Sleep(1000) MouseClick("left", 87, 429) Sleep(800) Send("1") Sleep(1500) Send("3") MouseMove(203, 186,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted Sleep(2000) $Pixel2 = PixelSearch(69,96,288,246,0xffffff) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar If Not @error Then MouseClick("left",203, 186) ;Entrance to cellar Sleep(3000) Send(2) Sleep(1800) MouseClick("left", 531, 769) Send(4) Sleep(2000) MouseClick("left", 547, 490) ;moves to doorway leading to rare inside cellar Sleep(1500) MouseMove(624,258,1) ;hovers over the rare Sarkoth Send("{SHIFTDOWN}") MouseDown("right") Sleep(3200) MouseMove(474, 273, 1) ;attack left, add more sleep time if you can't kill minion on left Sleep(1000) MouseMove(732, 232, 1) ;attack right Sleep(500) MouseMove(624,258, 1) ;attack mid again Sleep(1000) MouseUP("right") Sleep(300) Send("{SHIFTUP}") Send(4) Sleep(500) SearchBlue() SearchYellow() SearchOrange() SearchWhite() SearchBlue() SearchYellow() SearchOrange() SearchWhite() Sleep(1500) Send("t") Sleep(10200) Town() ResumeGame() Else Send("t") Sleep(8200) ResumeGame() EndIf EndIf EndIf WEnd Func Pause() $Leave = False EndFunc. i try input this into makus' script but getting tons of error too. i ain;t coding guy and i really appreciate anyone can help me out with this. btw, i'm using fullscreen 1920x1080 16:9Code:MouseMove(203, 186,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted Sleep(2000) $Pixel2 = PixelSearch(69,96,288,246,0xffffff) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
Last edited by DennisToo; 06-12-2012 at 01:34 AM.
There is no way to use this in 1280x1024 is there?![]()
Anyone can confirm if this is still doable after Diablo 3 patch 1.0.2c ?
Alright so I tried mackus101'S script using Autoit and it works perfectly !
Thanks a lot for sharing this.
I'm actually gathering information on how to make a good script for farming spots in D3, I'm still in search of help for this.
A Sarkoth DH run using vault, preparation, GF furrets and ball lightning is the fastest/safest way to farm this spot for all I know.
I don't think I can code this yet, so I'm asking your help whoever reads this and have the time for it !
Many thanks again, that's awesome
Last edited by TETRABORATE; 06-13-2012 at 06:47 PM.
I have been using this bot for about 2 days now and it has worked amazingly perfect.. Absolutely flawless... Until today. It hovers the pointer over the cellar and does not enter it even when it is open. I have not altered the script what so ever and it has been doing this for awhile now.
Can anybody tell me how to fix this please?
Thank you
i've toyed with a few of these scripts for DH and my barb. I get random results with what you're experiencing. sometimes the cellar is detected and they go right in, sometimes the mouse just hovers and they don't. if it's doing it repeatedly and never entering - have you changed any of your color preferences? altered your gamma settings? if not you may need to edit the script and find the part where it says "hovers over cellar door to detect blah blah" change those co-ordinates slightly. like if its 60 x 40 try 61 x 42.
i think on the 2nd page he links to a gui script that shows you the coords for where your mouse is on screen, as well as hex color code for what is under the cursor. i would suggest looking at the co-ords for cellar detection and manually putting your mouse on that spot and adjust it that way. easiest way to do that is run the script, and when the cursor moves to the cellar press x to stop it. then look at the co-ordinates and alter as you see fit.
Umm where do i paste this script? plz and how do i run it? how do i run it to?
Last edited by Beelzix; 06-14-2012 at 01:11 PM.
Beelzix not to be rude, but you're going to have read some and probably put a little time into making it work for you. You're probably not going to be able to double-click and instagold.