Gats.io - Valkyjra's Detection

basically just some hacks. lets ya see stuff. i didn't come up with it all tho. i put together a few other ppls scripts for convenience :)

  1. //******************************************************** GATS:IO SCRIPT ********************************************************************/
  2. // ==UserScript==
  3. // @name Gats.io - Valkyjra's Detection
  4. // @namespace http://tampermonkey.net/
  5. // @version 3.0
  6. // @description basically just some hacks. lets ya see stuff. i didn't come up with it all tho. i put together a few other ppls scripts for convenience :)
  7. // @author Valkyjra
  8. // @run-at document-end
  9. // @match https://gats.io/
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13.  
  14. (function() {
  15.  
  16.  
  17. // Zoom hack on mousewheel scrolling
  18. window.addEventListener("wheel", function(e) {
  19. let dir = Math.sign(e.deltaY);
  20. if (dir== 1) {j7*=1.1;j8*=1.1;a1();zoom*=1.1;}
  21. if (dir==-1) {j7*=0.95;j8*=0.95;a1();zoom*=0.95;}
  22. });
  23.  
  24.  
  25. setTimeout(function(){
  26. // Shows landmines
  27. landMine[0].forEach((a,i)=>{landMine[0][i][1][3]="#000000"});
  28.  
  29. // Shows camos
  30. setInterval(()=>{Object.keys(RD.pool).forEach((a,i)=>{
  31. if(RD.pool[i].ghillie){RD.pool[i].ghillie=0;RD.pool[i].invincible=1}
  32. })},30);
  33.  
  34. // Shows silencers
  35. setInterval(()=>{Object.keys(RC.pool).forEach((a,i)=>{
  36. if(RC.pool[i].silenced){RC.pool[i].silenced=0}
  37. })},30);
  38. }, 3000);
  39.  
  40. var script = document.createElement('script');script.src = "https://code.jquery.com/jquery-3.4.1.min.js";
  41. document.getElementsByTagName('head')[0].appendChild(script);
  42.  
  43. function send() {
  44. msg = 'lol'
  45. RF.list[0].socket.send(`c,${msg}`)
  46. }
  47.  
  48. document.addEventListener('keyup', (event) => {
  49. var name = event.key;
  50. if (name === 'e') { send();
  51. } }, false);
  52. })();
  53. var script = document.createElement('script');script.src = "https://code.jquery.com/jquery-3.4.1.min.js";
  54. document.getElementsByTagName('head')[0].appendChild(script);
  55.  
  56. function send() {
  57. msg = 'lmao'
  58. RF.list[0].socket.send(`c,${msg}`)
  59. }
  60.  
  61. document.addEventListener('keyup', (event) => {
  62. var name = event.key;
  63. if (name === 'c') { send();
  64. } }, false);
  65. //just delete everything below this if you still want your stats to be tracked
  66. (function() {
  67. 'use strict';
  68. setInterval(() => {
  69. if(window.document.location.origin == 'https://gats.io') { //gats.io websocket
  70. if(RF.list[0].socket.readyState == 1) {
  71. RF.list[0].socket.send('x,1')
  72. }
  73. }
  74. }, 1000)
  75. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址