Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request I need a code for ..
#1
I need a code to disable hardscoping, i found some but it always was for xbox :S
Reply

#2
level.hardcoreMode = 0;
?
[Image: 1fxsnb.jpg]
Reply

#3
(06-21-2011, 15:43)4FunPlayin Wrote: level.hardcoreMode = 0;
?

That is hc, not hardSCOPE.
Reply

#4
self allowADS(false);

YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#5
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;
    }
}
Reply

#6
thx yamato but, i already had this code but it didn't work
Reply

#7
(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
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Code color crosshairs koren30 3 3,662 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,818 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,118 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,820 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,910 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,192 07-28-2013, 01:52
Last Post: First_Semyon
  Code of vector Bloodfocus 1 2,214 06-23-2013, 11:54
Last Post: Yamato
  problem with gsc code CheGuevara 5 5,104 04-20-2013, 15:06
Last Post: Nekochan
Tongue [Request] read if you have a cs:go code:) rawr-saours 5 3,799 04-05-2013, 18:15
Last Post: SuperNovaAO
Smile Help Help me with a code (who knows) NyZzE 2 2,370 04-05-2013, 01:47
Last Post: NyZzE

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.