Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[TUTORIAL] HOW TO MAKE A DELPHI 7 DLL HACK
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Luig
Cheater
Reputation: 0

Joined: 24 Sep 2010
Posts: 26

PostPosted: Wed Aug 17, 2011 7:06 pm    Post subject: Reply with quote

The first result on how to make a delphi .dll trainer comes up one of my first tutorials. http://www.gamersplanet.net/forums/rumble-fighter-hacks-trainers-downloads/464415-how-to-create-dll-trainers-in-delphi-7-a.html

It's pretty old though and now that I look at it, it's pretty crappy but I hope it's of use to anyone.
Back to top
View user's profile Send private message
% %
Cheater
Reputation: 1

Joined: 14 May 2011
Posts: 41

PostPosted: Wed Aug 17, 2011 10:08 pm    Post subject: Reply with quote

Dark Byte wrote:
Copyright... Credits...
Sometimes these things get dragged out too much, especially in software

These things have been done a long time ago, I even used it in the old cehook routines for ce3.x

As for gui using create thread is also common knowledge that anyone would have come up with on their own. (I did)
(People hardly ever experiment or try stuff for themselves. for example look into the ce source section, there's been someone for two days asking if the driver was compiled successfully while he could have tried to make use of it...)

Also, the original post contains a bug:
Code:

PBYTE(PBYTE($address)^ + $offset)^:= 800;

That will get the BYTE at the given address, add the offset to it and then typecast that to a bytepointer, dereference it and set the value to 800

I recommend changing it to:
PWORD(dword($address)^ +$offset)^:=800

I do of course agree it is a copy/paste of that site, including the bug. (Or the poster on that site copy/pasted it from the same source as the poster here) But just saying that it sometimes get persecuted too much, instead of just staying on topic and discuss the code


Xd I know it does but It really is funny when it changed the pointer in wolfteam Very Happy it totally screwed it up and everyone was dead Very Happy besides if they dont know enough about d7 than why teach? I dont that much.

_________________
we are SINful.
we are watching you.
We are coming for you.
we will get you.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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 vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites