POS external V3 | Glow with health, radar, triggerbot, bunnyhop
This will probably be my last upload until it either gets detected or outdated. If the cheat functions well for you, please hit the thanks button.
Use at your OWN risk.
Be smart. Before use please check this thread to see if anyone has reported anything negative.
Status: Undetected
Features:
Glow, can toggle teammates on/off;
Glow, enemys show green at 100% health, and slowly transition to red as they lose health(around 10% health left is nearly solid red);
Radar, map at the top of your screen shows the enemy's positions a all times as long as they are within range(currently enabled when glow is enabled);
Triggerbot, shoot enemy's automatically when your crosshair crosses their players(very OP with a scout/awp and deagle;
Bunnyhop, everyone knows what this is i hope.
Toggle Hotkeys:
F1 = Bunnyhop;
F2 = Triggerbot;
F6 = Glow/Radar;
F7 = Toggle teammate glow on/off;
Edit: if anyone whos learning and wants to do something similar to how i did the enemy's glow so it transitions from green to red the lower their health gets, its as simple as this. when at full health greenColor is 2.0f, and redColor is at 0.0f. when you shoot the player and get them to lets say 10 health, greenColor is 0.2f and redColor is 1.8f giving a nice red glow to the enemy.
Video example, shows glow health.
virustotal is being a dick so here -_-
https://virusscan.jotti.org/en-US/fi...job/6r58z3oldq
https://metadefender.opswat.com/resu...gular/overview
Use at your OWN risk.
Be smart. Before use please check this thread to see if anyone has reported anything negative.
Status: Undetected
Features:
Glow, can toggle teammates on/off;
Glow, enemys show green at 100% health, and slowly transition to red as they lose health(around 10% health left is nearly solid red);
Radar, map at the top of your screen shows the enemy's positions a all times as long as they are within range(currently enabled when glow is enabled);
Triggerbot, shoot enemy's automatically when your crosshair crosses their players(very OP with a scout/awp and deagle;
Bunnyhop, everyone knows what this is i hope.
Toggle Hotkeys:
F1 = Bunnyhop;
F2 = Triggerbot;
F6 = Glow/Radar;
F7 = Toggle teammate glow on/off;
Edit: if anyone whos learning and wants to do something similar to how i did the enemy's glow so it transitions from green to red the lower their health gets, its as simple as this. when at full health greenColor is 2.0f, and redColor is at 0.0f. when you shoot the player and get them to lets say 10 health, greenColor is 0.2f and redColor is 1.8f giving a nice red glow to the enemy.
Code:
greenColor = 2 * health * 0.01; redColor = (health * -0.02) + 2;
Video example, shows glow health.
virustotal is being a dick so here -_-
https://virusscan.jotti.org/en-US/fi...job/6r58z3oldq
https://metadefender.opswat.com/resu...gular/overview
