How to hook void offset using Game Guardian Lua script

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • 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...

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

  • @Hackershouse
    @Hackershouse  10 месяцев назад +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 7 месяцев назад

      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  7 месяцев назад

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

    • @CorruptedModz2nd
      @CorruptedModz2nd 7 месяцев назад

      @@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  7 месяцев назад

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

    • @bstaioejs
      @bstaioejs 6 месяцев назад

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

  • @gaara369
    @gaara369 10 месяцев назад +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

    • @doomer_vamp
      @doomer_vamp 2 месяца назад

      ill send u dump.cs, game name?

  • @GG-pf5nx
    @GG-pf5nx 4 месяца назад +2

    Dhanyawad Bhai ❤

  • @Liandesa
    @Liandesa 10 месяцев назад

    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

  • @Abdo-GM-999
    @Abdo-GM-999 10 месяцев назад

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

  • @FahrilCrowzers
    @FahrilCrowzers 8 месяцев назад

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

  • @idkwhatwritehere000
    @idkwhatwritehere000 5 месяцев назад

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

  • @iooo-sj4ut
    @iooo-sj4ut 9 месяцев назад

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

  • @hacker_boy_263
    @hacker_boy_263 10 месяцев назад

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

  • @3ed-p
    @3ed-p 10 месяцев назад

    Thank you for the info

  • @AkunxiaomiNote9
    @AkunxiaomiNote9 6 месяцев назад

    Please make a video explaining the gg skirp function

  • @manishravat9315
    @manishravat9315 10 месяцев назад +1

    Why can't we hook function from other class ?

    • @Hackershouse
      @Hackershouse  10 месяцев назад

      cause the method doesnt have access to other classes variables

  • @hashscannerofficial
    @hashscannerofficial 10 месяцев назад

    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  10 месяцев назад

      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 10 месяцев назад

      @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)

  • @samitsapkota4634
    @samitsapkota4634 10 месяцев назад

    Yes sir thankyou for info

  • @bandorcr4930
    @bandorcr4930 4 месяца назад

    can i use it to disable methods ?? or breaking them, smth like that so i can stop it.

    • @Hackershouse
      @Hackershouse  4 месяца назад

      You can,
      but you have to use
      hackershouse.diableMethod not void hook, documentation is at the site

  • @TWDhdclips
    @TWDhdclips 8 месяцев назад

    I wanna find weapon skins values so tutorial??

  • @JulianFelipeNieto
    @JulianFelipeNieto 9 месяцев назад

    Can this work for game Seven deadly sins?

  • @SparkMods
    @SparkMods 10 месяцев назад +7

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

    • @corruptedmodz9797
      @corruptedmodz9797 10 месяцев назад +1

      No problem

    • @SparkMods
      @SparkMods 10 месяцев назад +1

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

    • @corruptedmodz9797
      @corruptedmodz9797 10 месяцев назад +1

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

    • @SparkMods
      @SparkMods 10 месяцев назад

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

  • @CipherSpecter
    @CipherSpecter 10 месяцев назад

    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

  • @smileetv1633
    @smileetv1633 7 месяцев назад

    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

    • @casnexteast
      @casnexteast 3 дня назад

      hi! do you have updates if you somehow find out how to do it? I have the same problem

  • @arshadgaming8011
    @arshadgaming8011 6 месяцев назад

    Please make more tutorial 🙏

  • @SONU-hc4hi
    @SONU-hc4hi 10 месяцев назад

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

    • @Hackershouse
      @Hackershouse  10 месяцев назад

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

  • @YOUSEF_21_
    @YOUSEF_21_ 6 месяцев назад

    Works for 32 bit only ?

  • @kingofpubgmobilelite2975
    @kingofpubgmobilelite2975 10 месяцев назад

    Bro I want lua that can hook all offsets

  • @omegachad8087
    @omegachad8087 10 месяцев назад

    Wtf? You came back on RUclips??

    • @Hackershouse
      @Hackershouse  10 месяцев назад

      Don't worry i will be irregular again 😂😂

    • @hacker_boy_263
      @hacker_boy_263 10 месяцев назад

      ​@@Hackershouseno

  • @TifanyPM
    @TifanyPM 10 месяцев назад

    💜

  • @playercode01
    @playercode01 10 месяцев назад

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

  • @Ganga_putra
    @Ganga_putra 9 месяцев назад

    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

  • @Ahmed4zmi
    @Ahmed4zmi 6 месяцев назад

    Not working for x64bit games

    • @HimanshuSaini_2705
      @HimanshuSaini_2705 5 месяцев назад

      Use lgl mod menu instead

    • @Ahmed4zmi
      @Ahmed4zmi 5 месяцев назад +1

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

  • @naheedfatima5780
    @naheedfatima5780 9 месяцев назад

    please make script for grand crime gangster 😢

  • @MA-im4fr
    @MA-im4fr 10 месяцев назад

  • @ramziramzi895
    @ramziramzi895 10 месяцев назад

    Haw to finde pointer

    • @Hackershouse
      @Hackershouse  10 месяцев назад +1

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

    • @ramziramzi895
      @ramziramzi895 10 месяцев назад

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

    • @Hackershouse
      @Hackershouse  10 месяцев назад +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

  • @kingofpubgmobilelite2975
    @kingofpubgmobilelite2975 10 месяцев назад

    you didn't show how to hook bool

    • @Hackershouse
      @Hackershouse  10 месяцев назад

      look at the documentation

  • @GeorgeSilverio-cl3mc
    @GeorgeSilverio-cl3mc 9 месяцев назад

    Not working game guardian apk😢

  • @olaff404
    @olaff404 10 месяцев назад +1

    sar how i hack frefire dimonds?

    • @Abdo-GM-999
      @Abdo-GM-999 10 месяцев назад

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

    • @olaff404
      @olaff404 10 месяцев назад

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

    • @Hackershouse
      @Hackershouse  10 месяцев назад

      you cannot cheat server sided things

  • @TWDhdclips
    @TWDhdclips 8 месяцев назад

    I wanna find weapon skins values so tutorial??

  • @ramziramzi895
    @ramziramzi895 6 месяцев назад

    I want to find a ponter please