News:

Happy New Year! Yes, the current one, not a previous one; this is a new post, we swear!

Main Menu
Menu

Show posts

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 Menu

Messages - drka

#196
General Programming / Re: VBS:Tryout list
June 04, 2005, 06:10:37 PM
my method is still better :P.
#197
General Programming / Re: VBS:Tryout list
June 04, 2005, 04:43:59 PM
Quote from: 111787 on June 04, 2005, 10:03:10 AM
Quote 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)

... no its not. that counts the first line from left to right.

< = left
> = right
#198
Entertainment District / Re: Burger King
June 03, 2005, 11:35:22 PM
...

either you are a dumbass or mentally retarted.

i was kidding.
#199
General Programming / Re: VBS:Tryout list
June 03, 2005, 11:24:10 PM
yep. i have a reputation for flaming and being an asshole to people. of course there is a nicer side of me. however nobody wants to see it :(.
#200
General Programming / Re: VBS:Tryout list
June 03, 2005, 09:11:51 PM
i was guessing. shutup.
#201
Entertainment District / Re: Burger King
June 03, 2005, 08:56:54 PM
bullshit around what?

and did i say i could hack?
#202
General Programming / Re: VBS:Tryout list
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.
#203
Entertainment District / Re: Burger King
June 03, 2005, 08:34:28 PM
Quote from: Newby on June 02, 2005, 09:05:26 PM
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.
i 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.
#204
Entertainment District / Re: Burger King
May 31, 2005, 09:36:51 PM
which translates to:you dont know shit about me.
#205
Entertainment District / Re: Burger King
May 31, 2005, 09:01:38 PM
most likely his IP is dynamic so it would be a miracle if he still uses that one ;).
#206
Trash Can / Re: VBS:Tryout list
May 31, 2005, 06:37:15 PM
Quote from: 111787 on May 30, 2005, 10:06:08 AM
This is not SB scripting, please stop spreading your noobness around.
so what if it isnt? FSO works in VB just like in VBScript. im not asking you to be an asshole -_- .

all im asking is why it isnt reading from the file.
#207
Entertainment District / Re: Burger King
May 30, 2005, 02:26:10 PM
Quote from: 111787 on May 30, 2005, 10:10:41 AM
ROFL. You owned yourself.
...

the reason why my bandwidth was wasted is cause some fucker downloaded 300MB of 1 file. as soon as i find out how to find out the IPs of people that dled it, ill fucking kill his IP with my big internet bazooka :P.

anyways the .mp3 is nice :P.
#208
General Discussion / Re: Electronic Design Zone
May 30, 2005, 02:18:10 PM
for now....that place sucks. all i can do there is argue with joe :P.
#209
General Programming / VBS:Tryout list
May 30, 2005, 01:34:34 AM
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 Sub



someone tell me WHY THE FUCK IT ISNT READING THE FUCKING FILE.
#210
General Discussion / Re: Firefox update
May 21, 2005, 04:30:45 PM
its been around for 2 weeks ;).