[Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++] menu

User Tag List

Page 83 of 97 FirstFirst ... 33798081828384858687 ... LastLast
Results 1,231 to 1,245 of 1443
  1. #1231
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shad8w View Post
    Botting this very casually and no ban, people who got banned most likely ran ~24/7 =/
    Agreed, botting 2 accounts really casual and with long random sleep timers. No bans as of yet.

    [Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++]
  2. #1232
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #1233
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So whats so different about sarki wiz?

  4. #1234
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    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.

  5. #1235
    Craftwise's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shad8w View Post
    Botting this very casually and no ban, people who got banned most likely ran ~24/7 =/
    Just got banned within the last 2 hours, I botted maybe every other day, 8-10hour stretches with crashes inbetween. For reference, 310%gf, farmed about 60million gold.

  6. #1236
    TheGodf4ther's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  7. #1237
    FritzChristen's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #1238
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)
    Originally Posted by zEEneXx View Post
    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.

  9. #1239
    pokemon1231's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #1240
    solrune's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for those who want to use movement speed items, try -12.5 for each 1% ms you have.

  11. #1241
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    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)
    Ok thanks but i won't implement that anymore. i think its not worth it and i will stay with this pure WD script. The test wizard version will be uploaded today if somebody is interested but you should better just use chancitys

  12. #1242
    TheGodf4ther's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  13. #1243
    iso99's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!!!!

  14. #1244
    iso99's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheGodf4ther View Post
    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?
    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

  15. #1245
    TheGodf4ther's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 5
    Last Post: 08-02-2012, 02:48 AM
  4. Replies: 6
    Last Post: 07-24-2012, 12:18 PM
  5. [AutoIt] How to enter Dank Cellar without moving a real mouse over it?
    By psychoangler in forum Diablo 3 Bots and Programs
    Replies: 3
    Last Post: 07-12-2012, 04:59 AM
All times are GMT -5. The time now is 06:37 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