Git Product home page Git Product logo

mod-menu-with-memory-hack's Introduction

Mod Menu With Memory Hack

Mod Menu with memory hack written in Java, which those functions would be called to lib. GameGuardian values can be used for it. @LuciferAbhay requested me to upload his project so I did for him

Unfortunately, he have no source code to c++. But it still works, use it for educational purposes, maybe you can find better sources on Github :))

Running app will cause crash, just build the APK and install APK manually for it to work

To use GameGuardian values, we need to write this code in /java/menu/Main.java as well

menu.addSwitch(" JUMP HACK", new Menu.SwitchMethod(){
    @Override
    public boolean run(boolean state)
    {
        mem.setRanges(new int[]{Ranges.ANONYMOUS});
        mem.clearResults();
        if (state==true)
        {
            mem.searchNumber("420", Flags.FLOAT);
            mem.refineNumber("44.76508331299",Flags.FLOAT,0x8);
            mem.editAll("2000", Flags.FLOAT,0x0);
            mem.editAll("2000", Flags.FLOAT,0x8);
            Toast.makeText(context,"TotalResults: "+mem.getResultsCount(),1).show();
            Toast.makeText(context, "HIGH JUMP HACK ACTIVATE(ON)", 1).show();
        }
        else
        {
            mem.searchNumber("2000", Flags.FLOAT);
            mem.refineNumber("2000",Flags.FLOAT,0x8);
            mem.editAll("420", Flags.FLOAT,0x0);
            mem.editAll("44.76508331299", Flags.FLOAT,0x8);
            Toast.makeText(context, "HIGH JUMP HACK DEACTIVATE(OFF)", 1).show();
        }
        mem.clearResults();
        return state;
    }
});

Implementing to APK

If you are familar with LGL mod menu, you can do pretty much same steps to implement to APK

The invoke like to call Menu from game's OnCreate method

invoke-static {p0}, Lmenu/Main;->start(Landroid/content/Context;)V

Screenshot

mod-menu-with-memory-hack's People

Contributors

lglteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.