Giter Site home page Giter Site logo

magenz / megaaethric Goto Github PK

View Code? Open in Web Editor NEW

This project forked from themegafuji/megaaethric

0.0 0.0 0.0 161.65 MB

A custom Hero of Aethric client with mods/automation features that allow you to play in both PC and Android

JavaScript 100.00%

megaaethric's Introduction

Show off

This code is maintained as a showcase, as it does not intent to infringe any intellectual property of the devs, this is purely for demonstrations purpose as a non profitable fan work.

Hacks:

  1. Teleport to cities and towers
  2. Instant teleport to map location
  3. Interact without limits
  4. Remove battle animations
  5. No collision in Turul bird mini game
  6. Auto fishing (no need to use the rod)
  7. Render all mobs in area
  8. Speedhack inside cities/towers
  9. Allow option Flee in every battle (including Tower of Olympia)
  10. Zoom out hack

Automation:

  1. Auto Gather, gathers collectables automatically (chest, wood, stone, etc)
  2. Selector for which attack to use (attack or first spell)
  3. Auto Rematch, used for auto battle in Arena (this will automatically rematch)
  4. Auto Battle, uses the configured selection to automatically battle with enemies, will prefer Volley over normal attack, if summoner/attunner will summon chimera > garm > warg
  5. Auto Continue, after battle or when something is found, will automatically advance
  6. Auto Heal, will use auto heal if health or mana is below 90%
  7. Auto Walk, enables walking from the last clicked position, once enabled there will be a configurable option for your liking.
  8. Party battle, if allowed, will ALWAYS prefer battle alongside friends or ONLY battle with friends, this is great for adding more monsters in boss battle, like Tower Guardian, in order to collect Olympia Keys
  9. Codex Hack, when in codex, there is a option to add monster to list, this will be highlighted in the panels and focused on battles, you can also blacklist mobs this way.
  10. Autobuy good itens in bazar (Sudun/Myrkheim)

Filters and Misc

  1. All NPCs, Collectables, Raid Bosses, Codex selected mobs and Memories will appear as a option for you to click in the left side of the screen (as shown in the screenshot)
  2. All Monsters will appear in the right side of the screen, with their icon, name and level, allowing you to quickly battle against them
  3. There will be options to filter what appears and what not, also what is to be targeted.

Getting started

As of June 2023, if you want to run it yourself, you need to decompile the APK and update the code based on what is shown on app.js with comments.

In order to run the bot you will require:

You can clone this repository to a folder using GIT:

  1. Open a terminal inside the folder you want to clone
  2. Execute the following command:
git clone https://github.com/GGarciaDev/MegaAethric.git

Running

In PC:

Open assets/bundle.html in a browser of your choice or download the latest apk from the releases. Please note that its recommended to mock User-Agent in order to be more undetectable.

Get a random User-Agent from here

You can do a custom shortcut using the suggested following arguments in chrome based browser:

  • --app="PATH_TO_BUNDLE_HTML" - This will make the browser start in APP mode, basically make the application without top bar, change to the bundle.html path
  • --window-size=W,H - Custom window size (note this doesnt affect logged dimensions to the game server), change W and H to desired.
  • --profile-directory="Profile X" - Automatically starts in a custom Profile, its great for running multiple accounts, change X to desired Profile (use chrome://version/ to check your current one)
  • --user-agent="USER_AGENT - Use custom a User-Agent, making all requests appear as mobile device

In Android:

You can download the latest APK available in the release section

Building for Android

You need to download ApkTool

  1. Copy the content of assets folder inside Aethric
  2. Execute the following command:
apktool b ./Aethric
  1. The APK will be under Aethric/dist, its unsigned, you need to sign using a a key
  2. If unaligned an error will occur, you can use zipalign -f -p 4 app.apk
  3. For signing the app, there is a keystore here, the alias is mega and the password is aethric, execute both signatures:
jarsigner -keystore aethric.keystore -verbose app.apk mega
apksigner sign --ks .\aethric.keystore app.apk

megaaethric's People

Contributors

themegafuji 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.