|
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
ParkourPenguin I post too much Reputation: 147
Joined: 06 Jul 2014 Posts: 4518
|
Posted: Mon Jan 08, 2018 11:00 am Post subject: |
|
|
3bitbrain wrote: | How do you set up a compare for this and where at?
...
The conditional jumps are throwing me for a loop. |
comiss is more or less a cmp instruction for SSE. The parity flag is set if the result is unordered (i.e. either source is NaN), so the jp instruction is checking if either operand is NaN. The zero flag and carry flag are set according to the result, so the jb instruction will jump if xmm1 < xmm0.
Regardless, you can completely ignore those jcc instructions; all you should be interested in is the write. You can generally follow along with the tutorial even though it's for x86.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
|
3bitbrain How do I cheat? Reputation: 0
Joined: 10 May 2016 Posts: 4 Location: TX, USA
|
Posted: Mon Jan 08, 2018 12:18 pm Post subject: Data Structures - Reply |
|
|
Thanks for the response.
The condition that needs to be compared ( 0010, integer value of 1 or 2 ) ... I'm not clear on where that is coming from.
Think I'll spend some time poking at it to see if I can figure it out.
Update : Duh!! More time thinking always helps.
Code: |
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [rbx+14],1
jne originalcode
nop
jmp exit
|
This code worked.
|
|
Back to top |
|
|
Mygith How do I cheat? Reputation: 0
Joined: 25 Nov 2015 Posts: 4
|
Posted: Tue Nov 13, 2018 6:43 am Post subject: |
|
|
I have a question, this might not be the propper place but i'll give it a go.
Chapter 9: Tutorial 7
After i get the initial number (lets say health is 100), then i get the "pointer needed to find this adresss is probably xxxxxxxx.
When i search for that in hex i get multiple adresses so i don't know how to figure out what i have to do after that. How can i figure what to do after that step?
(sry if wrong thread)
|
|
Back to top |
|
|
.:REAPER:. How do I cheat? Reputation: 2
Joined: 27 Oct 2021 Posts: 4 Location: my home :)
|
Posted: Sun Oct 02, 2022 4:57 am Post subject: Last tutorial (step 9) |
|
|
Hey there
This tutorial was great🔥 I couldn't even do the 7th step (the code injection) without it 🙄anyway now I'm stuck in 9th step when I click "define new structure" I can't find the purple line you said (offset 10) IDK what should I do now
BTW I'm using CE on (windows 10 ×64)
And I don't have access to my laptop so don't know the CE's version so please don't ask the version 🙃
_________________
can do many things but not everything |
|
Back to top |
|
|
thekorganut How do I cheat? Reputation: 0
Joined: 14 Nov 2022 Posts: 3
|
Posted: Wed Nov 16, 2022 6:19 am Post subject: thank but..... |
|
|
Chapter 9: Tutorial 7
I stopped at that point because I did not understand anything. Please provide an explanatory video
|
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25509 Location: The netherlands
|
Posted: Wed Nov 16, 2022 6:58 am Post subject: |
|
|
click on the light bulb in the tutorial
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
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
|
|