Gats.io & Takepoint.io - Disable Stats Tracking

Disables stats tracking, without the need for an adblocker.

< 腳本Gats.io & Takepoint.io - Disable Stats Tracking的回應

提問/評論

§
發表於:2021-07-10

do you know the function name to move? in gats

Nitrogem 35作者
§
發表於:2021-07-10

look in the code for version 2.1.0, you'll find something like

document['onkeydown'] = function(_0x2ddbe4)

so, i just send the data directly through the websocket

RF.list[0].send('k,0,1') // move left,
RF.list[0].send('k,0,0') // stop moving left,
//etc.
§
發表於:2021-07-11

RF.list[0].socket.send('k,1,1'); // right
RF.list[0].socket.send('k,0,1'); //left
RF.list[0].socket.send('k,2,1'); //up
RF.list[0].socket.send('k,3,1'); //down

Nitrogem 35作者
§
發表於:2021-07-12
編輯:2021-07-12

might be helpful
Gats - Client msgs

packet m - mouse data
m,27,290,265

var 1 - mouse x
var 2 - mouse y
var 3 - mouse angle

packet s - join game
s,5,0,0

var 1 - gun type
var 2 - armor amount
var 3 - player color

packet f - stop all movement

packet k - player inputs
k,7,1

var 1 - input type
(0= move left, 1= move right, 2= move up, 3= move down,
4= reloading, 5= spacebar, 6= mouse down, 7= chatbox)

var 2 - input released/pressed
(0= released, 1= pressed)

packet u - perk selection
u,7,1

var 1 - perk type
var 2 - perk slot

發表回覆

登入以回復

QingJ © 2025

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