xTSO source

LetsRaceBwoi

Well-Known Member
I thought I literally threw this off the face of the earth - I deleted my GitHub account, threw away the flash drive containing it, and deleted it from my hard drive...
Clearly I did not. Because I still have it!
And it's all yours for free!
The username, as far as I know, is Xezno (obviously), and the password is either exeznoe, password or Xezno depending on the build.
"Enjoy" the glory days of my "beauty"! If you get errors, blame 11 year old me. It's actually surprisingly shittier than I thought, which is probably why Rhys hates me so much (or because I completely ruined TSO).
upload_2015-11-3_17-58-38.png
upload_2015-11-3_17-59-37.png
the screenshots look better than it actually is ssshhhhhhhh

DOWNLOAD LINK:
https://mega.nz/#!AZAASYiT!ZRAZoSR2d4CU3nYfvXpbmc9aYjYXLrKjz6qiDV56yu8
P.S. There is like, no gameplay for some reason. And it loads from files so make sure you have 'em.


please dont kill me
 
Last edited:
upload_2015-11-4_0-5-58.png
Hopefully none of these passwords were anyone's real password. I have also never seen if statements go this deep. It's not even correct, the first if statement is either true (username == "Xezno") or it does nothing. If the password for "Xezno" is wrong it checks the username again... but we already verified the username is "Xezno"...

upload_2015-11-4_0-8-3.png
Wow, I didn't know producing a dynamic linked library was so easy. All you have to do is write a string into it. Instant totally valid DLL. Is that even a valid path?
upload_2015-11-4_0-12-8.png
Please never become a software engineer.
 
The Xezno Lands logo gives people eye cancer..
View attachment 1024
Hopefully none of these passwords were anyone's real password. I have also never seen if statements go this deep. It's not even correct, the first if statement is either true (username == "Xezno") or it does nothing. If the password for "Xezno" is wrong it checks the username again... but we already verified the username is "Xezno"...
Time to update your passwords, folks.
@-BloodFighter-
Might want to add the source code to that cancer inducing list.
 
Last edited:
Greetings from the hospital. Just so you know, I was diagnosed with cancer.

Guess why.
gAV0d1U.png

AMuNuQL.png


Thanks LRB T_T
 
> Personalities unenviable cause of internet connection
Obviously, it would be the user's fault your software lacks a needed feature. :rolleyes:
 
Think of all the people who were checking their internet connection, hoping it would work!

Oh, wait... :D
 
Nobody's passwords are real.
Also, this was 2 fucking years ago. But I do agree. Maybe a parody is in order? ;)
View attachment 1024

Please never become a software engineer.
Uh what? I realize now that it could've been done more efficiently and safely:
Code:
Boolean isLoggedIn = false;
int i = 1;
String[] users = new String[] {"LetsRaceBwoi", "Cancer", "Xezno"}
String[] hashes = new String[] {"-634689", "-635866", "-56965"}
foreach (String user in users)
{
    if (tBoxUname.Text == user && tBoxPassw.Text.ToHash() == hashes[i])
    {
        // Password is correct and the username matches perfectly!
        isLoggedIn = true;
        // Go to the next screen, register a session, etc.
    }
    i++;
}
if (!isLoggedIn)
{
    MessageBox.Show("Incorrect username or password");
}
Sure, it's offline code, but it should work just fine once it's complete.
Also there was no other practical way to do it in windows forms (at the time) in VB apart from creating multiple forms :p
Think of all the people who were checking their internet connection, hoping it would work!

Oh, wait... :D
I don't even think I remember doing that... It's probably a placeholder or something.
 
I'm not releasing the source of TSOEmu True. I wiped it from the face of the earth.
Unless I create a half-assed copy from someone's copy, I won't.
 
Wow it's design is very.....minimalistic? ;P

(Shoudln't say anything cause my game is atm farmore worse atm lol)
 
Back
Top