Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Go to popcat.click and paste this in your console (you open console by pressing ctrl + shift + i. and press console :)
- π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’π’
- console.log('[== Starting MineGrawls Op Popcat hack... ==]');
- ans = prompt('Welcome to NewBestPastebin\'s Popcat hack v1.2. \nPlease enter a number of the function below:\n1) Earn free pops\n2) Edit everything on the screen\n3) Custom game title\n4) Nothing more right now');
- if (ans == '1') {
- ans = prompt('How much clicks per second do you want to get for free? Dansk oversættelse ;D: Hvor mange pops i sekundet vil du gerne have gratis?');
- var event = new KeyboardEvent('keydown', {
- key: 'g',
- ctrlKey: true
- });
- setInterval(function(){
- for (i = 0; i < Number(ans); i++) {
- document.dispatchEvent(event);
- }
- }, 0);
- ///////////////////////////////////////////////////
- } else if (ans == '2') {
- alert('press ok and you can edit everything on the site');
- document.body.contentEditable = true
- ///////////////////////////////////////////////////
- } else if (ans == '4') {
- alert('sorry, but there is no more features in this script at the moment');
- ///////////////////////////////////////////////////
- } else if (ans == '3') {
- ans = prompt('Enter a custom title');
- document.title=((ans));
- console.log('[== Successfully started! ==]');
- console.log('[== Whats new: Danish translations since i am danish xD ==]');
- }
Add Comment
Please, Sign In to add comment