Ravenshade How do I cheat?
Reputation: 0
Joined: 18 Feb 2011 Posts: 1
|
Posted: Fri Feb 18, 2011 9:50 am Post subject: CE Newb tutorial query |
|
|
Hi,
I've been, wandering around trying to use this program and for the most part I can get it to do what I want it to do. I find it fun to use. On the other hand, I can't get past a certain point in the tutorial.
---
Scratch that I can't even get back to that stage. Because I'm getting an: Access Violation at address [doesn't think it matters] in module 'Tutorial'.exe. Write of address 0000000
There's one line in the tutorial that I want to ask about *sweat* apparently I can't get to it to actually type it out.
Although I could try explaining.
I get to the stage where I'm about to change the value in the tutorial, or rather it's the line where I actually make the pointer. Which value do I actually insert as the address? I've tried the 'address' or 'addresses' in the Scan List, to be returned with P>Expected Pointer address and apparently that isn't correct.
I also can't change the pointer value either, even though the tutorial explicitly states to do that >.>;
I'm using 5.6.1 as the later version doesn't support Trainers yet and that's what I'm trying to accomplish.
--------------
Edit, finally got past that error code o' doom. What language is this program written in, do we have a linux port?
Quote: | The window will change and allow you to type in the address of a pointer and a offset.
Fill in as address the address you just found.
If the assembler instruction has a calculation (e.g: [esi+12]) at the end then type the value in that's at the end. else
leave it 0. If it was a more complicated instruction look at the calculation.
example of a more complicated instruction:
[EAX*2+EDX+00000310] eax=4C and edx=00801234.
In this case EDX would be the value the pointer has, and EAX*2+00000310 the offset, so the offset you'd fill in
would be 2*4C+00000310=3A8. (this is all in hex, use cal.exe from windows in scientific mode to calculate)
Back to the tutorial, click OK and the address will be added, If all went right the address will show P->xxxxxxx, with
xxxxxxx being the address of the value you found. If thats not right, you've done something wrong.
Now, change the value using the pointer you added in 5000 and freeze it. Then click Change pointer, and if all went
right the next button will become visible. |
Window will change...actually a new window opened up but *check*.
Fill in as address the address you just found....ambiguous. Which address that I just found, I've found lots of addresses recently. >.>; Do you mean the address in the More Information part, the Address that popped up in the scanner?
Click okay and the address will be added check.
P shows the address of the value you found...uh which value? D=. As I indicated above, P->0000003DC which was the expected address of the pointer.
Now change the value using the pointer ....uh how. Every time I double click the two ?? I get a strange beep. The...rebuffing of windows when it says: No, you can't do that because you know what, I'm microsoft and I'm not going to let you, mwahahahaha. All in one tiny beep...
Of course, I click Change Pointer, but no joy, the next button does not appear.
|
|
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Fri Feb 18, 2011 11:04 am Post subject: |
|
|
Delphi, as far as I know no Linux port yet. Source is free and open if you would like to port it to Linux, you would make some Mac fans very happy if you did.
The address you are looking for should be the address that is holding your value. If you are seeing P->????? you have the wrong pointer address.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|