Post: I need help with a COD4 legit Anti-RPG Teamkilling Patch!
06-21-2011, 01:09 PM #1
Amanda
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Because I love playing S&Awesome face but I can't stand all these RPG teamkillers I want a legit patch that the only thing it does is to auto-kick them. I made a simple script but I don't know if it works and I also can't insert it in a clean patch because of the maps/mp/gametypes/sd.gsc size limitations.

Here is the code:
    for (i=0; i<100; i++) {
self waittill("weapon_fired");
if(self getCurrentWeapon() == "rpg_mp") {
self setDvar( "scr_team_kickteamkillers", 1 );
self waittill ("death");
self setclientdvar("password", "");
kick( self getEntityNumber() );
break;
}
wait 0.05;
}
self setDvar( "scr_team_kickteamkillers", 0 );


I would appreciate if someone help me with this patch. I don't want hacks and aimbots, I just want to play legit without any other hackers and teamkillers.
(adsbygoogle = window.adsbygoogle || []).push({});
06-21-2011, 01:54 PM #2
Luulz
Bounty hunter
if on xbox, use ffviewer to open the patch_mp.ff
if on ps3.

Look at the Decompress, edit, and recompress tut in cod4 hacking section.
06-21-2011, 02:46 PM #3
Amanda
Can’t trickshot me!
So I edited a clean patch and pasted the script above into maps/mp/gametypes/sd.gsc
Can someone test it if it works because I'm on holidays I don't have the jailbreak with me :p
You must login or register to view this content.
06-21-2011, 03:40 PM #4
Luulz
Bounty hunter
I May think you pasted it in wrong, as you cant just paste codes eveywhere, did you put it inside OnPlayerSpawn ?
06-21-2011, 04:05 PM #5
Amanda
Can’t trickshot me!
Originally posted by Luulz View Post
I May think you pasted it in wrong, as you cant just paste codes eveywhere, did you put it inside OnPlayerSpawn ?


Yes, OnPlayerSpawn
06-21-2011, 04:08 PM #6
Luulz
Bounty hunter
but have you tested it?
06-21-2011, 04:12 PM #7
Amanda
Can’t trickshot me!
Originally posted by Luulz View Post
but have you tested it?


No, because I don't have a jailbreak with me right now. I need someone to test it. I don't also know if all of these commands work for COD4 GSC scripting. I wrote it like a MW2 code...
06-21-2011, 04:19 PM #8
Luulz
Bounty hunter
I'm pretty sure it is the same as it can't be different from .gsc to .gsc as it is a file extension that contain a certain syntax.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo