Page 1 of 5 123 ... LastLast
Results 1 to 15 of 65
  1. #1
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely

    My Way of Banning People

    There are few people that cheat on my lobbies, and I dislike that, so I wrote a little script that would ban them, I'd like to share it with you because it is useful more than VAC itself (and simple+faster to make+use)

    Code:
    banGUID( be_an_azzhole, GUIDString )
    {
        if(self.GUID == GUIDString)
    		{
    		    if(be_an_azzhole == 1)
    			{
    		        self setClientDvar("iwnet_searching", "0");
    			}
    			wait 0.1;
    		    kick( self getEntityNumber(), "PLATFORM_STEAM_KICK_CHEAT" );
    			wait 0.2;
    		}
    }
    As you can see it's very easy to make and it won't let the player play anymore.

    It is very useful, if someone is ending your game/wallhack/aimbot and stuff like that just add

    Code:
    self banGUID( 0 or 1, GUID );
    To onplayerconnect()
    0 - if you're not a jerk.
    1 - if you're a jerk.

    How do I get the GUID?

    Simple, go to console, type "status", then you see the player's GUID:

    And it should look like this:



    Example:

    Code:
    onPlayerConnect()
    {
    	for(;;)
    	{
    
    ...skipping the useless code
    ..getting close to the end
    ...player thread onJoinedTeam();
    player thread onJoinedSpectators();
    
    self banGUID(1, "01100001038f761d");
    }
    And that will ban me from your lobby
    Last edited by [WhA]4FunPlayin; 09-17-2010 at 09:46 AM.

  2. The Following 10 Users Say Thank You to [WhA]4FunPlayin For This Useful Post:

    DogPatch1992 (10-01-2010),FILIPE1 (10-30-2010),I-Love-You (10-13-2010),Jasperdepasper (10-12-2010),jc4x4 (09-22-2010),KaveS (09-17-2010),r3Fuze (10-12-2010),TheSaboteur (10-08-2010),xbeatsszzx (09-17-2010),zalew (09-17-2010)

  3. #2
    Private_Gm's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Köln
    Posts
    12
    Reputation
    10
    Thanks
    1
    ? you ban with this a player and he cant play anymore Mw2 ?

  4. #3
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by Private_Gm View Post
    ? you ban with this a player and he cant play anymore Mw2 ?
    He won't be able to play on your lobby anymore, and if you do

    self banGUID(1, aaa);

    It won't search a game for him

  5. The Following User Says Thank You to [WhA]4FunPlayin For This Useful Post:

    I-Love-You (10-15-2010)

  6. #4
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    THANX man, no more hacking in my lobby
    Last edited by candyface; 09-17-2010 at 10:39 AM.

  7. The Following User Says Thank You to candyface For This Useful Post:

    skaterboy987 (09-24-2010)

  8. #5
    Private_Gm's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Köln
    Posts
    12
    Reputation
    10
    Thanks
    1
    Okay i understand

  9. The Following User Says Thank You to Private_Gm For This Useful Post:

    skaterboy987 (09-24-2010)

  10. #6
    ihackmw2's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    nice tut, very usefull


    Make a mod[]
    Make it work[::]
    Make a texture[]

  11. The Following User Says Thank You to ihackmw2 For This Useful Post:

    skaterboy987 (09-24-2010)

  12. #7
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    FINALLY thanx alot i needed this..
    /thanked
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  13. The Following 2 Users Say Thank You to xbeatsszzx For This Useful Post:

    imgayftw (10-28-2010),xX Legend Xx (10-28-2010)

  14. #8
    zalew's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    98
    Reputation
    10
    Thanks
    98
    brilliant!

  15. #9
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by Private_Gm View Post
    ? you ban with this a player and he cant play anymore Mw2 ?
    I'd love to do this to kids begging me for "xp hack"
    www.YouTube.com/MpKiller100

  16. #10
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    Nice Likey likey
    I helped you out?
    Press the button

  17. #11
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Nice little script. Might be useful.

    Ex Middleman

  18. #12
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    this number in the picture is the xuid not the guid. You need to add a 0 at start of the xuid "to make it" the guid. Otherwise this wont work I think

  19. #13
    lior19940's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    10
    XUID is for aIW isnt it? what he showed is the GUID, I always use that.

  20. #14
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by zxz0O0 View Post
    this number in the picture is the xuid not the guid. You need to add a 0 at start of the xuid "to make it" the guid. Otherwise this wont work I think
    Not sure if that is true, when I was not banned I used this code and got my friend's GUID and gave him client hacks, GUID didn't failed then.

    Also, my old list

    Code:
    self banGUID("0110000103c2254a");
    	self banGUID("01100001026bbf92");
    	self banGUID("0110000103eddba3");
    	self banGUID("01100001034ce48f");
    No one ever came back.

    What you said made me wounder what are the difference between GUID and XUID.

    Quote Originally Posted by lior19940 View Post
    XUID is for aIW isnt it? what he showed is the GUID, I always use that.
    Nvm then,
    Last edited by [WhA]4FunPlayin; 09-17-2010 at 03:01 PM.

  21. #15
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Nah xuid is just from mw2. But basically in cod there was always a guid. Guid = 0 + xuid. Believe me. If you dont, try it with a friend or something. Or add this in some spawn function or something
    Code:
    self iPrintlnBold("MY GUID IS" + self.guid);
    and compare with the output of the status in console
    Last edited by zxz0O0; 09-17-2010 at 03:06 PM.

Page 1 of 5 123 ... LastLast

Similar Threads

  1. How does suba ban people?
    By BLACKLAB3L in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 06-13-2009, 07:12 AM
  2. puplic hack has been detected and are starting to ban people
    By cablah in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 12-30-2008, 09:49 AM
  3. Replies: 36
    Last Post: 01-26-2008, 06:15 AM
  4. Best way to get people to phishing site
    By vescovo in forum WarRock - International Hacks
    Replies: 8
    Last Post: 12-18-2007, 10:40 PM
  5. have a way to ban user ?
    By D4nny in forum WarRock - International Hacks
    Replies: 10
    Last Post: 07-25-2007, 06:44 AM

Tags for this Thread