• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Killstreak modifying GSC
#1
Ok heres another Problem.. Ive Tryed to build some GSCs..
------------------------------------------------------------------------
First try build a _autosentry.gsc to change: Firerate/placement-everywhere/cooldown time/HEALTH/ and Flames on Destroyed Sentry

Yamato gave me a _autosentry.gsc(thx btw) but no matter what I changed.. nothing happens...

I already built some cool MODs. But this time im too stupid to Run the killstreak..
--------------------------------------------------------------------------------------------------
SO PLEASE some can build me a rank.gsc with give::killstreak sentrygun

and a working killstreak init() to run the modifyed SENTRY!! (or all STREAKS)
Ive tryed it so much but always got: ERROR Sad


if someone would take time for it would be my Coder-HERO
and thats a real usefull gsc for others too..
[Image: Riot_cop_point_blank.gif?]
Troll ------------------- GIRL vs JUGGERNAUT ------------------ Troll

  Reply
#2
omg, this again If you modify a killstreak gsc, just by putting it in killstreak folder is enough, NO NEED to precache, reason: killstreaks gsc files are already precached by game.

To give a sentry gun:

self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", true );
  Reply
#3
(07-25-2011, 10:31)Yamato Wrote: omg, this again If you modify a killstreak gsc, just by putting it in killstreak folder is enough, NO NEED to precache, reason: killstreaks gsc files are already precached by game.

To give a sentry gun:

self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", true );

hm.. YAMATO.. im not Retarded but you can read above.. It will not work when i change some Numbers...

Think its better to shit on this GSC.. better i UN-install Mw2..
that game is Hazard with Wallhackers and Aimboters.. just do fun with Mod Menu.. to kick or derank this basstards!!
much better Lock his Menu, take weapons, give godmode and Stuck him in a Crate with Forge mode.. Ive done this 3 times now to wallhackers.. they all started crying
[Image: Riot_cop_point_blank.gif?]
Troll ------------------- GIRL vs JUGGERNAUT ------------------ Troll

  Reply
#4
(07-25-2011, 13:22)BloKK187 Wrote:
(07-25-2011, 10:31)Yamato Wrote: omg, this again If you modify a killstreak gsc, just by putting it in killstreak folder is enough, NO NEED to precache, reason: killstreaks gsc files are already precached by game.

To give a sentry gun:

self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", true );

hm.. YAMATO.. im not Retarded but you can read above.. It will not work when i change some Numbers...

Think its better to shit on this GSC.. better i UN-install Mw2..
that game is Hazard with Wallhackers and Aimboters.. just do fun with Mod Menu.. to kick or derank this basstards!!
much better Lock his Menu, take weapons, give godmode and Stuck him in a Crate with Forge mode.. Ive done this 3 times now to wallhackers.. they all started crying

lol? I did a badass thing for this long time ago, it works with aimbotters and shit, Wink, maybe can be even more developed, is very basic and not good.

Code:
AntiCheat()
{
    wait 30;
    prestige = getPrestigeLevel();
    rango = maps\mp\gametypes\_rank::getRank();
    if(prestige > 8 && rango == 70 && self.pers["kills"] >= 10)
    {
        kick( self getEntityNumber(), "EXE_PLAYERKICKED" );
    }
}

getPrestigeLevel()
{
    return self maps\mp\gametypes\_persistence::statGet( "prestige" );
}
  Reply
#5
Basic but Usefull.. ok i dont need it.. someday ill use it SURE..
Ive Modifyed the Elite Mossy v9.. now its way Cooler..
man thats called strong Coding..Heart to check the whole Menu i was tinkering on this Menu whole Nights.. i remember theres a CHEATER kicker too..

On Moss menu ive changed so much little/big things: Vehicles, Weapons, Forge Options, Superkillstreaks, Sounds, Spawnable turetts, Human torch is now Human Smokebomb.. and lot more.. someday i feature my Name to Editing and then upload this BEAST-MENU here xD


[Image: Riot_cop_point_blank.gif?]
Troll ------------------- GIRL vs JUGGERNAUT ------------------ Troll

  Reply
#6
(07-25-2011, 19:09)BloKK187 Wrote: Basic but Usefull.. ok i dont need it.. someday ill use it SURE..
Ive Modifyed the Elite Mossy v9.. now its way Cooler..
man thats called strong Coding..Heart to check the whole Menu i was tinkering on this Menu whole Nights.. i remember theres a CHEATER kicker too..

On Moss menu ive changed so much little/big things: Vehicles, Weapons, Forge Options, Superkillstreaks, Sounds, Spawnable turetts, Human torch is now Human Smokebomb.. and lot more.. someday i feature my Name to Editing and then upload this BEAST-MENU here xD

...................................Mossy???? Fuu Fuu Fuu Fuu Fuu
  Reply
#7
(07-25-2011, 19:37)Yamato Wrote:
(07-25-2011, 19:09)BloKK187 Wrote: Basic but Usefull.. ok i dont need it.. someday ill use it SURE..
Ive Modifyed the Elite Mossy v9.. now its way Cooler..
man thats called strong Coding..Heart to check the whole Menu i was tinkering on this Menu whole Nights.. i remember theres a CHEATER kicker too..

On Moss menu ive changed so much little/big things: Vehicles, Weapons, Forge Options, Superkillstreaks, Sounds, Spawnable turetts, Human torch is now Human Smokebomb.. and lot more.. someday i feature my Name to Editing and then upload this BEAST-MENU here xD

...................................Mossy???? Fuu Fuu Fuu Fuu Fuu

Some Problems?
[Image: Riot_cop_point_blank.gif?]
Troll ------------------- GIRL vs JUGGERNAUT ------------------ Troll

  Reply
#8
(07-25-2011, 20:47)BloKK187 Wrote:
(07-25-2011, 19:37)Yamato Wrote:
(07-25-2011, 19:09)BloKK187 Wrote: Basic but Usefull.. ok i dont need it.. someday ill use it SURE..
Ive Modifyed the Elite Mossy v9.. now its way Cooler..
man thats called strong Coding..Heart to check the whole Menu i was tinkering on this Menu whole Nights.. i remember theres a CHEATER kicker too..

On Moss menu ive changed so much little/big things: Vehicles, Weapons, Forge Options, Superkillstreaks, Sounds, Spawnable turetts, Human torch is now Human Smokebomb.. and lot more.. someday i feature my Name to Editing and then upload this BEAST-MENU here xD

...................................Mossy???? Fuu Fuu Fuu Fuu Fuu

Some Problems?

Fuu Fuu Fuu Fuu Fuu Fuu Fuu Fuu

Ive Modifyed the Elite Mossy v9.. now its way Cooler..
man thats called strong Coding

IS NOT STRONG and is ALL PURE LEAK
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Modifying plugin maverigh 5 5,245 10-19-2013, 10:29
Last Post: Nekochan
  Duration killstreak The Tronuo 2 2,561 07-12-2013, 18:33
Last Post: The Tronuo
  Preview Tank Killstreak Yamato 16 9,540 05-27-2013, 14:47
Last Post: Yamato
  [GSC] All Weapon/Camo/Perk/Killstreak Names DEREKTROTTER 33 24,167 01-30-2013, 15:26
Last Post: 99IRock
  [Request] Give KillStreak yuri8597 1 2,281 10-29-2012, 01:31
Last Post: DidUknowiPwn
  [Request] weapon/killstreak giver jari333 2 2,457 10-17-2012, 18:56
Last Post: OzonE
  Killstreak On/Off codehelp RaZ 13 6,315 06-20-2012, 09:47
Last Post: RaZ
  [Tutorial] Killstreak list Yamato 0 2,404 06-08-2012, 12:25
Last Post: Yamato
  Anti Killstreak Editing AboAlwe 5 3,876 04-28-2012, 11:00
Last Post: schoerg
  [Request] Killstreak delay time Dumas 2 2,494 04-18-2012, 23:18
Last Post: Dumas

Forum Jump:


Users browsing this thread: 1 Guest(s)