PDA

View Full Version : True A.I. for gore



Stix
10-03-2006, 06:44 AM
started code'n an app to do the connection to server so i can make a bot. but i'm snagged @ the sha1 auth string i did the connection and got an auth response of "v29m8Cr" then after a while of tinkering i decoded most of the algo for login, so far it is as follows:

I & (32 byte MD5 hash of cd-key) & (40 byte SHA1 hash of something) & chr(0), i did sha1 off all possibles i could see, anyone know what is being hashed? and if so plz help, kthnx

Stix
10-03-2006, 06:47 AM
my email is josh_shivers@hotmail.com

DESTRUCTION
10-03-2006, 07:05 AM
i have no idea about that stuff. i could help ya with god files n such but thats it.

contact prok or zith

Stix
10-03-2006, 07:07 AM
kthnx, i have no idea who those ppl are lol

DESTRUCTION
10-03-2006, 09:02 AM
how can you not know who zith is atleast? he's the one who made up duel mode for gore. i canunderstand pork cuz he's been inactive forever...

Stix
10-03-2006, 09:22 AM
lol, i know like 5 ppl & i've been playing for 3 years, not a ppl person i guess :)

MasterOfPuppets
10-03-2006, 02:04 PM
not a ppl person i guess :)
Or you're just retarded :L

Stix
10-03-2006, 03:16 PM
way to stay on topic ppl! gj

P.S: i think i r a weetad sumtimes

NinjaGator
10-03-2006, 03:24 PM
stix is a piece of shit, k

Diddlez
10-03-2006, 03:29 PM
I'll direct prok towards this thread next time I see him online if somebody else cant help (Darkspoon maybe?).

Chan4
10-03-2006, 04:14 PM
kthnx, i have no idea who those ppl are lol

cbf idiot imo.

NinjaGator
10-03-2006, 05:12 PM
don't help this fag, if he sees anyone with "nWp" in their tag, he will spam "give me telehax" and say other shit like "I know you have them."

GTFO

Stix
10-04-2006, 01:56 PM
come to think of it, i dont know ninjagator or chan4 either. oh well i dont think i want to know them, thanx deadly for teh help

Chan4
10-04-2006, 02:25 PM
come to think of it, i dont know ninjagator or chan4 either. oh well i dont think i want to know them, thanx deadly for teh help

Im sure you just dont know my original name. :L

Diddlez
10-04-2006, 03:23 PM
I gave this thread url to pork, but hes away so Im not sure if he will see it.

Stix
10-04-2006, 04:54 PM
Here is a little more detail for anyone who has any input.

Protocol: UDP
Packet #1:
0x02/0x00/0x0F/0x00/0x01/0x00/0x00/0x00/0x00/0x00/0x00/0x00/0x00
Packet #1 begins a connection to the server

Return Data From Packet #1:
0x02/0x00/0x0F/0x00/0x01 & FIRSTAUTH & 0x00
FIRSTAUTH seems to be a 8 byte string returned from server

Packet #2:
0x0A & FIRSTAUTH
FIRSTAUTH is sent back to the server so it knows to send the next auth string

Return Data From Packet #2:
0x01/0x01/0x00/0x00/0x01/0x01/0x01/0x00/0x00/0x00/0x8E/0x02/0x08 & SECONDAUTH & 0x00
SECONDAUTH = 6 byte string that seems to be base64 returned from server

Packet #3: <--THIS IS WHERE I GET SNAGGED
0x01/0x03/0x00/0x00/0x01/0x01/0x01/0x00/0x00/0x00/0x8F/0x02 & FINAL_AUTH_STRING & 0x00

FINAL_AUTH_STRING consist of 3 things
1st thing:
the letter "I"
2nd thing:
a 32 byte MD5 hash of gore cdkey(1234-1234-1234-1020 should look somewhat like this: 879e8a993edc9b83e8d51db52557116c)
3rd thing:
A 40 byte SHA1 String consisting Of "I DONT KNOW BUT IT HAS SOMETHING TO DO WITH SECONDAUTH" (bah should look somewhat like this: 37df021e2D95Fa4a8b77b8c836f3bdc5Fc102bc8)

So in other words:
I879e8a993edc9b83e8d51db52557116c37df021e2D95Fa4a8 b77b8c836f3bdc5Fc102bc8


i'm stuck on the sha1 section of FINAL_AUTH_STRING, i need to know the seed string in order to properly sha1 it. anyone with any knowledge plz help, kthnx

pork
10-04-2006, 07:30 PM
Haven't looked into the netcode of gore myself, not sure that zith has. I'll try and talk to him about it tho. Sorry friend :(

Stix
10-04-2006, 08:27 PM
isn't there anyone out there that plays gore & can code???????????????



thnx for the help pork

Diddlez
10-04-2006, 08:40 PM
If prok or zith cant help, nobody in this game can. :(

Boombostik
10-04-2006, 10:40 PM
If prok or zith cant help, nobody in this game can. :(
There is one. He is almighty. He is God of Gore. The creator, the maintainer, and possibly the destroyer. He is...Joel.

Stix
10-04-2006, 11:14 PM
yea, i'll get right on that

cbf asking joel: HEY CAN I SEE YOUR CODE?

lmfao

keenan
10-05-2006, 12:35 AM
started code'n an app to do the connection to server so i can make a bot. but i'm snagged @ the sha1 auth string i did the connection and got an auth response of "v29m8Cr" then after a while of tinkering i decoded most of the algo for login, so far it is as follows:

I & (32 byte MD5 hash of cd-key) & (40 byte SHA1 hash of something) & chr(0), i did sha1 off all possibles i could see, anyone know what is being hashed? and if so plz help, kthnx

same

ShockWave
10-05-2006, 12:51 AM
Just randomly hit your keyboard until it works.

Stix
10-05-2006, 01:12 AM
ShockWave, i actually started a bruteforce 2 hours ago on my secondary pc of the sha hash gore sent to the server, i'll have the seed needed to sha soon :)

Stix
10-17-2006, 08:24 PM
so far my bot is able to:

1:Join server

2:parse text color's & god files

3:read the servers map rotation(AND CHANGE IT) :P

4:manipulate packets such as firerate & speedrate

5:follow people from behind & mock every move they make(funny one)

6:it auto-aim's for pelvis area to make kills funnier


the net-code data still needs a few minor fixes, other then that IT IS TEH GOD-BOT OF GORE!

Diddlez
10-17-2006, 08:47 PM
Stix, if you have MSN or AIM please add me:

MSN- muthafuxenidea@hotmail.com
AIM- monkeysalad371

MasterOfPuppets
10-17-2006, 08:48 PM
So you gave your bot reload hack plus some sort of map rotation changing hack. Cool, I guess.
Honestly I don't think "True AI" is possible for Gore just because of the type of game it is and was designed that is, if the True AI you seek is that of Unreal Tournament or Quake.

Stix
10-19-2006, 06:33 PM
To: Pork & Zith


i've decided to make my gore finding's open source to you 2.

if your interested, email: josh_shivers@hotmail.com

keenan
10-19-2006, 06:35 PM
To: Pork & Zith


i've decided to make my gore finding's open source to you 2.

if your interested, email: josh_shivers@hotmail.com


I haven't seen them in awhile.

DESTRUCTION
10-19-2006, 06:59 PM
theyve prolly blocked you :L i dont see zith on much at all but i see prok on sometimes

keenan
10-19-2006, 07:00 PM
They didn't block me from the forums.

Spyder
10-20-2006, 01:56 AM
LOL I'd reinstall Gore just to see this BS. sounds pretty funny.

by "mocking" does it mean copying what a player does or follows them and does a bunch of animated moves? either way sounds goddamn funny imo.

Stix
10-20-2006, 11:49 AM
Dave: see it?


or r u not r33t enough?

Stix
10-20-2006, 11:52 AM
this is gonna be a long post, it's my algorithum code for gore. "open source"



Option Explicit
Private Const OFFSET_4 = 4294967296#
Private Const MAXINT_4 = 2147483647
Private Const S11 = 7
Private Const S12 = 12
Private Const S13 = 17
Private Const S14 = 22
Private Const S21 = 5
Private Const S22 = 9
Private Const S23 = 14
Private Const S24 = 20
Private Const S31 = 4
Private Const S32 = 11
Private Const S33 = 16
Private Const S34 = 23
Private Const S41 = 6
Private Const S42 = 10
Private Const S43 = 15
Private Const S44 = 21
Private State(4) As Long
Private ByteCounter As Long
Private ByteBuffer(63) As Byte
Private m_lOnBits(30) As Long
Private m_l2Power(30) As Long
Private Const BITS_TO_A_BYTE As Long = 8
Private Const BYTES_TO_A_WORD As Long = 4
Private Const BITS_TO_A_WORD As Long = BYTES_TO_A_WORD * BITS_TO_A_BYTE
Private Property Get RegisterA() As String
RegisterA = State(1)
End Property
Private Property Get RegisterB() As String
RegisterB = State(2)
End Property
Private Property Get RegisterC() As String
RegisterC = State(3)
End Property
Private Property Get RegisterD() As String
RegisterD = State(4)
End Property
Private Sub Class_Initialize()
m_lOnBits(0) = 1
m_lOnBits(1) = 3
m_lOnBits(2) = 7
m_lOnBits(3) = 15
m_lOnBits(4) = 31
m_lOnBits(5) = 63
m_lOnBits(6) = 127
m_lOnBits(7) = 255
m_lOnBits(8) = 511
m_lOnBits(9) = 1023
m_lOnBits(10) = 2047
m_lOnBits(11) = 4095
m_lOnBits(12) = 8191
m_lOnBits(13) = 16383
m_lOnBits(14) = 32767
m_lOnBits(15) = 65535
m_lOnBits(16) = 131071
m_lOnBits(17) = 262143
m_lOnBits(18) = 524287
m_lOnBits(19) = 1048575
m_lOnBits(20) = 2097151
m_lOnBits(21) = 4194303
m_lOnBits(22) = 8388607
m_lOnBits(23) = 16777215
m_lOnBits(24) = 33554431
m_lOnBits(25) = 67108863
m_lOnBits(26) = 134217727
m_lOnBits(27) = 268435455
m_lOnBits(28) = 536870911
m_lOnBits(29) = 1073741823
m_lOnBits(30) = 2147483647
m_l2Power(0) = 1
m_l2Power(1) = 2
m_l2Power(2) = 4
m_l2Power(3) = 8
m_l2Power(4) = 16
m_l2Power(5) = 32
m_l2Power(6) = 64
m_l2Power(7) = 128
m_l2Power(8) = 256
m_l2Power(9) = 512
m_l2Power(10) = 1024
m_l2Power(11) = 2048
m_l2Power(12) = 4096
m_l2Power(13) = 8192
m_l2Power(14) = 16384
m_l2Power(15) = 32768
m_l2Power(16) = 65536
m_l2Power(17) = 131072
m_l2Power(18) = 262144
m_l2Power(19) = 524288
m_l2Power(20) = 1048576
m_l2Power(21) = 2097152
m_l2Power(22) = 4194304
m_l2Power(23) = 8388608
m_l2Power(24) = 16777216
m_l2Power(25) = 33554432
m_l2Power(26) = 67108864
m_l2Power(27) = 134217728
m_l2Power(28) = 268435456
m_l2Power(29) = 536870912
m_l2Power(30) = 1073741824
End Sub
Public Function Write_Gore_Auth_String(CDKEY As String, SEED_AuthString As String) As String
On Error Resume Next
Write_Gore_Auth_String = "I" & MD5_raw(CDKEY) & SHA1(SEED_AuthString)
End Function
Private Function LShift(ByVal lValue As Long, ByVal iShiftBits As Integer) As Long
If iShiftBits = 0 Then
LShift = lValue
Exit Function
ElseIf iShiftBits = 31 Then
If lValue And 1 Then
LShift = &H80000000
Else
LShift = 0
End If
Exit Function
ElseIf iShiftBits <0> 31 Then
Err.Raise 6
End If
If (lValue And m_l2Power(31 - iShiftBits)) Then
LShift = ((lValue And m_lOnBits(31 - (iShiftBits + 1))) * _
m_l2Power(iShiftBits)) Or &H80000000
Else
LShift = ((lValue And m_lOnBits(31 - iShiftBits)) * _
m_l2Power(iShiftBits))
End If
End Function
Private Function RShift(ByVal lValue As Long, ByVal iShiftBits As Integer) As Long
If iShiftBits = 0 Then
RShift = lValue
Exit Function
ElseIf iShiftBits = 31 Then
If lValue And &H80000000 Then
RShift = 1
Else
RShift = 0
End If
Exit Function
ElseIf iShiftBits <0> 31 Then
Err.Raise 6
End If
RShift = (lValue And &H7FFFFFFE) \ m_l2Power(iShiftBits)
If (lValue And &H80000000) Then
RShift = (RShift Or (&H40000000 \ m_l2Power(iShiftBits - 1)))
End If
End Function
Private Function AddUnsigned(ByVal lX As Long, ByVal lY As Long) As Long
Dim lX4 As Long
Dim lY4 As Long
Dim lX8 As Long
Dim lY8 As Long
Dim lResult As Long

lX8 = lX And &H80000000
lY8 = lY And &H80000000
lX4 = lX And &H40000000
lY4 = lY And &H40000000

lResult = (lX And &H3FFFFFFF) + (lY And &H3FFFFFFF)

If lX4 And lY4 Then
lResult = lResult Xor &H80000000 Xor lX8 Xor lY8
ElseIf lX4 Or lY4 Then
If lResult And &H40000000 Then
lResult = lResult Xor &HC0000000 Xor lX8 Xor lY8
Else
lResult = lResult Xor &H40000000 Xor lX8 Xor lY8
End If
Else
lResult = lResult Xor lX8 Xor lY8
End If

AddUnsigned = lResult
End Function
Private Function LRot(ByVal x As Long, ByVal n As Long) As Long
LRot = LShift(x, n) Or RShift(x, (32 - n))
End Function
Private Function ConvertToWordArray(sMessage As String) As Long()
Dim lMessageLength As Long
Dim lNumberOfWords As Long
Dim lWordArray() As Long
Dim lBytePosition As Long
Dim lByteCount As Long
Dim lWordCount As Long
Dim lByte As Long

Const MODULUS_BITS As Long = 512
Const CONGRUENT_BITS As Long = 448

lMessageLength = Len(sMessage)

lNumberOfWords = (((lMessageLength + _
((MODULUS_BITS - CONGRUENT_BITS) \ BITS_TO_A_BYTE)) \ _
(MODULUS_BITS \ BITS_TO_A_BYTE)) + 1) * _
(MODULUS_BITS \ BITS_TO_A_WORD)
ReDim lWordArray(lNumberOfWords - 1)

lBytePosition = 0
lByteCount = 0
Do Until lByteCount >= lMessageLength
lWordCount = lByteCount \ BYTES_TO_A_WORD

lBytePosition = (3 - (lByteCount Mod BYTES_TO_A_WORD)) * BITS_TO_A_BYTE

lByte = AscB(Mid(sMessage, lByteCount + 1, 1))

lWordArray(lWordCount) = lWordArray(lWordCount) Or LShift(lByte, lBytePosition)
lByteCount = lByteCount + 1
Loop

lWordCount = lByteCount \ BYTES_TO_A_WORD
lBytePosition = (3 - (lByteCount Mod BYTES_TO_A_WORD)) * BITS_TO_A_BYTE

lWordArray(lWordCount) = lWordArray(lWordCount) Or _
LShift(&H80, lBytePosition)

lWordArray(lNumberOfWords - 1) = LShift(lMessageLength, 3)
lWordArray(lNumberOfWords - 2) = RShift(lMessageLength, 29)

ConvertToWordArray = lWordArray
End Function
Private Function SHA1(sMessage As String) As String
Dim HASH(4) As Long
Dim M() As Long
Dim W(79) As Long
Dim a, B, c, d, e As Long
Dim G, h, i, j As Long
Dim T1, T2 As Long

HASH(0) = &H67452301
HASH(1) = &HEFCDAB89
HASH(2) = &H98BADCFE
HASH(3) = &H10325476
HASH(4) = &HC3D2E1F0

M = ConvertToWordArray(sMessage)

For i = 0 To UBound(M) Step 16
a = HASH(0)
B = HASH(1)
c = HASH(2)
d = HASH(3)
e = HASH(4)

For G = 0 To 15
W(G) = M(i + G)
Next G

For G = 16 To 79
W(G) = LRot(W(G - 3) Xor W(G - 8) Xor W(G - 14) Xor W(G - 16), 1)
Next G

For j = 0 To 79

If j <= 19 Then
T1 = (B And c) Or ((Not B) And d)
T2 = &H5A827999
ElseIf j <= 39 Then
T1 = B Xor c Xor d
T2 = &H6ED9EBA1
ElseIf j <= 59 Then
T1 = (B And c) Or (B And d) Or (c And d)
T2 = &H8F1BBCDC
ElseIf j <= 79 Then
T1 = B Xor c Xor d
T2 = &HCA62C1D6
End If

h = AddUnsigned(AddUnsigned(AddUnsigned(AddUnsigned(LR ot(a, 5), T1), e), T2), W(j))
e = d
d = c
c = LRot(B, 30)
B = a
a = h
Next j

HASH(0) = AddUnsigned(a, HASH(0))
HASH(1) = AddUnsigned(B, HASH(1))
HASH(2) = AddUnsigned(c, HASH(2))
HASH(3) = AddUnsigned(d, HASH(3))
HASH(4) = AddUnsigned(e, HASH(4))

Next i

SHA1 = LCase(Right("00000000" & Hex(HASH(0)), 8) & _
Right("00000000" & Hex(HASH(1)), 8) & _
Right("00000000" & Hex(HASH(2)), 8) & _
Right("00000000" & Hex(HASH(3)), 8) & _
Right("00000000" & Hex(HASH(4)), 8))
End Function
Private Function MD5_raw(SourceString As String) As String
On Error Resume Next
MD5Init
MD5Update Len(SourceString), StringToArray(SourceString)
MD5Final
MD5_raw = LCase(GetValues)
End Function
Private Function StringToArray(InString As String) As Byte()
On Error Resume Next
Dim i As Integer, bytBuffer() As Byte
ReDim bytBuffer(Len(InString))
For i = 0 To Len(InString) - 1
bytBuffer(i) = Asc(Mid(InString, i + 1, 1))
Next i
StringToArray = bytBuffer
End Function
Private Function GetValues() As String
On Error Resume Next
GetValues = LongToString(State(1)) & LongToString(State(2)) & LongToString(State(3)) & LongToString(State(4))
End Function
Private Function LongToString(Num As Long) As String
On Error Resume Next
Dim a As Byte, B As Byte, c As Byte, d As Byte
a = Num And &HFF&
If a < 16 Then
LongToString = "0" & Hex(a)
Else
LongToString = Hex(a)
End If
B = (Num And &HFF00&) \ 256
If B < 16 Then
LongToString = LongToString & "0" & Hex(B)
Else
LongToString = LongToString & Hex(B)
End If
c = (Num And &HFF0000) \ 65536
If c < 16 Then
LongToString = LongToString & "0" & Hex(c)
Else
LongToString = LongToString & Hex(c)
End If
If Num < 0 Then
d = ((Num And &H7F000000) \ 16777216) Or &H80&
Else
d = (Num And &HFF000000) \ 16777216
End If
If d < 16 Then
LongToString = LongToString & "0" & Hex(d)
Else
LongToString = LongToString & Hex(d)
End If
End Function
Private Sub MD5Init()
On Error Resume Next
ByteCounter = 0
State(1) = UnsignedToLong(1732584193#)
State(2) = UnsignedToLong(4023233417#)
State(3) = UnsignedToLong(2562383102#)
State(4) = UnsignedToLong(271733878#)
End Sub
Private Sub MD5Final()
On Error Resume Next
Dim dblBits As Double, Padding(72) As Byte, lngBytesBuffered As Long
Padding(0) = &H80
dblBits = ByteCounter * 8
lngBytesBuffered = ByteCounter Mod 64
If lngBytesBuffered <56>= lngBufferRemaining Then
For II = 0 To lngBufferRemaining - 1
ByteBuffer(lngBufferedBytes + II) = InputBuffer(II)
Next II
MD5Transform ByteBuffer
lngRem = (InputLen) Mod 64
For i = lngBufferRemaining To InputLen - II - lngRem Step 64
For j = 0 To 63
ByteBuffer(j) = InputBuffer(i + j)
Next j
MD5Transform ByteBuffer
Next i
lngBufferedBytes = 0
Else
i = 0
End If
For K = 0 To InputLen - i - 1
ByteBuffer(lngBufferedBytes + K) = InputBuffer(i + K)
Next K
End Sub
Private Sub MD5Transform(Buffer() As Byte)
On Error Resume Next
Dim x(16) As Long, a As Long, B As Long, c As Long, d As Long
a = State(1)
B = State(2)
c = State(3)
d = State(4)
Decode 64, x, Buffer

FF a, B, c, d, x(0), S11, -680876936
FF d, a, B, c, x(1), S12, -389564586
FF c, d, a, B, x(2), S13, 606105819
FF B, c, d, a, x(3), S14, -1044525330
FF a, B, c, d, x(4), S11, -176418897
FF d, a, B, c, x(5), S12, 1200080426
FF c, d, a, B, x(6), S13, -1473231341
FF B, c, d, a, x(7), S14, -45705983
FF a, B, c, d, x(8), S11, 1770035416
FF d, a, B, c, x(9), S12, -1958414417
FF c, d, a, B, x(10), S13, -42063
FF B, c, d, a, x(11), S14, -1990404162
FF a, B, c, d, x(12), S11, 1804603682
FF d, a, B, c, x(13), S12, -40341101
FF c, d, a, B, x(14), S13, -1502002290
FF B, c, d, a, x(15), S14, 1236535329

GG a, B, c, d, x(1), S21, -165796510
GG d, a, B, c, x(6), S22, -1069501632
GG c, d, a, B, x(11), S23, 643717713
GG B, c, d, a, x(0), S24, -373897302
GG a, B, c, d, x(5), S21, -701558691
GG d, a, B, c, x(10), S22, 38016083
GG c, d, a, B, x(15), S23, -660478335
GG B, c, d, a, x(4), S24, -405537848
GG a, B, c, d, x(9), S21, 568446438
GG d, a, B, c, x(14), S22, -1019803690
GG c, d, a, B, x(3), S23, -187363961
GG B, c, d, a, x(8), S24, 1163531501
GG a, B, c, d, x(13), S21, -1444681467
GG d, a, B, c, x(2), S22, -51403784
GG c, d, a, B, x(7), S23, 1735328473
GG B, c, d, a, x(12), S24, -1926607734

HH a, B, c, d, x(5), S31, -378558
HH d, a, B, c, x(8), S32, -2022574463
HH c, d, a, B, x(11), S33, 1839030562
HH B, c, d, a, x(14), S34, -35309556
HH a, B, c, d, x(1), S31, -1530992060
HH d, a, B, c, x(4), S32, 1272893353
HH c, d, a, B, x(7), S33, -155497632
HH B, c, d, a, x(10), S34, -1094730640
HH a, B, c, d, x(13), S31, 681279174
HH d, a, B, c, x(0), S32, -358537222
HH c, d, a, B, x(3), S33, -722521979
HH B, c, d, a, x(6), S34, 76029189
HH a, B, c, d, x(9), S31, -640364487
HH d, a, B, c, x(12), S32, -421815835
HH c, d, a, B, x(15), S33, 530742520
HH B, c, d, a, x(2), S34, -995338651

II a, B, c, d, x(0), S41, -198630844
II d, a, B, c, x(7), S42, 1126891415
II c, d, a, B, x(14), S43, -1416354905
II B, c, d, a, x(5), S44, -57434055
II a, B, c, d, x(12), S41, 1700485571
II d, a, B, c, x(3), S42, -1894986606
II c, d, a, B, x(10), S43, -1051523
II B, c, d, a, x(1), S44, -2054922799
II a, B, c, d, x(8), S41, 1873313359
II d, a, B, c, x(15), S42, -30611744
II c, d, a, B, x(6), S43, -1560198380
II B, c, d, a, x(13), S44, 1309151649
II a, B, c, d, x(4), S41, -145523070
II d, a, B, c, x(11), S42, -1120210379
II c, d, a, B, x(2), S43, 718787259
II B, c, d, a, x(9), S44, -343485551


State(1) = LongOverflowAdd(State(1), a)
State(2) = LongOverflowAdd(State(2), B)
State(3) = LongOverflowAdd(State(3), c)
State(4) = LongOverflowAdd(State(4), d)
End Sub
Private Sub Decode(Length As Integer, OutputBuffer() As Long, InputBuffer() As Byte)
On Error Resume Next
Dim intDblIndex As Integer, intByteIndex As Integer, dblSum As Double
intDblIndex = 0
For intByteIndex = 0 To Length - 1 Step 4
dblSum = InputBuffer(intByteIndex) + InputBuffer(intByteIndex + 1) * 256# + InputBuffer(intByteIndex + 2) * 65536# + InputBuffer(intByteIndex + 3) * 16777216#
OutputBuffer(intDblIndex) = UnsignedToLong(dblSum)
intDblIndex = intDblIndex + 1
Next intByteIndex
End Sub
Private Function FF(a As Long, B As Long, c As Long, d As Long, x As Long, s As Long, ac As Long) As Long
a = LongOverflowAdd4(a, (B And c) Or (Not (B) And d), x, ac)
a = LongLeftRotate(a, s)
a = LongOverflowAdd(a, B)
End Function
Private Function GG(a As Long, B As Long, c As Long, d As Long, x As Long, s As Long, ac As Long) As Long
a = LongOverflowAdd4(a, (B And d) Or (c And Not (d)), x, ac)
a = LongLeftRotate(a, s)
a = LongOverflowAdd(a, B)
End Function
Private Function HH(a As Long, B As Long, c As Long, d As Long, x As Long, s As Long, ac As Long) As Long
a = LongOverflowAdd4(a, B Xor c Xor d, x, ac)
a = LongLeftRotate(a, s)
a = LongOverflowAdd(a, B)
End Function
Private Function II(a As Long, B As Long, c As Long, d As Long, x As Long, s As Long, ac As Long) As Long
a = LongOverflowAdd4(a, c Xor (B Or Not (d)), x, ac)
a = LongLeftRotate(a, s)
a = LongOverflowAdd(a, B)
End Function
Private Function LongLeftRotate(Value As Long, bits As Long) As Long
Dim lngSign As Long, lngI As Long
bits = bits Mod 32
If bits = 0 Then LongLeftRotate = Value: Exit Function
For lngI = 1 To bits
lngSign = Value And &HC0000000
Value = (Value And &H3FFFFFFF) * 2
Value = Value Or ((lngSign < 0) And 1) Or (CBool(lngSign And &H40000000) And &H80000000)
Next
LongLeftRotate = Value
End Function
Private Function LongOverflowAdd(Val1 As Long, Val2 As Long) As Long
Dim lngHighWord As Long, lngLowWord As Long, lngOverflow As Long
lngLowWord = (Val1 And &HFFFF&) + (Val2 And &HFFFF&)
lngOverflow = lngLowWord \ 65536
lngHighWord = (((Val1 And &HFFFF0000) \ 65536) + ((Val2 And &HFFFF0000) \ 65536) + lngOverflow) And &HFFFF&
LongOverflowAdd = UnsignedToLong((lngHighWord * 65536#) + (lngLowWord And &HFFFF&))
End Function
Private Function LongOverflowAdd4(Val1 As Long, Val2 As Long, val3 As Long, val4 As Long) As Long
Dim lngHighWord As Long, lngLowWord As Long, lngOverflow As Long
lngLowWord = (Val1 And &HFFFF&) + (Val2 And &HFFFF&) + (val3 And &HFFFF&) + (val4 And &HFFFF&)
lngOverflow = lngLowWord \ 65536
lngHighWord = (((Val1 And &HFFFF0000) \ 65536) + ((Val2 And &HFFFF0000) \ 65536) + ((val3 And &HFFFF0000) \ 65536) + ((val4 And &HFFFF0000) \ 65536) + lngOverflow) And &HFFFF&
LongOverflowAdd4 = UnsignedToLong((lngHighWord * 65536#) + (lngLowWord And &HFFFF&))
End Function
Private Function UnsignedToLong(Value As Double) As Long
If Value <0>= OFFSET_4 Then Error 6

If Value <= MAXINT_4 Then
UnsignedToLong = Value
Else
UnsignedToLong = Value - OFFSET_4
End If
End Function
Private Function LongToUnsigned(Value As Long) As Double
If Value < 0 Then
LongToUnsigned = Value + OFFSET_4
Else
LongToUnsigned = Value
End If
End Function

Stix
10-20-2006, 11:57 AM
a few more helpful function's for all u code'ers out there



Public Sub ReadText(IsMOTD As Boolean, MDat As String, RTB As RichTextBox)
Dim T As Integer, W As String

If IsMOTD = True Then
MDat = Get_MOTD(MDat)
End If
RTB.SelColor = vbYellow
RTB.SelAlignment = 2
RTB.SelFontSize = 8
For T = 1 To Len(MDat)
W = Mid(MDat, T, 1)
If IsNumeric(W) Then
If W = 1 Then
RTB.SelColor = vbRed
W = ""
ElseIf W = 2 Then
RTB.SelColor = vbGreen
W = ""
ElseIf W = 3 Then
RTB.SelColor = vbYellow
W = ""
ElseIf W = 4 Then
RTB.SelColor = vbBlue
W = ""
ElseIf W = 5 Then
RTB.SelColor = vbCyan
W = ""
ElseIf W = 6 Then
RTB.SelColor = &HC000C0
W = ""
ElseIf W = 7 Then
RTB.SelColor = vbWhite
W = ""
ElseIf W = 8 Then
RTB.SelColor = vbBlack
W = ""
ElseIf W = 9 Then
RTB.SelColor = vbWhite
W = ""
End If
ElseIf W = "^" Then
W = ""
ElseIf W = UCase(W) Then
RTB.SelFontSize = 10
RTB.SelText = RTB.SelText & W
RTB.SelFontSize = 8
Else
RTB.SelText = RTB.SelText & W
End If
Next T
End Sub

Private Function Get_MOTD(MDat As String) As String
Dim Str() As String, Str2() As String
Str = Split(MDat, String(2, &HA))
Str2 = Split(Str(0), "SlamWireGORE1")
Get_MOTD = Mid(Str2(1), 4, Len(Str2(1)) - 3)
End Function

Public Sub Parse_Server_Rotation_Data(SRDat As String)
Dim Str1() As String, Str2() As String, Str3() As String, Str4() As String, Str5() As String, Str6() As String, i As Integer
Str1 = Split(SRDat, Chr(&H10))
Str2 = Split(Str1(3), Chr(0)) '//Server Name
Str3 = Split(Str1(6), Chr(0)) '//Server Country
Str4 = Split(Str1(34), Chr(0)) '//Current Map
lbl.Caption = Str2(0) & " / " & Str3(0)
Str4 = Split(SRDat, Chr(&HA5)) '//Start Of Rotation data
Str5 = Split(Str4(2), Chr(&H11))
For i = 1 To UBound(Str5)
Str6 = Split(Str5(i), Chr(0))
Str6(0) = Replace(Str6(0), Chr(0), "")
If Str6(0) = "" Then
'Do nothing
Else
Str6(0) = Replace(Str6(0), ",Extermination", "")
lst.AddItem Str6(0) '//add map to lst
End If
Next i
End Sub

Stix
10-20-2006, 12:02 PM
okay! now that all teh school'n is over.

any more questions?

Diddlez
10-20-2006, 03:22 PM
Stix, if you have MSN or AIM please add me:

MSN- muthafuxenidea@hotmail.com
AIM- monkeysalad371

thnx

MasterOfPuppets
10-20-2006, 04:22 PM
This would be great to terrorize euro-servers with.

DESTRUCTION
10-22-2006, 09:16 AM
UM, yeah. I'm going to go with:

That is the most badass mod in Gore ever.

(i'm not r33t enuff tho :()



+repost the source in code brackets so smileys dont show up n wut not

Stix
10-22-2006, 11:41 AM
sup deadly? i added u

Diddlez
10-22-2006, 03:22 PM
sup deadly? i added u

k thnx

Stix
10-28-2006, 02:25 PM
here's sumtin thats lol for all:

i let shivers be my roomate again

he got his computers

i got more parts

we formatted drives

then i remembered, OH YEAH THE GOREBOT WAS ON THAT DRIVE

lol

Spyder
10-30-2006, 02:11 AM
LOL so wrls. Delete this goddamn thread *eek

Stix
10-30-2006, 07:54 PM
nah, dont delete the thread, i started re-make'n the bot last night

Stix
04-19-2007, 07:03 PM
guess what, ITS DONE BITCHES!

funny how it almost took me a year. i guess i'm lazy.

peace

Diddlez
04-19-2007, 08:00 PM
Thats cool friend .. too bad I forgot what it was that you were coding.

Please tell us what it is that you've finished. Regardless of what it is though, im glad someone finally coded something in gore since zith's duel mod.

m@nc0w
04-19-2007, 08:53 PM
so far my bot is able to:

1:Join server

2:parse text color's & god files

3:read the servers map rotation(AND CHANGE IT) :P

4:manipulate packets such as firerate & speedrate

5:follow people from behind & mock every move they make(funny one)

6:it auto-aim's for pelvis area to make kills funnier


the net-code data still needs a few minor fixes, other then that IT IS TEH GOD-BOT OF GORE!



What exactly is the point of all this?

DarkSpoon
04-19-2007, 09:24 PM
im sure mancow is about to call hax on everyone. :L

who cares what teh point was. sometimes is just fun to do something because you can. good project to learn some new things .good job stix. nice work. (Y)

m@nc0w
04-19-2007, 09:42 PM
im sure mancow is about to call hax on everyone. :L

who cares what teh point was. sometimes is just fun to do something because you can. good project to learn some new things .good job stix. nice work. (Y)
Actuallly my reply was a simple honest question as I dont' understand what the point of it is.

As for your first comment, your confusing me with someone else. :L

DarkSpoon
04-19-2007, 10:38 PM
maybe so, maybe so :L

Diddlez
04-20-2007, 07:55 AM
stix im interested in your project.

hit me up on msn sometime.

Spyder
04-21-2007, 03:58 AM
LOL cbf didlz always thinking of destructive wayz imo.

Stix could you actually install this to a server and make the best bot server there ever was?

Diddlez
04-21-2007, 11:09 AM
Stix im willing to give $27.91 to buyout your project. Let me know.

N9ne
04-22-2007, 11:40 AM
Stix im willing to give $27.91 to buyout your project. Let me know.


That better not be the god damn money we donated to you shitterson :@

Saman
04-22-2007, 12:59 PM
lol just what i was thinking 9mm...

DarkSpoon
04-22-2007, 03:42 PM
omghax deadly is actually joel. holy shit!

m@nc0w
04-22-2007, 07:53 PM
Speaking of Stix

Well I was told today that this is STIX fuking up servers lately. Today someone came into the L33T server and crashed it within a few seconds of being in the server, I was later told by a few that it is Stix. They started spamming name changes and finally the server crashed. I was playing along with Xena and Deadly and a few others. I was pretty pissed off as I was really enjoying some Gore time with Xena and even Deadly (as he kept sniping my ass over an over lol). After it crashed I said fuk it and left Gore. HarleyRider later posted that Stix joined his server a few times last week and has done the same thing.

N9ne
04-22-2007, 07:57 PM
I dont like stix tbh, dunno why some of you do, all he does is wallhax, then gets pissed and tk's you! And i've never seen him banned.


LOL YAH STIX IM TALKING ABOUT YOU HOMOSEXUAL.

THE 49er
04-22-2007, 08:41 PM
Make me a kol sig already, ffs! Just red and black. Watevr you like is fine. I JUST WANN SIG NIG SIR NIG! I know I'm off topic. FUCK IT!

Diddlez
04-22-2007, 10:12 PM
Ya it was my first few maps of Gore that Ive been able to play in the past month or so, and it was all ruined :(

I was hoping you and Xena would come back, cuz I really cbf being stuck with just people like Neo and Hitter.

Stix
04-23-2007, 12:04 AM
u wanna buy my bot? "the program itself" or the code to my bot?


and for all those who dislike me: i call left nut, deadly is right, and your the penis between us. :)

m@nc0w
04-23-2007, 04:03 AM
Ya it was my first few maps of Gore that Ive been able to play in the past month or so, and it was all ruined :(

I was hoping you and Xena would come back, cuz I really cbf being stuck with just people like Neo and Hitter.
I said fuk it after that happened and left (went offline) and then Xena took off as well. What pissed me off is I didnt' play alot of Gore last week so Sunday I was looking forward to playing a few hours. Xena and I had played 1 vs 1 for about 3 maps before anyone joined so after you and a few others came in we finally had some players and then BOOM down goes the server. :x

I'm sure we'll run into each other again and I'll kindly return all those bs frags you got on me..... I Was Jipped Again !

Stix
04-23-2007, 06:05 PM
yea sry bout the server crash, wasn't me it was milad, and he also told me how it's done and the reason it crashes if u want i can explain how to block it on a server

Diddlez
04-23-2007, 10:00 PM
yea sry bout the server crash, wasn't me it was milad, and he also told me how it's done and the reason it crashes if u want i can explain how to block it on a server

Doesn't surprise me at all. Milad is one of the biggest goddamn faggots in this game next to hitter.

DarkSpoon
04-23-2007, 10:04 PM
why did you give it to him???

Spyder
04-24-2007, 12:35 AM
CBF and why was it done in the L33T server?!?!? Why not just keep that bs in the GV server ffs.

I'm working with amatures godfuckindamnit.

ShockWave
04-24-2007, 01:04 AM
What the fuck is with the giant avatar...?

Bukowski
04-24-2007, 01:38 AM
What the fuck is with the giant avatar...?



Stix, that was just fuckin wrong .!.
I deleted it, and for being a fuckin obnoxious SOB I set it so you cant post a avatar.

Have a nice fuckin day ya prick

Spyder
04-24-2007, 03:34 AM
LOL Buk, was going 2 do the same thing ... but forgot about it as I've been working on a web site. Way 2 pick it up friend.

m@nc0w
04-24-2007, 04:17 AM
yea sry bout the server crash, wasn't me it was milad, and he also told me how it's done and the reason it crashes if u want i can explain how to block it on a server
It would be nice so we can stop the bullshit.

MasterOfPuppets
04-24-2007, 06:18 AM
goddamn bunch of shitcocks on these here boards.

DarkSpoon
04-24-2007, 09:04 AM
lol we have rox admins.

Spyder
04-25-2007, 01:07 AM
^

(only cuz it includes me)

Stix
04-25-2007, 02:42 PM
rofl, i just wanted to make sure i have the biggest one is all(lol). it's gone now anyway.

don't hate. etc. kthnx

Stix
04-25-2007, 07:57 PM
i found an interesting article on how Gamespy allocate's it's CD-KEY check system it's writen by: Luigi Auriemma

you people should google his work, it's really helpful

m@nc0w
04-25-2007, 08:02 PM
i found an interesting article on how Gamespy allocate's it's CD-KEY check system it's writen by: Luigi Auriemma

you people should google his work, it's really helpful
Usually when one finds an interesting article they post it for the rest of us to read :wtf:

Stix
04-26-2007, 12:28 AM
HENCE i said "google it" do u not know how to read?

it's okay i forgive u

DarkSpoon
04-26-2007, 08:38 AM
that didnt make any sense stix. you incorrectly used hence and you didnt even correctly read m@ncow's post.

he said if you find an interesting article you should post it for others to read. he didnt say if you find an interesting article you should tell us to google it. is the one you read the only article this guy has ever written? if no then how the hell are we supposed to know which one you suggested we read?

Bukowski
04-26-2007, 11:55 AM
that didnt make any sense stix. you incorrectly used hence and you didnt even correctly read m@ncow's post.

he said if you find an interesting article you should post it for others to read. he didnt say if you find an interesting article you should tell us to google it. is the one you read the only article this guy has ever written? if no then how the hell are we supposed to know which one you suggested we read?


Touché

Stix
04-26-2007, 05:56 PM
yes it is the only one he has writen, and it's dedicated to Gamespy's network protocol and algorithum. as to the 'hence' i believe you are correct in the matter. etc kthnx

m@nc0w
04-26-2007, 07:13 PM
that didnt make any sense stix. you incorrectly used hence and you didnt even correctly read m@ncow's post.

he said if you find an interesting article you should post it for others to read. he didnt say if you find an interesting article you should tell us to google it. is the one you read the only article this guy has ever written? if no then how the hell are we supposed to know which one you suggested we read?


Touché
^ BUMP!


as to the 'hence' i believe you are correct in the matter. etc kthnx
It's ok we forgive you :P .!.

Spyder
04-27-2007, 12:22 AM
yes it is the only one he has writen, and it's dedicated to Gamespy's network protocol and algorithum.
WTF u talkin' about ... "only one he has written"

http://aluigi.altervista.org/

I was actually willing to find this "one" article and read it, goddamn certainly not going to go through that *eek

Stix
04-27-2007, 07:11 AM
dave:

http://aluigi.altervista.org/papers/gskey-auth.txt

Diddlez
04-27-2007, 12:52 PM
Stix, tell that fucking faggot Milad he better quit his bullshit. Tired of the faggot going around wallhacking, then spamming the server after he gets raped.

Stix
04-27-2007, 01:18 PM
i already told him, and i finally agree with hatred towards hitter, he is such a lame ass, next time someone see's him in gore take a ss of his ip and post it for me. kthnx

Stix
04-27-2007, 01:20 PM
OH i almost forgot, i want an avatar too !

Greg
04-27-2007, 02:38 PM
I just found this thread , You got to be fucking joking , RIGHT ?

I could make a better program in Ms paint and that would even do anything!

DarkSpoon
04-27-2007, 03:22 PM
stfu greg. you cant program in ms paint.

Greg
04-27-2007, 03:27 PM
I bet I can make a program exaclty like his in 5 minutes.

Greg
04-27-2007, 03:35 PM
Heres my program , dont ask me for it , its for the g33t only (not u)

tnx to Saman For his coding help too.

DarkSpoon
04-27-2007, 03:49 PM
actually it took you 8 mins and its not even a program.

m@nc0w
04-27-2007, 04:22 PM
dave:

http://aluigi.altervista.org/papers/gskey-auth.txt
Tbh I'm kind of shocked to see him use GORE as one of the game examples.

Greg
04-27-2007, 04:23 PM
still about as usefull as STIX'S Program.

DarkSpoon
04-27-2007, 06:00 PM
wtf are you talking about greg?

seriously already tired of you.

Greg
04-28-2007, 06:10 AM
ROFL , your a moron.

Stix
04-28-2007, 05:11 PM
anyway, ignore'n idiots who dont understand what a programing language even is. about hitter's ip#. i'm banned so someone SS it for me kthnx

Stix
04-28-2007, 05:16 PM
yea mancow, i was like "wow this guys knows more then i do and he just SMASHED the Gamespy proto" lol

Stix
04-28-2007, 06:52 PM
lol i got bored and wrote this based on Luigi's article, i already explained the md5 algorithim, use that with this to create the string needed to connect.




Private Function Calculate_CDKEY_AUTH_String(CD_Key As String, Eight_Byte_Number As String, Server_Token As String) As String
On Error Resume Next
Dim Str(4) As String
Str(0) = CalculateMD5(CD_Key) & Eight_Byte_Number
Str(1) = Eight_Byte_Number * 2.17047617797905E-03 'Client_Token eg: (12345678 * 2.17047617797905E-03) = 26796
Str(2) = CD_Key & Str(1) & Server_Token
Str(3) = CalculateMD5(Str(2))
Str(4) = Str(0) & Str(3)
If Len(Str(4)) > 72 Then
Calculate_CDKEY_AUTH_String = "CD Key or challenge too long"
Else
Calculate_CDKEY_AUTH_String = Str(4)
End If
End Function


Usage Would Look Like This:
AuthKey = Calculate_CDKEY_AUTH_String("1111-2222-3333-4444", "12345678", "aBcDeFg")


AuthKey Would Be: 9a1d71b925b56b097f6803c61ba2e21712345678567289f339 2a21a37da23b139449a2ff

Bukowski
04-28-2007, 07:49 PM
Actually thats some nice work, sadly..who needs it at this point.

I only play FPS for the most part, and any game i have downloaded i can play online with either cracked servers OR private servers.

I'm pretty much only playin Nexiuz these days anyway, some Unreal and Unreal Tournament sometimes, but they never needed a CD key anyway.

Stix
04-30-2007, 01:23 AM
is Nexius a fun game?

Bukowski
04-30-2007, 02:14 AM
is Nexius a fun game?


I think so, but some people think checkers is a great game.

Download it and play it, its free.
dont forget to get the 35 map pack.

DESTRUCTION
04-30-2007, 02:15 AM
yeah its fun im just to damn lazy to download it..

Stix
04-30-2007, 02:59 PM
what is that on the cats head anyway? an ashtray?

DarkSpoon
04-30-2007, 04:45 PM
an ashtray... really? :wtf:

its the top to a case of cds/dvds

Stix
04-30-2007, 10:47 PM
lol it looked like an ashtray, my gf was cracking up over it.

funny shit man.

m@nc0w
05-01-2007, 04:01 AM
what is that on the cats head anyway? an ashtray?
How you get an "ashtray" out of this is beyond me. . .

Diddlez
05-01-2007, 07:49 AM
Your mother is an ashtray.

Bukowski
05-01-2007, 08:09 AM
what is that on the cats head anyway? an ashtray?
How you get an "ashtray" out of this is beyond me. . .




Its beyond me as well.
Maybe he thinks this is a ashtray also

Stix
05-02-2007, 12:11 AM
still ashtray imo



DAVE:
it's useful in the fact of Gamespy protocol, if you snarf the udp packets being sent to the server when gore is connecting/ or when Need for speed Most Wanted is connecting it use's the algorithim described in the article. so it's not just for gore. but many other games on the gamespy network


i only made the bot to better myself.
a keygen COULD be made, well.....more like a Server Side Brute Force then a keygen, if u wanted a multiplayer key. but yeah u get the picture

Stix
05-02-2007, 12:19 AM
rofl i just proxied into goreveterans.com cause i'm banned and Hitt3r writes this in forum

PPL BANNED AND REASON:
Deadly [NWP] 75.132 Reason -Hacking in GV Server 1

Stix 74.129 Reason-Total fuckin moron hacked H1tt3r's PC, Hvac's PC, Chaos's PC, D3press1on's PC, and probably many others. I also saw him hack in GV Server 1. Hacks he apparently has are speed hax, wall hax, aim hax, skin hax, and DOS attacks for Gore Servers.

Tuffy 75.55 Reason Making names like H1tt3r sucks black dick, L33t names, camping in 1 spot for whole map with rockets, tking, blocking doorways, and then saying to ban him b/c he likes to play another game anyway.

Stix
05-02-2007, 12:20 AM
don't anyone love me? rofl

DarkSpoon
05-02-2007, 12:34 AM
not when you triple post

MasterOfPuppets
05-02-2007, 12:52 AM
not when you triple post

Stix
05-02-2007, 02:52 AM
o'rly?

Spyder
05-02-2007, 04:44 AM
it is clearly defined in teh rules sir *eek

DESTRUCTION
05-02-2007, 05:03 AM
rofl i just proxied into goreveterans.com cause i'm banned and Hitt3r writes this in forum

PPL BANNED AND REASON:
Deadly [NWP] 75.132 Reason -Hacking in GV Server 1

Stix 74.129 Reason-Total fuckin moron hacked H1tt3r's PC, Hvac's PC, Chaos's PC, D3press1on's PC, and probably many others. I also saw him hack in GV Server 1. Hacks he apparently has are speed hax, wall hax, aim hax, skin hax, and DOS attacks for Gore Servers.

Tuffy 75.55 Reason Making names like H1tt3r sucks black dick, L33t names, camping in 1 spot for whole map with rockets, tking, blocking doorways, and then saying to ban him b/c he likes to play another game anyway.


loooool, fukin nice man

Stix
05-02-2007, 06:50 AM
yea i know, funny shit man

Stix
05-02-2007, 06:26 PM
any coders interested in making something with me to reboot servers without admin?

DarkSpoon
05-02-2007, 06:53 PM
visual basic? i thought you said you were a coder? :S

Spyder
05-02-2007, 07:29 PM
I only code PHP etc

Stix
05-02-2007, 07:35 PM
darkspoon, YOU DO REALIZE how long it takes to write gui in asm dont u?

i can program in non-oop languages. i just perfer oop cuz it's faster to write something, fuck having to write 400 lines of code for pixelation of a gui and then linking the windows crypto and winsock api's talking about @least 68,000 lines of code


i say cbf to that when vb can do it in 79 lines of code and as far as compression goes i can compile to p-code and then compress the exe an re-pack it with upx

btw:
oop = object oriented programming
upx = compression tool for exe's it's opensource

Stix
05-02-2007, 07:38 PM
lol this is a double post NOT TRIPLE lol

anyway, if anyone wants to talk with me about my code etc, MSN = josh_shivers@hotmail.com

Spyder
05-02-2007, 08:11 PM
does this UPX foolery work pretty good? I've just been making EXEs with WinRAR, which seems to work fine enough...but if it's a significant difference, then I'd give it a try.

Stix
05-02-2007, 08:36 PM
if u compile p-code into an exe THEN u can upx it, eg: asm/c#/c++/vb

i dont know if it can compress a winrar sfx exe

u should try it out

Bukowski
05-02-2007, 08:45 PM
Im realy drunk now

DarkSpoon
05-02-2007, 08:54 PM
jesus stix dont get your panties in a wad i just messing with you. i prefer c++ or Java. vb seems kinda noobish. plus java is compatible with EVERYTHING.

cbf your double posts and what not. you know there is a fuckin edit button.

Spyder
05-03-2007, 03:47 AM
Im realy drunk now
LOLOL cbf giant burst of laughter reading this thread and them coming across such randomness.

m@nc0w
05-03-2007, 02:47 PM
Im realy drunk now
LOLOL cbf giant burst of laughter reading this thread and them coming across such randomness.
Yeah there was another random post by him somwhere about him having to pee, good laughs indeed.

Stix
05-03-2007, 09:45 PM
well, today sucked. i had to kick mike (shivers) out cause he hasn't been helping with things around the house and to top it off i just worked 12 hours doing fucking grunt work.

on the bright side i found an exploit in the gs proto that will cause a server to give everyone a 999 ping but the server wont go down? crazy aint it. it's just a malformed ping packet. tbh joel should hire me to fix zith's fuckups etc.

anyway, now that mikes gone i think imma move my computers back into his room and setup a custom dedicated gore server etc(eg: flashing windows CE alongside my gorefiles onto the rom)

darkspoon, you said u write in c++ correct? if so there is a few tricks i wouldnt mind showing you with the opengl construct api's and maybe.. (u compile an app and sell it?) cause i'm to lazy to do it atm

u guys see the new gore map "metal whatever" looks kinda cool, anyone know the dir where krijack keeps that shit? i'd love to see what all he has stashed.

and now that i'm done writing my 8 paragraph's on stupid gore shit. i think it's time i goto sleep.

DarkSpoon
05-03-2007, 10:02 PM
i have very limited C++ programming skills. nothing outside of you basics. im better with Java but im sitll learning tbh. id be more than happy to take a look at that stuff though.

DESTRUCTION
05-03-2007, 10:21 PM
you know whatd be sweet, i remember a while back i believe sly[GRC] made a dedicated server panel where you could actually view the game through the small little window, i believe the window was split up into 4 sections, and one window was all observing(didnt show you were in game) and then another one where you would type ur commands etc...

if you could recreate that that would be pretty damn sweet, but i see no point in doing so since gore is like dead :L would eb a waste of time

Stix
05-04-2007, 02:39 AM
dest, have a link to what u speak?

Spyder
05-04-2007, 04:09 AM
well, today sucked. i had to kick mike (shivers) out cause he hasn't been helping with things around the house and to top it off i just worked 12 hours doing fucking grunt work.
LOL why does stix keep going back 2 live with u whenst u keep kicking him out *eek



i'd be more then happy to write the app for you and your clan (if u pay me) :P
LOL friend, I built NWP's site for free and said donations would be cool and didn't get more than $2, friend *moth You're asking the wrong crowd LMAO. Anyways, GoreAds will be free...so would be a waste of my hard earned money (seeing as I'm not making a goddamn dime atm)


+ Dest yeah I've been asking Harley to give me it for goddamnever. It's quite a neat program, IMO...but the guy who wrote it (DIEDIE) is long gone and I couldn't get ahold of him (bad email and doesn't reply to 4D pm). Harley won't give it to me without that guys' consent...so cbf. I think the site for it is still up...but it's not linked on his page:

http://www.coreyelectronics.com/

I cbf trying to find it much more than I have atm. Oh well.

Stix
05-04-2007, 05:18 AM
LOL why does stix keep going back 2 live with u whenst u keep kicking him out *eek.

um, i'm stix, he is shivers. geez

anyway since u think selling it is a bad idea then how about i run it myself for a while and just post all possible keys here in this forum?

would be a funny thing to post everyones gore key AND MORE.

i think i will, imma start it now and see what happens.

Diddlez
05-04-2007, 07:43 AM
LOL friend, I built NWP's site for free and said donations would be cool and didn't get more than $2, friend *moth You're asking the wrong crowd LMAO. Anyways, GoreAds will be free...so would be a waste of my hard earned money (seeing as I'm not making a goddamn dime atm)

I sent you $20 :S

Stix
05-04-2007, 08:30 AM
such bs deadly

paypal account balance: $983.54 USD

same as it has been


BTW, i made all that cash selling gay exploit programs

DarkSpoon
05-04-2007, 08:38 AM
jesus have you ever been to a forum before?

he quoted spyder, therefore he sent it to spyder.

Bukowski
05-04-2007, 09:59 AM
you know whatd be sweet, i remember a while back i believe sly[GRC] made a dedicated server panel where you could actually view the game through the small little window, i believe the window was split up into 4 sections, and one window was all observing(didnt show you were in game) and then another one where you would type ur commands etc...

if you could recreate that that would be pretty damn sweet, but i see no point in doing so since gore is like dead :L would eb a waste of time

I have the front end loader for Gore that DieDie made, (actually i think thats Sly)
I got it from Harley, I don't think he wants it released to the public..
I know Harley told me he had updated it not to long ago, I can prolly get a hold of DieDie, Harley gave me his Yahoo .

But i really CBF with it tbh.

Stix
05-04-2007, 02:49 PM
lol apparently i sux @ forumizing

DESTRUCTION
05-04-2007, 04:21 PM
you know whatd be sweet, i remember a while back i believe sly[GRC] made a dedicated server panel where you could actually view the game through the small little window, i believe the window was split up into 4 sections, and one window was all observing(didnt show you were in game) and then another one where you would type ur commands etc...

if you could recreate that that would be pretty damn sweet, but i see no point in doing so since gore is like dead :L would eb a waste of time

I have the front end loader for Gore that DieDie made, (actually i think thats Sly)
I got it from Harley, I don't think he wants it released to the public..
I know Harley told me he had updated it not to long ago, I can prolly get a hold of DieDie, Harley gave me his Yahoo .

But i really CBF with it tbh.

die die is a cool guy i used to play in his server, his server was the only grc server i liked because it was actually modified and didnt just have increased numbers on every god file

KMS
05-21-2007, 07:35 PM
Yeah VB to the rescue! Where ppl learn how to not program.

> enable-macro-aimbot-via-word-virus go [enter]
> Do you want to play a game?

DESTRUCTION
05-21-2007, 09:47 PM
who are you?

Diddlez
05-22-2007, 07:55 AM
Welcome to the forums Kaiser (Y)

Bukowski
05-22-2007, 08:05 AM
who are you?


If you talk politics I'm banning your ass :D




OrgName: Stanford University Network
OrgID: SUN-5
Address: Pine Hall, Room 115
City: Stanford
StateProv: CA
PostalCode: 94305-4122
Country: US

NetRange: 171.64.0.0 - 171.67.255.255
CIDR: 171.64.0.0/14
NetName: NETBLK-SUNET
NetHandle: NET-171-64-0-0-1
Parent: NET-171-0-0-0-0
NetType: Direct Assignment
NameServer: ARGUS.STANFORD.EDU
NameServer: AVALLONE.STANFORD.EDU
NameServer: ATALANTE.STANFORD.EDU
Comment:
RegDate: 1994-08-22
Updated: 2000-08-17

MasterOfPuppets
05-22-2007, 11:26 PM
Hello kaiser, you go to the same college as zith it seems.

DESTRUCTION
05-23-2007, 12:49 AM
uhhh buk i think u quoted the wrong person?

Bukowski
05-23-2007, 06:07 AM
uhhh buk i think u quoted the wrong person?

I didn't quote the wrong person, you wanted to know who it was, and I showed ya who it was .

KMS
05-23-2007, 01:29 PM
Hello kaiser, you go to the same college as zith it seems.

I'm not in college, I have a consulting job at the University.

And I don't think Zith goes to Stanford. Didn't he go to MIT?

Diddlez
05-23-2007, 02:08 PM
He was accepted into both and chose Stanford.

KMS
05-24-2007, 12:41 PM
He was accepted into both and chose Stanford.

Holy crap. Anyone know any contact info for him?

Bukowski
05-24-2007, 01:47 PM
He was accepted into both and chose Stanford.

Holy crap. Anyone know any contact info for him?


You could use the word shit on these forums, "crap" is not acceptable here.

In fact ya could use Cocksucker, Motherfucker and tits also.

just so ya know

Spyder
05-24-2007, 02:16 PM
LOL kaiser has probably known zith for a long time now but never knew it.

"always hated that kid" - Kaiser :D

DarkSpoon
05-24-2007, 04:45 PM
He was accepted into both and chose Stanford.

Holy crap. Anyone know any contact info for him?

just get his sig printed on a tshirt and wear it around campus.

Diddlez
05-24-2007, 06:47 PM
I've got him on MSN and AIM, but hes honestly only online once every 3 or 4 months. I could ask Pork for a phone number when I see him online next.

Bukowski
05-24-2007, 08:08 PM
He was accepted into both and chose Stanford.

Holy crap. Anyone know any contact info for him?

just get his sig printed on a tshirt and wear it around campus.


Kaiser is a nerd, he's already done that DS..prolly printed a dozen.

THE 49er
05-25-2007, 08:32 AM
Kol Dark!!!!!

DarkSpoon
05-25-2007, 10:08 AM
Kol Dark!!!!!

what?

Diddlez
05-25-2007, 12:28 PM
loooooooooooooool

Spyder
05-25-2007, 03:50 PM
LOL duno why we still ask for clarification *eek

I'm just going to write a program for the forum that tries to decyfer what he says...maybe Dest too :P


"Ima go hit the gym and lift 400 pounds with one finger etc"

SPYTRANSLATIONZ: "I'm emo, so I'm going to go cut something...preferably somewhere noticable enough to attract attention towards it."