Cheat Engine 6.5 Tutorial Part 16: All About XMM Registers (x86/x64 Assembly)

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

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

  • @Masterflash112
    @Masterflash112 5 лет назад +7

    Talking very calmly and explaining how a cpu works
    Goes ingame:
    "SIT DOWN BITCH"
    Goes back to calmly explaining.

  • @SyrezProductions
    @SyrezProductions 4 года назад +5

    I've been stuck in a stage of only being able to find basic single pointers for so long. Your video has just propelled me into a much later stage than I could've expected! There's still so much I need to learn, but you've given me the knowledge to finally break down that previously impenetrable blockade. Thank you so frickin' much! :D

  • @ragman150
    @ragman150 6 лет назад +26

    Tfw you just want to cheat in video games and you ended up learning about computers and the CPU and how they work

  • @anjat0
    @anjat0 7 лет назад +4

    I try to make simple cheat tables for every game I get just because I find it really fun and each game works differently so I can learn different ways things work such as the xmm registers and I always end up coming back to your videos for help :D

  • @sirboomtastic7376
    @sirboomtastic7376 6 лет назад +4

    oh wow that has just helped me out a bunch iv been struggling with the xmm registers last two days and its so frustrating but it makes so much sense now why things were going wrong! thanks again good sir!

  • @johannesdrechsler8585
    @johannesdrechsler8585 5 лет назад +2

    Very nice video! I love how calm and well you explain things. Also thank you for sharing the CPU videos. Very interesting!

  • @Renamoose
    @Renamoose 5 лет назад

    Oh my God I love you, I have been looking for reference sheets or anything on xmm registers and then I find this video! I've already watched plenty of your other videos, adding this one to my bookmarks to

  • @ArchiverofTriviality-re7gn
    @ArchiverofTriviality-re7gn Год назад

    You do such a good job at explaining these concepts.

  • @101mrmc
    @101mrmc 6 лет назад +2

    Every video I watch makes me feel more powerful!

    • @SyrezProductions
      @SyrezProductions 4 года назад +2

      Same! This must be how Goku feels every time he ascends to new stages of Saiyan evolution.

    • @StephenChapman
      @StephenChapman  4 года назад +2

      This is just the Ultra Instinct omen. The best is yet to come! :D

  • @rony5490
    @rony5490 5 лет назад +2

    Dude i really wanted these type of explainations.. TY. Love your vids ^^

  • @oliveking3979
    @oliveking3979 2 года назад

    Thank you for making such a nice video. It benefits me a lot when i try to optimize my game experience in Bloons TD6.

  • @Macadoof
    @Macadoof 7 лет назад +4

    If xmm3 equals max possible health, wouldn't it be best in this case to always move from xmm3 into r14 than moving a float of 7000? That way if your max health increases throughout the game you'll always be at max if you're attacked? Great video man, I know I'm late :P

  • @8x808
    @8x808 5 лет назад +2

    why are you sooooooo good - liked and suscribed

  • @R4MMU5
    @R4MMU5 9 лет назад +2

    Nice! Im looking forward to the instruction video!

  • @W0LFGT
    @W0LFGT 5 лет назад +2

    Just what I needed. Thanks a lot.

  • @victorlacerda9659
    @victorlacerda9659 7 лет назад +2

    I really like your's videos, but my monitor has a lower resolution that yours, and this make very dificute to read whats is writed in your screen, you can think use some like zoom or lower your resolution (whats i don't recomend). I don't know much about doing filming but will help me a lot if i can read whats is writed.
    (sorry my English i'm Brazillian and i don't speak very well)
    Any way thanks for your time e for your's greate videos that is teach-me a lot.

    • @romanemul1
      @romanemul1 7 лет назад +1

      Same here. Loved the moments when he says this or those. Im using Bigscreen TV and i see shit on his microresolution.

  • @MrSmith_
    @MrSmith_ 3 года назад

    16:21 "Siddown bitch!" Haha, love it. Thanks for the video Stephen, it's really helped clear things up regarding xmm registers.

  • @Lawlzorcreatorz
    @Lawlzorcreatorz 4 года назад

    How do you handle XMM registers with multiple floats?

  • @jayf4652
    @jayf4652 6 лет назад

    hey stephen, sorry to bother you men. I'm trying to figure out how to write a script in cheat engine. i got stuck on - ( movups [rax-50],x / add [rbx+0000. I'm still in the process of learning float, values etc.

  • @Nister6000
    @Nister6000 9 лет назад +1

    Thanks! This will help even more :D

  • @hao2000ki
    @hao2000ki 6 лет назад +1

    i swapped out from my CompE major to MechE because I hated coding. who knew i would end up watching youtube videos about assembly just because i wanted to learn how to cheat in games..

  • @reachingtheapex302
    @reachingtheapex302 5 лет назад

    Thank you for the explanation, I saw these registers and was a bit perplexed.
    A bit off topic now. Have you had any issues with Pointer Scanning in games that use these xmm registers? I've been trying to Pointer Scan for Health Values in Wizard of Legend in particular and even with a 2 Pointer Map Scan all of my results have been invalid.

  • @tonykingpr441
    @tonykingpr441 8 лет назад

    i got a question i want to play a game with cheat engine i play fine but later i got connection error and i know that is the cheat engine but how i do to dont have those conection errors

    • @davidnguyen9065
      @davidnguyen9065 8 лет назад

      It's not from cheat engine, it's your bandwidth

  • @lettdarkelfest9446
    @lettdarkelfest9446 6 лет назад

    Hello!
    I have a code from Dead Cells:
    __________________________
    movsd [eax+60],xmm3
    _____________________________
    Here in [eax+60] stored double value, it has +0.3 while moving right, and -0.3 while moving left.
    Fixing the value I get my character moving, it is i can understand.
    But how i can change the code to increase my movement speed?
    It seems xmm3 keeps plus and minus 0.3 at the same time, and depending which key I push on the gamepad, apply the value.
    How can I change the value multiplier?
    Sorry for my english.

    • @lettdarkelfest9446
      @lettdarkelfest9446 6 лет назад

      OK, i have added
      addsd xmm3,xmm1
      before previos code, and got super fast.
      But how can i change xmm3 for more sensible value?

  • @emberprime9696
    @emberprime9696 4 года назад

    Very professional, useful vedio

  • @jayf4652
    @jayf4652 6 лет назад

    Stephen, how do i move- movss rbx+20 xmm6 ?

  • @rony5490
    @rony5490 5 лет назад

    Are u available right now..I would really appreciate your help

  • @OmbreeTV
    @OmbreeTV 5 лет назад

    So that's why I was crashing yesterday!! Thanks!

  • @fwgking3428
    @fwgking3428 9 лет назад +6

    My head exploded...

    • @StephenChapman
      @StephenChapman  9 лет назад +3

      +Adam Haynes It may be complete greek now, but if you ever get into needing to futz with these registers (or floating point values that use them), this video will be here for you to reference! =)

    • @fwgking3428
      @fwgking3428 9 лет назад +1

      I'll definitely watch this in the future. Going to go over the CE TuT series again to refresh. Thanks for the videos, man.

    • @ChrisFayte
      @ChrisFayte 9 лет назад +1

      +Stephen Chapman This was a great tutorial, I especially loved seeing the physical memory and how you explained it for those registries. I was really making it more complex in my brain than it actually is. Thx pal. Good job!

    • @StephenChapman
      @StephenChapman  9 лет назад +1

      +Chris Fayte Glad you enjoyed it! I found it immensely helpful when I finally had this stuff visualized in bits and pieces. I kind of winged it with this video, but I've got a very ambitious series coming up soon where I delve into EVERYTHING and really help piece this stuff together. I hope it will serve as a way to bridge the gap that I feel exists that would otherwise bring this stuff down to earth and show that it's really not as abstract as it seems!

  • @weysinchathamazight9956
    @weysinchathamazight9956 5 лет назад

    You are the best man ! , thank you very much

  • @niteesh06
    @niteesh06 7 лет назад +1

    not all visible

  • @colt9mm
    @colt9mm 9 лет назад +1

    ty again

  • @Yuu_Mts
    @Yuu_Mts 3 года назад

    Gracias.

  • @Alguekkk
    @Alguekkk 9 лет назад

    maan, i can translate your videos? for pt-br?

    • @Alguekkk
      @Alguekkk 9 лет назад

      I'm waiting for the authorization of it. hehe xD

    • @StephenChapman
      @StephenChapman  9 лет назад

      +Alguek If you're wanting to re-upload the video with translations, you won't be able to do that because of the network I'm partnered with; however, you're free to translate it elsewhere if you'd like, or do a similar video yourself that closely matches what I'm saying!

  • @UNKNOWNBYTE
    @UNKNOWNBYTE 8 лет назад

    Sadly, most, if not all of the links you provided aren't working anymore, or possibly the url changed?
    Side-note: Apparently intel has a lot of dev humor...

    • @StephenChapman
      @StephenChapman  8 лет назад +2

      +Unknown Byte Thanks for the heads-up; I've updated them. RUclips does this lovely (see: aggravating) thing where if you have a long URL in your description, it adds the ellipsis; however, if you ever edit that description, it parses your URL with the ellipsis instead of the full URL you had there. So unless you put the full URL back there, it will save with the ... version, which totally truncates the rest of the needed URL information.

    • @UNKNOWNBYTE
      @UNKNOWNBYTE 8 лет назад

      +Stephen Chapman Sound's lovely. xD

    • @UNKNOWNBYTE
      @UNKNOWNBYTE 8 лет назад +2

      +Stephen Chapman Also thanks again to an awesome series. ^_^

  • @NASSGAMER
    @NASSGAMER 8 лет назад

    You cant hack clash of kings

  • @TheBodrim
    @TheBodrim 9 лет назад

    hmm

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

    15:00