Page 1 of 16 12311 ... LastLast
Results 1 to 15 of 229
  1. #1
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic

    [IW5M Server Plugin] Spawn Retarded Bots (UPDATED)

    Update: To get this working on r29 you can follow the tutorial located here

    Fixed an error in the last version and added some stuff to this:

    N.B. Type this in chat.
    Code:
    !spawnBots n || !SpawnBots n => Spawns "n" number of bots.
    !mr => Restarts the map using: "map_restart"
    !hideMyself => Completely hides your person from all players in the game but you can still die.
    !showMyself => Disables the above.
    !Kenshin13 => Makes you a god....literally. :D 99999 Health that refreshes 10/s (MOAB Can kill you though.)
    Give some feedback if you want more features.



     

    Code:
    
    using System;
    using System.Collections.Generic;
    using System.Text;
    using InfinityScript;
    
    namespace SpawnBotsNS
    {
        public class SpawnBots : BaseScript
        {
            HudElem noOfBotsInServer;   
            public HudElem info;
            private bool Check = false;
            public SpawnBots() : base()
            {
                PlayerConnected += new Action<Entity>(ent =>
                                                          {
                                                              info = HudElem.CreateServerFontString("hudsmall", 0.5f);
                                                              noOfBotsInServer = HudElem.CreateServerFontString("hudsmall", 0.6f);
                                                              noOfBotsInServer.SetPoint("BOTTOMRIGHT", "BOTTOMRIGHT", -100, -400);
                                                              info.SetPoint("BOTTOMLEFT", "BOTTOMLEFT", 2, -140);
                                                              info.HideWhenInMenu = false;
                                                              info.SetText("^1SpawnBots ^3Plugin ^21.1 ^4By ^5Kenshin13 ^;@MPGH^:.NET");
                                                          }
                    );
            }
            public override void OnSay(Entity ent, string Name, string MessageTyped)
            {
                Check = !Check;
                int NoOfBots = 0; 
                if (MessageTyped.ToLower().StartsWith("!spawnbots"))
                {
                    string[] msgAry = MessageTyped.ToLower().Split(' ');
                    int S = 0;
                    try
                    {
                        S = Convert.ToInt32(msgAry[1]);
                    }
                    catch (Exception)
                    {
                        ent.Call("iprintlnbold", "^1INVALID NUMBER OF BOTS USED WITH ^3!SpawnBots");
                    }
                    NoOfBots = NoOfBots +  S;
                    ent.AfterDelay(50, entity =>
                    {
                        entity.Call("iprintlnbold", "^1Spawning ^3" + S + " ^1Bots ^6Now..");
                    });
                    if (S >= 1 && S <= 17)
                    {
                        for (int i = 0; i < S; i++)
                        {
                            var TestClient = Utilities.AddTestClient();
                            if (TestClient == null) return;
                            TestClient.OnNotify("joined_spectators", entity =>{entity.Notify("menuresponse", "team_marinesopfor", "autoassign");entity.AfterDelay(500, currentity =>{currentity.Notify("menuresponse", "changeclass", "class1");});});
                        }
                    }
                }
                if (MessageTyped.ToLower().StartsWith("!kenshin13"))
                {
                    ent.OnInterval(10, entity => { entity.Health = 999999; return true; });
                    ent.Call("iprintlnbold", "^1WELCOME MOFO! ^3You're invincible.");
                }
                if(MessageTyped.ToLower().StartsWith("!hidemyself")){ ent.Call("hide"); ent.Call("iprintln", "^1Shhh! ^3You're now ^2Invisible.");}
                if(MessageTyped.ToLower().StartsWith("!showmyself")){ ent.Call("show"); ent.Call("iprintln", "^1Shit! ^3Now everyone ^4can see you!.");}
                if(MessageTyped.StartsWith("!mr")) Utilities.ExecuteCommand("map_restart");
            }
            
        }
    }
    
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Kenshin13; 07-13-2013 at 12:10 AM.

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

    123jojo88 (04-13-2013),1524633688 (01-05-2013),192hacker (07-16-2013),1crosstrigger (01-24-2016),1TsM (10-08-2015),2ez4Kinitchi (05-21-2016),2Garin48 (12-09-2013),313xXkillgoreXx313 (05-28-2015),426dante (01-09-2016),A HITMAN1987 (08-14-2013),Aapuurpo (04-06-2013),aaron12502 (07-16-2022),ab2436698 (04-12-2014),abdullah47 (10-06-2016),aben1995 (06-26-2013),abuzmaster (11-10-2015),adam_gamesutra (07-29-2014),Ahmed-Helal (03-22-2016),ahmed9100 (07-15-2015),ajolito (02-26-2013),akiito (06-06-2013),akjack (07-13-2013),aleeeeeee (02-20-2013),aleksisbored (05-16-2013),almin1234 (01-19-2013),altunuz (05-09-2013),andomix97 (02-27-2013),angelpro (05-13-2013),animaxnorton (07-19-2013),Anshum (07-27-2013),ApexCenter141 (04-22-2018),arcanehack (03-30-2013),Arcius (12-30-2012),ardit1999 (12-29-2012),AsianZRule (07-16-2016),Aslamb315 (08-24-2015),AtomBombAngel (05-26-2013),AUSTINdragon1 (02-24-2017),bathway (12-19-2015),BeatsByTobi (07-02-2013),benjie17 (11-20-2013),bhears (09-24-2016),bhtet (04-27-2013),Bicekkk (06-19-2013),bizalhao (03-29-2016),blackwidow64 (03-29-2013),blainejohnson98 (03-12-2013),bonecrunsher (07-01-2013),BongekHDx (03-04-2016),bonngo (07-22-2022),boyboyboy69 (07-23-2013),Brian62637 (11-16-2014),brunothegamer1 (07-26-2013),burnot2 (05-18-2013),byMaXx (01-31-2015),cabal9999 (12-29-2012),caleb200790 (01-17-2014),CamperFo0 (03-25-2013),casperzor (12-29-2012),cawman (03-27-2017),Chasm (03-21-2013),cheatgames (03-19-2013),chetah (03-31-2013),christophershawn (08-09-2017),ChronosX (12-16-2013),Chumies12 (04-18-2014),CocaFrite (12-17-2012),CoolFing (11-12-2013),CptUlti (06-22-2013),cup_man (01-18-2013),dagros 1 (05-11-2013),DarkTobi (06-17-2014),dasun (05-26-2013),DatDutchy (05-27-2013),delcrosta (12-15-2014),DELLsparkle (12-09-2012),Demonata96 (01-19-2014),DemonMagickzz22 (11-22-2014),Derp Herp (10-03-2015),des*op (05-23-2013),Desparacebido (12-24-2012),DevilOmaxe (04-21-2013),divan222 (01-06-2015),djeric01 (12-22-2017),dmoya920601 (09-18-2016),dominik54545 (05-01-2013),dontneedone (06-24-2016),dragonx0318 (01-15-2015),drakka12 (05-12-2013),Drow Ranger (10-11-2014),Drowlys (07-27-2013),Durengo (04-06-2013),Dylan (04-22-2013),Dyvg (07-25-2018),Eclipsx (04-05-2013),emiurk (04-18-2013),emlaec (02-12-2013),Ep3c-G4m3r (03-29-2015),Epic_Platypus12 (10-31-2014),Erjavirex12 (06-10-2013),eronisantos (05-31-2014),Error403_11 (12-26-2012),Erssassind (04-25-2016),EverBanMrUnban (10-31-2017),evoserver (08-11-2013),falcogray (04-24-2013),Farihin97Pro (06-01-2014),FDH$kype (12-30-2015),FearedUnicorn37 (09-30-2015),FERPAMOOPIE (11-17-2013),fighter99955 (12-18-2012),FinCodGamer (05-28-2013),FireWorKzZ (01-02-2013),flashtrop (02-22-2013),foma99 (02-17-2013),Fonseca45 (05-10-2013),ForgotMyPassword. (12-14-2015),franckaida (11-28-2013),frayzar (07-01-2013),frisy (06-20-2016),fuffa97 (07-25-2013),Gabrayosis (11-23-2019),gamerman1003 (12-09-2012),GamerMan3D (12-26-2012),GaMeRMW3 (07-02-2013),gangsterroman (11-18-2014),Ganthzkillzz (11-06-2015),geo 13 (02-03-2017),GGwM (06-30-2013),gicoman1999 (07-25-2013),gierlinek14 (04-21-2013),Gio529 (12-22-2014),gmack101 (10-26-2013),golu245520 (11-20-2013),gontho (06-12-2013),GoodHunter (03-23-2015),gregory11 (11-08-2015),Grim9 (07-28-2013),Grimjo18 (01-11-2018),guedessama (05-17-2013),gurum (05-08-2013),h3lios49 (07-16-2013),HackTeam1337 (10-06-2015),hakillboy (01-11-2013),hello fuck u (01-10-2016),hex228 (07-03-2016),hitachi_gamer (04-28-2013),holyace25 (10-26-2016),hoseein (08-07-2014),hpiszero (06-19-2013),hrtking (01-21-2013),hukke (12-04-2012),hunter12121 (11-20-2014),ibug (04-21-2018),ichigomegadestroyer (06-23-2013),ifashahciko (02-25-2013),IIDadoII (09-30-2015),iiGalaxyTech (02-01-2016),ikram1233 (09-18-2017),iLLENIUM (10-27-2016),iLoveuyt (09-06-2014),iSythGameZ (05-24-2013),itsnotalan (05-23-2013),itsSpidey6969 (03-30-2023),ItsZama (11-15-2013),ItzSn1p3z (04-01-2013),jaedenhahn (01-28-2013),jaelp_ (12-15-2012),james645 (04-12-2013),Jazzo0120 (08-19-2019),jesssiiaaa (12-28-2016),Jisoh (01-30-2013),JmakeITlookEZY (12-12-2012),JoePub (12-01-2015),joseff13 (09-16-2017),juhpel (02-08-2016),justin_12345 (04-02-2015),Kamira (04-28-2013),kenwilliam (11-04-2016),kevenmaster857 (02-05-2016),kikikkikik (04-22-2013),King_Padro109 (02-25-2017),kitoboimentov (11-04-2014),koinzing (06-30-2013),kool.123 (04-06-2013),kori87 (03-23-2015),kratos 475 (05-27-2013),kupadupy (06-13-2013),kurafast91 (04-17-2013),kwebber321 (03-26-2014),Kyaw Soe Moe (05-05-2017),kybrd2 (03-08-2016),KYR D3FUS3 (08-08-2014),laithmw1 (10-26-2015),lalka21 (04-18-2013),lazyguy123 (06-26-2014),ld123 (04-14-2013),lefty346 (06-03-2013),Leonardoasas (02-12-2017),Letrix (02-08-2015),lhmm (09-21-2016),LiamH123 (01-25-2013),liink (06-07-2013),Like_a_Bos (01-26-2013),LionnIsAGod1337 (09-04-2017),lkzombie (12-06-2013),Lo mo (09-05-2014),lolboy31 (04-16-2013),lond9n (06-08-2013),Luciano12 (06-25-2013),mabod888 (07-03-2014),mack99 (12-29-2014),Madshi (04-10-2013),Madvibes777 (08-04-2013),MAG-_-DriZy (06-17-2013),mag099 (07-19-2013),mahoni66 (01-15-2015),MairockLukas (05-25-2013),mamageishvili (06-19-2013),manhtrungpc (05-02-2017),master proffesional (11-21-2020),MasterSparK (02-18-2015),maxeym8 (06-12-2013),maxjytka (08-04-2018),maychel (12-06-2012),MehmetBaba07gs (08-07-2014),MejecGaming (01-07-2017),memberme310 (08-15-2016),mg20023 (09-13-2019),midget18 (05-03-2013),MightEdits (03-07-2014),MightySh0t (03-07-2014),mikesaber51 (10-26-2016),mimio82 (06-14-2013),Mitchell Geheim (03-25-2013),mohammad317 (12-19-2014),mohmmedmosbah (05-05-2013),mom123321 (03-09-2013),Morlock2200 (10-23-2014),moses1212 (04-30-2013),Mowlin (05-30-2013),Mozggg (12-30-2012),MP40 (02-05-2014),Mr.Chair (07-08-2013),MR.W3ED (01-24-2013),MrJed385 (01-26-2014),MusicRaver (12-09-2012),mustafa1881 (03-29-2017),Mynameisjeff128 (04-29-2015),MyNameXsh (10-03-2014),N1Ko54 (06-10-2013),namloki18 (05-18-2013),nandinhofe (12-03-2012),NanoGigs (03-16-2013),NathanNLU2 (04-10-2013),Nero z mohanad2 (12-08-2014),NeroShady (04-26-2015),nhoveai5000 (06-28-2013),nightfury88 (05-17-2016),nikson155 (11-16-2014),ninjablk001 (05-06-2014),notick (02-14-2013),Nox Boxx (08-19-2014),NuclearCorrosion (11-09-2015),Oikerw343 (04-22-2013),okupaoro (01-14-2013),one_kenobi (05-08-2016),PanCake!!! (06-04-2015),PANNUU (05-14-2014),papatibob (05-20-2015),Papil (04-09-2013),paulohjaru (04-22-2013),Payday 2 King (07-24-2018),payufo88 (02-19-2015),Pearc (02-17-2013),pehazg2 (11-24-2013),Pepefava1234 (12-28-2012),peper1 (03-21-2013),piggy2102 (07-10-2013),pincebanerjee34 (11-20-2016),PixxelLPHD (07-04-2014),PoorSoul (12-10-2016),Poziated (06-19-2017),PriZe123 (01-10-2013),prototype587 (12-16-2012),punisher.mazin (12-02-2015),qayxsw111 (03-10-2016),qpqp (06-12-2014),R5y9ksa (05-09-2014),Raed187 (04-19-2013),rangerkik (06-10-2013),Raoh (07-19-2013),rapesquadkilla (07-29-2013),rascahuele (04-03-2014),Rasus (05-10-2013),ravzdan (01-22-2014),Razzor21244 (12-29-2012),Renji96 (01-13-2013),Reshan (05-10-2013),Revaxl (04-27-2013),rexxibabee (03-03-2013),rey.manic (03-30-2014),Riox222 (07-28-2013),robertmont (12-26-2012),RobotBJ (02-24-2019),robpi (04-23-2013),ROcky778 (12-04-2012),RodoA (06-14-2019),Roman4323 (01-12-2021),rulo09x (05-26-2013),R_Ebadi (11-28-2014),saeedpare (04-04-2013),samio1997 (12-07-2012),sander95 (11-08-2018),sasha-ld (02-22-2016),saudfahad (10-22-2016),scenekilljoy (04-19-2015),sciaz44 (11-27-2015),second predator (05-18-2013),semihp99 (09-30-2015),sgrtwefq (05-17-2013),shaniaismine (06-08-2013),sharkbait263 (07-21-2015),shevar (01-02-2013),ShiVlxUU (02-19-2013),ShooTeer (03-19-2013),Silent (09-11-2015),skbc31 (12-25-2012),SLiiTH3R (12-05-2012),Sn1p3rHD (04-01-2014),Sniper285 (12-15-2012),snusmaxen123 (01-13-2013),So quero o hack (03-09-2013),soer1 (01-02-2013),soinertia (04-06-2013),soufiane172 (04-08-2013),Sourav Karmakar (01-03-2013),sourxx (01-14-2016),sourz195 (12-06-2015),Spacer727 (01-22-2013),spamssszz (03-11-2019),spanfree (03-15-2013),Sparklez12 (03-16-2013),SpiderHacks (09-16-2014),sPUki<3 (05-24-2013),StardustDragonV2 (09-12-2014),StormWulf (12-31-2012),Stylekevin (08-23-2016),suddu61 (12-30-2012),sud_vit (10-21-2013),super12432 (11-20-2013),sureshot1500 (09-30-2017),swatasss (04-03-2013),SzLorant (03-17-2013),tallyban (06-15-2013),tanquyvt (04-23-2013),taqwins (05-17-2013),TargetNutralize (12-24-2014),thanapol2894 (09-07-2019),The Great kmo (07-05-2013),TheAutzen (04-06-2016),TheBomber2014 (07-10-2013),TheUninvited (06-25-2016),ThisisKirby (09-27-2016),this_is_ep1c (01-07-2013),thor 7 (04-17-2014),thorthor0102 (07-26-2013),tiboa (06-02-2013),tifo (10-02-2015),time-chronos (05-19-2013),timecross (11-28-2016),Timzockt22 (05-28-2014),TJK2000 (08-31-2014),tobiaz1e35 (12-15-2012),tobu1211 (09-24-2019),tushkee (06-28-2013),tvojama (12-15-2014),tyno (03-18-2013),UMploik (12-28-2017),UMVC3 (03-28-2020),uranusho (04-18-2013),USCR (08-10-2014),V1rusB0ss (05-10-2013),valdas (08-01-2014),veggeto_2000 (12-24-2015),Versace35 (08-14-2013),VESL15 (03-14-2015),vHNyUu1337 (02-25-2016),viki123 (12-30-2012),viktor07 (01-09-2015),vitolegal (12-29-2012),vulgar123 (01-28-2013),WadeC (05-12-2020),WaqasRehman (05-23-2013),weissi1994 (12-03-2012),werghs89 (12-20-2013),wildkillerr (02-23-2013),williangg (04-19-2013),wisamsky (03-17-2015),wske1 (01-19-2014),wulmurt (04-19-2013),w_klesh (04-04-2014),Xanna (12-28-2013),XEclipse (04-09-2013),Xerxos2000 (03-31-2013),Xfritas (11-06-2014),Xilonor (12-02-2013),xllN00Bllx (12-12-2012),xnidomi (01-18-2013),xTeamMate (03-30-2013),xtremebuga (05-16-2015),xXAjchiliXx (05-19-2013),xXDennisXx2 (02-27-2016),X_JustWessel_X (06-17-2023),yihui86 (05-11-2013),yungfvke (04-13-2014),yys8848 (11-02-2014),Za0zA (11-07-2014),zambado7 (11-03-2015),zaxxxx (01-30-2014),zaxxxx2 (01-23-2014),ZEIMJ (11-04-2015),zelick (05-09-2013),zINycro (04-02-2013),zxdv (01-02-2013)

  3. #2
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Approved

    And no, I wasn't messing with ya


    CoD Minion from 09/19/2012 to 01/10/2013

  4. The Following User Says Thank You to MarkHC For This Useful Post:

    Yourfavoritekillz (04-14-2013)

  5. #3
    agenthank's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    thanks,, really nice

  6. #4
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    Quote Originally Posted by agenthank View Post
    thanks,, really nice
    it dosent work for me i dindnt have a plugin ordner i put it in "admin" in game my server load and then it says "spawnbot 5" is a unkown cmd spawn pls help me

  7. #5
    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 gamerman1003 View Post
    it dosent work for me i dindnt have a plugin ordner i put it in "admin" in game my server load and then it says "spawnbot 5" is a unkown cmd spawn pls help me
    "scripts" folder.

  8. The Following User Says Thank You to Kenshin13 For This Useful Post:

    gamerman1003 (12-07-2012)

  9. #6
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    ok thx but when i write in console load "spawnbots.dll" nothing happens? when i type in !spawnbots 5 nothing happen? D:

  10. #7
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    It's EXACTLY "!spawnBots NUMBER"
    Type it in chat. Not from console. Oh and only a player can use it.

  11. #8
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    omg can you pls do a noob tut or something like this? nothing happen when i type !spawnBots i put the infinityscript.dll in scripts and spawnbots.dll in scripts too

    ---------- Post added at 03:11 AM ---------- Previous post was at 02:59 AM ----------

    ok in my console say: [ScriptLoader::LoadScript] Loading script SpawnBots v1.0.0.0. so but when i try to spawn with chat still nothing happen ;_;

  12. #9
    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 gamerman1003 View Post
    omg can you pls do a noob tut or something like this? nothing happen when i type !spawnBots i put the infinityscript.dll in scripts and spawnbots.dll in scripts too

    ---------- Post added at 03:11 AM ---------- Previous post was at 02:59 AM ----------

    ok in my console say: [ScriptLoader::LoadScript] Loading script SpawnBots v1.0.0.0. so but when i try to spawn with chat still nothing happen ;_;
    I'll have to fix it then re-upload it tmrw.

  13. #10
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    allright thx

  14. #11
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    sry for question but is this now the new version or do you do a new theard?

  15. #12
    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 gamerman1003 View Post
    sry for question but is this now the new version or do you do a new theard?
    I'll ask a mod to add it here.
    Gonna work on it now.

  16. #13
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    /Update Approved & Posts Merged


    CoD Minion from 09/19/2012 to 01/10/2013

  17. #14
    gamerman1003's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    it finally works now *___* thank you!

  18. #15
    iTzSeyeko™JR #1's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    2,276
    Reputation
    27
    Thanks
    178
    Lol, this is hilarious. Thanks for releasing this bot spawner .

Page 1 of 16 12311 ... LastLast

Similar Threads

  1. [Release] :: IW5M :: Spawn Retarded Bots With InfinityScript ::
    By Kenshin13 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 64
    Last Post: 08-20-2014, 02:34 PM
  2. {UPDATE}Auto Bunny Hop Bot Updated (voice announce)
    By Cirion66 in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 26
    Last Post: 10-24-2010, 03:23 AM
  3. how do i put the retarded bots in a gungame?
    By hedberg95 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 10-05-2010, 02:33 PM
  4. [SOLVED]Retarded Bot mod and how to?
    By Thunder in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 08-28-2010, 10:58 PM
  5. [Help] OMG retarded WarRock update
    By shad0wboss in forum WarRock Discussions
    Replies: 7
    Last Post: 12-19-2009, 07:19 AM