Post: [Script] Search For "Randoms".
02-20-2013, 12:13 AM #1
Taylor
Former Black Knight.
(adsbygoogle = window.adsbygoogle || []).push({});
This is just something I wrote very quick for the "lols" of the matter. I hope you guys enjoy it? Even though there really isn't anything to enjoy >.<

Scripting
    
RandomSearch()
{
level.Randomstring="";
for(i=0 ;i < level.players.size ; i++)
{
players=level.players[i];
if(isSubStr(players.name, "Modz") || isSubStr(players.name, "Hackz") || isSubStr(players.name, "xGsc") || isSubStr(players.name, "RedDot") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Hoster"))
{
level.Randomstring+="^"+randomint(9)+players.name+"\n";
}
wait 0.5;
self iPrintln("^2Searching Client Number: "+i);
}
self iPrintln(getRandomsFinal());
}
getRandomsFinal()
{
if(level.Randomstring!="")
return level.RandomString;
else
return "No Randoms Found!";
}


Yeah..... So Bye! Winky Winky

The following 25 users say thank you to Taylor for this useful post:

-Google-, *xActionMods*, Ariel R., blackhawk2299, Chip ♞, coolbunny1234, Devastation, Sabotage, Evil_Hackz, FutureOps, HackersForHire, HanleyzHD♚, JackMods-, RichModder, Script Kiddie, SUBARUDEMON, The NGU Jew, TheHolyMart, Tony Stark, Vampytwistッ, Vanz, xePixTvx, xExploitModzHD
02-22-2013, 01:15 AM #20
HanleyzHD♚
Are you high?
Originally posted by Taylor View Post
This is just something I wrote very quick for the "lols" of the matter. I hope you guys enjoy it? Even though there really isn't anything to enjoy >.<

Scripting
    
RandomSearch()
{
level.Randomstring="";
for(i=0 ;i < level.players.size ; i++)
{
players=level.players[i];
if(isSubStr(players.name, "Modz") || isSubStr(players.name, "Hackz") || isSubStr(players.name, "xGsc") || isSubStr(players.name, "RedDot") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Hoster"))
{
level.Randomstring+="^"+randomint(9)+players.name+"\n";
}
wait 0.5;
self iPrintln("^2Searching Client Number: "+i);
}
self iPrintln(getRandomsFinal());
}
getRandomsFinal()
{
if(level.Randomstring!="")
return level.RandomString;
else
return "No Randoms Found!";
}


Yeah..... So Bye! Winky Winky


You should add AnCiEnTtuck in there Winky Winky

The following user thanked HanleyzHD♚ for this useful post:

SUBARUDEMON
02-22-2013, 01:23 AM #21
Cmd-X
It's been awhile.
Originally posted by Taylor View Post
Should I add it? :p


You must login or register to view this content.

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo