View unanswered posts | View active topics
Page 1 of 1
[ 7 posts ]
Author
Message
ManUthps
Post subject: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Tuesday, 04 Jan 2011, 21:58
Joined: Friday, 27 Aug 2010, 16:51Posts: 33
hey guys,
ive tryed to use the disassembled code which is shown in CheatEngine Tutorial Step 7 with inline asm in c++.
here the picture of the disassembled code by cheat engine:
iam trying to use my c++ code in a dll and inject it with winject. But when i inject my .dll into the Tutorial.exe, the Tutorial.exe will crash.
here my c++ code:
#include <windows.h> DWORD dwUseItemFunc = 0x00407ec4; void UseItem() { __asm { mov esi,[ebx+0x00000310] add [ebx+0x00000310], 1 lea edx,[ebp-0x04] mov eax,[ebx+0x00000310] call dwUseItemFunc } } int __stdcall DllMain(_In_ void * _HDllHandle, _In_ unsigned _Reason, _In_opt_ void * _Reserved) { if(DLL_PROCESS_ATTACH == _Reason) { UseItem(); } return 1; } i hope, someone can help me, and sorry for bad english
Top
Waats
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Tuesday, 04 Jan 2011, 22:43
I live here Три раза сломал клаву :)
Joined: Tuesday, 08 Jan 2008, 10:25Posts: 3711
If that is for cheating, this is probably your last day on RIN.
_________________ Too many games...
Top
ManUthps
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Tuesday, 04 Jan 2011, 22:51
Joined: Friday, 27 Aug 2010, 16:51Posts: 33
lol... i would like it never use for cheating...
Top
Source_engine
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Wednesday, 05 Jan 2011, 01:10
I live here Три раза сломал клаву :)
Joined: Sunday, 02 Aug 2009, 20:57Posts: 2091Location: Bulgaria
Don't judge the tool by it's name.
Cheat engine is perhaps a potential programmer's first steps into C++.
I would advise asking in the
developer section as long as your meanings for injecting libraries aren't harmful and go by the forum's rules.
_________________
Click here before your first post! Handy links JDownloader to automatically download stuff from Rapidshare and other file hosts. | (NOTE:Requires Java Runtime) My uploaded stuff on mediafire.com
Random quotes
hegyak wrote:
We evolved from smart users with dumb terminals to dumb users with smart terminals.
^ This man speaks the truth.
Random user don't let it be you wrote:
Sorry for my bad English
Nearly all of us don't have English as a native language,so we can't bother you for that! If you really doubt your English,go here and ask in your OWN language! Random user wrote:
What's teh password p|0X?
99% of the stuff here has the password
cs.rin.ru
Top
.Rar
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Wednesday, 05 Jan 2011, 01:22
Dark Elf Moderator
Joined: Saturday, 27 May 2006, 01:53Posts: 5468Location: DHT node
Source_engine wrote:
I would advise asking in the
developer section as long as your meanings for injecting libraries aren't harmful and go by the forum's rules.
What he said.
_________________ RIP vigylant.
Top
ManUthps
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Wednesday, 05 Jan 2011, 01:51
Joined: Friday, 27 Aug 2010, 16:51Posts: 33
ok, thank you guys, i have posted it on developer section, this thread can be closed or deleted!
Top
hegyak
Post subject: Re: [c++]Cheat Engine Tutorial Step 7 with inline asm
Posted: Wednesday, 05 Jan 2011, 03:17
I live here Три раза сломал клаву :)
Joined: Monday, 31 Mar 2008, 19:17Posts: 6156Location: Being smug somewhere fun
Done.
_________________
The phrase "Login to
http://www.clue.org and issue the GET command" springs to mind...
I moderated this forum.
Top
Page 1 of 1
[ 7 posts ]
Who is online
Users browsing this forum: No registered users and 4 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum