Skip to content
  • 0 Unread 0
  • 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 2.8k 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.
  • Ducxy Offline
    Ducxy Offline
    Ducxy
    wrote on last edited by Mr. Android
    #1

    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");
    
    }
    
    Kalitos 1 Reply Last reply
    1
    • InactUsr536 Offline
      InactUsr536 Offline
      InactUsr536
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • luigistyle Offline
        luigistyle Offline
        luigistyle
        Plutonium Staff
        wrote on last edited by
        #3

        LMAO

        nice release there mate

        Ducxy 1 Reply Last reply
        0
        • luigistyle luigistyle

          LMAO

          nice release there mate

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

          luigistyle 🙂

          i hate this dumb minimum character crap

          luigistyle 1 Reply Last reply
          0
          • Ducxy Ducxy

            luigistyle 🙂

            i hate this dumb minimum character crap

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

            Ducxy same
            texttexttextetxtextextext

            1 Reply Last reply
            0
            • Mr. Android Offline
              Mr. Android 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."

              luigistyle 1 Reply Last reply
              0
              • Mr. Android Mr. Android

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

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

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

                1 Reply Last reply
                0
                • Ducxy 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");
                  
                  }
                  
                  Kalitos Offline
                  Kalitos Offline
                  Kalitos
                  wrote on last edited by
                  #8

                  Ducxy How do I implement it on the server?

                  Ducxy 1 Reply Last reply
                  0
                  • Kalitos Kalitos

                    Ducxy How do I implement it on the server?

                    Ducxy Offline
                    Ducxy 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
                    • Fry Offline
                      Fry 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 👌

                      Ducxy luigistyle 2 Replies Last reply
                      0
                      • Fry Fry

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

                        Ducxy Offline
                        Ducxy 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
                        • Fry Fry

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

                          luigistyle Offline
                          luigistyle 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"

                          Ducxy 1 Reply Last reply
                          0
                          • luigistyle 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"

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

                            luigistyle nope, its a sound in MP.

                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            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
                            • Unread 0
                            • Recent
                            • Tags
                            • Popular
                            • Users
                            • Groups
                            • Donate