my method is still better :P.
Happy New Year! Yes, the current one, not a previous one; this is a new post, we swear!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: 111787 on June 04, 2005, 10:03:10 AMQuote from: Mangix on June 03, 2005, 08:36:16 PM
Mid? go die. this file is the userlist.txt file of stealthbot. so your code wont work unless the user was a specified length therefore making you stupid.
Mid(String, 1, 1) is the same as Right(String, 1)
Quote from: Newby on June 02, 2005, 09:05:26 PMi barely go on IRC FYI. accually the only place i have been on IRC lately is on tehnetwork but theres nothing interesting on IRC. and hacking people is no fun. thats just plain mean.Quote from: Mangix on May 31, 2005, 09:36:51 PM
which translates to:you dont know shit about me.
Admit it. You couldn't hack your way out of a paper bag, yet alone do anything outside of spamming an IP on IRC while also screaming "SYN FLOOD ME" if you got somebody's IP.
Quote from: 111787 on May 30, 2005, 10:06:08 AMso what if it isnt? FSO works in VB just like in VBScript. im not asking you to be an asshole -_- .
This is not SB scripting, please stop spreading your noobness around.
Quote from: 111787 on May 30, 2005, 10:10:41 AM...
ROFL. You owned yourself.
Sub Event_UserTalk(Username, Flags, Message, Ping)
If LCase(Message) = BotVars.Trigger & "tryouts" Then
GetDBEntry Username, myAccess, myFlags
If myAccess => 80 Then
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(BotPath & "users.txt", 1, False)
lines = Split(ts.ReadAll, vbCrLf)
For i = 0 to UBound(lines)
If Right(lines(i), 1) = "T" Then
AddQ "Tryout: " & Split(lines(i), " ") (0)
tFound = True
End If
Next
If Not tFound Then
AddQ "OMFG WTF. NOBODY WAS FOUND OMFG GAY."
End If
End If
End If
End SubPage created in 0.022 seconds with 16 queries.