You are viewing our Forum Archives. To view or take place in current topics click here.
Dudeeitsbrians NEW PATCH 6/25/10
Posted:

Dudeeitsbrians NEW PATCH 6/25/10Posted:

Jay-Tag
  • New Member
Status: Offline
Joined: May 27, 201014Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: May 27, 201014Year Member
Posts: 15
Reputation Power: 0
[ Register or Signin to view external links. ]

Heres a description (dont flame i dnt giv a fuk what yu say):

In this release:
-turn verification on and off
-turn REAL aimbot on/off
-as many co hosts as you want
-people were not being reverified upon re entry, this should be fixed now
-added give infections button to player menu
-nuke bullets for host/cohost
-updated kamikaze
-added bad dvars for when you get deranked, hahahaaha
-added "stretch armstrong" dvar, where you can grab care packages/weapons/turrets from a lonnnng way away
-added chrome mode into cartoon mode toggle
-credit thread moved (since many cant manage to not post on the forums where this is, i will be telling very few where to find it this time)

The patch includes...

For Host:
-Don't need to put in your gamertag anywhere!
-K-Brizzles kick menu
-Deranking via menu (locks titles, emblems, challenges, messes up leaderboards, then kicks from game)
- Verification via menu
-*NEW* Toggle verification On/Off
-*NEW* Nuke Bullets
-Choose VIPs in game via menu
-Take away VIP status from ANYONE via menu (EVEN IF THEIR NAME IS TYPED INTO YOUR PATCH!)
-Only need to verify players ONCE for the duration of the lobby
-*NEW* Kamikaze bomber
-*NEW* REAL aimbot
-End game
-If someone needs to be verified, they will sayall I Need Verification (This makes it very simple to see who needs verification)
-Freeze/Unfreeze all verified players
-Teleport all players to your crosshairs
-Walking AC-130
-UFO mode
-Reset verification system
-Level 70 on spawn
-Force host automatically
-On screen instructions
-Lot of infections (detailed list below)

For Co-Host:
-AS MANY CO HOSTS AS YOU WANT!
-Deranking via menu (locks titles, emblems, challenges, messes up leaderboards, then kicks from game)
-*NEW* REAL aimbot
-Verification via menu
-*NEW* Toggle verification On/Off
-*NEW* Nuke Bullets
-Only need to verify players ONCE for the duration of the lobby
-Reset verification system
-If someone needs to be verified, they will sayall I Need Verification (This makes it very simple to see who needs verification)
-*NEW* Kamikaze bomber
-Walking AC-130
-UFO mode
-Level 70 on spawn
-Force host automatically
-On screen instructions
-Lot of infections (detailed list below)

For VIPs:
-Walking AC-130
-Teleporter
-UFO mode
-Teleport to your crosshairs
-Visions
-Toggle cartoon mode on/off
-*NEW* Toggle chrome mode on/off
-Kamikaze bomber
-Force host automatically
-Level 70 on spawn
-On screen instructions
-Lots of infections (detailed list below)

For Everyone Else:
-Must be verified upon entering lobby, after 55 seconds if they are not verified a message will display telling them if they are not supposed to be there to leave, and telling them it is their only warning. 10 seconds after that they will be stripped of their titles, emblems, challenges, and their leaderboards will be ruined After that, they will be notified that they got owned, and kicked from your lobby.
Once verified...
-Level 70 on spawn
-Modded custom class names
-All Challenges/Titles/Emblems/Unlocked spinning 10th
-Legit stats (looks like you are really 10th prestige)
-Toggle cartoon mode on/off
-*NEW* Toggle chrome mode on/off
-Toggle between legit leaderboards / insane leaderboards
-Sets time played to 20 days
-Toggle force host on/off (instructions are displayed about what force host does)
-Toggle visions (only effects player toggling the visions, not the whole lobby!)
-On screen instructions
-Lots of infections (detailed list below)

Infections:
Work Without Host:
-UAV always on
-Red boxes around all enemies
-FPS and host information
-Automatic M16/Famas/Raffica
-See through walls (wallhack)
-Larger UAV (not too big, doesn't take up the whole screen)
-Slight of hand/instant reload. Instant ADS
-*NEW* Body floats into air on death, "heavens gates" (only shows on your screen)
-*NEW* Glass floats to the sky when you break it (only shows on your screen)
-Force host (YOU MUST INVITE PEOPLE TO START MATCHMAKING WITH FORCE HOST ON, THERE IS A TOGGLE FOR THIS IN-GAME)

Work Only With Host:
-Fast predator
-Stopping power = 1 shot 1 kill
-Steady aim = perfect shot
-Knife from across the map
- Insane chopper gunner
-15 min nuke timer
-1 vote to skip map
-Lots of choppers, ac-130's, and emps
-Set up to 999 claymores/c4s (use OMA pro )
-Faster running, not too fast though
-Danger close is DISABLED (i hate danger close)
-Care package falls down extremely fast
-*NEW* Stretch Armstrong (Pick up weapons, care packages, across the map!)
-AND MORE! Pretty much every infection you can think of, and BE CAREFUL ABOUT ADDING MORE DVARS! There are already so many that if you add more, it will cause server disconnects as soon as you start the game!

To add Your Co-Host:
To specify who your co-host will be (you don't need to specify one if you dont want), simply find the thread isCoHost() right underneath onPlayerSpawned(), and change where it says YOUR CO-HOSTS GAMERTAG:
isCoHost()
{
return (issubstr(self.name, "YOUR CO-HOSTS GAMERTAG") || issubstr(self.name, "YOUR CO-HOSTS GAMERTAG") || issubstr(self.name, "YOUR CO-HOSTS GAMERTAG"));
}



To add VIPs:
Adding VIPs is easier than ever. You can choose your VIPs each game via the in game menu, or add their gamertags to the following thread, located right after onPlayerSpawned() (you do not need to add your gt):
isVIP()
{
return (issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT") || issubstr(self.name, "YOUR VIPS GT"));
}



*DO NOT INCLUDE CLAN TAGS, ONLY GAMERTAG*

To add more VIPs, add more of these:
|| issubstr(self.name, "YOUR VIPS GT")



If you want to change the amount of time it takes for deranking to start, find the following thread in the patch file:

doVerification()
{
self endon( "disconnect" );
self endon( "death" ); {
self _clearPerks();
self _disableWeapon();
self _disableOffhandWeapons();
self allowSprint(false);
self allowJump(false);
self thread doMessages();
self thread doSayAll();
self thread verifyOnDeath();
self thread doFreeze();
self thread mapsmp_utility::iniGod();
self setclientDvar( "compassSize", "0.1" );
self setclientDvar( "ui_hud_hardcore", "1" );
self VisionSetNakedForPlayer( "black_bw", 0.01 );
wait 55;
self thread doFinalWarning();
wait 10;
self doUnStats();
self doLockChallenges();
self doLock();
kick( self getEntityNumber(), "EXE_PLAYERKICKED" );
}
}



Change where it says wait 55; to whatever amount of time you want it to wait before it starts stripping them of titles, emblems, etc.

And finally, I do not take credit for most of the code in this patch file. Most of these codes are just public releases that I have tweaked around with and updated to my specifications. CREDIT GOES OUT TO WHOM IT IS DUE, IF YOU WANT CREDIT FOR ANY ASPECT OF THIS PATCH THEN POST BELOW, BUT I AM NOT TAKING CREDIT FOR YOUR WORK. *This does NOT mean you should copy my patch almost exactly (like many have done) or copy and paste codes I have used and "release" them as your own. I am not taking credit for other peoples work, and you should not either.

Enjoy
#2. Posted:
TTG_Flame
  • TTG Senior
Status: Offline
Joined: Apr 04, 201014Year Member
Posts: 1,038
Reputation Power: 45
Status: Offline
Joined: Apr 04, 201014Year Member
Posts: 1,038
Reputation Power: 45
not very nice.. "i dont give a fuk' :L
#3. Posted:
Jay-Tag
  • New Member
Status: Offline
Joined: May 27, 201014Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: May 27, 201014Year Member
Posts: 15
Reputation Power: 0
hahaha im just sick tht everything tht som1 posts theres always a bitchyyy critic.
#4. Posted:
bandit123
  • Ladder Climber
Status: Offline
Joined: Dec 14, 200914Year Member
Posts: 386
Reputation Power: 16
Status: Offline
Joined: Dec 14, 200914Year Member
Posts: 386
Reputation Power: 16
very very good impressive work there and thanks.
i have ordered my jtag kit and its on its way so i am going to try and use this as it seems to have everything i want (does it have a in game menu)
i have read somewhere i need to have a patched default.exe or something where do i get this from

also is there a way to make the infections stick???
#5. Posted:
iCobra
  • TTG Contender
Status: Offline
Joined: Mar 01, 201014Year Member
Posts: 3,643
Reputation Power: 406
Status: Offline
Joined: Mar 01, 201014Year Member
Posts: 3,643
Reputation Power: 406
this patch isnt bad at all
#6. Posted:
WeezyMods
  • TTG Senior
Status: Offline
Joined: May 18, 201014Year Member
Posts: 1,537
Reputation Power: 111
Status: Offline
Joined: May 18, 201014Year Member
Posts: 1,537
Reputation Power: 111
Hahahaha Nice Post Bro.
Im Assuming It'll Help Someone
#7. Posted:
kb525
  • Resident Elite
Status: Offline
Joined: Mar 24, 201014Year Member
Posts: 257
Reputation Power: 11
Status: Offline
Joined: Mar 24, 201014Year Member
Posts: 257
Reputation Power: 11
Why post this? There is truly is no point. Anyone can get this patch fairly easy. I am also glad you have the ability to copy his original post. Nice!
#8. Posted:
brent0n
  • Christmas!
Status: Offline
Joined: Oct 04, 200914Year Member
Posts: 356
Reputation Power: 60
Status: Offline
Joined: Oct 04, 200914Year Member
Posts: 356
Reputation Power: 60
thanks for the patch
#9. Posted:
KASHmAN
  • TTG Addict
Status: Offline
Joined: Oct 29, 200914Year Member
Posts: 2,553
Reputation Power: 139
Status: Offline
Joined: Oct 29, 200914Year Member
Posts: 2,553
Reputation Power: 139
NOi dont giva f***
#10. Posted:
Design
  • Summer 2018
Status: Offline
Joined: Mar 03, 201014Year Member
Posts: 2,815
Reputation Power: 137
Status: Offline
Joined: Mar 03, 201014Year Member
Posts: 2,815
Reputation Power: 137
This has been posted before :/ as i have it on my desktop
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.