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

Plutonium

Ciscoundefined

Cisco

@Cisco
About
Posts
5
Topics
1
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • Grenade teamswitch removal
    Ciscoundefined Cisco

    JezuzLizard Do you have any update for me regarding this issue?


  • Grenade teamswitch removal
    Ciscoundefined Cisco

    JezuzLizard The file is compiled using the gsc-tool. Even if I open the file, the code inside the .gsc is obfuscated. The script is indeed intended to fix the teamswitch grenade exploit.


  • Grenade teamswitch removal
    Ciscoundefined Cisco

    JezuzLizard Here you go.
    alt text


  • Grenade teamswitch removal
    Ciscoundefined Cisco

    Hello,

    I've got a grenade script from mw2 that I want to implement for T6. Now the compiler compiles the script just fine, but if I open my server, it says failed to load mod without any fault code.

    Can someone help me with this issue?

    Init()
    {
    	thread onPlayerConnect();
    }
    onPlayerConnect()
    {
        while(true)
        {
            level waittill("connected", player);
            player thread onSemtex();
        }
    }
    onSemtex()
    {
        self endon("disconnect");
        self waittill("spawned_player");
        self.oldTeam = self.team;
        while(true)
        {
            self waittill("grenade_fire",grenade,weaponname);
            self thread checkGrenade(grenade, weaponname);    
        }
    }
    checkGrenade(grenade, weaponname)
    {
        self endon("disconnect");
        self endon("fixSemtex");
        grenade endon("death");
        self.oldTeam = self.team;
        while(true)
        {
            wait 0.05();
            if(self.team != self.oldTeam)
            {
                iPrintln("^7How sad..^3 " + self.name + "^7 tried to teamkill with a explosive! He failed miserably.");
                grenade delete();
                self notify("fixSemtex");
    			wait 5;
            }
        }
    }
    

  • Notification of Plutonium Forum Databreach - September 2021
    Ciscoundefined Cisco

    imsarahh Just call up your ISP and tell them you need a new IP. Think of some bullshit reason to let them change it and BOOM, you're done and set!

  • 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