View previous topic :: View next topic |
Author |
Message |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Fri Jul 30, 2010 11:05 am Post subject: What is Pointers? |
|
|
Hello, Can someone explain to me what are the pointers?
And what is the Code Injection? |
|
Back to top |
|
 |
DamiPL Grandmaster Cheater Supreme
Reputation: 3
Joined: 02 Jul 2006 Posts: 1195 Location: 11001110
|
Posted: Fri Jul 30, 2010 12:48 pm Post subject: |
|
|
do the cheat engine tutorial that comes w/ CE, it teaches you both~ _________________
|
|
Back to top |
|
 |
Fantasy I post too much
Reputation: 13
Joined: 29 Jul 2007 Posts: 3113
|
Posted: Fri Jul 30, 2010 3:20 pm Post subject: |
|
|
+ Check out ce wiki |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sat Jul 31, 2010 9:52 am Post subject: |
|
|
What is the difference
"Find out what writes to this adress"
and
"Find out what accesses to this adress" |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sat Jul 31, 2010 10:28 am Post subject: |
|
|
Addresses can be read from and written to.
"Find out what writes to this address" logs the code that writes to that address i.e. changes its value.
"Find out what accesses this address" logs also code that only reads that address.
For example, take address 0040a3b0.
would read its value and store it in eax. This code would be logged by "Find out what accesses this address".
---
writes to that address the new value. This counts as "write" and "access", so it's logged by both.
Little trivia: IIRC, earlier versions of CE used to have another option, "Find out what reads from this address", but I guess it's been taken out. |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sun Aug 01, 2010 2:35 am Post subject: |
|
|
and how do I know when to use this or that |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 01, 2010 2:57 am Post subject: |
|
|
You'll know it :p
If you find the address storing health, you'll probably want to know what writes to it, to see what code applies changes, how and why.
If you find a byte, for example something like "isVisible", you'll want to know both what changes it (for the above reasons) AND what reads it, so you'll know what's the difference between it being set or not.
..as regards simple addresses. When it comes down to pointers, you can use the first one to climb up the pointer path and the second one to see what offsets are used with that pointer. |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sun Aug 01, 2010 7:06 am Post subject: |
|
|
Do you know who may have a program editing data that are sent from client to server? A program similar to the Winsock Packet Editor, because I can not to it on the web to find any link. Cheat Engine Or has this feature? |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 01, 2010 8:11 am Post subject: |
|
|
google WPE PRO and you'll find it.. anyway CE has an uncompiled packet editor plugin in the plugin folder. |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sun Aug 01, 2010 9:40 am Post subject: |
|
|
How Can I use this plugin. I search in google for WPE Pro but i can't find... |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 01, 2010 9:44 am Post subject: |
|
|
I don't know if I can post the direct link.. use this google search. (and keep in mind that the download from the official site doesn't work.) |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sun Aug 01, 2010 10:37 am Post subject: |
|
|
How Can I use this plugin (Packet Editor for CE)? |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 01, 2010 10:38 am Post subject: |
|
|
You compile it and then load it into CE, but you don't need to... use wpe pro. |
|
Back to top |
|
 |
Matevos Newbie cheater
Reputation: 0
Joined: 25 Jun 2010 Posts: 23
|
Posted: Sun Aug 01, 2010 11:19 am Post subject: |
|
|
you know maybe some free Delphi compiler?
but I do not have wpe pro because I cluod not find a link to it.
Please help... |
|
Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 01, 2010 11:42 am Post subject: |
|
|
You really hate google, don't you?
wpe | delphi compiler |
|
Back to top |
|
 |
|