Skip to content

A java agent for improving LunarClient experience.

Notifications You must be signed in to change notification settings

Monmcgt/Lunar-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar-Agent

A java agent for improving LunarClient experience. Only works for version 1.8.9-b4db1c9/master).

Note: I might re-write this in Weave-MC, a mod loader for newer versions of LunarClient.


Features

Hypixel Bedwars Stats Checker

Specific: /lunaragent bedwars specific <player>

Who(/who): /lunaragent bedwars who

Party: /lunaragent bedwars party


AutoQueue/AutoDodge (Bannable!)

Commands: /lunaragent bedwars autoqueue


ESP and Tracers

The image above is only for showcasing the modules!

ESP: /lunaragent modules esp

Tracers: /lunaragent modules tracers


Commands' Aliases

Take a look at @me.monmcgt.code.commands.CommandInfo in those files that extend me.monmcgt.code.commands.CommandAbstract (e.g. BedwarsOverlay$Command.kt)

For Example: /lunaragent bedwars can be shortened to /la bw


Developing API and More

  • Hooks
  • Render Utilities
  • Hypixel APIs Wrapper
  • ClassLoader
  • Easy-to-understand Command System
  • MCP <-> Lunar Mappings Converter
  • ...