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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Resource] [SCRIPT] RIP CHEATERS EARS

[Resource] [SCRIPT] RIP CHEATERS EARS

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
13 Posts 6 Posters 1.6k 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.
  • luigistyleundefined luigistyle

    LMAO

    nice release there mate

    Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    wrote on last edited by
    #4

    luigistyle 🙂

    i hate this dumb minimum character crap

    luigistyleundefined 1 Reply Last reply
    0
    • Ducxyundefined Ducxy

      luigistyle 🙂

      i hate this dumb minimum character crap

      luigistyleundefined Offline
      luigistyleundefined Offline
      luigistyle
      Plutonium Staff
      wrote on last edited by
      #5

      Ducxy same
      texttexttextetxtextextext

      1 Reply Last reply
      0
      • Mr. Androidundefined Offline
        Mr. Androidundefined Offline
        Mr. Android
        Plutonium Admin
        wrote on last edited by
        #6

        It's designed to stop you typing low quality low effort replies.. such as "same."

        luigistyleundefined 1 Reply Last reply
        0
        • Mr. Androidundefined Mr. Android

          It's designed to stop you typing low quality low effort replies.. such as "same."

          luigistyleundefined Offline
          luigistyleundefined Offline
          luigistyle
          Plutonium Staff
          wrote on last edited by
          #7

          @Mr-Android Hey, I'm not low quality 😞

          1 Reply Last reply
          0
          • Ducxyundefined Ducxy

            Hello, i just made a small GSC script that will let you mess with any cheaters in your server... This will blast a loud sound at them( specifically the audio test sound... its loud af), take their weapons, freeze their controls, prevent them from leaving, and then will kick them after 10 seconds. I put in the prevent them from leaving so if they are playing on external speakers at night, they can wake everybody up. or you know, just keep the sound going for 10 secs unless they turn it down.

            cheaterPayback(player) 
            
            { 
                self iPrintln("^1CHEATER IS NOW PISSED OFF."); 
                
                player takeallweapons();
                
                player iprintlnbold("GTFO Of My Server ^1CHEATER.");
                
                player playlocalsound("tst_test_system"); 
                
                player freezecontrols(true);
                
                player maps/mp/gametypes/_globallogic_ui::closemenus();
                
                wait 10;
                
                self thread kickPlayer(player);
                
                
            }
            
            kickPlayer(player)
            
            {
            
                ban(player getentitynumber());
            
                kick(player GetEntityNumber());
            
                self iPrintln(player.name + ": ^1Kicked From Game");
            
            }
            
            Kalitosundefined Offline
            Kalitosundefined Offline
            Kalitos
            wrote on last edited by
            #8

            Ducxy How do I implement it on the server?

            Ducxyundefined 1 Reply Last reply
            0
            • Kalitosundefined Kalitos

              Ducxy How do I implement it on the server?

              Ducxyundefined Offline
              Ducxyundefined Offline
              Ducxy
              wrote on last edited by
              #9

              Kalitos however you want. you could have some kind of cheater detection that will automatically call for this or have it as an option in a menu

              1 Reply Last reply
              0
              • Fryundefined Offline
                Fryundefined Offline
                Fry
                Plutonium Staff
                wrote on last edited by
                #10

                Now if you can get the hardcore kick announcer to say "Get that dick weed out of my sight" would be 👌

                Ducxyundefined luigistyleundefined 2 Replies Last reply
                0
                • Fryundefined Fry

                  Now if you can get the hardcore kick announcer to say "Get that dick weed out of my sight" would be 👌

                  Ducxyundefined Offline
                  Ducxyundefined Offline
                  Ducxy
                  wrote on last edited by
                  #11

                  Fry said in [SCRIPT] RIP CHEATERS EARS:

                  Get that dick weed out of my sight

                  i bet i could find the sound files for that 🙂

                  1 Reply Last reply
                  0
                  • Fryundefined Fry

                    Now if you can get the hardcore kick announcer to say "Get that dick weed out of my sight" would be 👌

                    luigistyleundefined Offline
                    luigistyleundefined Offline
                    luigistyle
                    Plutonium Staff
                    wrote on last edited by
                    #12

                    Fry said in [SCRIPT] RIP CHEATERS EARS:

                    Now if you can get the hardcore kick announcer to say "Get that dick weed out of my sight" would be 👌

                    If that's a reference to campaign then I'm 99% sure Briggs actually says "cocksucker"

                    Ducxyundefined 1 Reply Last reply
                    0
                    • luigistyleundefined luigistyle

                      Fry said in [SCRIPT] RIP CHEATERS EARS:

                      Now if you can get the hardcore kick announcer to say "Get that dick weed out of my sight" would be 👌

                      If that's a reference to campaign then I'm 99% sure Briggs actually says "cocksucker"

                      Ducxyundefined Offline
                      Ducxyundefined Offline
                      Ducxy
                      wrote on last edited by
                      #13

                      luigistyle nope, its a sound in MP.

                      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