Thread: Script

Results 1 to 4 of 4
  1. #1
    qwerty939's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Script

    walking ac130 Mod - fourDeltaOne
    is it possible to make so that walking ac130 appearing in the mode of infection after 100 kills?
    If possible then tell me how to do it?

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Check the kills for each player then activate it if the kills cross 100
    [PSEUDOCODE]

    Code:
    for(int i=0; i<18; i++)
    {
       if(Humans.Players.i.Kills == 100 && !BoolCounter[i])
       {
            self thread AC130();
            BoolCounter[i] = true;
       }
    }

  3. #3
    qwerty939's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    I need to mod was after 100 kills.
    can write the script and then I do not know how to write scripts

    ---------- Post added at 11:37 AM ---------- Previous post was at 11:15 AM ----------

    help
    Code:
    SELECT ALL
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System****;
    using InfinityScript;
    using ac130;
    namespace ClassLibrary11
    {
        public class Class1
        {
        }
    }
    for(int i=0; i<18; i++)
    {
       if(Humans.Players.i.Kills == 100 && !BoolCounter[i])
       {
            self thread ac130();
            BoolCounter[i] = true;
       }
    }
    ac130 mod that should appear after 100 kills
    https://fourdeltaone.net/forum/viewto...p?f=40&t=15792
    Last edited by qwerty939; 02-09-2013 at 10:40 AM.

  4. #4
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by qwerty939 View Post
    I need to mod was after 100 kills.
    can write the script and then I do not know how to write scripts

    ---------- Post added at 11:37 AM ---------- Previous post was at 11:15 AM ----------

    help
    Code:
    SELECT ALL
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System****;
    using InfinityScript;
    using ac130;
    namespace ClassLibrary11
    {
        public class Class1
        {
        }
    }
    for(int i=0; i<18; i++)
    {
       if(Humans.Players.i.Kills == 100 && !BoolCounter[i])
       {
            self thread ac130();
            BoolCounter[i] = true;
       }
    }
    ac130 mod that should appear after 100 kills
    walking ac130 Mod - fourDeltaOne
    Look up my tutorials on here on how to create a mod for IW5M. Also, learn C#.
    Last edited by Kenshin13; 02-09-2013 at 04:33 PM.

Similar Threads

  1. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM
  2. Script
    By Corky in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-07-2007, 05:28 PM
  3. Script Which Closes Ur Browser On Click
    By AN1MAL in forum Spammers Corner
    Replies: 4
    Last Post: 12-28-2006, 12:39 PM
  4. Replies: 1
    Last Post: 07-05-2006, 06:20 AM
  5. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM