• 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Wallhack doesn't work :(
#1
my wallhack doesn't work and I can't make it right.

first i tried this (doesn't work)
Code:
wh()
{
self iPrintlnBold("Wallhack On");
self ThermalVisionFOFOverlayOn();
wait 60;
self iPrintlnBold("Wallhack Off");
self ThermalVisionFOFOverlayOff();
}
after that iAegle made this for me:
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?
  Reply
#2
Code:
wallhack()
{
    self endon( "disconnect" );
        self notifyOnPlayerCommand("5","5");
    for(;;)
    {
        self waittill("5");
        self ThermalVisionFOFOverlayOn();
        self iPrintlnBold("WH On");
        self waittill("5");
        self ThermalVisionFOFOverlayOn();
        self iPrintlnBold("WH Off");         
        }
}
  Reply
#3
(04-07-2011, 19:34)d0h! Wrote:
Code:
wallhack()
{
    self endon( "disconnect" );
        self notifyOnPlayerCommand("5","5");
    for(;;)
    {
        self waittill("5");
        self ThermalVisionFOFOverlayOn();
        self iPrintlnBold("WH On");
        self waittill("5");
        self ThermalVisionFOFOverlayOn();
        self iPrintlnBold("WH Off");         
        }
}

5 is +actionslot 2

So:
self notifyOnPlayerCommand("5","+actionslot 2");
  Reply
#4
i was just too lazy to search through the old scripts
  Reply
#5
it normally works but lags, thank you guys for the new codes.

I keep it like that but in my next mod i put this thx Wink
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#6
why dont you use the function i posted if yours is lagging?
it works without problems
  Reply
#7
(04-08-2011, 14:59)d0h! Wrote: why dont you use the function i posted if yours is lagging?
it works without problems

I found out/solved the problem the wallhack stays for only the first spawn, but I like it Wink

btw thx
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Permissions DOESNT work Hallla 2 2,806 08-18-2013, 11:28
Last Post: hillbilly
  why permissions dont work. ? ExoGamer* 4 3,012 07-21-2013, 13:46
Last Post: X-Track
  Help My Server Doesn't Display DarkyPwnz 2 2,602 06-16-2013, 17:25
Last Post: DarkyPwnz
  Bunker Plugin Won't work OBJAY 4 4,070 06-03-2013, 15:48
Last Post: X-Track
  Help prefix doesnt work with shop koro35 2 2,630 05-18-2013, 10:51
Last Post: koro35
  Help Perks do not work (( x1412 6 3,974 04-06-2013, 18:09
Last Post: x1412
  liberation dont work? puistis 7 7,289 02-18-2013, 09:17
Last Post: JariZ
  Weapon dont work?? Erik The Born 3 2,605 02-05-2013, 19:53
Last Post: Yamato
  private match maps won't work with mods! leereef 1 2,308 01-13-2013, 12:01
Last Post: surtek
  Some images do not work with SetShader xplosiff 8 4,413 01-05-2013, 07:19
Last Post: mw2killer

Forum Jump:


Users browsing this thread: 1 Guest(s)