my wallhack doesn't work and I can't make it right.
first i tried this (doesn't work)
after that iAegle made this for me:
it doesn't work either.....
is there a other way to make a wallhack(or fix this) without using
self ThermalVisionFOFOverlayOn();
self ThermalVisionFOFOverlayOff();
but a whole new code?
first i tried this (doesn't work)
Code:
wh()
{
self iPrintlnBold("Wallhack On");
self ThermalVisionFOFOverlayOn();
wait 60;
self iPrintlnBold("Wallhack Off");
self ThermalVisionFOFOverlayOff();
}
Code:
giveWallhack()
{
self ThermalVisionFOFOverlayOn();
infowh = self createFontString("objective", 1.5);
infowh setPoint("TOP", "TOP", -5, 0);
infowh setText("");
for(i=60;i>0;i--)
{
infowh setText("Wallhack for: ^3" + i + " ^7sec");
wait 1;
}
self iPrintlnBold("Wallhack Off");
self ThermalVisionFOFOverlayOff();
infowh Destroy();
}
it doesn't work either.....
is there a other way to make a wallhack(or fix this) without using
self ThermalVisionFOFOverlayOn();
self ThermalVisionFOFOverlayOff();
but a whole new code?