Originally Posted by
stealthingyew
1. something you would have to code as noone is sharing it
2. something you would have to code as noone is sharing it
3. Its posted in this thread.
do a search on your pc make sure there is not another dh.ini people have reported it reading from another that was created somehow.
to anyone having problems not reaching it all the way to the cellar. 1 make sure your smokescreen has displacement, 2 make sure you have the passive tactical advantage thats the only 2 mandatory things. Finally check ini set speed to 0 or the speed you have.
There should be a log file in the folder your script is in called dank cellar.log or .txt When you 'x' the bot it writes the file and the current stats
I've posted some of this before.
1)
Code:
Func StashItems($color, $tolerance)
$c = 0
While $c <= 20
Sleep(Random(20, 100))
$StashPixel = PixelSearch(1400 * $x_ratio, 580 * $y_ratio, 1914 * $x_ratio, 888 * $y_ratio, $color, $tolerance)
If Not @error Then
RandTab()
Sleep(Rander(80,10))
RandClick("right", $StashPixel[0] + 4, $StashPixel[1], 4, 4)
$c += 1
Else
ExitLoop
EndIf
WEnd
EndFunc ;==>StashItems
Func RandTab() ;tabs through stash randomly before stashing item
$k = Random(0,10)
if($k > 3) Then
if($k > 6) Then
RandClick("left", Round(500 * $x_ratio), Round(360 * $y_ratio), 10, 10) ;2nd tab
Else
RandClick("left", Round(500 * $x_ratio), Round(520 * $y_ratio), 10, 10) ;3rd tab
EndIf
Else
RandClick("left", Round(500 * $x_ratio), Round(200 * $y_ratio), 10, 10) ;1st tab
EndIf
EndFunc
2) Related to S|cK's post. You need some updated png's from his original post. (im guessing around page 200+ (maybe 203?))
Code:
http://pastebin.com/pjwefaLV
Originally Posted by
BlooDSki
can someone add GPH/Deaths on this script for me? i will give repskis

Some hidden things in this script. You need to have 64-bit os with Tesserect-OCR 3.0.1 installed, following the directions in the previous posts about the GPH and tesserect. (this doesn't have s|ck's updated loot system, as in the above link. Havn't combined the two)
Code:
http://pastebin.com/rcRkYprk