Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?
0 Members and 2 Guests are viewing this topic.
I'd personally do as Joe suggests
You might be right about that, Joe.
ANOTHER JOE BOT? WTF MAN.
[23:04:34] <deadly7[x86]> Newby[x86][23:04:35] <deadly7[x86]> YOU ARE AN EMO[23:04:39] <Newby[x86]> shush it woman
[17:53:31] InsaneJoey[e2] was banned by x86 (GO EAT A BAG OF FUCK ASSHOLE (randomban)).
Put it this way Joe... you're on my Buddy List... if there's no one else on an you're the only one, I'd rather talk to myself.
Are you ever going to finish a project before abandoning it?
I have a programming folder, and I have nothing of value there
Our species really annoys me.
Joe Blows Binary Erections?
[8:38:03 PM] Welcome to JBBE by Joe[e2].[8:38:03 PM] Bound UDP port 6112 to socket.[8:38:05 PM] [BNET] Connecting..[8:38:05 PM] [BNET] Connected![8:38:06 PM] [BNET] Data Recieved.0000: 43 6F 6E 6E 65 63 74 69 6F 6E 20 66 72 6F 6D 20 Connection from 0010: 5B 31 37 32 2E 31 34 35 2E 32 30 34 2E 32 34 30 [172.145.204.2400020: 5D 0D 0A 0D 0A 45 6E 74 65 72 20 79 6F 75 72 20 ]....Enter your 0030: 61 63 63 6F 75 6E 74 20 6E 61 6D 65 20 61 6E 64 account name and0040: 20 70 61 73 73 77 6F 72 64 2E 0D 0A 55 73 65 20 password...Use 0050: 27 61 6E 6F 6E 79 6D 6F 75 73 27 20 69 66 20 79 'anonymous' if y0060: 6F 75 20 6F 6E 6C 79 20 77 61 6E 74 20 74 6F 20 ou only want to 0070: 69 73 73 75 65 20 71 75 65 72 69 65 73 2E 0D 0A issue queries...0080: 0D 0A ................[8:38:06 PM] [BNET] Data Recieved.0000: 55 73 65 72 6E 61 6D 65 3A 20 FF 50 33 00 00 00 Username: ÿP3...0010: 00 00 36 38 58 49 52 41 54 53 CD 00 00 00 00 00 ..68XIRATSÍ.....0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................0030: 00 00 43 41 4E 00 43 61 6E 61 64 61 00 ..CAN.Canada....
I see your IP!
'---------------------------------------------------------------------------------------' Procedure : RemoveNTString' Author : InsaneJoey[e2]' Purpose : Adds a Null Terminated String to the Buffer.'---------------------------------------------------------------------------------------Public Function RemoveNTString() As String Dim iPosition As Integer iPosition = InStr(1, m_sBuffer, vbNullChar) m_sBuffer = Mid(m_sBuffer, iPosition + 1) RemoveNTString = Mid(m_sBuffer, 1, iPosition - 1)End Function