ItsMods

Full Version: I need a code for ..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a code to disable hardscoping, i found some but it always was for xbox :S
level.hardcoreMode = 0;
?
(06-21-2011, 15:43)4FunPlayin Wrote: [ -> ]level.hardcoreMode = 0;
?

That is hc, not hardSCOPE.
self allowADS(false);

PC and Xbox codes are sames

Code:
QS() //classic antihardscope code
{
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand("[{+toggleads_throw}]", "+toggleads_throw");
    while(1)
    {
        self waittill("[{+toggleads_throw}]");
        wait 0.3;
        self allowADS(false);
        self allowADS(true);
        self allowADS(false);
        self allowADS(true);        
        wait 0.05;
    }
}
thx yamato but, i already had this code but it didn't work
(06-21-2011, 20:47)T4ctiX Wrote: [ -> ]thx yamato but, i already had this code but it didn't work

Look there:

http://www.itsmods.com/forum/Thread-Sniper-Mod.html