Guest User

Tarkov ARRS Speed Hack

a guest
Oct 19th, 2022
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | Source Code | 0 0
  1. Code fragment to paste into Chrome console to speed up the Escape from Tarkov ARRS response time:
  2.  
  3. document.onkeyup = (e) => { if (e.keyCode == '38') return ajax("up"); if (e.keyCode == '40') return ajax("down"); if (e.keyCode == '37') return ajax("left"); if (e.keyCode == '39') return ajax("right"); }
Advertisement
Add Comment
Please, Sign In to add comment