FT

Results 11 comments of FT

They track "Exploit" from SnowLord's script, and "clickElement" from yours. If you want to solve the issue, wrap the entire code inside of a ```js (function() { //Insertcode // All...

I believe `zr` is kind of like sendPacket and `Ht.redboat` is the redboat packet type which will be sent to the server so that the server can kick. This hack...

As for the rate limiting thing inside of the server, just click one answer wrong every 10 times or so, that should solve it.

Sounds great, I'm going to release a PR to neaten up the code and fix some minor bugs later today aswell

I think there might be a way, let me just double check something

Something like this would work. ```js Object.defineProperty(window,"clickElement", { get: ()=> false, set: function(selector) { // Parameters could be expanded with ...{objects} document.querySelector(selector).click(); this.value = false; // I don't know if...

Well, they are most likely dropping these bans because they don't want to deal with this annoying stuff, they are working on a new thing called Ink apparently - so...

Above I thought I sent a screen shot of the code where they log your IP... Ill resend. Also, what does it show when you got IP Banned? Could you...

Ok, and I think here is where they log your ip [IMG Link](https://user-images.githubusercontent.com/34033288/82144933-99c85680-9815-11ea-863b-d86f219042a0.png "Script") I think it is that request

I agree, that is what I meant, that is the section of the code that sends off an alert though. They would probably use both Redboat and the request to...