Cheat Engine - Fly Hack / Multi-Jump

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

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

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

    the audio quality is so crisp and clear. like broadcast radio type

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

    good explanation, you are great

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

    I succeeded in Human Fall Flat , thank u ! I'll try to do more

    • @WXsama
      @WXsama 3 ปีที่แล้ว

      can use in online,but you must the host

    • @WXsama
      @WXsama 3 ปีที่แล้ว

      [ENABLE]
      aobscan(inf_jmp,88 46 5C 8B 47 1C)
      alloc(newmem,$100)
      label(code)
      label(return)
      newmem:
      code:
      //mov [esi+5C],al
      mov [esi+5C],#1
      mov eax,[edi+1C]
      jmp return
      inf_jmp:
      jmp newmem
      nop
      return:
      registersymbol(inf_jmp)
      [DISABLE]
      inf_jmp:
      db 88 46 5C 8B 47 1C
      unregistersymbol(inf_jmp)
      dealloc(newmem)

    • @WXsama
      @WXsama 3 ปีที่แล้ว

      do you have an Outlook email,i can send you the CT

    • @WXsama
      @WXsama 3 ปีที่แล้ว

      sorry bro , china is banned discord , but i sent the email to you

    • @WXsama
      @WXsama 3 ปีที่แล้ว

      what about now,i sent again for another email

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

    seems simple enough for a simple ghame but such a pain in the ass for newer modern game with a million things to scan for 0 alone.

    • @TheLegendOfLame
      @TheLegendOfLame 2 หลายเดือนก่อน

      Just gotta keep repeating the process til you get down to something more managable like 1000 results. From there you can do a manual binary search of all 1000 results by selecting your first result, shift selecting your middle-most result (or at least roughly middle most), pressing space to enable a lock on all of those first 500 or so results, do something in the game that you could test if it's actually locked or not, in this case jumping.
      If there's no difference, delete all of those results you toggled.
      If there is a difference, delete the 2nd half of results that you didn't toggle.
      Then you can repeat the process - highlight half of the results, press space, test it, delete the irrelevant half, etc.
      Should, worst case scenario, find your address in about 10 cycles of toggles.

  • @diamondfamily1837
    @diamondfamily1837 8 หลายเดือนก่อน

    fun fact if you use the pause method plus 0 and 1 to check for death and restart you might get a lot but if you can spot the two specifically for it you can lock them allowing you to not die nor restart albiet I didn't figure out its code so you'd have to do that 😀

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

    i wonder what happen if you kept that mov subset 7C to 1 the whole time

  • @Mr_Thoror
    @Mr_Thoror 9 หลายเดือนก่อน

    I have the coordinates of the x y z axis how to create the air jump in game via cheat engine I tried your way but it gives me an error when I change the z axis because when I jump only the z axis changes

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

    To Dear Tekkit Shawn , is this method can apply to other game that have the limit of do something certain number of time and make it no limitation so you can use as many time as you want to in game ? thanks

  • @warcatbattalion
    @warcatbattalion 6 หลายเดือนก่อน

    scanning 1 or 0 takes humongous amount of time in big sized games

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

    Thank you so much!!!

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

    how do you do it for games you can not jump?

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

    I know this video is super old but if anyone comes across this that understands assembly more than i do, please help. so im play Sly 3 on an emulator. I found the flag that tells the game whether i'm jumping or not. The issue is, it appears to be a shared flag spot for multiple actions I.E 0 - standing, 1 - Walking, 2 - Running, 3 - Jumping, 23 - Attacking etc. Freezing this value at 0 allows me to jump as high as i want but i cant move thereafter. im new to assembly but i have a general knowledge of coding but that only gets me so close. (I think) I essentially need to write an IF statement. IF == 3 Do Nothing (as in skip line or set to 1 to allow movement?) . ELSE allow function to run normally. is this possible? also, not sure if this means anyhing, but the value itself changes when the character state changes, there arent any (Je) OPcodes for me at least near above

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

      there is multiple ways but do you still need help? because if you do that is called a shared opcode you can see tutorials because i don't play that game to test my theories

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

      @@hodayfa000h I haven't looked into this game specifically in about since I made the post but I think I have the table saved. I'd appreciate a little help though for future reference, it could help for in another game

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

      @@moneyboy503 (this works on all games)
      shared opcodes are very common in games like really common to learn it you need to learn the basics of cheat engine but first you need to learn what they are
      shared opcodes are codes or instructions that control more than one thing you can use an auto assembler script to solve it the main commands are jne(jump if not equal){jumps if the thing isn't equal
      and cmp(compare or compare to)
      they are not the only ones but they are the easiest to use
      you need to learn
      like the first 6 steps of the cheat engine tutorial it isn't necessary but it helps a lot
      anyway all you have to do is look up for a tutorial because i can't fit everything in one comment and without something you can see so yes it is complicated but it is a really important thing and another important thing is learning assembly it is really easy if you just want to hack games

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

      @@moneyboy503 i can tell you a lot of things but really you might just not understand and it won't be useful if you don't know other things i am sorry i am just not good at explaining you can ignore what i said
      not reply if you want

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

      @@hodayfa000h you're fine, my degree is in computer science. I went in for coding, I'll get the basics but I won't have you type it all, at the very least could you point me in the right direction? You said shared opcodes?

  • @محمد-ج5ض8د
    @محمد-ج5ض8د 4 ปีที่แล้ว

    it work with online game?

  • @ex4mple69
    @ex4mple69 6 หลายเดือนก่อน

    what about unreal engine?

  • @aloshie1
    @aloshie1 2 ปีที่แล้ว

    how about in games where you cannot pause?

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

      I bound my Increased, Decreased, and Unchanged Value search hotkeys so I could hit that while the game would be in motion for games like that

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

      @@moneyboy503 and how to do that?

    • @mugosquero
      @mugosquero 9 หลายเดือนก่อน +1

      One year later: you can pause the process Cheat Engine attached to by going to "Advanced options" and clicking the stop/pause icon. You may want to assign hotkeys so to speed this process up.

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

    what: (please target another process) why this error

  • @haha_.1312
    @haha_.1312 3 ปีที่แล้ว

    can u do tutorial on fly in jump king please?

  • @J9Rkz
    @J9Rkz 4 ปีที่แล้ว

    Thanks for the great video. But i am trying to hack games in android. Please i found no helpful videos in TH-cam. Can you please give tutorials for Android game hacks using game guardian. Thanks. 😍😍

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

    👏

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

    Doesn't really help with 64 bit games

  • @samistoyanov5108
    @samistoyanov5108 4 ปีที่แล้ว

    Guys can u help me with this for pixel worlds

  • @paronzoda
    @paronzoda 2 ปีที่แล้ว

    Very good video

  • @fct6701.
    @fct6701. 13 วันที่ผ่านมา

    This is useless. I tried exactly the same thing, and it doesn't work.

  • @Daniel-eg5sh
    @Daniel-eg5sh 4 ปีที่แล้ว +1

    what if the game is online and cant be paused?

    • @tekkitshawn6782
      @tekkitshawn6782  4 ปีที่แล้ว +6

      tsk tsk tsk

    • @joaobragamesquita6179
      @joaobragamesquita6179 4 ปีที่แล้ว

      Use 0.02 or .05 speed And accept the box pause the gaame while scanning

    • @PlayboyPrime
      @PlayboyPrime 4 ปีที่แล้ว

      Its freezes the program

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

      Ahhahaha parents be like

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

      @@PlayboyPrime lmao

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

    this is only for basic games not for god of war like games

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

      Well yes, but the method on more complex games is pretty similar

    • @vigneshvampire
      @vigneshvampire 4 ปีที่แล้ว

      @@HahaYes i cant find god of war 1 demo fly hack i tried it

    • @chance3250
      @chance3250 3 ปีที่แล้ว

      I know this a year late but you can do this in god of war not sure about the new one but it is most likely possible

  • @woatbgyt7420
    @woatbgyt7420 3 ปีที่แล้ว

    why it dosent work in online?

    • @Codeinjection
      @Codeinjection 7 หลายเดือนก่อน

      bcuz ur not the host if ur the host u take all the game's data so u can manipulate stuff in CE

  • @HandyFox333
    @HandyFox333 3 ปีที่แล้ว

    Why are people trying to hack online games?

    • @hoshiburaito
      @hoshiburaito 3 ปีที่แล้ว

      and what's wrong? as long as it's not affecting anyone's game, I don't see any reason to worry.

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

    its impossible

  • @GGEZ0508
    @GGEZ0508 4 ปีที่แล้ว

    helpme

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

    no working

  • @PlayboyPrime
    @PlayboyPrime 4 ปีที่แล้ว

    Pls Show how to get enemy cords im really confused of big youtubers just getting their own cord and saying in thumbnail how to get cords and make a esp

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

      The first step is to find your coordinates. Enemy coordinates are typically written by the same address. Follow the same process as CE Tutorial Step 9

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

      @@tekkitshawn6782 ok ty

    • @zGrapeFrosty
      @zGrapeFrosty 3 ปีที่แล้ว

      @@tekkitshawn6782 hey do you have a discord or anything? I was wondering if you could help me getting a jump hack for LEGO Star Wars the complete saga. I’ve tried everything in this video and I can’t find it. I was hoping you could help me out