Cazka / diepAPI

An API for https://diep.io
MIT License
15 stars 8 forks source link

question ) Is there a way to check player's health value? #38

Closed gurumnyang closed 2 years ago

gurumnyang commented 2 years ago

I need to check my raw health value in diep. I know how to enable raw_health_value. But I don't know how to use that values in a script. Is there a way to check player's health value? image

& it's not working

CanvasKit.hook('fillRect', (target, thisArg, args) => {
console.log(thisArg.fillStyle);
})
Cazka commented 2 years ago

no, currently it's not possible to retrieve the health values.