Results 1 to 7 of 7
  1. #1
    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

    Anticamp function

    Made this for Marked Man and thought you guys might get use of it. It doesnt kill you instantly if you stand still, but it prevents people from crawling onto odd spots and staying there, etc.


    [php]antiCamp()
    {
    self endon("death");
    self endon("disconnect");

    self.positions = [];

    for(i=0;;i++){
    self.positions[i] = self.origin;
    wait 8;
    for(k = 0; k < self.positions.size; k++)
    while(distance(self.positions[k], self.origin) < 200){
    self iPrintLnBold("^0ANTICAMP");
    self [[level.callbackPlayerDamage]]( undefined, self, 30, 8, "MOD_SUICIDE", "mortar_mp", self.positions[k], self.positions[k], "none", 0 );
    wait 1.5;}
    if(i > 5)
    i = 0;
    }
    }[/php]

    Side note: It saves locations so you don't just run back and forth to avoid it, hence the sorta advanced code.
    www.YouTube.com/MpKiller100

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

    alistair4322 (12-05-2010),lolbie (12-06-2010)

  3. #2
    marcusalier's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Never had a VAC ban.
    Posts
    301
    Reputation
    8
    Thanks
    24
    My Mood
    Angry
    Ohhh, i like this.

  4. #3
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Nice!!!!!!!!!

  5. #4
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    nice release dude
    alot people will use it ( i think )

  6. #5
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    many people glitch prone... where you think their where you can see them but their in a different spot raping yo asses :/


  7. #6
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Me understand code.
    Nice job AZUMIKKEL.
    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]

  8. #7
    kklalz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    182
    Reputation
    13
    Thanks
    21
    My Mood
    Pensive
    Nice one, hope this will be on many server
    S U C K








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

    santing (01-28-2011)