Love the tutorials and the way you explain it. Have you thought of making any tutorials with bit slicer for Mac if you're familiar? no new ones out there and I have a code from CE that I wish I could transfer over but I am not familiar
hi there in my cheat commonality in the ESI registry group, 1 has the same value 0x5 so if I do| cmp esi, 5 je exit | it should work or I am missing something
Does this work still? mov [rbx+4], rax is what is found Writing to the players health address. i tried using the same injected code on this instruction but it crashes the tutorial.
Hey, good question! It really depends on the scenario, in this case we're interested in finding what modifies the health value at the address (writes to it), but we may want to find out what accesses an address (reads from it), e.g. maybe our health value is stored in multiple locations (as a kind of anti-cheat protection) so there could a scenario where we find the "what writes to this address" but miss the fact another instruction is also "accessing this address" to read the value and store it somewhere else. You'll generally get more results when checking "access", so if you aren't finding what your looking for with "writes", you can check there 🙂
In many cases you'll be able to use multiple registers, yep! Just follow the steps like in the video and try to find a register which has a reliable value 🙂
Hey, I'd recommend checking out GuidedHacking or the CheatEngine forums, as this series only covers the beginner tutorials - there's so much more to game hacking!
Unless you have some cloudflare bypass, e.g. dutt786.medium.com/how-i-was-able-to-bypass-cloudflare-waf-3b30700f6c7a, probably you would need to find some vulnerability that forces the server to leak it's real IP 🤔
It's hard to find these kinda of tutorials that ppl explain how the game work (OOP), it helps a lot to understand what's happening.
thanks!
🙏🥰
The correct term is "NPC", not "NPS". So 'C' is in fact reffers to "Character".
Great tutorials.
Thanks! I was thinking the same, not sure whether the "NPS" in the diagram was a typo or referring to something else 🤔
i love this series
Thank you 🙏🥰
Keep uploading please, i liked your tutorial
Thanks mate! More to come 🔜
Love the tutorials and the way you explain it. Have you thought of making any tutorials with bit slicer for Mac if you're familiar? no new ones out there and I have a code from CE that I wish I could transfer over but I am not familiar
Thanks! Would love to add some more videos to the game hacking series. Hopefully we can re-launch it after our current projects are complete 🤞
Perfect,thanks
Welcome 👍
hi there in my cheat commonality in the ESI registry group, 1 has the same value 0x5 so if I do| cmp esi, 5 je exit | it should work or I am missing something
Give it a go!
@@intigritii tried but the tutorial crashed
Try a different value / code segment!
Does this work still?
mov [rbx+4], rax
is what is found Writing to the players health address. i tried using the same injected code on this instruction but it crashes the tutorial.
I haven't tried in a while, the game might have had an update which can effect things. If that code injection doesn't work, look for another 😉
i learning !!! and trying !!!!
That's what we like to hear! 💜
5:30 why did you use “what write to this address” instead of “what access this address” , how do you know which one you want to look for
Hey, good question! It really depends on the scenario, in this case we're interested in finding what modifies the health value at the address (writes to it), but we may want to find out what accesses an address (reads from it), e.g. maybe our health value is stored in multiple locations (as a kind of anti-cheat protection) so there could a scenario where we find the "what writes to this address" but miss the fact another instruction is also "accessing this address" to read the value and store it somewhere else. You'll generally get more results when checking "access", so if you aren't finding what your looking for with "writes", you can check there 🙂
why choose rcx and not other register? or we can use any of them?
In many cases you'll be able to use multiple registers, yep! Just follow the steps like in the video and try to find a register which has a reliable value 🙂
Hello bro, I want to ask something about a PC hack apk that I don't know, is that okay?
what if there are more than one offsets??? how to cmp them
Hey, I'd recommend checking out GuidedHacking or the CheatEngine forums, as this series only covers the beginner tutorials - there's so much more to game hacking!
@@intigriti oh ok alright
Hi, can you make video to find real IP of Website, because I meet WAF system like Cloudflare a lot
Unless you have some cloudflare bypass, e.g. dutt786.medium.com/how-i-was-able-to-bypass-cloudflare-waf-3b30700f6c7a, probably you would need to find some vulnerability that forces the server to leak it's real IP 🤔
@@intigriti Thank you so much
Amazing series, thank you! Everyone try to like / comment / subscribe please
Thank you! I second that 😁