-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added SnowballCrasher commandBlock exploit #101
base: master
Are you sure you want to change the base?
Conversation
holy fucking shit man you're still using this client? this is ancient |
lol yea, i kinda like it to be honest, just wish i could use some of its code for a private client, but yea, im trying to make mroe exploits for it cus yknow, just gotta have some more |
btw @0x3C50 , are you cool with me adding you on discord? just bored tbh |
sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you really want to merge this still, the player argument isn't used and should be removed. kinda a weird thing to add as a command anyway but who cares at this point
return StaticArgumentServer.serveFromStatic( | ||
index, | ||
new PossibleArgument( | ||
ArgumentType.PLAYER, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't used
validateArgumentsLength(args, 1, "Provide target player"); | ||
PlayerEntity target = new PlayerFromNameArgumentParser(true).parse(args[0]); | ||
String targetName = " "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't used
once a snow ball is thrown, it continuously summons a snowball on that snowball, and summons a new snowball onto the new snowball, vice versa causing any server to lag, even crash for that matter