Skip to content

reinismu/Hon-Scripting-frida

Repository files navigation

Hon-frida

Tool to easily interact with game

Setup

Linux Hon

Running

  • Install frida
  • npm install
  • sudo ./inject.sh <pid>
  • npm run frida-watch <-- auto hot reload

For garena

Ida function names (Used for better stacktrace logging)

Ida structures to classes

  • Export header file in IDA File -> Produce file -> Create C header file
  • Edit **scripts/header-parse.py to use the new file
  • Requires Clang and Python
  • Run npm run generate-ida-structs

Version update

Symbol migration

Pre steps

  • Check if libs were actually updated md5sum cgame-x86_64.so
  • If not then copy over ida databases

Migration

Useful links

TODO/BUGS

  • DONE get spell ranges
  • DONE get hero facing direction
  • DONE Focus easiest kill in range
  • DONE Magic immunity checks
  • DONE Anti illusion logic
  • DONE Accursed ult ignore
  • DONE Item usage!
  • DONE Orbwalking
    • DONE AttackSpeed
    • DONE AttackRange
    • DONE OnGameEntityCreate
  • DONE Improve dev
  • DONE prediction math
    • DONE Hero Velocity
    • DONE Vector prediction
  • KINDA DONE isMoving
  • DONE Empath in hero issues
  • DONE Extract stoppable spell logic
  • DONE IsStunned/Silenced etc..
  • nullstone
  • Andromeda
    • Ult -> pk back logic
    • illusion control
  • I my own hero
  • Improve nitro farm
  • draw circle
  • Auto pick champ

Top tier Heroes

  • DONE Nitro
  • DONE Thunderbringer
  • DONE Devo if can improve prediction?
  • Soulstealer
  • Oogie
  • Artesia
  • Paralex (2x combo)
  • Armadon
  • Pebbles
  • Deadlift
  • Gauntlet - super grabs
  • Maliken maybe with good orbwalker

About

Heroes of newerth scripting pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published