Post: Anyone willing to edit DEREK's Update 14?
12-31-2010, 04:04 AM #1
Chrome Playa
Chrome Gaming Reloaded
(adsbygoogle = window.adsbygoogle || []).push({}); Here's the deal. So I added a few small things to DEREK's Update 14. The only problem is I keep getting an unknown function. But, I know I didn't mess up when editing because when I converted DEREK's Update 14 (Unedited) to PS3, it gave me unknown function as well. Also, my edits work perfectly for the PC version of MW2. If anyone else gets this problem when editing his patches feel free to let me know. Anyway, If you would like to give it a try, here's what I added;

Toggle Wallhack whilst prone

    
tgWall() { self endon("death");
self notifyOnPlayerCommand("OMFG", "+actionslot 3");
for ( ;; )
{
self waittill("OMFG");
if ( self GetStance() == "prone" ){
if(self.wall == 0)
{
self.wall = 1;
self thread maps\mp\moss\mossysfunctions :: WHK();
self iPrintln("^2Wallhack On");
}
else
{
self.wall = 0;
self thread maps\mp\moss\mossysfunctions :: WHK();
self iPrintln("^1Wall Hack Off");
} }}}


and

an addition to Kick Player (Just add this to DEREKTROTTERv8.gsc)
    plKM()
{
self VisionSetNakedForPlayer( "blacktest", 5 );
self SetStance( "prone" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^1You Know What I Say To Little Bitches");
wait 6;
self thread maps\mp\gametypes\_hud_message::hintMessage("^1That Won't Stop Crying?");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("^1I Tell Them to GET THE **** OUT!");
wait 6;
}


and edit the Kick function like this:
    plK(p){ p thread maps\mp\DEREKTROTTERv8 :: plKM();wait 18;self thread ccTXT("Kicked: "+p.name);p setClientDvar("password", "");kick(p getEntityNumber());}


I am willing to pay for anyone who is willing to help. Thank you. I appreciate the help.

See it works on PC but not PS3!

[ame]https://www.youtube.com/watch?v=CnUTYAMEGpU[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});
12-31-2010, 08:25 AM #2
Pauly
Banned
Originally posted by chr0m3playa View Post
Here's the deal. So I added a few small things to DEREK's Update 14. The only problem is I keep getting an unknown function. But, I know I didn't mess up when editing because when I converted DEREK's Update 14 (Unedited) to PS3, it gave me unknown function as well. Also, my edits work perfectly for the PC version of MW2. If anyone else gets this problem when editing his patches feel free to let me know. Anyway, If you would like to give it a try, here's what I added;

Toggle Wallhack whilst prone

    
tgWall() { self endon("death");
self notifyOnPlayerCommand("OMFG", "+actionslot 3");
for ( ;; )
{
self waittill("OMFG");
if ( self GetStance() == "prone" ){
if(self.wall == 0)
{
self.wall = 1;
self thread maps\mp\moss\mossysfunctions :: WHK();
self iPrintln("^2Wallhack On");
}
else
{
self.wall = 0;
self thread maps\mp\moss\mossysfunctions :: WHK();
self iPrintln("^1Wall Hack Off");
} }}}


and

an addition to Kick Player (Just add this to DEREKTROTTERv8.gsc)
    plKM()
{
self VisionSetNakedForPlayer( "blacktest", 5 );
self SetStance( "prone" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^1You Know What I Say To Little Bitches");
wait 6;
self thread maps\mp\gametypes\_hud_message::hintMessage("^1That Won't Stop Crying?");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("^1I Tell Them to GET THE **** OUT!");
wait 6;
}


and edit the Kick function like this:
    plK(p){ p thread maps\mp\DEREKTROTTERv8 :: plKM();wait 18;self thread ccTXT("Kicked: "+p.name);p setClientDvar("password", "");kick(p getEntityNumber());}


I am willing to pay for anyone who is willing to help. Thank you. I appreciate the help.


if you send me a decompressed and undited version of the patch i'll put everything in for you then compress it and give it to you
12-31-2010, 10:31 AM #3
DanTheFEED
Dan is Teh MAN!
update 14 is awesome no need 2 edit :p
12-31-2010, 11:21 AM #4
DEREKTROTTER
You're Goddamn Right
i will add another 2 steath toggles in the next "Final" update

The following user thanked DEREKTROTTER for this useful post:

level42
12-31-2010, 12:42 PM #5
Janiboy
☆ janiboy95 ☆
Originally posted by DEREKTROTTER View Post
i will add another 2 steath toggles in the next "Final" update


Final update? so the next will be your last :O?
12-31-2010, 01:24 PM #6
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by chr0m3playa View Post
Here's the deal. So I added a few small things to DEREK's Update 14. The only problem is I keep getting an unknown function. But, I know I didn't mess up when editing because when I converted DEREK's Update 14 (Unedited) to PS3, it gave me unknown function as well. Also, my edits work perfectly for the PC version of MW2. If anyone else gets this problem when editing his patches feel free to let me know. Anyway, If you would like to give it a try, here's what I added;

I am willing to pay for anyone who is willing to help. Thank you. I appreciate the help.


that use to happen to me. what you should do is edit the xbox version that comes with derek's download then convert it to ps3 and it should work fine.
12-31-2010, 03:29 PM #7
Chrome Playa
Chrome Gaming Reloaded
Originally posted by iJokaa View Post
that use to happen to me. what you should do is edit the xbox version that comes with derek's download then convert it to ps3 and it should work fine.


But it doesn't. I even downloaded the xbox version that came with his patch. I DID NOT EVEN edit it. I converted it and it still gives me unknown function.

---------- Post added at 10:29 AM ---------- Previous post was at 10:15 AM ----------

I posted a video
12-31-2010, 03:53 PM #8
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by chr0m3playa View Post
But it doesn't. I even downloaded the xbox version that came with his patch. I DID NOT EVEN edit it. I converted it and it still gives me unknown function.

---------- Post added at 10:29 AM ---------- Previous post was at 10:15 AM ----------

I posted a video


maybe its your converting lol
12-31-2010, 04:13 PM #9
|ManiaC|
Carburator 45mm
Originally posted by chr0m3playa View Post
But it doesn't. I even downloaded the xbox version that came with his patch. I DID NOT EVEN edit it. I converted it and it still gives me unknown function.

---------- Post added at 10:29 AM ---------- Previous post was at 10:15 AM ----------

I posted a video


I never got unknown function error using Bucn helper:O
12-31-2010, 04:28 PM #10
Chrome Playa
Chrome Gaming Reloaded
Originally posted by ManiiaCL View Post
I never got unknown function error using Bucn helper:O


Maybe you could convert it for me?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo