Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Leaked SHO Files

Newbie Spellweaver
Joined
Oct 14, 2008
Messages
6
Reaction score
0
I week or so ago, I checked out those leaked SHO files. I looked up some old bugs/exploits and patched them.
I also added some new features to the files. I'm planning to release the files but before I do, I'd like to know if anyone knows any other exploits/bugs other than the ones listed below, or has a suggestion for a new feature :)
Also if you want to ask anything, don't hesitate to reply.

Current changes:
Code:
[+]Patched char select SQL injection
[+]Patched self-party hack
[+]Patched zulie drop hack. (lol at the JG/JL bug there)
[+]Removed RuffProtect encryption.
[+]Added a server "Bought" message.(Almost exactly the same code as the "Sold" message.)
[+]Changed background colour, because one of my computers was displaying it wrong.

EDIT:
EDIT2: lol I just noticed the .rar is 1337 kb >:D!

Bapao.
 
Last edited:
Master Summoner
Joined
Sep 7, 2006
Messages
523
Reaction score
0
patching all quest exploits would be great and if your looking for a team mybe cause im thinking of hosting it soon when i get another GB of ram on server :) pm me with your msn
 
TGN Studio's
Joined
Jan 11, 2007
Messages
806
Reaction score
7
Why remove the ruff protect Encryption? Except for the reason people won't be able to use the protect systems. Will have to make there own i guess.
 
Newbie Spellweaver
Joined
Oct 14, 2008
Messages
6
Reaction score
0
Why remove the ruff protect Encryption? Except for the reason people won't be able to use the protect systems. Will have to make there own i guess.
It's just making them more clean. A lot of people don't like to use RuffProtect, and don't know how to code they're own guard.

Also to the post above you:
No, I'm not going to go trough all QSD Files and patch them for you.
If I were you I look up xadet's "little gay server owning" dll and check the quest ID's.

So people, if you know any bugs/want any features tell me!
 
Master Summoner
Joined
Sep 7, 2006
Messages
523
Reaction score
0
well I got that one patched but only that one. Thats why i need to know how to patch one then ill know how todo others :)
 
Newbie Spellweaver
Joined
Oct 14, 2008
Messages
6
Reaction score
0
Hmm.. nobody really seems interested.. well, ok, Release is in the first post ^^.
EDIT:
If you don't know what to do with these files: nevermind..
 
Junior Spellweaver
Joined
Mar 10, 2007
Messages
165
Reaction score
38
There's couple version "leaked", i don't know what version you using here. I'll check it out and post bug later. But i don't like idea running without any guard proctection. Player will cheat by send packet with wpe, dupe, speed hack etc..
 
Newbie Spellweaver
Joined
Oct 14, 2008
Messages
6
Reaction score
0
There's couple version "leaked", i don't know what version you using here. I'll check it out and post bug later. But i don't like idea running without any guard proctection. Player will cheat by send packet with wpe, dupe, speed hack etc..
Ever heard of encryption?
If you want a guard, code your own, and don't copy RuffProtect.
 
Newbie Spellweaver
Joined
Oct 13, 2007
Messages
52
Reaction score
0
Just out of curiosity, how did you remove the ruffprotect encryption? It would help those of us who would like to add encryption of our own but just aren't quite sure how to do it!
 
Newbie Spellweaver
Joined
Oct 14, 2008
Messages
6
Reaction score
0
RuffProtect alters the 256 byte crypttable. Here are the tables and the locations:
Code:
Without RuffProtect:

1: 005EBCE2613FDD83C29C7E20A3FD1F41
2: 9DC3217FFCA2401E5F01E3BD3E6082DC
3: 237D9FC1421CFEA0E1BF5D0380DE3C62
4: BEE0025CDF81633D7C22C09E1D43A1FF
5: 4618FAA427799BC584DA3866E5BB5907
6: DB856739BAE406581947A5FB7826C49A
7: 653BD987045AB8E6A7F91B45C6987A24
8: F8A6441A99C7257B3A6486D85B05E7B9
9: 8CD2306EEDB3510F4E10F2AC2F7193CD
10:114FADF3702ECC92D38D6F31B2EC0E50
11:AFF1134DCE90722C6D33D18F0C52B0EE
12:326C8ED0530DEFB1F0AE4C1291CF2D73
13:CA947628ABF517490856B4EA6937D58B
14:5709EBB536688AD495CB2977F4AA4816
15:E9B7550B88D6346A2B7597C94A14F6A8
16:742AC896154BA9F7B6E80A54D7896B35

With RuffProtect:

11:00F1134DCE90722C6D33D18F0C52B0EE (The first byte is 00 here instead of AF)
14:5709EBB536688AD495CB2977F4AA4816
5: 4618FAA427799BC584DA3866E5BB5907
4: BEE0025CDF81633D7C22C09E1D43A1FF
8: F8A6441A99C7257B3A6486D85B05E7B9
13:CA947628ABF517490856B4EA6937D58B
16:742AC896154BA9F7B6E80A54D7896B35
3: 237D9FC1421CFEA0E1BF5D0380DE3C62
7: 653BD987045AB8E6A7F91B45C6987A24
10:114FADF3702ECC92D38D6F31B2EC0E50
1: AF5EBCE2613FDD83C29C7E20A3FD1F41 (The first byte is AF here instead of 00)
6: DB856739BAE406581947A5FB7826C49A
15:E9B7550B88D6346A2B7597C94A14F6A8
12:326C8ED0530DEFB1F0AE4C1291CF2D73
2: 9DC3217FFCA2401E5F01E3BD3E6082DC
9: 8CD2306EEDB3510F4E10F2AC2F7193CD

SHO_LS.dll:
begin 0x00045660
end   0x00045760
SHO_WS.dll:
begin 0x0005E3B0
end   0x0005E4B0
SHO_GS.dll
begin 0x000B66F8
end   0x000B67F8
TRose.exe
begin 0x0022F830
end   0x0022F930
 
Last edited:
Master Summoner
Joined
Sep 7, 2006
Messages
523
Reaction score
0
Bap would u like to be a dev on my server? im going to host one soon on my US dedi server and having you would be great! PM me with your msn and we can talk further. Btw i got Client, Site, Updater (well neon cube) all working with your server files.
 
Elite Diviner
Joined
Aug 12, 2006
Messages
412
Reaction score
0
Bapao works for InfernoROSE.
or so i've heard.
 
TGN Studio's
Joined
Jan 11, 2007
Messages
806
Reaction score
7
No he don't we have helped each other in the past but he works on his own atm.
 
Initiate Mage
Joined
Aug 18, 2007
Messages
1
Reaction score
0
First of all, thanks for the release. I've got some troubles though: whenever i log in with my character, I start at birth island and can't move, chat, drop an item etc. I've tried to run the Server on Windows XP and Windows Server 2003, but its always the same problem.

I've searched the forums and haven't found a solution yet. Has anyone experienced the same problem and was able to solve it ? Or does anyone know what to do ?

Thanks for your help
 
Back
Top