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!

Edit New Launcher

Newbie Spellweaver
Joined
Oct 24, 2012
Messages
31
Reaction score
0
Hi, guys. This is my first thread.

Is there somebody know to edit IP and Nation from this Launcher?
Code:
http://www.mediafire.com/download/yo9iip0f08yqf8u/New+Launcher.rar

Thanks in advance :)
 
Last edited:
Banned
Banned
Joined
Feb 14, 2014
Messages
3
Reaction score
0
Hi, guys. This is my first thread.

Is there somebody know to edit IP and Nation from this Launcher?
Code:
http://www.mediafire.com/download/yo9iip0f08yqf8u/New+Launcher.rar

Thanks in advance :)

After a quick look at your launcher in my hex editor, it appears it is packed or compressed or encrypted. You will need to unpack this before you can do anything with this PE. Please just find a clean one and hex that instead. Or if you want to use this one study the artform of unpacking using OllyDbg.



Hi, guys. This is my first thread.

Is there somebody know to edit IP and Nation from this Launcher?
Code:
http://www.mediafire.com/download/yo9iip0f08yqf8u/New+Launcher.rar

Thanks in advance :)

After a quick look at your launcher in my hex editor, it appears it is packed or compressed or encrypted. You will need to unpack this before you can do anything with this PE. Please just find a clean one and hex that instead. Or if you want to use this one study the artform of unpacking using OllyDbg.
 
Upvote 0
Hezarial Developer
Joined
Jun 21, 2012
Messages
619
Reaction score
14
just ediited ip with strs
and use launcher in emulator rf online
 
Upvote 0
Newbie Spellweaver
Joined
Oct 24, 2012
Messages
31
Reaction score
0

STRS and Launcher in that thread is different of my Launcher.

After a quick look at your launcher in my hex editor, it appears it is packed or compressed or encrypted. You will need to unpack this before you can do anything with this PE. Please just find a clean one and hex that instead. Or if you want to use this one study the artform of unpacking using OllyDbg.

No, it is not packed. Totally pure. I already test it in my PEiD. Here's the Screen Shot
sukesukaz - Edit New Launcher - RaGEZONE Forums


just ediited ip with strs
and use launcher in emulator rf online

I never find strs about this launcher.

After long research, i found this finally. This STRS only includes IP and Port. I have no idea why this Launcher has only 1 IP. It doesn't like another Launcher.
Code:
[filemask="*.exe"]

//STRS by novanakal@rf.reborn-gaming.com
//Big Thx To Edaks @ Maindev
//do not edit this Part
//Modified by sukesukaz   [USER=1333426735]RaGEZONE[/USER]


struct NewLauncher
{
child "IPConfig" [offset=0x10457C, group="IPConfig Section",count=1];
child "LoginPort" [offset=0x1E01, group="Port Login to Server",count=1];
}


//////////////////////////////////////////////
// -----> Start IPConfig <----- //
struct "IPConfig" [preload=1]
{
str[len=15] "ru-ru";
}
// -----> End IPConfig <----- ///
////////////////////////////////////////////



////////////////////////////////////////
// -----> Start LoginPort <----- /////
struct "LoginPort" [preload=1]
{
i32 "LoginPort";
}
// -----> End LoginPort <----- /////
/////////////////////////////////////

IP and Port has been discovered. My next problem is why this launcher only read Russian Client? I want to edit Launcher for USA or other language. I think it is good to develop this Launcher. Simple and Cool :) I'm waiting for your replies :)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
65
Reaction score
1
STRS and Launcher in that thread is different of my Launcher.



No, it is not packed. Totally pure. I already test it in my PEiD. Here's the Screen Shot
sukesukaz - Edit New Launcher - RaGEZONE Forums




I never find strs about this launcher.

After long research, i found this finally. This STRS only includes IP and Port. I have no idea why this Launcher has only 1 IP. It doesn't like another Launcher.
Code:
[filemask="*.exe"]

//STRS by novanakal@rf.reborn-gaming.com
//Big Thx To Edaks @ Maindev
//do not edit this Part
//Modified by sukesukaz   @[I][B][URL="http://forum.ragezone.com/members/1333426735.html"]RaGEZONE[/URL][/B][/I]


struct NewLauncher
{
child "IPConfig" [offset=0x10457C, group="IPConfig Section",count=1];
child "LoginPort" [offset=0x1E01, group="Port Login to Server",count=1];
}


//////////////////////////////////////////////
// -----> Start IPConfig <----- //
struct "IPConfig" [preload=1]
{
str[len=15] "ru-ru";
}
// -----> End IPConfig <----- ///
////////////////////////////////////////////



////////////////////////////////////////
// -----> Start LoginPort <----- /////
struct "LoginPort" [preload=1]
{
i32 "LoginPort";
}
// -----> End LoginPort <----- /////
/////////////////////////////////////

IP and Port has been discovered. My next problem is why this launcher only read Russian Client? I want to edit Launcher for USA or other language. I think it is good to develop this Launcher. Simple and Cool :) I'm waiting for your replies :)

Im not negtiv thinking, what spesial of that launcher?, you can make your own launcher. Or you wanna ddos that RF?
 
Upvote 0
Newbie Spellweaver
Joined
Oct 24, 2012
Messages
31
Reaction score
0
Im not negtiv thinking, what spesial of that launcher?, you can make your own launcher. Or you wanna ddos that RF?

As i said, this one is Simple and Cool. What is bothering you?

And what the hell about your "ddos"? I really have no idea. "ddos" means attacking server? From this launcher? How?
 
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
65
Reaction score
1
As i said, this one is Simple and Cool. What is bothering you?

And what the hell about your "ddos"? I really have no idea. "ddos" means attacking server? From this launcher? How?
Oke, sorry if you feel.
Simple and cool not because launcher.exe but spriteimage files

Find ip from that launcher.



Where's my Aaron GameCP?? WTF!! poop Man This is totally suck..
Hahaha, lol :D
 
Upvote 0
Newbie Spellweaver
Joined
Oct 24, 2012
Messages
31
Reaction score
0
If you worry about undetected IP from this launcher, you may add an additional protection for this launcher. Pack/Protect it. I think it is easy to find IP of your server. Using TCP is one of them. And we try to solve that ddos problem here. I mean in RaGEZONE. This thread aims to develop new launcher.
 
Upvote 0
Hezarial Developer
Joined
Jun 21, 2012
Messages
619
Reaction score
14
IP cant undetect if i true, because poeple can detect use tcp viewer

but i dont know
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Sep 9, 2009
Messages
1,312
Reaction score
313
just like in the source code released for the launcher you have to edit the source to and change the value so it reads en-gb. If not then use hex but finding it will be hard also why not just put your files into the ru-ru folder.
 
Upvote 0
Back
Top