Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Put this in the agar.io console or in tampermonkey! press h to use the script ;) :D (make sure to put on fullscreen :D)
- 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃
- console.log('[== this script needs an update go to pastebin and find the new version on my profile or go to this link: https://pastebin.com/2NMtHcb8 ==]');
- alert('this script needs an update in the new version theres a secret code and its: macros69');
- alert('this is the new script: https://pastebin.com/2NMtHcb8');
- document.onkeydown = function(e){
- e = e || window.event;
- var key = e.which || e.keyCode;
- if(key===72){
- hackMenu();
- } else if (key === 67) {
- ac.termtimer();
- }
- }; // thx to myself xD
- var hmenuText = 'Welcome to NewBestPastebin\'s Agar hack!\nPlease enter a number of the function below:\n1) Free skins';
- function hackMenu() {
- // if (event.code = 'KeyH') {
- ans = prompt(hmenuText);
- if (ans == '1') {
- ans = prompt('Enter a name of the skin you want'); {
- if (ans === 'fly') MC.showLevelUp (5,4,4,5)
- else if (ans === 'spider') MC.showLevelUp (10,9,9,10)
- else if (ans === 'wasp') MC.showLevelUp (15,14,14,15)
- else if (ans === 'lizard') MC.showLevelUp (20,19,19,20)
- else if (ans === 'bat') MC.showLevelUp (25,24,24,25)
- else if (ans === 'snake') MC.showLevelUp (30,29,29,30)
- else if (ans === 'fox') MC.showLevelUp (35,34,34,35)
- else if (ans === 'coyote') MC.showLevelUp (40,39,39,40)
- else if (ans === 'hunter') MC.showLevelUp (45,44,44,45)
- else if (ans === 'sumo') MC.showLevelUp (50,49,49,50)
- else if (ans === 'bear') MC.showLevelUp (55,54,54,55)
- else if (ans === 'cougar') MC.showLevelUp (60,59,59,60)
- else if (ans === 'panther') MC.showLevelUp (65,64,64,65)
- else if (ans === 'lion') MC.showLevelUp (70,69,69,70)
- else if (ans === 'crocodile') MC.showLevelUp (75,74,74,75)
- else if (ans === 'shark') MC.showLevelUp (80,79,79,80)
- else if (ans === 'mamoth') MC.showLevelUp (85,84,84,85)
- else if (ans === 'raptor') MC.showLevelUp (90,89,89,90)
- else if (ans === 'trex') MC.showLevelUp (95,94,94,95)
- else if (ans === 'kraken') MC.showLevelUp (100,99,99,100)
- }
- }
- }
Add Comment
Please, Sign In to add comment