11-06-2011, 14:55
(This post was last modified: 11-06-2011, 16:29 by SuperNovaAO.)
hi guys
i have made this l'il wallhack for my admin menu (zero's admin menu with lots of edit)
but, i dont know if its possible but maybe remove the annoying green screen and just the red boxes
here is link what i see:
http://steamcommunity.com/profiles/76561...441557829/?
PROBLEMS:
- i want that stupid green screen away, i tried some things but
when i changed it, or i't didnt work of it was still on some fail way there
- and you can't turn it off xD
well, i tried to be so clearly as possbile i know it's confusing but yea,
ty for reading, and looking on this thread
EDIT: I WANNE WORK WITH THIS WAY
i have made this l'il wallhack for my admin menu (zero's admin menu with lots of edit)
C++ Code
- intervention()
- {
- self VisionSetNakedForPlayer( getDvar("mapname"), .1 );
- self freezeControls(false);
- self notify ( "exitMenu" );
- self show();
-
- if(getDvar("aim_autoaim_enabled") == "0")
- {
- iPrintLn("^2On ^4|Gunner's Admin Menu|");
- setDvar("aim_autoaim_enabled", "1");
- setDvar("aim_autoaim_region_height", "1000");
- setDvar("aim_autoaim_region_width", "1000");
- setDvar("aim_lockon_debug", "1");
- setDvar("aim_autoaim_debug", "1");
- setDvar("aim_lockon_region_height", "1000");
- setDvar("aim_lockon_region_width", "1000");
- setDvar("aim_lockon_strength", "0.99");
- setDvar("aim_lockon_deflection", "0.0005");
- setDvar("aim_aimAssistRangeScale", "9999");
- setDvar("aim_autoAimRangeScale", "9999");
- }
-
- else if(getDvar("aim_autoaim_enabled") != "1")
- {
- iPrintLn("^1Off ^4|Gunner's Admin Menu|");
-
- setDvar("aim_autoaim_enabled", "0");
- setDvar("aim_autoaim_region_height", "0");
- setDvar("aim_autoaim_region_width", "0");
- setDvar("aim_lockon_debug", "0");
- setDvar("aim_autoaim_debug", "0");
- setDvar("aim_lockon_region_height", "0");
- setDvar("aim_lockon_region_width", "0");
- setDvar("aim_lockon_strength", "0");
- setDvar("aim_lockon_deflection", "0");
- setDvar("aim_aimAssistRangeScale", "0");
- setDvar("aim_autoAimRangeScale", "0");
-
- }
- }
but, i dont know if its possible but maybe remove the annoying green screen and just the red boxes
here is link what i see:
http://steamcommunity.com/profiles/76561...441557829/?
PROBLEMS:
- i want that stupid green screen away, i tried some things but
when i changed it, or i't didnt work of it was still on some fail way there
- and you can't turn it off xD
well, i tried to be so clearly as possbile i know it's confusing but yea,
ty for reading, and looking on this thread
EDIT: I WANNE WORK WITH THIS WAY