ItsMods

Full Version: [Contest] ItsMods Mod Beta 0.000000001
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
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
When ItsMods mod BETA 0.000000002 will be released ? Troll
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
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
WAIT FOR V2 RELEASED Troll
(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
The d0h! cape sounds really cool gonna try to hax it into lemons mod
(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
@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()
(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
Pages: 1 2 3 4 5