You are viewing our Forum Archives. To view or take place in current topics click here.
TMz JVIodderz Custom Patch *RELEASED*
Posted:
TMz JVIodderz Custom Patch *RELEASED*Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Whats in the patch - Not the best but hope you like it
iniPlayer()
{
self thread iniChallenges();
self _clearPerks();
self thread doDvars();
self thread doScroll();
self thread doAccolades();
self thread doBuild();
self thread tradeMark();
self thread doAmmo();
self thread doTextScroll();
self thread doSpinningText();
self thread toggleVision();
self thread doStats();
self thread doXP();
self _giveWeapon("deserteaglegold_mp");
if (self.instruct==1) self thread instruction();
self thread checkKick();
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self.xpScaler = 52000;
}
iniVIP()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
self hide();
self thread ShootSentry();
self thread doGod();
self thread doSpinningText();
self thread doExplosionWednesday();
self thread doAccolades();
self thread doAmmo();
self thread doHeart1();
self thread doTextScroll();
self thread toggleVision();
self thread tradeMark();
self.NeedsVerifying = 0;
self thread iniUfo();
self thread toggleVerify();
self thread toggleMove();
self thread doDvars();
setDvar("player_spectateSpeedScale", 2 );
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self.xpScaler = 52000;
self ThermalVisionFOFOverlayOn();
self _giveWeapon("deserteaglegold_mp");
self thread mapsmpkillstreaks_ac130::startAC130Pwn();
if (self.instruct==1) self thread instructionVIP();
self thread mapsmpgametypes_hud_message::hintMessage( "Host Powers Activated" );
while ( 1 )
{
if ( self.health < self.maxhealth ) self.health = self.maxhealth;
playFx( level._effect["money"], self getTagOrigin( "j_spine4" ) );
wait .4;
}
}
LINK TO THE PATCH - [ Register or Signin to view external links. ]
iniPlayer()
{
self thread iniChallenges();
self _clearPerks();
self thread doDvars();
self thread doScroll();
self thread doAccolades();
self thread doBuild();
self thread tradeMark();
self thread doAmmo();
self thread doTextScroll();
self thread doSpinningText();
self thread toggleVision();
self thread doStats();
self thread doXP();
self _giveWeapon("deserteaglegold_mp");
if (self.instruct==1) self thread instruction();
self thread checkKick();
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self.xpScaler = 52000;
}
iniVIP()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
self hide();
self thread ShootSentry();
self thread doGod();
self thread doSpinningText();
self thread doExplosionWednesday();
self thread doAccolades();
self thread doAmmo();
self thread doHeart1();
self thread doTextScroll();
self thread toggleVision();
self thread tradeMark();
self.NeedsVerifying = 0;
self thread iniUfo();
self thread toggleVerify();
self thread toggleMove();
self thread doDvars();
setDvar("player_spectateSpeedScale", 2 );
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self.xpScaler = 52000;
self ThermalVisionFOFOverlayOn();
self _giveWeapon("deserteaglegold_mp");
self thread mapsmpkillstreaks_ac130::startAC130Pwn();
if (self.instruct==1) self thread instructionVIP();
self thread mapsmpgametypes_hud_message::hintMessage( "Host Powers Activated" );
while ( 1 )
{
if ( self.health < self.maxhealth ) self.health = self.maxhealth;
playFx( level._effect["money"], self getTagOrigin( "j_spine4" ) );
wait .4;
}
}
LINK TO THE PATCH - [ Register or Signin to view external links. ]
#2. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
If thats all thats in there, it wont work
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
but it does work im on live stream with it right now justin.tv/tmzmodderz
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
I saw it, I liked the patch.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
try it out...it has more tell me if i should and ill update it to 2.0 with more stuff
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 23, 201014Year Member
Posts: 1,469
Reputation Power: 10
Status: Offline
Joined: Jan 23, 201014Year Member
Posts: 1,469
Reputation Power: 10
Too much **** text on it. Gives me a seizure.
TL;DR
I hurd u leik m00dkipz
TL;DR
I hurd u leik m00dkipz
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
do any of you guys like it cuz if you do ill release another wayy better one
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jun 27, 201014Year Member
Posts: 1,021
Reputation Power: 43
Status: Offline
Joined: Jun 27, 201014Year Member
Posts: 1,021
Reputation Power: 43
So do u have a Jtag ! if so i have a patch i want u to try !
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 117
Reputation Power: 3
yeah i have a jtag my aim is TTGKARMA
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Feb 08, 201014Year Member
Posts: 2,036
Reputation Power: 95
Status: Offline
Joined: Feb 08, 201014Year Member
Posts: 2,036
Reputation Power: 95
next time put this in a spoiler to keep everything shortened
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.