USING COMMONALITIES 2: MULTI LEVEL POINTER COMPARES

Sdílet
Vložit
  • čas přidán 21. 07. 2024
  • The Best Source To Learn Game Hacking: guidedhacking.com/ Today we are going to take a look at the commonalities feature in CE which allows you to view what other registers are pointing to when looking to separate out specific addresses for scripts. This time group difference with multi level pointers
    #CHEATENGINE #Commonalities #TitanQuest
    Become a Cheat The Game Partner at Patreon: / cheatthegame
    Donation Paypal: paypal.me/CheatTheGame
    CTG T-SHIRTS FINALLY AVAILABLE FOR LIMTED TIME USE "CTG4EVER" PROMO CODE FOR DISCOUNT: teespring.com/cheat-the-game?...
    ================================================
    UPDATED*****FOR A LIMITED TIME I AM ALLOWING ACCESS TO HAVE ALL CTG CHEAT TABLES*** zipansion.com/1fpGK
    Cheat The Game on Facebook: / cheatthegame
    CTG Discord Channel: discordapp.com/invite/ndn4pqs
    Cheat The Game Website: cheatthegame.net
    ================================================
    Thank you to the CTG Partners:
    GuidedHacking.Com
    Seneeki
    Alessandro Leitao
    Mattia Leoni
    Xiongyu Zhu
    Richard Tester
    Kenneth MC: Facebook game trainers: / @cheatstrainers4665
    Skoolzout1
    Jerry
    Shinobi
    Katrina Edwards w/ NGH- / hacklegends
    TwilightKillerX
    Enlisted
    Robert C
    Sean Longmore
    Lord Zexx
    Mr Kiira
    Kahain
    Brian Walker
    Marcin Piosik
    Matthew Fulk
    Matthew Cox
    HarryHermoine32
    Augeaz
    Keith Hinson
    Paypal DONATORS:
    FlufferNutter
    MOnster
    Richard Tester
    TakenFive
    Exploit Modz
    Aygul Korkmazlar
    Lord Zexx
    herr ste
    Daniel Semac
    Dag Jonny Nedrelid
    John Cook
    Alan Mullen
    Santos Lara
    =================================================
    Chris Fayte @ Cheat The Game
    Cheat The Game Website: cheatthegame.net
    Cheat The Game FB Channel: / cheatthegame
    CTG Members GameModder and Gamplayers Ytube Channels:
    Cheat The Game: / bloodfayte
    Stephen Chapman Code Assembly CZcams Channel: / seowhistleblower
    Cheats & Trainers - Kenneth MC Facebook Game Modding CZcams Channel: / @cheatstrainers4665
    Fleep/Amandor Rake Guided Hacking CZcams Channel: / l4dl4d2europe
    FreeER Advanced Hacking Techniques and Programming: / @freeer
    Cyberspace Camp instruction tutorials: / channel
    War1ock Funny as hell Gameplays and Walkthrus: / @cipflixgaming
    HellCandyx game and trainers: / hellcandyx
    Cheats Game tutorial channel all levels: / @cheatsgames
    Binomi89 Android Game App Expert CZcams Channel: / channel
    John Kitzz Trainer Maker: / @johnkittz
    Grim Doe game cheats,modding config files, and much more- / channel
    John Canal Tabelas e Traines in espanol: / channel
    Kala's youtube channel Cheat Tables: / @kalas4199
  • Hry

Komentáře • 24

  • @ReverseEngineeringGamer

    Great tutorial Chris!
    It's not confusing at all...these are the types of compares I have been doing since you've touched a little on it back in the day.
    Keep up the awesome work bro!

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      Thank you bro I really appreciate your support =)

  • @user-sx5mu5xf6h
    @user-sx5mu5xf6h Před 5 lety

    i like your new format of the video

  • @LinusDebugger
    @LinusDebugger Před 5 lety

    This is the official channel "Cheat The Game." Great example cris, is a good alternative, Thanks for always sharing your knowledge in Assembly.

    • @ChrisFayte
      @ChrisFayte  Před 5 lety +1

      Thank you pal, yessir we are the real deal ;)

  • @atn1455
    @atn1455 Před 5 lety

    Great video !!

  • @user-km1pf9de9f
    @user-km1pf9de9f Před 5 lety

    How can I transform get from Has 0x89F149B6131E57D into bytes get offset addresses for Cheat Engine

  • @whocares6763
    @whocares6763 Před 5 lety

    Thx Chris awesome, it havent tried this myself yet, but my first guessing was, wouldn't this show the Pointerpath to the Health of your Character too?

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      No it doesnt find the pointer path of health itself. These are just pointer paths from the addresses these registers are holding when your health base address is in the health base register. You still need to use pointer scanner for a health multi lvl pointer.

  • @MohamedMAX
    @MohamedMAX Před 5 lety

    I'm having trouble encrypting "Assemble script" In terms of non-appearance in the "Memory View" after the implementation of injection .
    Is there a solution to this problem?

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      Unfortunatly not that Im aware of, you would need to code your trainer outside of CE like in C++/C# and encrypt that trainer. As far as I have found anybody can memory scan a CE trainer and find the scripts no matter how many times it gets encrypted

  • @PumpiPie
    @PumpiPie Před 5 lety +1

    Hi Chris,
    Can you make a tut finding the vehicle the player is in etc :D

    • @ChrisFayte
      @ChrisFayte  Před 5 lety +2

      There are many ways you can possibly do this, however, none of them are easy. When the main character enters into the driver seat, a flag is turned on to allow the vehicle to be controlled by the player, trying to find this flag is always my first priority. Now if he gets in any other door that control is not passed to the player until he either slides over into the driver seat or gets out and goes in the correct door to the driver seat, the flag will remain off until this happens. So the driver seat flag is what you need to find in my opinion

    • @PumpiPie
      @PumpiPie Před 5 lety

      ok,
      i have tryd for weeks now but no luck xD

  • @MohamedMAX
    @MohamedMAX Před 5 lety

    Is it possible to explain how to convert
    "Assemble script" CE to "ASM" C++

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      All computer languages can be converted to another language. It's just telling the computer to do the same things in different languages.

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      However CE only understands ASM and Lua unless you have a plug in or dll to hook with it

    • @MohamedMAX
      @MohamedMAX Před 5 lety

      @@ChrisFayte I did not mean to convert the language but I mean the way ASM works on C ++
      I know it's the same as on CE but you need some simple changes in C++

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      Try over at guidedhacking.comwebsite. They convert CE scripts to C++ asm all the time

  • @RafaelJSousa-ou6zu
    @RafaelJSousa-ou6zu Před 5 lety

    Chris, do you have any tip to bypass games that use anti-cheat softwares like xingcode3?

    • @ChrisFayte
      @ChrisFayte  Před 5 lety

      Stealth Edit, Eip Bypass, or try multi level pointers.

    • @raps7amusic
      @raps7amusic Před 5 lety

      @@ChrisFayte can be use for EAC? Anyway Ur Tutorials Are Very Understandable.thank you

  • @jeromesears6586
    @jeromesears6586 Před 5 lety

    Do you know how to cheat Resident Evil 2 Remake on the PS4?
    I'm getting my ass whooped on Hardcore! 😧

    • @ChrisFayte
      @ChrisFayte  Před 5 lety +1

      Im sorry pal, I dont know of any value scanners for PS4, however I will be doing a tut or two on RE2 remake for the PC.