guess you can separate bypass in a new folder and rar this need me only bypass. THX.
#include <nomadmemory.au3>
processwait("dekaron.exe")
$PID123 = ProcessExists("dekaron.exe")
$as = _memoryopen($PID123)
while 1
$1 = _MemoryRead("0x00401000", $as)
if $1 = 1408011093 Then
ExitLoop
else
ContinueLoop
EndIf
WEnd
_ProcessSuspend("xxd.xem")
_ProcessSuspend("xsherlock.xem")
_ProcessSuspend("dekaron.exe")
msgbox(0,"bypass", "Push OK after you've loaded the hacks in CE. ")
_ProcessResume("dekaron.exe")
thank u, i would like to know how do u get that memoryread??? i wanna do it by myself how to obtain that adress, thanksQuote:
Code:#include <nomadmemory.au3> processwait("dekaron.exe") $PID123 = ProcessExists("dekaron.exe") $as = _memoryopen($PID123) while 1 $1 = _MemoryRead("0x00401000", $as) if $1 = 1408011093 Then ExitLoop else ContinueLoop EndIf WEnd _ProcessSuspend("xxd.xem") _ProcessSuspend("xsherlock.xem") _ProcessSuspend("dekaron.exe") msgbox(0,"bypass", "Push OK after you've loaded the hacks in CE. ") _ProcessResume("dekaron.exe")
Do we have to add these code to the original one? and where we add it?Quote:
yes, gimme a few mins I'll write a quick example and edit this post.
edit:
Code:$key = 0 while 1 Controlsend($PID,"","","u") Controlsend($PID,"","",$key) controlsend($PID,"","","{SPACE}") _PCheck() if $key = "=" then $key = -1 sleep(500) $proces_ID = ProcessExists($Input) $handle = _MemoryOpen($proces_ID) $map = _MemoryRead(0x00C9EE68, $handle) $map = _MemoryRead($map + 0x04, $handle) $map = _MemoryRead($map + 0xAC, $handle) if $map = 13 Then ExitLoop EndIf if $key = "-" then $key = "=" continueloop(1) endif $key = $key+1 if $key = 9 Then $key = "-" EndIf
paul , i love that part here on this section more then 90% doesn't know how to install windows and u want them to use AutoIT ... Yeah nice try :PQuote:
the only thing is that I dont remember whether or not I updated the coords for 131+IB menu boxes. if not, then with a bit of brain you can figure it out yourself.