Project: Independant MSL / Server Lister

The time is right for a suicide!
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Post by ~DJ~ »

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....
User avatar
~Sanguine{DXA}Rose~
Power/3D
Power/3D
Posts: 281
Joined: 06 Jan 2009, 06:21
Location: In The Basement With Borat
Contact:

Post by ~Sanguine{DXA}Rose~ »

Skilgannon wrote:Thank you anihex for turning this topic back where it belongs. Can we have that storm edited out plz?
Its relevant due to its never being released and the reason why.

@~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.
User avatar
[FGS]Hawk
Federvieh
Federvieh
Posts: 700
Joined: 26 Sep 2008, 18:05
Location: In the pub
Contact:

Post by [FGS]Hawk »

[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.

[...]
There is still master.dxmp.net ;-)
"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
~[FGS]SaSQuATcH~
Posts: 3604
Joined: 04 Jun 2008, 12:21
Contact:

Post by ~[FGS]SaSQuATcH~ »

~Topic split, find new topic HERE~
User avatar
~Sanguine{DXA}Rose~
Power/3D
Power/3D
Posts: 281
Joined: 06 Jan 2009, 06:21
Location: In The Basement With Borat
Contact:

Post by ~Sanguine{DXA}Rose~ »

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~
Hammer[HK]Time!
Mr Exclusive
Mr Exclusive
Posts: 389
Joined: 12 Apr 2008, 11:38
Location: Orange County, CA, USA
Contact:

Post by Hammer[HK]Time! »

What's all this rubbish about standing up to RTK? I haven't had the patience to read through every post in this thread but I fail to see how an entire community is being bullied by a gang of inept short bus kids.
User avatar
SPAZ ROFELZ
MOMOMONSTERSPAM
MOMOMONSTERSPAM
Posts: 1806
Joined: 24 Jun 2008, 16:21
Location: Sky

Post by SPAZ ROFELZ »

Nobody is man enough to stick it to RTK? Dude, since when did RTK play any role in DX other than slot fillers in a 0 aug game. They are what we auggers know as a "free streak".

You guys need to grow a pair. It's only RTK.
Image
User avatar
Fear
Virtue/4E
Virtue/4E
Posts: 502
Joined: 02 Dec 2008, 18:50

Post by Fear »

lol...
User avatar
~Sanguine{DXA}Rose~
Power/3D
Power/3D
Posts: 281
Joined: 06 Jan 2009, 06:21
Location: In The Basement With Borat
Contact:

Post by ~Sanguine{DXA}Rose~ »

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 :D
User avatar
[FGS]Hawk
Federvieh
Federvieh
Posts: 700
Joined: 26 Sep 2008, 18:05
Location: In the pub
Contact:

Post by [FGS]Hawk »

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
User avatar
~Sanguine{DXA}Rose~
Power/3D
Power/3D
Posts: 281
Joined: 06 Jan 2009, 06:21
Location: In The Basement With Borat
Contact:

Re: Project: Independant MSL / Server Lister

Post by ~Sanguine{DXA}Rose~ »

Image

It P4WNS!
~GOD~
User avatar
~][FGS][Nobody~
Illuminated
Illuminated
Posts: 5348
Joined: 26 Oct 2005, 16:59
Location: Schland!

Re: Project: Independant MSL / Server Lister

Post by ~][FGS][Nobody~ »

ROFL at that obfuscated code picture... what's the point of it if you can see nothing? :D
Nobody is perfect...
-----------------------
ô¿ô¥[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.
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.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
User avatar
~Sanguine{DXA}Rose~
Power/3D
Power/3D
Posts: 281
Joined: 06 Jan 2009, 06:21
Location: In The Basement With Borat
Contact:

Re: Project: Independant MSL / Server Lister

Post by ~Sanguine{DXA}Rose~ »

~][FGS][Nobody~ wrote:ROFL at that obfuscated code picture... what's the point of it if you can see nothing? :D
If someone seen it, they might kream at its magnificence! :P
~GOD~
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Re: Project: Independant MSL / Server Lister

Post by Skilgannon »

I thought the point was the line that said:

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

:bwahaha:
* Since when were you the one in control?
User avatar
~][FGS][Nobody~
Illuminated
Illuminated
Posts: 5348
Joined: 26 Oct 2005, 16:59
Location: Schland!

Re: Project: Independant MSL / Server Lister

Post by ~][FGS][Nobody~ »

Didn't even notice that. :bwahaha:
Nobody is perfect...
-----------------------
ô¿ô¥[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.
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.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
Post Reply