Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 65
  1. #46
    [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 k3k View Post
    Haha, nice joke. But it too dont work.
    You just don't know scripting.

    Quote Originally Posted by ViiRUSxModz View Post
    Oh and heres a shorter code xD
    Just fails hard, look at it again.

  2. #47
    k3k's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by [WhA
    4FunPlayin;2907834]You just don't know scripting.
    I know it lol, but not full.

  3. #48
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    You still fail at adding a banning script, look at my tut again, maybe you did something wrong.

  4. #49
    k3k's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    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;
    }
    }
    Somewhere at my rank.gsc...

    onPlayerConnect()
    {
    for(;
    {
    *Skipping code *

    self banGUID( 1, "0110000103e8e9f5" );
    self thread banGUID();

    }
    }
    Trying to ban yourself but dont get anything....

  5. #50
    ViiRUSxModz's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    How does my code fail? Just becuase it much shorter and your jealous? LOL

  6. #51
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by ViiRUSxModz View Post
    How does my code fail? Just becuase it much shorter and your jealous? LOL
    It's fails because if you used 0 as the second parameter it completely ignores the code.
    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]

  7. #52
    [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 k3k View Post
    Somewhere at my rank.gsc...



    Trying to ban yourself but dont get anything....
    Of course, you said "lol that's funny but still doesn't work", you didn't even tried it.

    Quote Originally Posted by ViiRUSxModz View Post
    How does my code fail? Just becuase it much shorter and your jealous? LOL
    I don't have a reason to be jealous on a code that doesn't work if I do 0 instead 1.

    It's so pointless
    Code:
    Banz( C, S )
    what in case I do
    Code:
    self thread Banz( 0, "91625f21t" ); //random guid
    No ban. duh.

  8. #53
    k3k's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by [WhA
    4FunPlayin;2907901]Of course, you said "lol that's funny but still doesn't work", you didn't even tried it.
    Tryed 13 min ago


    Spec for you tryed this, i just join my server and dont get kick..
    Last edited by k3k; 10-13-2010 at 06:23 AM.

  9. #54
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    God, how you expect it to work
    Code:
    self banGUID( 1, "0110000103e8e9f5" );
    self thread banGUID();
    Nothing like I said.

  10. #55
    ViiRUSxModz's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    You guys all fail. This just shows how the people from *********.com (me) are much better and more experienced modders... You guys here suck...

  11. #56
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    No, you are just mad, making a short code that fails if you do 0 in it, and calling us bad modders because we have proven you are wrong.

  12. #57
    k3k's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by [WhA
    4FunPlayin;2907953]Nothing like I said.
    So?.................

  13. #58
    [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 k3k View Post
    So?.................
    Please,
    Code:
    self thread banGUID(1 or 0, GUID here);
    onPlayerConnected.

  14. #59
    k3k's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by [WhA
    4FunPlayin;2907999]
    Thanks.....

  15. #60
    ๓ฬ2ђคςкєг's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    ( . Y . )
    Posts
    236
    Reputation
    5
    Thanks
    53
    My Mood
    Aggressive
    I smell NTAuthority and MaxDamage.
    There here!!!

Page 4 of 5 FirstFirst ... 2345 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