You are viewing our Forum Archives. To view or take place in current topics click here.
[Release]CoD Black Ops verification Script with vip
Posted:
[Release]CoD Black Ops verification Script with vipPosted:
Status: Offline
Joined: Dec 24, 201013Year Member
Posts: 23
Reputation Power: 1
On PlayerConnect() Enter:
if(player.hostname || player.name == "Enter Vip Gamertags"){
player.Verify == 2;
}
}else{
player.Verify == 0;
On PlayerSpawned() Enter:
if(self.Verify == 0){
doVerification();
}
if(self.Verify == 1){
doVerified();
}
if(self.Verify == 2){
doHostVip();
}
doHostVip()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Your Host or Vip, ENJOY!");
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
self maps\mp\gametypes\_persistence::statSet( "50", 15, false );
wait(1);
level.classMap["^1Hope You"] = "CLASS_CUSTOM1";
level.classMap["^2Had Fun <3"] = "CLASS_CUSTOM2";
level.classMap["If You Want More"] = "CLASS_CUSTOM3";
level.classMap["Message: "+ level.hostname] = "CLASS_CUSTOM4";
level.classMap["You are"] = "CLASS_CUSTOM5";
level.classMap["now 15th"] = "CLASS_CUSTOM6";
level.classMap["Prestige"] = "CLASS_CUSTOM7";
level.classMap["So **** Off"] = "CLASS_CUSTOM8";
level.classMap["and show"] = "CLASS_CUSTOM9";
level.classMap["it off!"] = "CLASS_CUSTOM10";
}
doVerified()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Your Verified, Now **** OFF");
self maps\mp\gametypes\_persistence::statSet( "50", 15, false );
wait(1);
level.classMap["^1Hope You"] = "CLASS_CUSTOM1";
level.classMap["^2Had Fun <3"] = "CLASS_CUSTOM2";
level.classMap["If You Want More"] = "CLASS_CUSTOM3";
level.classMap["Message: "+ level.hostname] = "CLASS_CUSTOM4";
level.classMap["You are"] = "CLASS_CUSTOM5";
level.classMap["now 15th"] = "CLASS_CUSTOM6";
level.classMap["Prestige"] = "CLASS_CUSTOM7";
level.classMap["So **** Off"] = "CLASS_CUSTOM8";
level.classMap["and show"] = "CLASS_CUSTOM9";
level.classMap["it off!"] = "CLASS_CUSTOM10";
}
doVerification()
{
self freeze_player_controls( true );
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Unverified, Please Wait");
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
self endon( "death" );
for(;;)
{
self sayall( "^**** Verify Me Already!" );
wait 5;
}
if(self.killedBy == level.hostname || self.killedBy == "EnterYourGamerTag"){
self.Verify == 1;
self freeze_player_controls( false );
self suicide;
}
}
if(player.hostname || player.name == "Enter Vip Gamertags"){
player.Verify == 2;
}
}else{
player.Verify == 0;
On PlayerSpawned() Enter:
if(self.Verify == 0){
doVerification();
}
if(self.Verify == 1){
doVerified();
}
if(self.Verify == 2){
doHostVip();
}
doHostVip()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Your Host or Vip, ENJOY!");
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
self maps\mp\gametypes\_persistence::statSet( "50", 15, false );
wait(1);
level.classMap["^1Hope You"] = "CLASS_CUSTOM1";
level.classMap["^2Had Fun <3"] = "CLASS_CUSTOM2";
level.classMap["If You Want More"] = "CLASS_CUSTOM3";
level.classMap["Message: "+ level.hostname] = "CLASS_CUSTOM4";
level.classMap["You are"] = "CLASS_CUSTOM5";
level.classMap["now 15th"] = "CLASS_CUSTOM6";
level.classMap["Prestige"] = "CLASS_CUSTOM7";
level.classMap["So **** Off"] = "CLASS_CUSTOM8";
level.classMap["and show"] = "CLASS_CUSTOM9";
level.classMap["it off!"] = "CLASS_CUSTOM10";
}
doVerified()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Your Verified, Now **** OFF");
self maps\mp\gametypes\_persistence::statSet( "50", 15, false );
wait(1);
level.classMap["^1Hope You"] = "CLASS_CUSTOM1";
level.classMap["^2Had Fun <3"] = "CLASS_CUSTOM2";
level.classMap["If You Want More"] = "CLASS_CUSTOM3";
level.classMap["Message: "+ level.hostname] = "CLASS_CUSTOM4";
level.classMap["You are"] = "CLASS_CUSTOM5";
level.classMap["now 15th"] = "CLASS_CUSTOM6";
level.classMap["Prestige"] = "CLASS_CUSTOM7";
level.classMap["So **** Off"] = "CLASS_CUSTOM8";
level.classMap["and show"] = "CLASS_CUSTOM9";
level.classMap["it off!"] = "CLASS_CUSTOM10";
}
doVerification()
{
self freeze_player_controls( true );
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Unverified, Please Wait");
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
self endon( "death" );
for(;;)
{
self sayall( "^**** Verify Me Already!" );
wait 5;
}
if(self.killedBy == level.hostname || self.killedBy == "EnterYourGamerTag"){
self.Verify == 1;
self freeze_player_controls( false );
self suicide;
}
}
#2. Posted:
Status: Offline
Joined: May 20, 201014Year Member
Posts: 1,291
Reputation Power: 67
Status: Offline
Joined: May 20, 201014Year Member
Posts: 1,291
Reputation Power: 67
this wont do much as jtagZ cant come online.
but sweet find bro!
but sweet find bro!
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 1,696
Reputation Power: 72
Ohh nice find there
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 24, 201013Year Member
Posts: 23
Reputation Power: 1
Thanks, i was bored yesterday so I decided to create it lol
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Dec 24, 201013Year Member
Posts: 23
Reputation Power: 1
streamzz wrote this is just an absolute failiure
ur just mad since u didn't create it
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Nov 22, 201014Year Member
Posts: 821
Reputation Power: 33
Status: Offline
Joined: Nov 22, 201014Year Member
Posts: 821
Reputation Power: 33
Very Nice Find Bro Not Sure You Can Do Much Since JTAGs Dont Go Online But Very Useful
- 1useful
- 0not useful
#7. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
-Modz wroteYour right, I wish I created a script that doesnt work...streamzz wrote this is just an absolute failiure
ur just mad since u didn't create it
- 0useful
- 1not useful
#8. Posted:
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,858
Reputation Power: 145
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,858
Reputation Power: 145
I dont understand any of it
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Dec 24, 201013Year Member
Posts: 23
Reputation Power: 1
streamzz wrote-Modz wroteYour right, I wish I created a script that doesnt work...streamzz wrote this is just an absolute failiure
ur just mad since u didn't create it
At least im trying to **** make it work u worthless little b1tch
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 1,423
Reputation Power: 0
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 1,423
Reputation Power: 0
-Modz wroteumad?streamzz wrote-Modz wroteYour right, I wish I created a script that doesnt work...streamzz wrote this is just an absolute failiure
ur just mad since u didn't create it
At least im trying to **** make it work u worthless little b1tch
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.