Cheat Engine: Multi-level Pointers (tutorial 8) - Game Hacking Series

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

Комментарии • 46

  • @cheat_engine
    @cheat_engine Год назад +21

    8:53: when clicking "add pointer" , if you hold down ctrl, the new entry gets added to the bottom (You can also make this as the default behavior in general settings: pointer adding)

    • @intigriti
      @intigriti  Год назад +1

      Ahhh amazing tip, thank you! 💜

    • @alfaxen1
      @alfaxen1 Год назад

      Thank you !

  • @prince_nocturne
    @prince_nocturne 6 месяцев назад +4

    I've been wanting to learn how to do more than a basic search and find for things. This is the first time I've found a tutorial broken down enough that my caveman brain can understand. Thanks!

    • @intigriti
      @intigriti  6 месяцев назад

      Welcome! Glad it helped! 💜

  • @CetutsDS
    @CetutsDS 10 месяцев назад +1

    Hey thanks a lot man this was very helpful i was struggling before was doing a wrong method but i just watched the whole video it was worth every second again thx!

    • @intigriti
      @intigriti  10 месяцев назад

      Great! Happy to hear it 🥰

  • @zombieploios
    @zombieploios Год назад +3

    At 12:30 the method seems to be generating a new pointer map scan for that value, couldnt we just use the generated pointer map 2 we just created and it would be the same thing? Thank you for the videos btw I loves the series

    • @intigriti
      @intigriti  Год назад

      Hey, good point! I should of ticked the "use saved pointermap" option there 😆

  • @TheReaperOfChess
    @TheReaperOfChess Месяц назад

    Wait, at 2:00 you said Eax was Rax??? How did that work? Am i missing a step to find out what it is?

    • @intigriti
      @intigriti  Месяц назад

      Good question! x86 processors have an EAX register, x64 processes have an RAX. It's the same register, just a bigger size. In fact, we still refer to the first portion of the RAX as the EAX. Don't get hung up on this though, it's not important for now and will probably cause confusion.

  • @doohab
    @doohab Год назад

    2:25 can't find anything! I pasted the hex value but no results returned. In my case it was RBX not RSI

    • @intigriti
      @intigriti  Год назад

      You made need to adjust if the values are in different registers!

    • @doohab
      @doohab Год назад

      @@intigriti Right! I must've clicked change pointer by mistake. I finally got my green pointer. Thanks.

  • @childdori3901
    @childdori3901 Год назад +2

    Hi, may I know how cheat engine decide whether an address is a base or not?

    • @intigriti
      @intigriti  Год назад +1

      Hey there! The addresses that show green are found at a constant offset from the game binary (or some other exe/dll) and will always be at that offset, unless the game receives an update. There's a good discussion about it here: www.cheatengine.org/forum/viewtopic.php?p=5571287

  • @streethop4120
    @streethop4120 Год назад

    2:25 can't find anything... not results returned ... the game is generals zero hour... please halp me

    • @intigriti
      @intigriti  Год назад

      Hey, if you get stuck on a specific game I recommend checking out the cheatengine or guidedhacking forums, www.cheatengine.org/forum/search.php?sid=e8af928dcbad9241437478ad26215096

  • @abenex2175
    @abenex2175 8 месяцев назад

    i did exactly as you did and its pointing to a weird hex address than doesnt correspond with the value

  • @TheReaperOfChess
    @TheReaperOfChess Месяц назад

    4:47, It shows nothing accessed it, am i just stupid?

    • @intigriti
      @intigriti  Месяц назад

      4:47 no access but when we click change value/pointer it shows, e.g. 4:53
      Let me know if i misunderstood your question!

  • @Timorio
    @Timorio Год назад

    After going a couple of pointers deep, my "Find out what accesses this address" results yield nothing when trying to find the next pointer (Risk of Rain 2). Any idea what might be going wrong?

    • @intigriti
      @intigriti  Год назад

      It could be a lot of things e.g. maybe the addresses might change dynamically, so even if you find the right pointer - it's location will change shortly after. I would check out the cheat engine forums, see if they have any posts about the game you're working on, or at least posts about the issue you're describing.

  • @rgb_outlaw
    @rgb_outlaw Год назад

    I've got some troubles with the first steps. When I try to find a value that I need to find the base one later on, the Cheat Engine gives out 2 addresses of the same value. When I edit one of them, it goes back to normal. But when I edit the second one, it actually applies my changes to itself and to the first address' value. In this case I'd have to generate 4 pointer maps and scan all of them compared to each other, which actually doesn't lead me to any successful results. What do I do in this situation?

    • @intigriti
      @intigriti  Год назад

      Some games can be complicated, e.g. the addresses might change dynamically, so even if you find the right pointer - it's location will change shortly after. I would check out the cheat engine forums, see if they have any posts about the game you're working on, or at least posts about the issue you're describing.

  • @tonyr0xx
    @tonyr0xx Год назад

    I need a pointer with "game.exe"+00****** i can do the same way or is a different way ? When i do without "game.exe", all the scans give me a same RSI value, i cant pass the pointer to second offset, after second offset all RSI is equal.

    • @intigriti
      @intigriti  Год назад +1

      These techniques will be hugely dependent on:
      a) the game in question
      b) whether you do each stage of the pointer scanning process correctly
      If one specific game (or value within a game) isn't working, maybe try another to find out whether the problems are related to the game, of something you're doing..

  • @TopsyTriceratops
    @TopsyTriceratops Год назад

    For the final part of the video, what do we do if we have over 65 thousand results?

    • @intigriti
      @intigriti  Год назад

      Keep narrowing it down as much as possible I guess. Multiple results may work, so just try to find some stable/reliable result and give it a go 🙂

  • @Flipah
    @Flipah 5 месяцев назад

    Been trying this since yesterday lmao. I got to the point of doing the first Pointer but then when I search for the second value nothing shows up :( I am beyond confused lmao and suffering hahahaha

    • @intigriti
      @intigriti  5 месяцев назад +1

      Double-check the steps in the video but if you are testing cave crawler, also remember that I recorded this a while ago and every update to the game could change instructions/expected pointers so the solution might looks slightly different to when I recorded it.

    • @Flipah
      @Flipah 5 месяцев назад

      @@intigriti Ok, the game is on steam, is a silly game nothing too crazy, Research story and I was trying to make something to have the stamina never decrease but I get two results in double and it's just a freaking pain. I am just not doing it hahahahahha

    • @intigriti
      @intigriti  5 месяцев назад +1

      Ah OK game's can vary wildly depending on how they were developed, what anti-cheat protections are in place etc

  • @Mr_Thoror
    @Mr_Thoror Год назад

    how can i do with citra

    • @intigriti
      @intigriti  Год назад

      Hmmm not something I have any experience with, maybe check the GuidedHacking forums?

    • @Mr_Thoror
      @Mr_Thoror Год назад

      @@intigriti it is possible to use cheat engine in games that are emulated with citra in your opinion it is feasible

  • @RenalSukendar
    @RenalSukendar Год назад

    thankssss

  • @gamewithboost
    @gamewithboost 7 месяцев назад

    can you make videos on cheating games on ps4

    • @intigriti
      @intigriti  7 месяцев назад +1

      The focus will always be hacking, not cheating 😛 Hopefully we will make more game hacking content in future but unlikely console-focused.. Maybe mobile!

    • @gamewithboost
      @gamewithboost 7 месяцев назад

      @@intigriti true that but i would really love to see ps4 game hacking cuz it's like cheat engine a bit harder specially with pointer and there is not a lot of videos about it so i guarantee you the views and i asked you because i love how easy you explain things

  • @cbro4840
    @cbro4840 Месяц назад +1

    lame.. never worked for me... find my first adress via whats writes to.. after adding the first pointer and do what access - no result, never. Ouh and i checked my cheat engine Settings already