Page 5 of 5 FirstFirst ... 345
Results 61 to 65 of 65
  1. #61
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by ViiRUSxModz View Post
    You guys all fail. This just shows how the people from *********.com (me) are much better and more experienced modders... You guys here suck...
    Excuse me? If you really think we suck then why don't you GTFO? /yea
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  2. #62
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid
    not working :|

  3. #63
    FILIPE1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    guys is possible someone put the full code all in 1 file, because I put ban gui this is my mod but not work

    thx.

  4. #64
    rocky2sharma's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    1
    Reputation
    9
    Thanks
    0
    My Mood
    Stressed
    Quote Originally Posted by [WhA]4FunPlayin View Post
    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




    where to write in console all cmd

  5. #65
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Argh I wish I had the ability to do something with noobs that can't read main post.

Page 5 of 5 FirstFirst ... 345

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