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-20-2013, 04:38 PM #11
ByteSource
League Champion
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


Can u help me with coding basics?
&& nice i likehhh
02-20-2013, 07:02 PM #12
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


if(isSubStr(players.name, "Modz") || isSubStr(players.name, "Hackz") || isSubStr(players.name, "xGsc") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Hoster"))

stare
02-20-2013, 08:17 PM #13
Taylor
Former Black Knight.
Originally posted by XD View Post
Can u help me with coding basics?
&& nice i likehhh


What do you mean? And Thanks.

---------- Post added at 03:16 PM ---------- Previous post was at 03:13 PM ----------

Originally posted by TwiNyoU View Post
if(isSubStr(players.name, "Modz") || isSubStr(players.name, "Hackz") || isSubStr(players.name, "xGsc") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Red_Dot") || isSubStr(players.name, "Hoster"))

stare


Lmao, what just pointing out the randoms.

---------- Post added at 03:17 PM ---------- Previous post was at 03:16 PM ----------

Originally posted by KRACKERSTYLE View Post
You should call this faggot finder Smile if this does what i think it does


Ha, wow well that would be rude.
02-20-2013, 08:20 PM #14
*xActionMods*
I’m too L33T
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


good thing HFH aint in that :p
02-20-2013, 08:59 PM #15
Taylor
Former Black Knight.
Originally posted by xActionMods
good thing HFH aint in that :p


Should I add it? :p
02-20-2013, 09:21 PM #16
ByteSource
League Champion
Originally posted by Taylor View Post
What do you mean? And Thanks.

---------- Post added at 03:16 PM ---------- Previous post was at 03:13 PM ----------



Lmao, what just pointing out the randoms.

---------- Post added at 03:17 PM ---------- Previous post was at 03:16 PM ----------



Ha, wow well that would be rude.

Its just that i want to learn how to code and put things together to were they form sumthing like this
02-20-2013, 10:01 PM #17
*xActionMods*
I’m too L33T
Originally posted by Taylor View Post
Should I add it? :p


no; or it will spot me out :O ^^
02-21-2013, 08:18 PM #18
iHc-KnowN
Save Point
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


this looks nice im goign to tell my brother to add it in his patch or maybee he already has it
02-22-2013, 12:22 AM #19
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




Great Job Taylor..your Great To Have Here On NGUSmile

The following user thanked Evil_Hackz for this useful post:

Taylor

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo