How to hook void offset using Game Guardian Lua script

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • In this video we will learn how to patch methods using game guardian. We can hook void using game guardian with parameters like in mod menu.
    : : Download Method patching library for game guardian : :
    hackershouse.t...
    : : Void hooking documentation: :
    hackershouse.t...
    : : Video before this for knowing basics about method patching and other concepts : :
    • How to edit Bool, Int,...
    : : Learn about game guardian : :
    Install game guardian without root : • how to get game guardi...
    Game guardian practical session : • how to use game guardian
    Make a script : • How To Make A Lua Scri...
    : : Dumping : :
    Dumping games : • How To Find Any Values...
    🔵🔵We are on Telegram 🔵🔵
    Let's chat with me and our community together.
    🔴Telegram Chanel🔴
    -- t.me/Hackers_H...
    🔴Telegram group chat🔴
    -- t.me/Hackers_H...

Komentáře • 69

  • @Hackershouse
    @Hackershouse  Před 5 měsíci +2

    : : Download Method patching library for game guardian : :
    hackershouse.tech/method-patching-library-game-guardian
    : : Void hooking documentation: :
    hackershouse.tech/method-patching-library-game-guardian/void-hooking

    • @CorruptedModz2nd
      @CorruptedModz2nd Před 2 měsíci

      hooking is crazy wouldnt you practicly be abled to make an aimbot about that hooked information and set ur aim towards the enemy with calculations , didnt even know you can find that in gg

    • @Hackershouse
      @Hackershouse  Před 2 měsíci

      @@CorruptedModz2nd practically it would be possible, but the complexity will be a lot

    • @CorruptedModz2nd
      @CorruptedModz2nd Před 2 měsíci

      @@Hackershouse youre tool is very good, its facinating how much more potential you can get out of game guardian by just a script, i would have a question mayby you know, could i with the ceserver thing from cheat engine search what reads or writes to this address, then you would be able to find every function easily, i couldnt get the ceserver to work idk why, i just wanted to test if that would be possible

    • @Hackershouse
      @Hackershouse  Před 2 měsíci

      @@CorruptedModz2nd i dont know, its not that popular so i guss it's not widely usable

    • @user-ob3zq3yl7i
      @user-ob3zq3yl7i Před 24 dny

      will support for strings be added in the new version of the script?

  • @gaara369
    @gaara369 Před 5 měsíci +1

    Dude, how do I have access to this code and offset information? I want to find these codes in the game Nebulous, but the game doesn't have the lib folder

  • @SparkMods
    @SparkMods Před 5 měsíci +6

    Dump call of duty mobile? Please.. Cuz i've tried everything to do this and nothing worked out for me

    • @corruptedmodz9797
      @corruptedmodz9797 Před 5 měsíci +1

      No problem

    • @SparkMods
      @SparkMods Před 5 měsíci +1

      @@corruptedmodz9797 you're great i'm alr subscribed missed u bro

    • @corruptedmodz9797
      @corruptedmodz9797 Před 5 měsíci +1

      @@SparkMods lol sorry oh, yeah I haven't had the motivation dunno

    • @SparkMods
      @SparkMods Před 5 měsíci +1

      @@corruptedmodz9797 ic xD, keep uploading if u can it's really helpful for us as a beginners

  • @AkuESF
    @AkuESF Před 5 měsíci

    Thats very helpful. But i have 1 request, In the next video, can u use dnspy too to show where u get the offset, method, bla blabla from. I know its the same with dump.cs, but the UI is different. So i do know which method/offset i should pick in dnspy. Thank you

  • @idkwhatwritehere000
    @idkwhatwritehere000 Před 5 dny

    what if method i want to call and update method are in diffirent classes

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

    Please make more tutorial 🙏

  • @FahrilCrowzers
    @FahrilCrowzers Před 2 měsíci

    why does the field offset v3 script always crash when running offset?

  • @نايل1
    @نايل1 Před 5 měsíci

    Thank you for the info

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

    Hi.. Can i possible copy the lua of other ? I just got expired.. From her script... How can i continue.. Using her script without expiry

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

    Please make a video explaining the gg skirp function

  • @samitsapkota4634
    @samitsapkota4634 Před 5 měsíci

    Yes sir thankyou for info

  • @ramziramzi895
    @ramziramzi895 Před 21 dnem

    I want to find a ponter please

  • @iooo-sj4ut
    @iooo-sj4ut Před 3 měsíci

    What if i just want to get to the next level what will i do to the second [libname]?

  • @Abdo-GM-999
    @Abdo-GM-999 Před 5 měsíci

    Brother, is there a Lua language course that runs at Game Garden?

  • @hacker_boy_263
    @hacker_boy_263 Před 5 měsíci

    Plz tell us how to disassemble any android game library with or without pc if possible plz

  • @TWDhdclips
    @TWDhdclips Před 3 měsíci

    I wanna find weapon skins values so tutorial??

  • @hashscannerofficial
    @hashscannerofficial Před 4 měsíci

    Hello i have 2 questions
    what is void switch off? Does it turn off the method function?
    And why should i use void hooking instead of method hijack?

    • @Hackershouse
      @Hackershouse  Před 4 měsíci

      hijack hijacks the parameters, however waits for function to get called itself, void hook uses other method to call void function, void hook of turns off void hook, meaning if you were callling nextnevel function, it wil stop getting called, however it can stil get called naturally by game

    • @hashscannerofficial
      @hashscannerofficial Před 4 měsíci

      @Hackershouse I keep getting this script error when using your method patching library any help?
      Script ended:
      Script error: luaj.o: /storage/emulated/0/test.lua:421
      ` ToEdit[ToEditIndex + 3].address = HackersHouse.hookMethodList.currentWriteAddress + 0x14`
      attempt to perform arithmetic __add on a string value and a number value (field 'currentWriteAddress')
      level = 1, const = 103, proto = 0, upval = 1, vars = 18, code = 1582
      ADD v12 v12 20
      ; PC 959 CODE 064AC30D OP 13 A 12 B 12 C 299 Bx 6443 sBx -124628
      stack traceback:
      /storage/emulated/0/test.lua:421 in function 'HackersHouse.hijackParameters'
      /storage/emulated/0/test.lua:2066 in main chunk
      [Java]: in ?
      at luaj.LuaValue.f(src:989)
      at luaj.LuaValue.b(src:2243)
      at luaj.LuaValue.d(src:2121)
      at luaj.LuaString.d(src:326)
      at luaj.LuaClosure.a(src:396)
      at luaj.LuaClosure.a(src:167)
      at luaj.LuaClosure.a(src:534)
      at luaj.LuaClosure.l(src:160)
      at android.ext.Script.d(src:6056)
      at android.ext.Script$ScriptThread.run(src:5785)

  • @JulianFelipeNieto
    @JulianFelipeNieto Před 4 měsíci

    Can this work for game Seven deadly sins?

  • @CipherSpecter
    @CipherSpecter Před 5 měsíci

    Bro I wanna hack a Game which is server sided but Don't have any knowledge of Hacking
    I have heard that you can somehow manipulate the Packets containing the Resource values

  • @playercode01
    @playercode01 Před 4 měsíci

    ['parameters'] = {}
    This doesn't work?

  • @YOUSEF_21_
    @YOUSEF_21_ Před 24 dny

    Works for 32 bit only ?

  • @TifanyPM
    @TifanyPM Před 5 měsíci

    💜

  • @kingofpubgmobilelite2975
    @kingofpubgmobilelite2975 Před 4 měsíci

    Bro I want lua that can hook all offsets

  • @manishravat9315
    @manishravat9315 Před 4 měsíci

    Why can't we hook function from other class ?

    • @Hackershouse
      @Hackershouse  Před 4 měsíci

      cause the method doesnt have access to other classes variables

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

    Not working for x64bit games

    • @Xtremuwu
      @Xtremuwu Před 17 dny

      Use lgl mod menu instead

    • @Ahmed4zmi
      @Ahmed4zmi Před 15 dny

      @@Xtremuwu I'm looking to make Root injector for now I use game Guardian

  • @SONU-hc4hi
    @SONU-hc4hi Před 4 měsíci

    Bro when I execute my method patching script the game goes to crashed

    • @Hackershouse
      @Hackershouse  Před 4 měsíci

      come telegram send your the crash video and tell that you are the guy from comments

  • @omegachad8087
    @omegachad8087 Před 5 měsíci

    Wtf? You came back on CZcams??

  • @Ganga_putra
    @Ganga_putra Před 4 měsíci

    I am playing steel and flash 2 and I want this game have 11 Hero
    But I want to make 1 hero to 100 heros

  • @MA-im4fr
    @MA-im4fr Před 5 měsíci

  • @Ganime95
    @Ganime95 Před 5 měsíci

    Is it possible to mod those games that are server base?

    • @Hackershouse
      @Hackershouse  Před 5 měsíci

      Depends on what things are controlled by server

  • @naheedfatima5780
    @naheedfatima5780 Před 3 měsíci

    please make script for grand crime gangster 😢

  • @kingofpubgmobilelite2975
    @kingofpubgmobilelite2975 Před 4 měsíci

    you didn't show how to hook bool

  • @moviesmaniafilm332
    @moviesmaniafilm332 Před 4 měsíci

    Bro one video for pubg mobile please

  • @keyruntiwari4148
    @keyruntiwari4148 Před 5 měsíci +1

    sar how i hack frefire dimonds?

    • @Abdo-GM-999
      @Abdo-GM-999 Před 5 měsíci

      This is impossible and there is no need to bother yourself ​@@sakurascrolls

    • @keyruntiwari4148
      @keyruntiwari4148 Před 5 měsíci

      @@sakurascrolls i see on youtube vedios they go to website and add dimonds. it no work for me

    • @Hackershouse
      @Hackershouse  Před 5 měsíci

      you cannot cheat server sided things

  • @ramziramzi895
    @ramziramzi895 Před 5 měsíci

    Haw to finde pointer

    • @Hackershouse
      @Hackershouse  Před 5 měsíci +1

      Long press the he value then you will see search pointer option

    • @ramziramzi895
      @ramziramzi895 Před 5 měsíci

      @@Hackershouse I did this repeatedly but nothing worked for me and I don't use root

    • @Hackershouse
      @Hackershouse  Před 5 měsíci +1

      @@ramziramzi895 then the value you are trying to get pointer dont have direct pointer,
      for structures like class allocated space, array, and other things there will be a pointer to the top value only, others will be read using offset from the start address

  • @GeorgeSilverio-cl3mc
    @GeorgeSilverio-cl3mc Před 4 měsíci

    Not working game guardian apk😢

  • @TWDhdclips
    @TWDhdclips Před 3 měsíci

    I wanna find weapon skins values so tutorial??