[Release]IB Bot manager+bypass src

10/11/2012 22:36 ProDJHome#31
guess you can separate bypass in a new folder and rar this need me only bypass. THX.
10/11/2012 22:42 guesswho-.-#32
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")
10/12/2012 00:06 ikudosi#33
Isn't this bypass method already patched? From the looks of the code it just suspends the process.
10/12/2012 00:17 guesswho-.-#34
not sure, I tested it on friends char today and been botting for like 3 hours straight.
10/12/2012 01:25 GuessImTheGoodGuy#35
If you run multi-client. Will the bot hack effect both of the clients? I haven't tried yet though..
10/12/2012 08:01 d4kman#36
guesswho-.- can you show me wher is the click code to go inside dungeon tnx agayn i will try to edit because on win xp he click on dungeon but dont go in he dont click
10/12/2012 08:10 deathlost#37
Quote:
Originally Posted by guesswho-.- View Post
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")
thank u, i would like to know how do u get that memoryread??? i wanna do it by myself how to obtain that adress, thanks
10/12/2012 13:34 Brutalon#38
Bananas
10/12/2012 13:52 guesswho-.-#39
Quote:
Originally Posted by deathlost View Post
thank u, i would like to know how do u get that memoryread??? i wanna do it by myself how to obtain that adress, thanks
nomadmemory.au3
-.-
10/13/2012 11:40 timtsits#40
Quote:
Originally Posted by guesswho-.- View Post
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
Do we have to add these code to the original one? and where we add it?
10/13/2012 13:30 d4kman#41
can you post me wher is the mouse click to go inside dg to edit
10/13/2012 13:32 guesswho-.-#42
I believe I pmed you the info.
10/13/2012 14:52 elfulll#43
Quote:
Originally Posted by guesswho-.- View Post
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.
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 :P
Anyway good job with this bot for the Lazy azzes :)
10/13/2012 15:32 aceraspire21#44
Is this working in 32bit?
10/13/2012 15:42 guesswho-.-#45
you can try, but I dont think so. as far as I'm concerned xigncode blocks autoit actions on 32bit, and I havent tried it on anything else than 64bit systems.

I updated the 131+ bot, it should work just like the other two, also menubox was fixed.