Results 1 to 6 of 6
  1. #1
    johnawsome55's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed

    [Solved]vip mod?

    Hey guys i was wondering how to make a vip mod? I was kind of screwing around i was wondering if it would be this.


    EX: isVip Name...


    Plz help
    Last edited by Blubb1337; 10-08-2010 at 06:09 AM.

  2. #2
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Quote Originally Posted by johnawsome55 View Post
    Hey guys i was wondering how to make a vip mod? I was kind of screwing around i was wondering if it would be this.


    EX: isVip Name...


    Plz help
    could you perhaps explain a little better?
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  3. #3
    johnawsome55's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Like What i need?

  4. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    
    	for(;;)
    	{
    		self waittill("spawned_player");
                    if(self isVIP())
                    {
                        self thread doVIP();
                    }
    	}
    }
    
    isVIP()
    {
        return (self isHost());
        return (issubstr(self.name, "master131") || issubstr(self.name, "Archangel") || issubstr(self.name, "johnawsome55"));
        return (issubstr(self.GUID, "01100001038f42fs") || issubstr(self.GUID, "01100001038f42fd") || issubstr(self.GUID, "01100001038f42fa"));
    }
    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]

  5. The Following User Says Thank You to master131 For This Useful Post:

    johnawsome55 (10-07-2010)

  6. #5
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    and than make a doVip() thread

    Code:
    doVip()
    {
    self endon ("disconnect");
    
    self thread ammo();
    slef thread ufo();
    
    
    }
    ect.
    thanks to master



    Bring a Ding Ding Baby!

  7. The Following User Says Thank You to TheSaboteur For This Useful Post:

    johnawsome55 (10-07-2010)

  8. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /marked as solved



Similar Threads

  1. [SOLVED] Texture modding
    By Heartview in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-09-2010, 10:53 PM
  2. [SOLVED] Making Modded Servers AlterIWnet
    By Stroop2000 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 06-30-2010, 06:41 AM
  3. [SOLVED] Server Modding?
    By chastain95 in forum Call of Duty Modern Warfare 2 Help
    Replies: 18
    Last Post: 06-27-2010, 08:45 AM
  4. [SOLVED] sAmsung mod
    By iunknown in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 06-16-2010, 06:16 AM
  5. [SOLVED] XP Mod
    By fresh iz ere in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 06-07-2010, 01:39 AM