1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Technology Look guyse my custom Anticheat is done detects everything

Discussion in 'Off Topic' started by Edvioz, Nov 21, 2016.

Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. Edvioz

    Edvioz New Member

    Joined:
    Oct 24, 2016
    Messages:
    2
    Ratings:
    +0
    public boolean isAttemptingHacking = p.isUsingHuzuniOrOther****tyClients;
    public boolean isCheating = p.isUsingKuriumVapeOrAutoClicker;

    @EventHandeler
    public void onHackingAttempt(PlayerUnfairAdvantageEvent e) {
    if(p.isAttemptingHacking) {
    e.setCancelled(true);
    e.getPlayer.setBanned(true);
    }
    }
    @EventHandeler
    public void isDetected(PlayerCheatEvent e) {
    staff.sendAlerts;
    if(!staff.isOnline) {
    e.getPlayer.setBanned(true);
    }

    }

    }
     
Loading...
Similar Threads Forum Date
Idea Customisable boosters for brawl store Raid Jan 20, 2022
Idea custom enchants, and quality of life changes. Raid Dec 6, 2020
Complete Roca - Custom Map Maps Submissions May 25, 2020
Custom tags Suggestions / Ideas May 17, 2020
Custom Tags Discussion May 17, 2020
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...