Post: [GSC][RELEASE] Script - Killed Camper Player
10-15-2014, 10:33 AM #1
xBeaTzMoDz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({});
Hello NextGenUpdate Members

Today I Release GSC Script Killed Camper

1 BUG; The camping player can be killed 1 time only (I dont know why i tried all to fix it but it wont work)


Video:

Pc Version :

Ps3 Version :



Tutorial :

Step 1 : Open GSC Studio and Make a New Project
Step 2 : Copy The Script and Paste The Code
Step 3 : Connect to Ps3/Pc/Xbox and Press Inject
Step 4 : Start a Game and Go !



Script - Killed Camper :
    
#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\gametypes\_hud_message;

init()
{
level thread onPlayerConnect();
}

onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connected", player);
player thread onPlayerSpawned();
}
}

onPlayerSpawned()
{
self endon("disconnect");
level endon("game_ended");
for(;Winky Winky
{
self waittill("spawned_player");
self iprintln("Black Ops 2 - GSC Script | Project : ^5Killed Camper");
wait 0.5;
self iprintln("GSC Script | Made By xBeaTzMoDz");
self thread toggle_KilledCamper();
}
}

toggle_KilledCamper()
{
self thread KilledCamper();
self iprintln("Killed Camper ^2Enabled");
return thread KilledCamper();
}

KilledCamper()
{
level waittill( "prematch_over" );
self endon("disconnect");
self endon( "death" );
my_camp_time = 0;
have_i_been_warned = false;
max_distance = 80;
camp_time = 10;
while( true )
{
old_position = self.origin;
wait 1;

new_position = self.origin;
distance = distance2d( old_position, new_position );

if( distance < max_distance )
my_camp_time++;
else
{
my_camp_time = 0;
have_i_been_warned = false;
}

if( my_camp_time == camp_time && !have_i_been_warned )
{
self IprintLnBold( "^0Please ^1Stop ^0camping | ^110 ^0seconds ^0to ^1move" );
have_i_been_warned = true;
}

if( my_camp_time == ( camp_time + 10 ) && have_i_been_warned )
{
self IprintLnBold( "^0You ^0will ^0be ^1killed ^0for ^1camping!");
wait 2;
self suicide();

}

}
}


Credits :
Originally posted by another user

IMCSx - GSC Studio
xBeaTzMoDz - Making Convert Script
proper - Making Mw2 Script
Last edited by xBeaTzMoDz ; 10-15-2014 at 10:27 PM.

The following 2 users say thank you to xBeaTzMoDz for this useful post:

canadiancaper, Fatality

The following 2 users groaned at xBeaTzMoDz for this awful post:

MrToxlcBooty, John
10-15-2014, 07:41 PM #11
xBeaTzMoDz
Do a barrel roll!
Originally posted by MrToxlcBooty View Post
You didn't "Make" this it in 100000's of mw2 menus give proper credit not cool bro



Okay Okay Send Me Link Winky Winky end from Creater Winky Winky Bro
10-15-2014, 08:24 PM #12
Manlol
Little One
cool Dude Smile i have add that to my own privat mod menu and i hope u can fix it, because i think it is an very cool script Awesome face

The following user thanked Manlol for this useful post:

xBeaTzMoDz
10-15-2014, 08:30 PM #13
xBeaTzMoDz
Do a barrel roll!
Originally posted by Manlol View Post
cool Dude Smile i have add that to my own privat mod menu and i hope u can fix it, because i think it is an very cool script Awesome face


Thanks Smile Ohhh Yes Fix comming Smile Morning
10-15-2014, 09:07 PM #14
MrToxlcBooty
I defeated!
Originally posted by xBeaTzMoDz View Post
Okay Okay Send Me Link Winky Winky end from Creater Winky Winky Bro

look in nbk's derektrotter's and mossy's patches :p
BTW Heres the link M8 You must login or register to view this content.
Another link :troll:
You must login or register to view this content.
u leeched it xD and called it urs u just changed a few function names
Last edited by MrToxlcBooty ; 10-15-2014 at 09:17 PM.
10-15-2014, 10:05 PM #15
xBeaTzMoDz
Do a barrel roll!
Originally posted by MrToxlcBooty View Post
look in nbk's derektrotter's and mossy's patches :p
BTW Heres the link M8 You must login or register to view this content.
Another link :troll:
You must login or register to view this content.
u leeched it xD and called it urs u just changed a few function names



easily I did not know that I've just written and then comb it out but okay Smile edit satisfied?
10-15-2014, 10:07 PM #16
xBeaTzMoDz
Do a barrel roll!
Originally posted by MrToxlcBooty View Post
look in nbk's derektrotter's and mossy's patches :p
BTW Heres the link M8 You must login or register to view this content.
Another link :troll:
You must login or register to view this content.
u leeched it xD and called it urs u just changed a few function names


Im edit The Script complete !! -.-
10-15-2014, 10:35 PM #17
MrToxlcBooty
I defeated!
Originally posted by xBeaTzMoDz View Post
Im edit The Script complete !! -.-

YupSnail
10-22-2014, 03:57 PM #18
Boughhhh
Bounty hunter
I found a solution for the option to work all the time , even if you die .Just delete that : You must login or register to view this content. Enjoy Smile ( sorry for my bad english :troll: )
02-16-2015, 10:34 PM #19
BrevzHoster
Are you high?
Nice Script !

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo