treechopper Posted December 31, 2022 Share Posted December 31, 2022 Dear community, I tried to program an esp / wallhack for deadshot.io. Basically I just don't want to hide the healthbar when the player is behind a wall (you can clearly see the bar hiding even if the player is still half visible). For this I deobfuscated the source code (final.js) and searched for the healthbar, after not finding anything I then switched to a property of the character: if(this.visible === false) { object.visible = false; } set false to true and then overwritten the whole thing. But unfortunately that didn't work. I also tried other parts in the code that contain something similar. I've written a wallhack before (so I have decent experience). But unfortunately no success here. I hope someone can help me, because I want to learn and I'm still at the start (as far as wallhacks are concerned). Kind regards. Happy New Year. Quote Link to comment Share on other sites More sharing options...
Just a tree Posted April 11, 2023 Share Posted April 11, 2023 You're tryna chop the wrong tree, bucko Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.