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!

[Release] STREDIT - Localhost Editor

Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
[Release][2.9.2.0] STREDIT - Localhost Editor (Now IP editting too!)

Hello MapleDev Community!

I've been programming this neat tool that makes you able to change the encrypted strings inside localhosts!

Examples of edits you can make:

  • The URL of ending AD
  • Forgot ID/Password URLs
  • IP addresses and ports used when starting client
  • Job names in status bar
  • Plenty of error and info messages that are given at the client side, for example the Item info window or messages that have typos:
    "%d min left until the %s Expedition Challegne ends."
  • The "[Welcome] Welcome to MapleStory!!!" message!
  • The MapleTip text, so you can make your own tip! ([WvsBeta-Tip] for example)

Note: It does not have support for V.62 and under, because MapleStory has an old encryption code for that.
Another note: If a string does not have the last column checked ('Non-western'), you cannot enter korean text.
Download

Current version download (V2.9.2):


Screenshots

Loading V 109.1 with only 1 IP
Diamondo25 - [Release] STREDIT - Localhost Editor - RaGEZONE Forums

Loading V 105 and editting IP and port
stredit4 - [Release] STREDIT - Localhost Editor - RaGEZONE Forums
Loading up an unpacked V.97 client
stredit1 - [Release] STREDIT - Localhost Editor - RaGEZONE Forums
Editing something in that same client
stredit2 - [Release] STREDIT - Localhost Editor - RaGEZONE Forums
Loading up a V.74 localhost and filtering the data loaded
stredit3 - [Release] STREDIT - Localhost Editor - RaGEZONE Forums

Changelog
V2.9.2:
- Saves all data in it's own folder, under your profile Roaming map (%appdata%).
- Fixes loading V.115 clients
- Added Address column at the end of the table, for developers :p

V2.9.1:
- Added a 'remove all but one IP' option. This option will remove all other IPs (lol) and make the size for the only IP bigger!
- Minor bugfixes
V2.9
- Search option added
- Fixed saving clients
- Some strings may be able to hold Korean text, but not all of them.
- Removed dead file links from the 'Open' file list
- Update mechanism added (to disable: add a text file with the name 'noupdate.txt' to the startup directory, this will increase the startup speed)
-------------------------------------------------------------
V2.8
- IP editing system
- Port editing system (some versions have a port per IP, others have a global port)
- Better value editing support: you cannot enter more characters than available. If you do, you'll get a system beep instead of a messagebox áfter you edited it!

---------------------------------------------------
V2.7B
- Fixed icon (now for Windows XP and older!) (It's bigger now, too)
- Unhandled Exception handling exceptions and printing them to the Event Log.
-------------------------------------------------------------
V2.7
- Now able to seek IP addresses too
- Changed GUI a bit
- Fixed some things
- CSV import!
- Some changes to logging mechanism
-------------------------------------------------------------
V2.6
- Fixed saving for V.97
- Added a little icon
- Debug file is added (dlog.txt, elog.txt)
- Message when saving is finished
- Better space available calculation
- Updated file version of STREDIT.exe
-------------------------------------------------------------
V2.5
- Latest KMS support afaik
- Fixed saving file (sorry guys :()
- Logging stuff to l.txt xd
-------------------------------------------------------------
V2.0
- Korean characters support
- V.90+ support
- Added filtering
- Data size shown
-------------------------------------------------------------
V1.5
- Saving support
- V.75 support, no saving
-------------------------------------------------------------
V1.1
- V.74
- Loading version
-------------------------------------------------------------
V1.0
- Initial creation (made in my holiday lol)
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Mar 19, 2011
Messages
199
Reaction score
48
Re: STREDIT - Editing Localhost strings

Looks awesome, just wish I could use it on older versions.
 
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
Re: STREDIT - Editing Localhost strings

Thanks for moving to the Releases section :).

I'm working for KMS V1.2.3XX support. Their binary is a bit different (strange stuff).
Will look into the old crypto too.
 
Newbie Spellweaver
Joined
Nov 4, 2011
Messages
12
Reaction score
1
great work, I've wondered when someone would someone release something like that.
would it be possible to edit korean strings to english ?
 
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
great work, I've wondered when someone would someone release something like that.
would it be possible to edit korean strings to english ?

Yes, but you can't transform English strings to Korean. That's because the client reads them with 2 seperate functions: StringPool::GetStringW and StringPool::GetString. The former one transfers the code to a _bstr_t (a class that does special encoding stuff) and the latter one just returns the decoded string.
 
Newbie Spellweaver
Joined
Dec 3, 2011
Messages
99
Reaction score
24
Is it possible to remove the strings? (NOP)
or will leaving them blank not show them?
 
may web.very maple.pls.
Loyal Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
nice work my good man :]
 
Junior Spellweaver
Joined
Mar 19, 2011
Messages
199
Reaction score
48
Re: STREDIT - Editing Localhost strings

Thanks for moving to the Releases section :).
Will look into the old crypto too.

Thanks, if you have the time could you also look for the strings "NX Cash" or something, it'd be cool if you could change it to your own name.
 
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
Re: STREDIT - Editing Localhost strings

Thanks, if you have the time could you also look for the strings "NX Cash" or something, it'd be cool if you could change it to your own name.

You mean at the bottom of the Cash Shop? Those are on the Image. There are a couple raw strings used in the cashshop too, that are editable with a hex editor.
 
Newbie Spellweaver
Joined
Aug 13, 2009
Messages
29
Reaction score
24
How to save?
Doesnt work in v83?
 
Last edited:
Divine Celestial
Loyal Member
Joined
Sep 29, 2008
Messages
804
Reaction score
219
How could I have not seen this?
I absolutely love it, I can't express how much I love you right now.

EDIT: Causes not a valid win32 application error.
 
Last edited:
Skilled Illusionist
Joined
Feb 18, 2010
Messages
320
Reaction score
112
Holy Ducking poop this is amazing.

EDIT:
Ok, this will be amazing when I can save. Lol.
Apart from that minor issue, this is the coolest thing I've seen in forever.
 
Last edited:
Back
Top