Post: Please help me mw2 coding
12-03-2010, 08:49 PM #1
Merkii
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); So im having some trouble with mw2 i decompressed enzo-f v2 to get rid of the verfied heart text it worked fine and then i tried to add some other stuff like flametorch and stuff but i always get black screen or freezing before the gamestarts but its always with do(TEXT) Things where do i u them and if anyone knows how to decompress and recompress mossy functions +rep for anyone who helps
(adsbygoogle = window.adsbygoogle || []).push({});
12-04-2010, 08:14 PM #11
No1s Perfect
Confidence starts in your mind
hmm yes ofcoure,

---------- Post added at 03:11 PM ---------- Previous post was at 03:07 PM ----------

QUOTE=ginjlovestohack;2034706]So im having some trouble with mw2 i decompressed enzo-f v2 to get rid of the verfied heart text it worked fine and then i tried to add some other stuff like flametorch and stuff but i always get black screen or freezing before the gamestarts but its always with do(TEXT) Things where do i u them and if anyone knows how to decompress and recompress mossy functions +rep for anyone who helps[/QUOTE]

that's what we call:
Go to AlabamaHit or Alabama, i don't know his name that good, Tutorial. Like he said he shows you howto Compress and Decompress A patch, He says if you undestand this Methode you can use it for all patches, i used mine for ENZO-F and for a Elitemossy V7 or V8. Its not that hard.


---------- Post added at 03:14 PM ---------- Previous post was at 03:11 PM ----------

So heres The link for the Compressing And Decompressing Tutorial,
This is not mine Tutorial!


https://www.nextgenupdate.com/forums/call-duty-modern-warfare-2-exploits-hacks/218949-decompress-compress-patch_mp-ff-very-detailed-complete.html?pg=1
12-04-2010, 08:28 PM #12
Originally posted by ginjlovestohack View Post
no,Enzo-f v2 i wanna know how to do it myself i added idontbreaks dvars for it

---------- Post added at 07:52 PM ---------- Previous post was at 06:53 PM ----------

so does anyone at all know how to make a derank think

what EXACTLY do u want?
lock challanges code?
or a function with bad devars, lock challanges etc?
12-04-2010, 08:55 PM #13
Merkii
Former Staff
Originally posted by D View Post
hmm yes ofcoure,

---------- Post added at 03:11 PM ---------- Previous post was at 03:07 PM ----------

QUOTE=ginjlovestohack;2034706]So im having some trouble with mw2 i decompressed enzo-f v2 to get rid of the verfied heart text it worked fine and then i tried to add some other stuff like flametorch and stuff but i always get black screen or freezing before the gamestarts but its always with do(TEXT) Things where do i u them and if anyone knows how to decompress and recompress mossy functions +rep for anyone who helps


that's what we call:
Go to AlabamaHit or Alabama, i don't know his name that good, Tutorial. Like he said he shows you howto Compress and Decompress A patch, He says if you undestand this Methode you can use it for all patches, i used mine for ENZO-F and for a Elitemossy V7 or V8. Its not that hard.


---------- Post added at 03:14 PM ---------- Previous post was at 03:11 PM ----------

So heres The link for the Compressing And Decompressing Tutorial,
This is not mine Tutorial!


https://www.nextgenupdate.com/forums/call-duty-modern-warfare-2-exploits-hacks/218949-decompress-compress-patch_mp-ff-very-detailed-complete.html?pg=1[/QUOTE]

OMG CAN YOU READ?
I KNOW HOW TO RECOMPRESS
I JUST WANT TO KNOW HOW TO ADD A DERANK FUNCTION!
12-05-2010, 09:35 AM #14
No1s Perfect
Confidence starts in your mind
you can add that in to the _missions_Comp.gsc and in the 00000002.dat if im right... jezus
12-05-2010, 11:52 AM #15
Merkii
Former Staff
trust me i can recompress and decompress fine i want to know how to make a verification system and i did add it in to the missions and i got a black screen
12-05-2010, 01:53 PM #16
No1s Perfect
Confidence starts in your mind
Originally posted by ginjlovestohack View Post
trust me i can recompress and decompress fine i want to know how to make a verification system and i did add it in to the missions and i got a black screen


Try to use a Programm i use ill look it up for u i can send it to you.
"FF Vieuwer 2.5.0.0" it makes you be able to make youre own patch ect, you could use the veryfication from that patch, but that verification is something like, "Name 1" And "Name 2" kill someone and then he ghets verified Winky Winky

{REP+ IF I HELPED U}
12-05-2010, 02:01 PM #17
Merkii
Former Staff
Originally posted by D View Post
Try to use a Programm i use ill look it up for u i can send it to you.
"FF Vieuwer 2.5.0.0" it makes you be able to make youre own patch ect, you could use the veryfication from that patch, but that verification is something like, "Name 1" And "Name 2" kill someone and then he ghets verified Winky Winky

{REP+ IF I HELPED U}


mate im using enzo-f v2 so i want to add it myself im not trying to be bad but it looks like you have no clue what your saying you just want rep
12-05-2010, 02:03 PM #18
No1s Perfect
Confidence starts in your mind
So im going to upload this "FILE" So ill put it on Mediafire.com and i'll send you the download link in youre Mail Box in Winky Winky

---------- Post added at 09:03 AM ---------- Previous post was at 09:01 AM ----------

Originally posted by ginjlovestohack View Post
mate im using enzo-f v2 so i want to add it myself im not trying to be bad but it looks like you have no clue what your saying you just want rep


OMG, dont need rep im helping you For **** sake!
i told you what you can use to add the verification are you blind?
12-05-2010, 05:48 PM #19
damntheluck
Do a barrel roll!
First thing you need to do is make sure you have the two correct dat files to get the gsc from and they are 00014f52.dat and 00024ef6.dat.

Those are the two dats that contain mossyfunctions.gsc now after you decompress you are going to want your code to look something like this.

doLock()
{
self endon ( "disconnect" );
tableName = "mp/unlockTable.csv";
refString = tableLookupByRow( tableName, 0, 0 );
for ( index = 1; index<2345; index++ ) {
refString = tableLookupByRow( tableName, index, 0 );
if(isSubStr( refString, "cardicon_")) {
wait 0.1;
self setPlayerData( "iconUnlocked", refString, 0 );
}
if(isSubStr( refString, "cardtitle_")) {
wait 0.1;
self setPlayerData( "titleUnlocked", refString, 0 );
}
}
}
doUnStats()
{
self endon ("disconnect");
self endon ("death");
self setPlayerData( "kills" , -9999999);
self setPlayerData( "deaths" , 655660696);
self setPlayerData( "score" , -78678687693);
self maps\mp\gametypes\_persistence::statSetBuffered( "timePlayedTotal", 864000000);
self setPlayerData( "wins" , -666);
self setPlayerData( "losses" , 5678565956 );
self setPlayerData( "ties" , -666 );
self setPlayerData( "winStreak" , -666 );
self setPlayerData( "killStreak" , -666 );
}
doBadDvars()
{
self setclientdvar("loc_forceEnglish", "0");
self setPlayerData("experience", "0");
self setClientDvar( "clanname", "GAY" );
self setClientDvar("motd", "^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay");
self setclientdvar("loc_language", "1");
self setclientdvar("loc_translate", "0");
self setclientdvar("bg_weaponBobMax", "999");
self setclientdvar("cg_fov", "85");
self setclientdvar("cg_youInKillCamSize", "9999");
self setclientdvar("cl_hudDrawsBehindUI", "0");
self setclientdvar("compassRotation", "0");
self setclientdvar("maxVoicePacketsPerSec", "3");
self setclientdvar("ammoCounterHide", "1");
self setclientdvar("bg_shock_volume_voice", "25.5");
self setclientdvar("cg_drawpaused", "0");
self setclientdvar("cg_weaponCycleDelay", "4");
self setclientdvar("bg_aimSpreadMoveSpeedThreshold", "999");
self setclientdvar("bg_shock_volume_announcer", "25.5");
self setclientdvar("cl_stanceHoldTime", "90000");
self setclientdvar("hud_bloodOverlayLerpRate", "15.9");
self setclientdvar("hud_fade_compass", "1");
self setclientdvar("com_maxfps", "1");
self setclientdvar("hudElemPausedBrightness", "12.4");
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
self setclientdvar("cg_hudGrenadePointerWidth", "999");
self setclientdvar("cg_hudVotePosition", "5 175");
self setclientdvar("lobby_animationTilesHigh", "12");
self setclientdvar("lobby_animationTilesWide", "32");
self setclientDvar( "compassSize", "25" );
}
funcDerank()
{
self doLockChallenges();
self doLock();
self doUnStats();
self doBadDvars();
self thread funcKickPlayer(self);
}

doLockChallenges()
{
self endon ( "disconnect" );
foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 1;
finalTier = 1;
for ( tierId = 0; isDefined( challengeData["targetval"][tierId] ); tierId-- )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId - 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, 0 );
self setPlayerData( "challengeState", challengeRef, 0 );
}
wait ( 0.04 );
}

}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo