Skip to content

A remake of Hypixel Watchdog AuraBot (phased out) using packets [no real npc serverside]

Notifications You must be signed in to change notification settings

RegularRabbit05/WatchDogAuraBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AuraBot

A remake of Hypixel Watchdog's AuraBot

f

Requirements

This plugin only runs on Spigot-1.7.10 (1_7R4) <> 1.7-1.8 ProtocolHack is supported

Dependencies:

   NPCLib-Plugin

Download NPCLib here

Config

skin: 103974854 # Skin id from https://mineskin.org/ (upload a skin, scroll all the way down to "id DEPRECATED")
maxCount: 50 # Global, after how many total hits the last player to hit an entity triggers the bot (GLOBAL COUNT, EVERY PLAYER INCREASES IT)

Showcase

Detection:

f0

Staff's POV (Only who runs the command is able to see the bot apart from the suspect)

f1

WARNING - NPCLib might require a "dirty workaround"

If errors (NullPointerException) are generated in console
replace these 2 lines with:

    ClickType clickType;
        try {
        clickType = actionField.get(packet).toString()
        .equals("ATTACK") ? ClickType.LEFT_CLICK : ClickType.RIGHT_CLICK;
        } catch(Exception ignored) {
        clickType = ClickType.RIGHT_CLICK;
        }

About

A remake of Hypixel Watchdog AuraBot (phased out) using packets [no real npc serverside]

Resources

Stars

Watchers

Forks

Languages