Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Hush_Hxundefined

Hush_Hx

@Hush_Hx
About
Posts
3
Topics
1
Groups
0
Followers
1
Following
4

Posts

Recent Best Controversial

  • unlimited sprint BO2 ZM
    Hush_Hxundefined Hush_Hx

    unlimited sprint

    init()
    {
        level thread onPlayerConnect();
    }
    
    onPlayerConnect()
    {
        for(;;)
        {
            
    		level waittill("connected", player);
    
    		player thread onPlayerSpawned();
        }
    }
    
    onPlayerSpawned()
    {	
            level endon("end_game");
    	self endon("disconnect");
            for(;;)
        {
                    
                    self waittill("spawned_player");
    		self setperk("specialty_unlimitedsprint");
    
        }
    }
    
    

    copy the code and paste it into your notes as sprint.GSC

    then copy the file to Local\Plutonium\storage\t6\scripts\zm

  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate