I sold the rest of my gold and put all my GF gear into the RMAH. If it will get sold i'll stop developing this bot. If not i will keep doing my thing till i get banned![]()
So whats so different about sarki wiz?
nothing. normal wizard routine for moving to the cellar, and kill sarkoth. (i orientated me on your script, on how to do things as a wiz because i had no idea).
and a question about that: is it normal that he dont always teleport to the same location beside the cellar?. sometimes its a bit further.
Last edited by zEEneXx; 07-19-2012 at 11:01 PM.
Hey i got a question regarding the bot, i am new to this ...even though the celler is open the bot registers it as closed and leaves...any idea what it might be?
this could be useful: http://www.ownedcore.com/forums/diab...-existing.html (Attention Bot Creators, New and Existing)
Not banned yet, and hopefully banhammer wont get me. I used it for about 8-12hours every now and then. i think ill give it a break and see if i get lucky.
ALL THE POSSIBLE LOCATIONS (Never missed any cellars unless killed):
Code:Global $cellarCoordx[6] = [255, 280, 175, 265, 315, 600] Global $cellarCoordy[6] = [290, 302, 305, 340, 314, 435] $cellarCheckSleep = 155
Main function (Generally it only uses the first coordinates):
Code:Func FindCellar() $CellCoord = 0 $gY = 0 $gX = 0 ;A precheck to the cellar search _ImageSearchArea($pngLoc & "Cellar.png", 1, Round(1672 * $x_ratio),Round(175 * $y_ratio),Round(1717 * $x_ratio),Round(209 * $y_ratio), $gX, $gY, 160) sleep($cellarCheckSleep) If $gX > 0 Or $gY > 0 then Do MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar sleep($cellarCheckSleep) If $CellCoord < 6 then $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] * $x_ratio - 71,$cellarCoordy[$CellCoord] * $y_ratio - 148,$cellarCoordx[$CellCoord] * $x_ratio + 139,$cellarCoordy[$CellCoord] * $y_ratio + 22, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) Else $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] * $x_ratio - 71,$cellarCoordy[$CellCoord] * $y_ratio - 148,$cellarCoordx[$CellCoord] * $x_ratio + 139,$cellarCoordy[$CellCoord] * $y_ratio + 22, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) EndIf If Not @Error Then Return 1 EndIf $CellCoord += 1 Until $CellCoord >= Ubound($cellarCoordx) Else Return 0 EndIf $countMissedCellar += 1 Call("CellarScreenShot") Return 0 EndFunc
Usage:
Code:If FindCellar() = 1 Then If CheckDead() Then Return EndIf GUICtrlSetData($lblStatus, "Status: Cellar - Found") MouseClick("left",Round($cellarCoordx[$CellCoord] * $x_ratio),Round($cellarCoordy[$CellCoord] * $y_ratio),1) sleep($timingCellarClick)
Just a warning to everyone. I finally got banned today. I tried using the memory reading knowing the dangers of it. Good luck to everyone.
EDIT: Just to clarify I an on US. Wasn't banned during botting session. I logged off and tried to log on five hours later. It was truly an amazing scipt zeenexx. Wish I could give you more rep.
Last edited by pokemon1231; 07-20-2012 at 01:10 AM.
for those who want to use movement speed items, try -12.5 for each 1% ms you have.
Hey guys, my bot, even when the cellar is open recognizes it as closed, any idea what it could be? am i suppose to take a image of the cellar?
Yep i got banned as well.. US, botted every day for 8 hours on and off lately, less in the past, rarely 8 hours straight. Had many random timers in like crazy, my runs took minutes each. No idea how much gold i had made, maybe 40M? never used memory reading, no VM, only 1 bot. Wasn't botting at the time of the ban. Only used this bot, never any others or any exploits to level or anything like that. Didn't do much RMAH, maybe made 40 bucks, and most of that was prior to the bot. I'm not too concerned about it, the bot was the funnest thing in the game lately =[. Such an excellent job zEE!!!!
no you don't need to take an image of anything. From my experience the only time the bot did this was if i had a lag hiccup, which happens somewhat often (1 run out 50 or so, i'd guess), or if you move delay is off. If its happening a lot, then try playing with your move delay. if you are too far to the left of the cellar than decrease move delay, too far to the right, increase move delay. good luck
I appreciate the reply, i will try and pay with it, thank you... form what i have been reading, most people with memory reading on have been getting detected, any truth to this?