• Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

[Resource] [SCRIPT] RIP CHEATERS EARS

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
13 Posts 6 Posters 1.2k Views
    • 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.
  • Ducxyundefined Offline
    Ducxyundefined 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");
    
    }
    
    Kalitosundefined 1 Reply Last reply
    1
  • cryundefined Offline
    cryundefined Offline
    cry
    wrote on last edited by
    #2
    This post is deleted!
    1 Reply Last reply
    0
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    wrote on last edited by
    #3

    LMAO

    nice release there mate

    Ducxyundefined 1 Reply Last reply
    0
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    replied to luigistyle on last edited by
    #4

    luigistyle 🙂

    i hate this dumb minimum character crap

    luigistyleundefined 1 Reply Last reply
    0
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to Ducxy 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
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to Mr. Android on last edited by
    #7

    Mr. Android Hey, I'm not low quality 😞

    1 Reply Last reply
    0
  • Kalitosundefined Offline
    Kalitosundefined Offline
    Kalitos
    replied to Ducxy on last edited by
    #8

    Ducxy How do I implement it on the server?

    Ducxyundefined 1 Reply Last reply
    0
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    replied to Kalitos 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
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    replied to Fry 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
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to Fry 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
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    replied to luigistyle on last edited by
    #13

    luigistyle nope, its a sound in MP.

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.