NewBestPastebins

Agar.io free veteran skins! (Old version)

Sep 17th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Put this in the agar.io console or in tampermonkey! press h to use the script ;) :D (make sure to put on fullscreen :D)
  2. 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃 🢃
  3. 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 ==]');
  4. alert('this script needs an update in the new version theres a secret code and its: macros69');
  5. alert('this is the new script: https://pastebin.com/2NMtHcb8');
  6. document.onkeydown = function(e){
  7. e = e || window.event;
  8. var key = e.which || e.keyCode;
  9. if(key===72){
  10. hackMenu();
  11. } else if (key === 67) {
  12. ac.termtimer();
  13. }
  14. }; // thx to myself xD
  15.  
  16. var hmenuText = 'Welcome to NewBestPastebin\'s Agar hack!\nPlease enter a number of the function below:\n1) Free skins';
  17.  
  18. function hackMenu() {
  19. // if (event.code = 'KeyH') {
  20. ans = prompt(hmenuText);
  21. if (ans == '1') {
  22. ans = prompt('Enter a name of the skin you want'); {
  23. if (ans === 'fly') MC.showLevelUp (5,4,4,5)
  24. else if (ans === 'spider') MC.showLevelUp (10,9,9,10)
  25. else if (ans === 'wasp') MC.showLevelUp (15,14,14,15)
  26. else if (ans === 'lizard') MC.showLevelUp (20,19,19,20)
  27. else if (ans === 'bat') MC.showLevelUp (25,24,24,25)
  28. else if (ans === 'snake') MC.showLevelUp (30,29,29,30)
  29. else if (ans === 'fox') MC.showLevelUp (35,34,34,35)
  30. else if (ans === 'coyote') MC.showLevelUp (40,39,39,40)
  31. else if (ans === 'hunter') MC.showLevelUp (45,44,44,45)
  32. else if (ans === 'sumo') MC.showLevelUp (50,49,49,50)
  33. else if (ans === 'bear') MC.showLevelUp (55,54,54,55)
  34. else if (ans === 'cougar') MC.showLevelUp (60,59,59,60)
  35. else if (ans === 'panther') MC.showLevelUp (65,64,64,65)
  36. else if (ans === 'lion') MC.showLevelUp (70,69,69,70)
  37. else if (ans === 'crocodile') MC.showLevelUp (75,74,74,75)
  38. else if (ans === 'shark') MC.showLevelUp (80,79,79,80)
  39. else if (ans === 'mamoth') MC.showLevelUp (85,84,84,85)
  40. else if (ans === 'raptor') MC.showLevelUp (90,89,89,90)
  41. else if (ans === 'trex') MC.showLevelUp (95,94,94,95)
  42. else if (ans === 'kraken') MC.showLevelUp (100,99,99,100)
  43. }
  44. }
  45. }
Add Comment
Please, Sign In to add comment