Hackers House Last seen recently
Hello, How can we help you?

# Download and installation

    // Method Patching library
    // For game guardian scripts
    // Version : 1
    HackersHouse.hijackParameters()  
    HackersHouse.voidHook()         
    HackersHouse.disableMethod()   
    HackersHouse.returnValue()     
    HackersHouse.hexPatch()      
    HackersHouse.callAnotherMethod()
  

# How to use

For using this code do the following :

  • Download code from above
  • Paste the code at top of your own script
  • Now you can use functions like HackersHouse.voidHook()
    //Downloaded
    HackersHouse = {"bla bla bla"}

    // Your script ⬇️
    gg.alert("Welcome to my script")
  
Copy