Eden Eternal bot issue

06/26/2011 01:19 overe#1
Im trying to use my own bot in the game Eden Eternal. But I'm not getting to use the _SendMessage and _PostMessage functons, i tried a lot to make it work but i didn't obtain success... just the Send function worked...

Code, doesnt work (the $HANDLER is working, i think. It just write into the chat):
Code:
	;_SendMessage($HANDLE, 256, 112);
	;_SendMessage($HANDLE, 0x4d, 0);
	;_PostMessage($HANDLE, 256, 49, 0x20001);
	;_PostMessage($HANDLE, 257, 49, 0x20001);
	;ControlSend($HANDLE, "", "", "{1}")
Actual working code:
Code:
Send("{TAB}")
Anyone can help me ? =]

Thanks
06/26/2011 02:00 Reeek#2
maybe a hackshield if you can send in the chat but not in the actual game?
06/26/2011 02:30 overe#3
Quote:
Originally Posted by Reeek View Post
maybe a hackshield if you can send in the chat but not in the actual game?
Yep, i can send in the game chat.
06/26/2011 14:21 Reeek#4
yea... then you must bypass the Gameguard... think you'll find sth here.
06/26/2011 19:24 overe#5
Thanks, i'll look for it.
07/27/2011 11:36 blinko#6
Quote:
Originally Posted by overe View Post
Im trying to use my own bot in the game Eden Eternal. But I'm not getting to use the _SendMessage and _PostMessage functons, i tried a lot to make it work but i didn't obtain success... just the Send function worked...

Code, doesnt work (the $HANDLER is working, i think. It just write into the chat):
Code:
	;_SendMessage($HANDLE, 256, 112);
	;_SendMessage($HANDLE, 0x4d, 0);
	;_PostMessage($HANDLE, 256, 49, 0x20001);
	;_PostMessage($HANDLE, 257, 49, 0x20001);
	;ControlSend($HANDLE, "", "", "{1}")
Actual working code:
Code:
Send("{TAB}")
Anyone can help me ? =]

Thanks
Just use the Send() function to send keys. That's all i am doing with mine and it's working just fine.

The only reason you'd need to use a ControlSend/ControlClick(works better in most cases) is if you wanted the bot to run i nthe background while the game is minimized. Which can also be done using autoit. _SendMessage and _PostMessage have never worked properly for me.
07/27/2011 13:54 buFFy!#7
Code:
_PostMessage($HANDLE, 257, 49, 0x20001);
looks odd.

Code:
_PostMessage($HANDLE, 0x257, 49, 0x20001);
if the game uses directinput this can't work anyways
08/21/2011 23:10 khem_eysla#8
can you send me the all file of the eden eternal bot..

how this thing work?help me please upload some video