Project: Independant MSL / Server Lister
What language is this program is/was codded or is in being codded....?
That Resident Evil Mod
————
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING
~[FGS]SaSQuATcH~ wrote:you+serious=error
chin.democ. wrote:It's just what you're doing with your right hand that worries me....
- ~Sanguine{DXA}Rose~
- Power/3D
- Posts: 281
- Joined: 06 Jan 2009, 06:21
- Location: In The Basement With Borat
- Contact:
Its relevant due to its never being released and the reason why.Skilgannon wrote:Thank you anihex for turning this topic back where it belongs. Can we have that storm edited out plz?
@~DJ~
It is in C code, the code is about 1,000+ lines. It is 100% independent code from
Unreal. All the functions and how the Gamespy protocal works is well in the code
and not hidden in the *metabolic end product way out* unreal property library.
When the GameSpy server does go down for this wretched game there is only
a beta msl and the rest hosted using Unreal for a MSL will just fuckup and be
venerable to a dozen types of attacks. This was the point of this project, to
create a independent and stable MSL for when GameSpy goes down.
I see no reason to release it because no one is man enough to stand up to RTK,
specifically the people that know what happened. I want no part of a community
where blaming the easiest person is ok and even if they knew who it was allow
them to be blamed.
This is were the moral standard of dx is at.
It's metabolic end product.
There is still master.dxmp.net[DXA]Sanguine wrote:
@~DJ~
[...]
When the GameSpy server does go down for this wretched game there is only
a beta msl and the rest hosted using Unreal for a MSL will just fuckup and be
venerable to a dozen types of attacks. This was the point of this project, to
create a independent and stable MSL for when GameSpy goes down.
[...]

"A programmer is a tool which converts caffeine to code." -- Unknown
"Lol, wtf, that sounds like Dragonforce" -- Nobody
"error C2440: '=' : cannot convert from 'float' to 'float'" -- Visual C++ 2008 <-- o.O
"shitham hat echt zu viel metabolic end product im hirn" -- Nobody
"Mein Leben ist scheiße... ach nee, war deins!" -- Serdar Somuncu
"Lol, wtf, that sounds like Dragonforce" -- Nobody
"error C2440: '=' : cannot convert from 'float' to 'float'" -- Visual C++ 2008 <-- o.O
"shitham hat echt zu viel metabolic end product im hirn" -- Nobody
"Mein Leben ist scheiße... ach nee, war deins!" -- Serdar Somuncu
-
- Posts: 3604
- Joined: 04 Jun 2008, 12:21
- Contact:
~Topic split, find new topic HERE~
- ~Sanguine{DXA}Rose~
- Power/3D
- Posts: 281
- Joined: 06 Jan 2009, 06:21
- Location: In The Basement With Borat
- Contact:
Greetings,
GameSpy MSL uses a variation of ARC4 for its authentication. As with my code now
I have not included the KSA to generate the game keys due to it being proprietorial
code. Instead I have included the GameType keys pre-generated. It is a 256-bit
key used per game name.
The MSL code will be released but the DeusEx Key will not be present. I will be
releasing this to the Unreal community considering Gamespy killed their MSL.
What this means summary:
This is no long a DX project, DX will not be compatible nor will ever be.
Thank you my children,
~Sanguine~
GameSpy MSL uses a variation of ARC4 for its authentication. As with my code now
I have not included the KSA to generate the game keys due to it being proprietorial
code. Instead I have included the GameType keys pre-generated. It is a 256-bit
key used per game name.
The MSL code will be released but the DeusEx Key will not be present. I will be
releasing this to the Unreal community considering Gamespy killed their MSL.
What this means summary:
This is no long a DX project, DX will not be compatible nor will ever be.
Thank you my children,
~Sanguine~
-
- Mr Exclusive
- Posts: 389
- Joined: 12 Apr 2008, 11:38
- Location: Orange County, CA, USA
- Contact:
- SPAZ ROFELZ
- MOMOMONSTERSPAM
- Posts: 1806
- Joined: 24 Jun 2008, 16:21
- Location: Sky
- ~Sanguine{DXA}Rose~
- Power/3D
- Posts: 281
- Joined: 06 Jan 2009, 06:21
- Location: In The Basement With Borat
- Contact:
Original Data= 0x53 0x75 0x63 0x6B 0x20 0x6D 0x79 0x20 0x42 0x61 0x6C 0x6C 0x73
FARC4 called
0:Buff 0x53 ^ Key 0xC2 = 0x91
1:Buff 0x75 ^ Key 0xCF = 0xBA
2:Buff 0x63 ^ Key 0x74 = 0x17
3:Buff 0x6B ^ Key 0x25 = 0x4E
4:Buff 0x20 ^ Key 0xA5 = 0x85
5:Buff 0x6D ^ Key 0x97 = 0xFA
6:Buff 0x79 ^ Key 0x49 = 0x30
7:Buff 0x20 ^ Key 0xA7 = 0x87
8:Buff 0x42 ^ Key 0x49 = 0xB
9:Buff 0x61 ^ Key 0x83 = 0xE2
10:Buff 0x6C ^ Key 0x95 = 0xF9
11:Buff 0x6C ^ Key 0x43 = 0x2F
12:Buff 0x73 ^ Key 0xDD = 0xAE
done
FARC4 called
0:Buff 0x91 ^ Key 0xC2 = 0x53
1:Buff 0xBA ^ Key 0xCF = 0x75
2:Buff 0x17 ^ Key 0x74 = 0x63
3:Buff 0x4E ^ Key 0x25 = 0x6B
4:Buff 0x85 ^ Key 0xA5 = 0x20
5:Buff 0xFA ^ Key 0x97 = 0x6D
6:Buff 0x30 ^ Key 0x49 = 0x79
7:Buff 0x87 ^ Key 0xA7 = 0x20
8:Buff 0xB ^ Key 0x49 = 0x42
9:Buff 0xE2 ^ Key 0x83 = 0x61
10:Buff 0xF9 ^ Key 0x95 = 0x6C
11:Buff 0x2F ^ Key 0x43 = 0x6C
12:Buff 0xAE ^ Key 0xDD = 0x73
done
FARC4 Encryption successfull
I so pawn u allz
FARC4 called
0:Buff 0x53 ^ Key 0xC2 = 0x91
1:Buff 0x75 ^ Key 0xCF = 0xBA
2:Buff 0x63 ^ Key 0x74 = 0x17
3:Buff 0x6B ^ Key 0x25 = 0x4E
4:Buff 0x20 ^ Key 0xA5 = 0x85
5:Buff 0x6D ^ Key 0x97 = 0xFA
6:Buff 0x79 ^ Key 0x49 = 0x30
7:Buff 0x20 ^ Key 0xA7 = 0x87
8:Buff 0x42 ^ Key 0x49 = 0xB
9:Buff 0x61 ^ Key 0x83 = 0xE2
10:Buff 0x6C ^ Key 0x95 = 0xF9
11:Buff 0x6C ^ Key 0x43 = 0x2F
12:Buff 0x73 ^ Key 0xDD = 0xAE
done
FARC4 called
0:Buff 0x91 ^ Key 0xC2 = 0x53
1:Buff 0xBA ^ Key 0xCF = 0x75
2:Buff 0x17 ^ Key 0x74 = 0x63
3:Buff 0x4E ^ Key 0x25 = 0x6B
4:Buff 0x85 ^ Key 0xA5 = 0x20
5:Buff 0xFA ^ Key 0x97 = 0x6D
6:Buff 0x30 ^ Key 0x49 = 0x79
7:Buff 0x87 ^ Key 0xA7 = 0x20
8:Buff 0xB ^ Key 0x49 = 0x42
9:Buff 0xE2 ^ Key 0x83 = 0x61
10:Buff 0xF9 ^ Key 0x95 = 0x6C
11:Buff 0x2F ^ Key 0x43 = 0x6C
12:Buff 0xAE ^ Key 0xDD = 0x73
done
FARC4 Encryption successfull
I so pawn u allz

Bananasplit here: - BLAH
"A programmer is a tool which converts caffeine to code." -- Unknown
"Lol, wtf, that sounds like Dragonforce" -- Nobody
"error C2440: '=' : cannot convert from 'float' to 'float'" -- Visual C++ 2008 <-- o.O
"shitham hat echt zu viel metabolic end product im hirn" -- Nobody
"Mein Leben ist scheiße... ach nee, war deins!" -- Serdar Somuncu
"Lol, wtf, that sounds like Dragonforce" -- Nobody
"error C2440: '=' : cannot convert from 'float' to 'float'" -- Visual C++ 2008 <-- o.O
"shitham hat echt zu viel metabolic end product im hirn" -- Nobody
"Mein Leben ist scheiße... ach nee, war deins!" -- Serdar Somuncu
- ~Sanguine{DXA}Rose~
- Power/3D
- Posts: 281
- Joined: 06 Jan 2009, 06:21
- Location: In The Basement With Borat
- Contact:
- ~][FGS][Nobody~
- Illuminated
- Posts: 5348
- Joined: 26 Oct 2005, 16:59
- Location: Schland!
Re: Project: Independant MSL / Server Lister
ROFL at that obfuscated code picture... what's the point of it if you can see nothing? 

Nobody is perfect...
-----------------------
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Magus wrote:Maybe one day I will understand your arcane rituals of voting
chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
- ~Sanguine{DXA}Rose~
- Power/3D
- Posts: 281
- Joined: 06 Jan 2009, 06:21
- Location: In The Basement With Borat
- Contact:
Re: Project: Independant MSL / Server Lister
If someone seen it, they might kream at its magnificence! :P~][FGS][Nobody~ wrote:ROFL at that obfuscated code picture... what's the point of it if you can see nothing?
-
- NoNameRANK
- Posts: 1999
- Joined: 18 Jul 2008, 13:27
- Location: The First Dominion of the Unbeheld
Re: Project: Independant MSL / Server Lister
I thought the point was the line that said:
"And God Created Pointers and he saw that it was good"

"And God Created Pointers and he saw that it was good"

* Since when were you the one in control?
- ~][FGS][Nobody~
- Illuminated
- Posts: 5348
- Joined: 26 Oct 2005, 16:59
- Location: Schland!
Re: Project: Independant MSL / Server Lister
Didn't even notice that. 

Nobody is perfect...
-----------------------
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Magus wrote:Maybe one day I will understand your arcane rituals of voting
chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!