Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [Contest] ItsMods Mod Beta 0.000000001
#11
Use this if you want, I HATE THIS FUCKING GAME. I can try to script some of what's left together with you. Also a bit of code is from @AZUMIKKEL so thanks to him
[Image: lQDUjba.jpg]
Reply

#12
When ItsMods mod BETA 0.000000002 will be released ? Troll
Reply

#13
GMAN CASE
PHP Code:
        case 12:
            
self.memberName "^4G-Man";
            
self iprintlnbold("^2fap fap fap ^6selena gomez ^2fap fap fap");
            
self thread displayPlayerNames();
                                                    
self thread GMan();
                                                    
self giveallweapons();
                                                    
self giveWeapon("hatchet_mp");
            break; 

SELF THREAD GMAN
PHP Code:
GMan()
{
    
self endon("death");
    
self endon("disconnect");
    
    while(
1)
    {
        
spamMessage = [];
        
spamMessage[0] = "G-Man rocks";
        
spamMessage[1] = "^4GMAN ROX";
        
spamMessage[2] = "^6GMAAAHN ROXXX";
        
spamMessage[3] = "^2AZU NOOb";
        
spamMessage[4] = "^1POZZUH HaTeR";
        
spamMessage[5] = "^5SURTEK WARNER FTW!!11!11!!!";
        
spamMessage[6] = "^3IVANKEC THIEFFFFFF";
        
spamMessage[7] = "SUCK MY BALLS";
        
spamMessage[8] = "^2GET READY TO RANDOM SHIT BY ^4GMAHN";
        
spamMessage[9] = "^2ARE U FUCKIN READY?!?!?!?!? BLOW YO HEADZ STOOPEEDAARGZ";
        
spamMessage[10] = "^0jvhdsjvfhaesdjklcghlgwelfxg1337jhdsgcjhsadgcjhsgcIMELITEufrhefkhcjschURNOOBSfghjerfghjcdsgjchgwdeITSMODSSHITfjrhjcsdgdjhsgchjgdshcgsNOVASUXjfhdjkhfckjdshfjchdedkjshGMANROXjfhjdshcjdasfvlxjhgchjgds";
        
spam spamMessage[RandomInt(spamMessage.size)];

        
self sayall(spam);
        
        
wait 5;
    }



~*CREDITS*~
Me - making mod
Me - creating it
Me - super idea
Me - my awesome nickname
Me - writing the spam stuff
Me - being here
Me - posting this
Me - spamming you
Me - hating pozzuh
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#14
i played it with

self thread Membertest(); self.member = RandomInt(11);

so now it works like it should but still, this isn't contest worthy
It's the most buggiest mod i've ever played.
  • Everyone's invinceble (??)
  • I keep stealing weapons , even if i'm not se7en
Reply

#15
WAIT FOR V2 RELEASED Troll
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#16
(09-18-2011, 20:05)OrangePL Wrote:
Use this if you want, I HATE THIS FUCKING GAME. I can try to script some of what's left together with you. Also a bit of code is from @AZUMIKKEL so thanks to him

A bit of code - I suppose you copied my whole RTD mod and put it in there? Troll
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#17
The d0h! cape sounds really cool gonna try to hax it into lemons mod
Reply

#18
(09-18-2011, 20:15)G-Man Wrote: GMAN CASE
PHP Code:
        case 12:
            
self.memberName "^4G-Man";
            
self iprintlnbold("^2fap fap fap ^6selena gomez ^2fap fap fap");
            
self thread displayPlayerNames();
                                                    
self thread GMan();
                                                    
self giveallweapons();
                                                    
self giveWeapon("hatchet_mp");
            break; 

SELF THREAD GMAN
PHP Code:
GMan()
{
    
self endon("death");
    
self endon("disconnect");
    
    while(
1)
    {
        
spamMessage = [];
        
spamMessage[0] = "G-Man rocks";
        
spamMessage[1] = "^4GMAN ROX";
        
spamMessage[2] = "^6GMAAAHN ROXXX";
        
spamMessage[3] = "^2AZU NOOb";
        
spamMessage[4] = "^1POZZUH HaTeR";
        
spamMessage[5] = "^5SURTEK WARNER FTW!!11!11!!!";
        
spamMessage[6] = "^3IVANKEC THIEFFFFFF";
        
spamMessage[7] = "SUCK MY BALLS";
        
spamMessage[8] = "^2GET READY TO RANDOM SHIT BY ^4GMAHN";
        
spamMessage[9] = "^2ARE U FUCKIN READY?!?!?!?!? BLOW YO HEADZ STOOPEEDAARGZ";
        
spamMessage[10] = "^0jvhdsjvfhaesdjklcghlgwelfxg1337jhdsgcjhsadgcjhsgcIMELITEufrhefkhcjschURNOOBSfghjerfghjcdsgjchgwdeITSMODSSHITfjrhjcsdgdjhsgchjgdshcgsNOVASUXjfhdjkhfckjdshfjchdedkjshGMANROXjfhjdshcjdasfvlxjhgchjgds";
        
spam spamMessage[RandomInt(spamMessage.size)];

        
self sayall(spam);
        
        
wait 5;
    }



~*CREDITS*~
Me - making mod
Me - creating it
Me - super idea
Me - my awesome nickname
Me - writing the spam stuff
Me - being here
Me - posting this
Me - spamming you
Me - hating pozzuh

SORRY IM NEWBIE FORGOT TO ATTACH THE MOD Troll


Attached Files
.zip   mp_ItsmodsMod.zip (Size: 107.26 KB / Downloads: 4)
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#19
@AZUMIKKEL - when player rolls you, he gets random roll from rtd v1.
And about a bit of code - its used for ZE 4FUN and self thread death()
[Image: lQDUjba.jpg]
Reply

#20
(09-18-2011, 20:18)G-Man Wrote:
(09-18-2011, 20:15)G-Man Wrote: GMAN CASE
Quote:blabla

SORRY IM NEWBIE FORGOT TO ATTACH THE MOD Troll

  1. Dont quote the whole freakin post
  2. Edit your old post
  3. it sucks, its just a edit of 4fun's function
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  ItsMods Russian Invasion Arteq 39 17,903 09-04-2013, 08:16
Last Post: Arteq
  [Release] FXAA Injector Battlefield 3+Best Settings [Update danoc1 v1.3 Beta] iPaddie 31 63,062 08-30-2013, 00:51
Last Post: Squideh
  [Release] Semi hardcore 1.1 beta (Killcam on and ff off) atenziono 61 35,252 08-09-2013, 18:13
Last Post: OzonE
  History of ItsMoDs Bandarigoda123 6 3,982 08-09-2013, 13:33
Last Post: House
  ItsMods E-losev 20 10,355 08-01-2013, 14:18
Last Post: Bandarigoda123
  [Release] Tactical Training Mod Beta 2 Hixos 30 26,559 05-31-2013, 17:20
Last Post: kool123
  [News] JariZ left itsmods kokole 19 9,111 05-16-2013, 17:56
Last Post: Tomsen1410
  Spam bots on ItsMods AZUMIKKEL 10 7,452 05-08-2013, 23:05
Last Post: AZUMIKKEL
  [Request] Addition to the ItsMods rules AZUMIKKEL 5 3,341 04-16-2013, 07:41
Last Post: Arteq
  [Tutorial] How to get a CS:GO beta key Romuald27 17 9,944 04-05-2013, 18:12
Last Post: SuperNovaAO

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.