Code Monkey home page Code Monkey logo

autogg's People

Contributors

chachydev avatar cubxity avatar mattco98 avatar moire9 avatar proudmuslim-dev avatar sk1er avatar sychic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

autogg's Issues

Crashing when trigger lists are not filled/created

When for whatever reason the client does not generate a list for casual_triggers or triggers (typically the result of not being able to ping the triggers list hosted on the website), the client will crash with an NPE due to AutoGG.ggRegexes being null or empty.

Error when building

I just hit build in the gradle task list and this error show up

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':1.8.9:applyBinaryPatches'.

java/util/jar/Pack200

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 26s
21:18:32: Execution finished 'build'.

AutoGG doesn't work on party games

Win screen:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
                               Party Games

      1st Place - [VIP] ExampleUser1, [VIP] Systemless_ - 18 x ✮
                     2nd Place - ExampleUser2 - 11 x ✮
                 3rd Place - [MVP+] ExampleUser3 - 2 x ✮

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Can't see chat

Whenever I have autogg in my mods folder chat doesn't show up and I can't see or send messages, I've tested it without the autogg mod and it seems to be the problem
Mods: Autotip, Autogg, Compact Chat, keystrokes, levelhead, optifine

AntiGG feature removes whole chat

The AutoGG AntiGG pattern matching seems to failing causing most/all messages in chat to be removed due to being seen as "AntiGG messages". This could be either due to the regex itself being incorrect or the code.

Relevant code:

case ANTI_GG:
if (AutoGG.INSTANCE.getAutoGGConfig().isAntiGGEnabled()) {
if (PatternHandler.INSTANCE.getPattern(trigger.getPattern()).matcher(event.message.getUnformattedText()).matches()) {
event.setCanceled(true);
return;
}
}
break;

AntiGG Regex: ^(?:.* )?(?:\\[.+] )?\\w{1,16}(?: .+)?: (?:❤\\\|${antigg_strings})$ (Taken from https://static.sk1er.club/autogg/regex_triggers_3.json)

Warn users about language on Hypixel

AutoGG only works if your hypixel language is in english. A quick and dirty temporaral workaround for this would be just to warn the user once a session when they log onto hypixel to switch it back to english.

mitch's hypixel api got info about the user's currently set language.
image

Does not work with duels update

The AutoGG regex no longer works with The Bridge (it was recently changed to "Bridge Duel" from "The Bridge Duel"), boxing or parkour. I was able to fix it by manually changing the regex:
+(((?:UHC|SkyWars|(The )?Bridge|Sumo|Classic|OP|MegaWalls|Bow|NoDebuff|Blitz|Combo|Bow Spleef|Boxing) (?:Duel|Doubles|Teams|Deathmatch|2v2v2v2|3v3v3v3)?)|Hypixel Parkour) ?- \\d+:\\d+$

This is just an example. It may be better to create a new pattern for "Hypixel Parkour".

I cannot open a pull request as it is remotely hosted.

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.