Lets Make a Teleport Using LUA

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • The Best Source To Learn Game Hacking: guidedhacking.... We are going to make things a lot easier and use LUA to make our teleport
    Byte Ninja CZcams: / @byteninja3745
    Stephen Chapman CZcams: / @stephenchapman
    #CheatEngine #Teleport #LUA
    -- Virtual Key Codes: docs.microsoft...
    -- LUA Teleport Template TXT File Download Link: www.mediafire.c...
    =================================================
    --LUA Teleport Template
    --docs.microsoft...
    -- Make an Injection Copy to get a Symbol name
    {$lua}
    if syntaxcheck then return end
    [ENABLE]
    function checkKeys()
    --save
    if isKeyPressed(VK_PRIOR) then
    speak('save')
    coordx = readFloat("[p_coord]+30")
    coordy = readFloat("[p_coord]+34")
    coordz = readFloat("[p_coord]+38")
    end
    --Load
    if isKeyPressed(VK_NEXT) then
    speak('teleport')
    writeFloat("[p_coord]+30", coordx)
    writeFloat("[p_coord]+34", coordy)
    writeFloat("[p_coord]+38", coordz)
    end
    end
    t=createTimer(nil)
    timer_setInterval(t, 10)
    timer_onTimer(t, checkKeys)
    timer_setEnabled(t, true)
    [DISABLE]
    timer_setEnabled(t, false)
    ======================================
    ****A way you too can make $$$ and help CTG at the same time all by doing nothing but using the internet like normal with this web browser and turning on the crypto: get.cryptobrow...
    Become a Cheat The Game Partner at Patreon: / cheatthegame
    Donation Paypal: paypal.me/Chea...
    CTG Apparel Shirts, Sweat-shirts, Hoodies and More FINALLY AVAILABLE FOR LIMTED TIME: teespring.com/...
    ================================================
    Cheat The Game on Facebook: / cheatthegame
    CTG Discord Channel: discordapp.com...
    Cheat The Game Website: cheatthegame.net

Komentáře • 54

  • @ChrisFayte
    @ChrisFayte  Před 4 lety +11

    --LUA Teleport Template
    --docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
    -- Make an Injection Copy to get a Symbol name
    {$lua}
    if syntaxcheck then return end
    [ENABLE]
    function checkKeys()
    --save
    if isKeyPressed(VK_PRIOR) then
    speak('save')
    coordx = readFloat("[p_coord]+30")
    coordy = readFloat("[p_coord]+34")
    coordz = readFloat("[p_coord]+38")
    end
    --Load
    if isKeyPressed(VK_NEXT) then
    speak('teleport')
    writeFloat("[p_coord]+30", coordx)
    writeFloat("[p_coord]+34", coordy)
    writeFloat("[p_coord]+38", coordz)
    end
    end
    t=createTimer(nil)
    timer_setInterval(t, 10)
    timer_onTimer(t, checkKeys)
    timer_setEnabled(t, true)
    [DISABLE]
    timer_setEnabled(t, false)

  • @ChangeViewZ
    @ChangeViewZ Před 17 dny

    I've found XYZ in my games and never really learned about LUA. This is fricking great!

  • @GameHackingShenanigans
    @GameHackingShenanigans Před 4 lety +5

    Thanks for this. Love seeing content about LUA!

  • @byteninja3745
    @byteninja3745 Před 4 lety +2

    Great vid as always pal, thank you for the shout out. I will be doing vids soon, I just need to upgrade my computer first. I didn't know you could set speech in a lua script, that's pretty damn cool, I will definitely be playing with that.

    • @ChrisFayte
      @ChrisFayte  Před 4 lety +3

      Yes thank you again for letting me do that. I was having all kinds of fun with that as well. Look forward to seeing your channel back bro.

    • @byteninja3745
      @byteninja3745 Před 4 lety +2

      @@ChrisFayte Your welcome pal

  • @SuperLowScores
    @SuperLowScores Před rokem +2

    RIP Chris, you will be truely missed

  • @mustafaabd8214
    @mustafaabd8214 Před 4 lety +1

    your channel is very good keep going your old friend fron iraq

  • @itzdan1911
    @itzdan1911 Před měsícem

    amazing just what i was looking for this is a huge help

  • @Smoth48
    @Smoth48 Před 4 lety +2

    First

  • @daddyofalltrades
    @daddyofalltrades Před 3 lety

    He did it ! The madman has done it !! Honestly man, I have tons of respect for you. Your work has helped me gain a lot of knowledge I would otherwise has very very little means of obtaining. Thanks for doing this and please keep making videos like these. I wish you a long and happy life. God bless :)

    • @ChrisFayte
      @ChrisFayte  Před 3 lety

      I appreciate that and same to you.

  • @BangMumtaz
    @BangMumtaz Před 2 lety

    This what i looking for :D

  • @ausieaxemurderboyz1711

    Easy method to avoid coding much in lua for this. Instead of read and write float you can actually edit and read your values in your address list addresslist().getMeroryRecordByDescription("xcoord").Value for the value
    Or switch value with Address to get the address :p

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

      Thanks for the tip. Still learning myself.

    • @ausieaxemurderboyz1711
      @ausieaxemurderboyz1711 Před 3 lety

      @@ChrisFayte I find using the addresslisy(). getMeroryRecordByDescription ("description") works better in some games that have hard core anti cheat For some reason? Could be the way cheat engine handles the memory protection

  • @g40styboi19
    @g40styboi19 Před 4 lety

    Chris Amazing Content! i would love to see more videos on how to use lua to do basic things like inf health and things like that. just a suggestion though, thank you again for an amazing tut!

  • @user-x7an3kgjanf9
    @user-x7an3kgjanf9 Před 4 lety +1

    Great video

  • @nathannguyen7449
    @nathannguyen7449 Před 4 lety +2

    Awesome video!

  • @JohnWick-hx7bc
    @JohnWick-hx7bc Před 9 měsíci

    Yo could you provide a guide on how cheat engine mounts dbk64

  • @user-pf9jv1fl2n
    @user-pf9jv1fl2n Před 4 lety

    Am confused I thought auto assembler was assembly language in particular x86 not lua am I missing something. Like when you code inject you do stuff like
    inc [edi] 16

  • @viceralchart6343
    @viceralchart6343 Před 4 lety

    Hey, man, can you make a video about how to make a speed boost in racing games??? I can't find a method anywhere on the internet.

  • @jordy_indo45
    @jordy_indo45 Před 2 lety

    Sir the method the same for teleport to AIM Coordinate (LUA) ??

  • @sieutruc
    @sieutruc Před 4 lety

    thank you for producing a nice video , i learn alot from you.

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      My pleasure! Thank you for watching

  • @Voult2
    @Voult2 Před 3 lety

    Hi, I entered the coordinates of the marker instead of saving the coordinates of the player, and after teleporting I was underground, what do I need to add to the script to fix this?

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

      In some areas you may need to set the y coord higher because of terrain ground collision or you appear underneath it.. I show how to correct this problem in this series:
      czcams.com/video/WIl57Luinbw/video.html

  • @gameoverkidfkoff1375
    @gameoverkidfkoff1375 Před 4 lety

    Can u show how to edit Gunfire Reborn( Offline ) its a sever based game

  • @tetteykn110
    @tetteykn110 Před rokem

    How do i add more saving slots?, i tried but i couldnt make it happen pls type the script here if u know

  • @moustafamando388
    @moustafamando388 Před 4 lety

    Hi bro how are you,
    Can you make a walking through the wall video from start to beginners?

  • @whocares6763
    @whocares6763 Před 4 lety

    @3:08 in this Lesson, Chris teaches you "Hackers" how to find things ....Just kidding ;)

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      Well when I received the 10,000th message asking if I had any vids on finding Inf Health then I deduced it needed to be shown.

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      Sorry I thought you were joking. Me and you seem to throw quips around together on FB pretty well. If you really need help Im happy to help

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      lmao its not easy to catch me like that. Congratz lol

  • @SirMemeV2
    @SirMemeV2 Před 4 lety

    Epic

  • @victorjustino477
    @victorjustino477 Před 4 lety

    Hi guys i am kinda new to game hacking and i need some tips about Scans and how to find addresses, i have already managed to get a Address through AOBSCAN and i want to use it in my trainer in C# the problem is i dont know how to use because it goes like this "00 00 ?? 41 00 00 00 00 ?? ?? ?? ?? 01 00 00 00 F8 04 D0 19 F7 7F 00 00 00 00 00 00 A1 14 04 00" and i dont know what to do with it , i dont know if i can convert or try to use the first 4 to find the address can you guys help me , and another thing i wanted to know is if the AOBSCAN is the a good way to find and address i know pointers are good but in my game doesnt seem the case the pointers are changing dynamically all the time theres is alot of them and aobscan solved my problem so just asking for some tips about this
    _

    • @leto1449
      @leto1449 Před 3 lety

      chec k guided hacking game hacking bible it has all you need

  • @progod6017
    @progod6017 Před 4 lety

    How did you edit your google screen to mars though?

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      in the bottom right of your google chrome click the "customize this page" button and you can download images chrome will accept

    • @progod6017
      @progod6017 Před 4 lety

      @@ChrisFayte ty

  • @Krazy_rulyash
    @Krazy_rulyash Před 4 lety

    Bro I wish u could pay attention to me and help me hack a game can u help?

  • @user-js5qt8oe9h
    @user-js5qt8oe9h Před 4 lety

    Hello landlord! The cheat engine debugger I downloaded always feels like it will crash when I debug the game. If you watch your video, there will be no crashes. Is there a problem with my debugger? Can you send me a debugger! :D

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

      Go to Edit - Settings - Debugger Options and change it to VEH Debugger. Works for most games

    • @user-js5qt8oe9h
      @user-js5qt8oe9h Před 4 lety

      @@ChrisFayte
      Okay thank you

  • @mahmodulhasan7
    @mahmodulhasan7 Před 4 lety

    can i usd that free fire

  • @Meskalin_
    @Meskalin_ Před 4 lety +1

    no h8 but that desktop is pretty cringe

    • @ChrisFayte
      @ChrisFayte  Před 4 lety

      You wont get an argument out of me on that. lol