Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 23:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[c++]Cheat Engine Tutorial Step 7

Discussion on [c++]Cheat Engine Tutorial Step 7 within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1
Received Thanks: 0
[c++]Cheat Engine Tutorial Step 7

Hi,

ich habe mal versucht das Cheat Engine tutorial bei schritt 7 in c++ zu schreiben, anstatt in dem Cheat Engine eigenen ASM Editor.



Diese Zeilen werden mir beim disassembler angezeigt, dann habe ich das ganze versucht in c++ zu übertragen und eine .dll zu erstellen welche in dann mit Winject in die Tutorial.exe injecte.

Doch leider stürzt dann sobald ich injecte die Tutorial.exe ab.

Könnt ihr mir helfen was mein Fehler ist? Bin noch ziemlich neu auf dem Gebiet

hier mein c++ Code:
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;
}
MfG
ManUthps is offline  
Reply


Similar Threads Similar Threads
[RELEASE and STEP BY STEP SOLUTION] Radical Engine 7.1
09/04/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 44 Replies
New working Engine tested today, July 18, 2009... For those who can't fix the problem of "No Readable thingy"... refer yourself here: Tips. Ideas. Knowledge.
Cheat Engine Tutorial Step 1 - 6 für Anfänger.
04/01/2009 - Tutorials - 93 Replies
Hallo Elitepvpers! Da ich mir gedacht habe warum mache ich nicht mal ein CE Tutorial für die Anfänger, habe ich es auch in Angriff genommen. Hier könnt ihr euch die Cheat Engine downloaden: Cheat Engine Step 1
Very Detailed step by step Tutorial for cheating with "Cheat Engine" !
09/24/2007 - General Gaming Discussion - 0 Replies
click start->programs->cheat engine 5.3->cheat engine tutorial for all who didnt know that this even exist... its build up like a game where you get to the next step only after you hacked in the correct way! credits go to Dark Byte the Site Admin of CE ^^ /edit



All times are GMT +2. The time now is 23:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.