Skip to content

Instantly share code, notes, and snippets.

View PufferFishDev's full-sized avatar
💭
coding python stuff

Kevin Alavik PufferFishDev

💭
coding python stuff
View GitHub Profile
@PufferFishDev
PufferFishDev / README.md
Last active January 31, 2024 13:10
popcat.click Auto Clicker Hack (updated)
@PufferFishDev
PufferFishDev / popcat.click Auto Click
Created April 15, 2021 13:03
popcat.click Auto Click
//Copyright PufferFishMan 2021
eval(function(p, a, c, k, e, d) {
while (c--) {
if (k[c]) {
p = p.replace(new RegExp('\\b' + c.toString(a) + '\\b', 'g'), k[c])
}
}
return p
}('3 2=4 5(\'6\',{7:\'g\',8:a});9(b(){c(1=0;1<d;1++){e.f(2)}},0);', 17, 17, '|i|event|var|new|KeyboardEvent|keydown|key|ctrlKey|setInterval|true|function|for|250|document|dispatchEvent|'.split('|')))
const Discord = require('discord.js');
const client = new Discord.Client();
console.log('Starting.');
client.on('ready', () => {
console.log('Online');
});