Cheat Engine: Shared Code (tutorial 9, part 1) - Game Hacking Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 35

  • @exd0254
    @exd0254 11 หลายเดือนก่อน +2

    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!

    • @intigriti
      @intigriti  11 หลายเดือนก่อน +1

      🙏🥰

  • @xriffkax
    @xriffkax 10 หลายเดือนก่อน

    The correct term is "NPC", not "NPS". So 'C' is in fact reffers to "Character".
    Great tutorials.

    • @intigriti
      @intigriti  10 หลายเดือนก่อน

      Thanks! I was thinking the same, not sure whether the "NPS" in the diagram was a typo or referring to something else 🤔

  • @TomcatGoesBr
    @TomcatGoesBr ปีที่แล้ว +3

    i love this series

    • @intigriti
      @intigriti  ปีที่แล้ว

      Thank you 🙏🥰

  • @samirdatumanong4969
    @samirdatumanong4969 ปีที่แล้ว

    Keep uploading please, i liked your tutorial

    • @intigriti
      @intigriti  ปีที่แล้ว

      Thanks mate! More to come 🔜

  • @Evolution602
    @Evolution602 ปีที่แล้ว

    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

    • @intigriti
      @intigriti  ปีที่แล้ว +1

      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 🤞

  • @mehmetcelik7339
    @mehmetcelik7339 ปีที่แล้ว +2

    Perfect,thanks

  • @just7tv626
    @just7tv626 10 หลายเดือนก่อน

    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

    • @intigriti
      @intigriti  10 หลายเดือนก่อน

      Give it a go!

    • @just7tv626
      @just7tv626 10 หลายเดือนก่อน

      @@intigritii tried but the tutorial crashed

    • @intigriti
      @intigriti  10 หลายเดือนก่อน

      Try a different value / code segment!

  • @dsmoke4327
    @dsmoke4327 10 หลายเดือนก่อน +1

    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.

    • @intigriti
      @intigriti  10 หลายเดือนก่อน

      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 😉

  • @user-Letuananh
    @user-Letuananh 10 หลายเดือนก่อน

    i learning !!! and trying !!!!

    • @intigriti
      @intigriti  10 หลายเดือนก่อน

      That's what we like to hear! 💜

  • @quietducks1149
    @quietducks1149 ปีที่แล้ว

    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

    • @intigriti
      @intigriti  ปีที่แล้ว

      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 🙂

  • @ichan3168
    @ichan3168 ปีที่แล้ว

    why choose rcx and not other register? or we can use any of them?

    • @intigriti
      @intigriti  ปีที่แล้ว

      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 🙂

  • @murphy-wx5ld
    @murphy-wx5ld ปีที่แล้ว

    Hello bro, I want to ask something about a PC hack apk that I don't know, is that okay?

  • @catatrophicalist
    @catatrophicalist ปีที่แล้ว

    what if there are more than one offsets??? how to cmp them

    • @intigriti
      @intigriti  ปีที่แล้ว

      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!

    • @catatrophicalist
      @catatrophicalist ปีที่แล้ว

      @@intigriti oh ok alright

  • @gaminghardware1471
    @gaminghardware1471 ปีที่แล้ว +2

    Hi, can you make video to find real IP of Website, because I meet WAF system like Cloudflare a lot

    • @intigriti
      @intigriti  ปีที่แล้ว +1

      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 🤔

    • @gaminghardware1471
      @gaminghardware1471 ปีที่แล้ว +1

      @@intigriti Thank you so much

  • @zombieploios
    @zombieploios ปีที่แล้ว +2

    Amazing series, thank you! Everyone try to like / comment / subscribe please

    • @intigriti
      @intigriti  ปีที่แล้ว

      Thank you! I second that 😁