BLAKBOT SOURCE CODE,BETTER THAN MHS BOT

09/06/2010 17:29 tidori45#1
this is from indonesia another autoit bot for perfect world, this bot is better than MHS, less ram and cpu usage,more option,easy use, for veno pet can attack first with 4 skill, use ntkid or another offset retreiver, compile with old autoit
09/07/2010 16:01 wildwinter#2
to be able to use this bot you need to change the file type of Offset.dll to Offset.ini. then update the new offsets in it then change the file type back to dll.
09/10/2010 20:30 e2140#3
i got an error like this :
[Only registered and activated users can see links. Click Here To Register...]
09/14/2010 04:02 -kill4you-#4
Quote:
Originally Posted by e2140 View Post
i got an error like this :
[Only registered and activated users can see links. Click Here To Register...]
same error for me, win7 x64
09/14/2010 20:38 tidori45#5
compile with old auto it,
09/18/2010 12:56 dummy04#6
how do we compile that ?? sorry im a noob any guides on using autoit ?
09/20/2010 14:45 lovehack11#7
Func STARTORSTOP() <<line 3846
If $STOP = True Then
AdlibDisable("Main") <<line 3848
GUICtrlSetData($STARTORSTOP, "Stop F10")
GUICtrlSetOnEvent($STARTORSTOP, "StartOrStop")
$STOP = False
Else
AdlibEnable("Main") <<line 3853
GUICtrlSetData($STARTORSTOP, "Start F10")
GUICtrlSetOnEvent($STARTORSTOP, "StartOrStop")
$STOP = True
EndIf

try it editing to:

Func STARTORSTOP()
If $STOP = True Then
AdlibUnregister("Main")
GUICtrlSetData($STARTORSTOP, "Stop F10")
GUICtrlSetOnEvent($STARTORSTOP, "StartOrStop")
$STOP = False
Else
AdlibRegister("Main")
GUICtrlSetData($STARTORSTOP, "Start F10")
GUICtrlSetOnEvent($STARTORSTOP, "StartOrStop")
$STOP = True
EndIf
That worked to me...
Compile with [Only registered and activated users can see links. Click Here To Register...]