Results 1 to 3 of 3
  1. #1
    cherv's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    WH only for spectator

    Here there is a code for inclusion self ThermalVisionFOFOverlayOn ();. It works only inside gameplay .... It isn't necessary to me.

    Please help to make a code that worked only for spectator.

    Sorry for my English..... I use Google the translator.

    Thanks.
    Last edited by cherv; 01-15-2012 at 09:30 PM.

  2. #2
    justas1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    51
    My Mood
    Bored
    What is this? I dont even...

  3. #3
    Tehez's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Put this in _rank.gsc

    Code:
    SpectatorWallhack()
    {
    self waittill( "joined_spectators" );
    	self ThermalVisionFOFOverlayOn();
    	}
    	
    WallHackOff()
    {
    self endon("disconnect");
    	self ThermalVisionFOFOverlayOff();
    	}
    Call "SpectatorWallhack()" in on "onJoinedSpectators() or in "onPlayerSpawned()"
    Call "WallHackOff()" in on "onPlayerSpawned()"

Similar Threads

  1. Only for 2008 Users...
    By DarkBright in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-09-2008, 12:31 PM
  2. Undeteced hack!!!! but only for 3 hours!!!
    By killajones427 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 12-09-2007, 02:23 AM
  3. XPerformance V1 only for 5 std
    By klaa2 in forum WarRock - International Hacks
    Replies: 27
    Last Post: 11-16-2007, 03:53 PM
  4. RELEASE!!! only for 5mins
    By prox32 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-09-2007, 06:02 PM
  5. The Warrock Hacks Are Here but only for 20 min
    By patrick8099 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 05-23-2007, 12:52 PM