Cheat Engine: How To Find Stealth/Be Undetected in Games | Break And Trace

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • The Best Source To Learn Game Hacking: guidedhacking.... Chris Fayte: Finding sight stealth in Thief with break and trace.. Stealth for games how to be undetected..
    How to combine scripts: • Combining Two Differen...

КОМЕНТАРІ • 43

  • @FreeER
    @FreeER 8 років тому +4

    Nice, I don't think I've seen a video that really covered break and trace yet so thanks!

    • @ChrisFayte
      @ChrisFayte  8 років тому +2

      Your welcome pal and thank you for watching .

  • @OpenGL4ever
    @OpenGL4ever 7 років тому +1

    @18:10
    It's interesting to see, that the AI is detecting the player without looking at the player.
    EDIT:
    Also thank you very much for your tutorial, it's a great tutorial, very interesting and easy to follow.

    • @OpenGL4ever
      @OpenGL4ever 7 років тому

      @28:00
      Here i have one question.
      The initial code is:
      // initial code
      movss xmm0, [ebp+08]
      addss xmm0, [ecx+40]
      mov edx, eax
      and edx,01
      movss [ecx+40], xmm0
      And your step of changes are:
      // 1.
      mov [ebp + 08), (flaot)00 // you added this line
      movss xmm0, [ebp+08]
      // 2.
      //addss xmm0, [ecx+40] // you commented that line out, thus it gets ignored
      // 3.
      //moves [ecx+40], xmm0 // you commented that line out and replaced it with the following:
      mov [ecx+40], (float)00
      My question now is, if you want to change all camera objects of all AI npcs, why isn't it enough to just add step 3?
      So without step 1 and step 2.
      Why are step 1 and 2 required? If they belong only to one specific camera object it is understandable why you have them, but on the other side, if that is the case, this means that step 3 is for all objects, so why do you need step 1 and 2 in first place?
      Is the value of xmm0 used later somewhere else, besides in movss [ecx+40], xmm0?
      Or in another words, why do you need step 3 if you have step 1 and 2?
      You modify xmm0 in step 1 and 2, or in other words you set xmm0 to zero and keep it at zero in step 2.
      Then that zero which is still in xmm0 is copied to [ecx+40].
      So why it is required to have step 3 if you have already a zero in xmm0?

  • @johnmcook1
    @johnmcook1 8 років тому +1

    Great work !!! So looking forward to what you will do next .

  • @jesuschrist1501
    @jesuschrist1501 8 років тому +3

    Thumbs up, Favorited all your tutorials and SUBBED! on my main account that I can't comment lol. I'll be sharing your contents if a nub asks about topics that you've cover in the future!

    • @ChrisFayte
      @ChrisFayte  8 років тому +1

      +Jesus Christ Thank you very much pal I appreciate that.. The ultimap is a good feature to use. Its next to impossible for me to show anyone as my comp doesn't run the DBVM that is required for the use of ultimap.. But In the future, when I get a new system, I do plan on introducing that feature as well. Thank you again for your comments and suggestions, they are invaluable to me.

    • @jesuschrist1501
      @jesuschrist1501 8 років тому +1

      +Chris Fayte YEA! I'd like to see you use Ultimap on a real world game that's practical on triple A titles or something, like how the way you went with the God mode and 1 hit kill tutorial and the break and trace video here, most people, I would assume, would be lazy and just do it on a game like Pacman or something, you get my drift lol, modern games coding algorithm is somewhat different or advanced in a way, at least I think it is.
      Since there is only one video ever that I seen on the Ultimap feature, which is here on UA-cam, I thought of the idea of utilizing and calling a skill within the game without waiting for the cooldown, but Ultimap made my computer way too laggy AND at that time I was still noobish on understanding Assembly and how it works, in a basic sense. Worst of all, Ultimap gives you a lot of results, the bigger the game the more results, and way laggier to. So it is like finding a needle in a haystack of all of the call functions, even if you try your hardest to narrow it down. But this break and trace you've showed here is more practical, at least the way you've walked me through this video, and it would be awesome if you can create a video for this on your next tutorial if you can or have time.
      Another content would be to use the break and trace to find the trunk of XYZ coordinates of your character and others and then write a script inside Cheat Engine to teleport you to the closest enemy back, yes the back, and swing away at them. Now that will blow my mind lol But don't pressure yourself too much man, I will love your lengthy tutorial videos anytime, as long as it's not those beginner tutorial that everyone keeps doing, I'm fine. The tuts you're doing are going to advance intermediates into pros lol.

    • @jesuschrist1501
      @jesuschrist1501 8 років тому +1

      +Chris Fayte Also if you want to get paid for teaching, you should check out Udemy and do some premium tutorials over there.

    • @ChrisFayte
      @ChrisFayte  8 років тому +2

      +Jesus Christ I just teach people what I know, I originally just made vids for a hacking website that no longer exists then I just kept doing it.. But no, I don';t care anything about teaching as a profession.. Especially since my methods are more of the MacGyver way doings things instead of the proper way.. I may come out with a tut on Ultimap on a later date, and I always try to use real everyday games people can learn to benefit off of. Since every game is different, it almost becomes an art form, using what you know, to hack these out..

  • @GeoMan1217
    @GeoMan1217 5 років тому

    Love your videos Chris, just wish your keyboard keys were louder :)

    • @ChrisFayte
      @ChrisFayte  5 років тому

      Well it is either hear the keyboard, because I have nowhere else to put the mic, or do it with no voice over at all and leave it to people to comprehend what they are watching. The majority prefer the voice over.

    • @GeoMan1217
      @GeoMan1217 5 років тому

      @@ChrisFayte Completely understand, was just poking fun. I much prefer your explanations than watching notepad typed instructions.

  • @brian-pf5dk
    @brian-pf5dk 8 років тому +1

    THX MAN..
    Only hacking in ofline games

    • @ChrisFayte
      @ChrisFayte  8 років тому +1

      +Hitman35 Thank you for watching pal

    • @brian-pf5dk
      @brian-pf5dk 8 років тому +1

      +Cheat The Game sad is that your channel is small (at the moment) but content is gold sorry for english im german

  • @TheYoucefHam
    @TheYoucefHam 7 років тому +1

    Thank you very much!

  • @lunia8889
    @lunia8889 5 років тому +1

    how do you know when to use find what writes vs find what accesses? especially when finding multilevel pointers? that always bugged me and most of the time I just use find what accesses

    • @ChrisFayte
      @ChrisFayte  5 років тому

      Finding what accesses the value also finds what writes to it. There are places in memory that are watching the value, like when reaching a certain amount of ammo to reload the weapon automatically for instance. What writes to the address, is what changes value. What accesses it is only looking at it for other activities within the game.

    • @ChrisFayte
      @ChrisFayte  5 років тому

      But that being said you can also use areas that are only accessing the value, and use those areas to also write to it.

  • @JackAdams0
    @JackAdams0 4 роки тому

    19:25 what did you mean by "we're going to F7 it" you didn't show is there a hotkey you're pressing which is F7? and can it be done through the menu as well?

    • @ChrisFayte
      @ChrisFayte  4 роки тому +1

      When you put a breakpoint in the program, F7 allows you to step thru the code one line at a time. When in MemView click the "debug" tab for a list of the hotkeys.

  • @bhuvaneshraman
    @bhuvaneshraman 6 років тому

    Hi can you do a tutorial for finding the stealth adddress for MGS V TPP??

  • @matamata1280
    @matamata1280 8 років тому

    hi Chris i love your videos thx !! :D i love when you explain stuff in memory viewer
    i have some problem at 2/3 games, when i try to "brake point " like you did in this video min 16:42 my game will freez instantly or other game even crash, any advice how to fix that ?:D i have windows 7 64bit and c.e have VEH debugger on

    • @ChrisFayte
      @ChrisFayte  8 років тому

      +mata mata1 Thank you I appreciate that.. Sometimes VEH doesn't do the trick. In Quantum Break its the same way. Go to Edit - Settings - Debugger Options and change it too Windows debugger and tick the box "try to prevent detection of debugger" -- Usually if one doesn't work the other will.

    • @OpenGL4ever
      @OpenGL4ever 7 років тому

      @mata mata1
      Some games have anti-cheat protection that get triggered by doing stuff with the internal data of the game. You'll need to turn them off before you can doing the cheating things. It's also helpful to disguise Cheat Engine itself, so it won't get detected by anti-cheat protection routines.

  • @RenmiyaAsakura
    @RenmiyaAsakura 6 років тому

    alright, for the game i'm trying to, when I toggle the breakpoint, it freezes the game right away. i don't have any chance to do anything. what should i do then?

    • @ChrisFayte
      @ChrisFayte  6 років тому

      pause the game with cheat engine in advanced options bottom left, or assign pause to a hot key,, and you can use a conditional break

  • @Antiyoukai
    @Antiyoukai 3 роки тому

    I tried this and it ends up stuck in a loop. The value never changes.

  • @JohnnyBeGood67
    @JohnnyBeGood67 7 років тому

    Hi Chris, Thanks for this very interesting CE tutorial. I have a question regarding Far Cry 3. I hope you have the time to look. I'm trying to find those camera/detection values for Far Cry 3 in this similar way but I'm really stuck as I only can find the actual drawing of the detection meters not the camera values. I tried almost everything but no luck. Do you have any idea what to look for? Thanks in advance!

    • @gamediorama8470
      @gamediorama8470 4 роки тому +1

      @John Bartels I have a tutorial on how to find stealth in Far Cry 3 if you are interested. Go to my channel.

  • @ovidiuism
    @ovidiuism 5 років тому

    hey man you can put in third person mode? Answer please!

    • @ChrisFayte
      @ChrisFayte  5 років тому

      depends on the game, Im not sure what you are asking me, if the programmers didnt put a complete avatar it wouldnt be much use to you. But do you can do free cam. and no i do not know how to do free cam

    • @ovidiuism
      @ovidiuism 5 років тому

      in this game with chat engine!?

    • @ChrisFayte
      @ChrisFayte  5 років тому

      Yes you saw me use Cheat Engine

    • @ovidiuism
      @ovidiuism 5 років тому

      I don't find script for this game to get camera option where is the script?

    • @ChrisFayte
      @ChrisFayte  5 років тому +2

      Dude you have totally lost me in what you are asking. This channel is learning channel, I do not provide cheats for people. Im happy to share my cheat table if I have one. I did not make any scripts for free cam. You have missed the point of this channel

  • @maogtahay8727
    @maogtahay8727 8 років тому

    great bro can I hack good game empire with this method if is no please make video about how to hack this gameand good job

    • @ChrisFayte
      @ChrisFayte  8 років тому +1

      Im sorry pal, I believe that game is server sided. Which short of hacking the server or it having weak security accepting false information thru packet sniffing/modifications, you wont be able to hack it with CE.