1 Attachment(s)
Latest Terra Online Launcher Codes for all to use :)
Hellow.
I just wanted to share Terra Online launcher codes.
Feel free to use them as none of the codes really infringe anyone's copyright. I believe they are rogue codes.
Anyway, I hope you enjoy tinkering/learning with em and creating your own cool organized launchers.
Will be posting some more cool stuff.
Loving Ragezone,
Say no to Stop Online piracy Act!
Take care.
Re: Latest Terra Online Launcher Codes for all to use :)
Re: Latest Terra Online Launcher Codes for all to use :)
Re: Latest Terra Online Launcher Codes for all to use :)
Hellow,
What I've provided is the source code of the launcher. If you're unable to understand the purpose of it, I'd recommend you take some c# classes.
Good day.
Re: Latest Terra Online Launcher Codes for all to use :)
What you provided was a failed attempt to decompile it with prolly some noob with Reflector. Anyways this is old, and it's not even in the correct language. Will be taken down shortly :3
Re: Latest Terra Online Launcher Codes for all to use :)
^ I dont get why ur so annoyed. lol
I hoped my attempts to be worth appreciation even if it was "noob" :)
Btw I did see Stu written on the source code somewhere. I wonder if you're the one that coded it. In anycase, you don't have any proof of a legal ownership. You shouldn't be confident about "will be taken down shortly".
Though, that code could allow people to code a simple program to bruteforce your database since all ur encryption mechanism etc. are mentioned on there.
Oh and, its not old. I have your client downloaded and that's where I decompiled it from. I'm sure its not old.
Good day.
Re: Latest Terra Online Launcher Codes for all to use :)
It's back from FML time; it's old. And that "encryption" is for the string of text sent to the patch server, and has absolutely nothing to do with database. You have no idea what you're talking about.
And yea, we do, under SCS, Inc. Google it.
And I'm annoyed because people like you thinking they know what they are doing, is annoying.
Re: Latest Terra Online Launcher Codes for all to use :)
Hey :)
I see how it is:
xml = client.DownloadString("http://terralogin.extrinsicstudio.com?sToken=" + str2.Generate() + "&sUserID=" + sUserID + "&sUserPW=" + this.MD5(Strings.LCase(sUserPW)));
xml = client2.DownloadString("http://terradedi.extrinsicstudio.com?sToken=" + str2.Generate() + "&sUserID=" + sUserID + "&sUserPW=" + this.MD5(Strings.LCase(sUserPW)));
Umm, I couldn't find your "legal right" to the code on SCS, Inc. Sorry im such a noob :(
And I apologise for annoying you.
I Only shared what I could :)
Btw, You sir, are very misleading. :)
Regards.
Re: Latest Terra Online Launcher Codes for all to use :)
That's the launcher from April 1st. And okay well you don't have to find it. But eh, I don't care about it, since it was my fault for not encrypting it in the first place. But saying shit that isn't true is just plain silly.
Re: Latest Terra Online Launcher Codes for all to use :)
^ It's from your client that I downloaded a couple of days back.
And I'm glad you accept your faults. You're actually a nice person :)
I remain truthful.
Regards.
Re: Latest Terra Online Launcher Codes for all to use :)
Lol. Funny. Now get Dusk Launcher Source, if you can. ;)
Re: Latest Terra Online Launcher Codes for all to use :)
^ I couldn't find the time to take a look as it involved downloading your server. A friend of mine however did take a look and I'll just paste what he found out.
"Scanned PakiHookbuscater:
Initial Reports:
Source codes,
DuskProgressBar
DuskTextBox
FileHash
ImageButton
LauncherForm
Patch
Program
Timing
VersionInfo
WebAuth
WebClientEx
References,
Iconic.zip
mscorlib
System
System.Core
System.Drawing
System.Windows.Forms
Indepth looking got me to almost decoding their encryption method. I'll Pm you for details :D
but here's some stuff for ya
>List of functions used in FileHash
public sealed class FileHash
{
public string FileName;
public string Hash;
public string FullPath;
public FileHash(string fileName, string hash);
}
>List of functions used in WebClientEx
public sealed class WebClientEx : WebClient
{
private byte[] DataResult;
private long LastProgressUpdate;
private string StringResult;
public WebClientEx();
public byte[] DownloadDataAsyncTimeout(Uri address);
public void DownloadFileAsyncTimeout(Uri address, string fileName);
public string DownloadStringAsyncTimeout(Uri address);
protected override void OnDownloadDataCompleted(DownloadDataCompletedEventArgs e);
protected override void OnDownloadFileCompleted(AsyncCompletedEventArgs e);
protected override void OnDownloadProgressChanged(DownloadProgressChangedEventArgs e);
protected override void OnDownloadStringCompleted(DownloadStringCompletedEventArgs e);
public void TimeoutAsync();
}
Iv mailed u my full report, bat fful assesment i ned to send the exe to SynTax..heh he can crack prolly."
I'll take a deeper look and distribute the executable among my friends since you asked. :)
Have a good day.
Re: Latest Terra Online Launcher Codes for all to use :)
Re: Latest Terra Online Launcher Codes for all to use :)
^ XD [Message is too short]
Re: Latest Terra Online Launcher Codes for all to use :)
Can you get me Outspark Launcher code too? Much appreciated.