QuestionHelpDIPEngine Address

Posts 18 of 8 · Page 1 of 1
DIPEngine Address
I have some code, but I can't find DIPEngine Address

Code said

Code:
#include <windows.h>
#include <d3d9.h>
#include <d3dx9.h>
 
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "d3dx9.lib")

#define GameStatus      0x377F0DDC
#define DIPEngine       0x006A086A
#endif
I found Game Status Address, But I can't find DIPEngine.

Is there anyone help me?

I used USSR's address logger, But there is no DIPEngine ADDRESS.

HELP ME GUYS
Set a breakpoint on DIP in directx VTable index 82 and trace back to engine.exe
Thats it.
Quote Originally Posted by Ch40zz-C0d3r View Post
Set a breakpoint on DIP in directx VTable index 82 and trace back to engine.exe
Thats it.
Rofl that's too hard for him ...
@Mr.Lieul use WE11ington addie logger, or simply log the address with the Signature I provided
Quote Originally Posted by R4v0r View Post

Rofl that's too hard for him ...
@Mr.Lieul use WE11ington addie logger, or simply log the address with the Signature I provided
No it's not, MSDN Using Breakpoints: Additional Information
you can also print the vtable address and use a dump
sprintf(buffer,"%X",vtable)
Quote Originally Posted by Acea View Post
No it's not, MSDN Using Breakpoints: Additional Information
you can also print the vtable address and use a dump
sprintf(buffer,"%X",vtable)
Yes, but if you can't find a simple DIP Engine address == leecher, correct me if I am wrong.
Quote Originally Posted by R4v0r View Post

Yes, but if you can't find a simple DIP Engine address == leecher, correct me if I am wrong.
Well that's not the point i'm making, yes a address would be nice, but learning how to find it or better yet how to automatically get it from vtable 82 with a offset is more useful and helps us progress as a community. The problem with the community now adays is not the people trying to learn, it's that no one will let them learn or help them. The people who 'know what there doing' hand over codes because they simply have no idea how it works or how to write it. Yes i will give some leash that people trying to learn are trying to learn to much to fast, well ya when they do that they won't learn. But we as the cheaters who have been here forever need to teach methods, and why functions do what they do instead of just going here's a address, or here's a full vip base go crazy.
Quote Originally Posted by Acea View Post
Well that's not the point i'm making, yes a address would be nice, but learning how to find it or better yet how to automatically get it from vtable 82 with a offset is more useful and helps us progress as a community. The problem with the community now adays is not the people trying to learn, it's that no one will let them learn or help them. The people who 'know what there doing' hand over codes because they simply have no idea how it works or how to write it. Yes i will give some leash that people trying to learn are trying to learn to much to fast, well ya when they do that they won't learn. But we as the cheaters who have been here forever need to teach methods, and why functions do what they do instead of just going here's a address, or here's a full vip base go crazy.
Yeah your right on that point, he can also look at an old dump of the game, trace some functions, learn how it works, and apply to the current version
OMG.

That's a language of Aliens
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?