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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. looking for decompiled or compiled jetgun mods

looking for decompiled or compiled jetgun mods

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
3 Posts 2 Posters 120 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Dead073Poolundefined Offline
    Dead073Poolundefined Offline
    Dead073Pool
    wrote last edited by
    #1

    looking for jetgun scripts that remove explosion or have increased cooldown

    m7574zundefined 1 Reply Last reply
    0
    • m7574zundefined Offline
      m7574zundefined Offline
      m7574z
      wrote last edited by m7574z
      #2
      
      infinitejetgunscript()
      {
      	self endon("disconnect");
      	self endon("stop_infinite_jg");
      	
      	if(!isDefined(self.infjetg))
      	{
      		self.infjetg = true;
      		self iprintln("Unbreakable Jet Gun Active");
      		for(;;)
      		{
      			if(self getCurrentWeapon() == "jetgun_zm")
      			self setWeaponOverHeating(0, 0);
      		
      			wait .05;
      		}
      	}
      	else 
      		self iprintln("Unbreakable Jet Gun Already Active");
      }
      
      1 Reply Last reply
      0
      • Dead073Poolundefined Dead073Pool

        looking for jetgun scripts that remove explosion or have increased cooldown

        m7574zundefined Offline
        m7574zundefined Offline
        m7574z
        wrote last edited by m7574z
        #3

        Dead073Pool try this one you can do whatever you want with it, main thing you want to look at tho is the setWeaponOverHeating(0,0); im sure this also works for the Paralyzer too on buried but you would either need to change the name for that weapon or simply add in the weapon checker

        example: if(self getCurrentWeapon() == "jetgun_zm" || self getCurrentWeapon() == "slowgun_zm" || self getCurrentWeapon() == "slowgun_upgraded_zm");

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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