 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Chaosis13 Master Cheater
Reputation: 0
Joined: 14 Aug 2007 Posts: 372
|
Posted: Sun Apr 20, 2008 5:25 pm Post subject: |
|
|
C++ is better than C# in my opinion.
Also, you couldn't unless you injected it. But I think what you thinking of is openGL hooking and stuff. I don't have alot of experience with it so I cant help you too much.
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Wed Jul 16, 2008 3:35 pm Post subject: |
|
|
I consider C better then C++.
Anyways I'd use my GDI32 method it works for everything I've tested it by printing to my desktop even.
To stop flicking set a GetTickCount timer check with modules like
Dll entry point:
while(true) {
int lifes = rand(); //random number
sprintf (buff, "I have %d lifes in game./n My hack is currecntly: ON", lifes);
if(GetTickCount() % 1000 == 0) //1second refresh??
DrawText(NULL, 100,100, buff, 10 blah forgot paramaters you know what to do);
}
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jul 16, 2008 5:13 pm Post subject: |
|
|
It's still going to flicker, not to mention you aren't sleeping so you're just going to eat all the CPU time with a loop like that.
When I was goofing with this, I just hunted down the function that draws the world and did my shit there and it was fine.
|
|
| Back to top |
|
 |
|
|
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
|
|