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!

Bypass Launcher

Newbie Spellweaver
Joined
May 23, 2008
Messages
48
Reaction score
37
I know is not such a big thing but it's something to start with :p.

The purpose of "Raiderz Launcher.exe" is just to get your username and then call to "Raiderz.exe", that's made with WinExec API.

Kyhoh - Bypass Launcher - RaGEZONE Forums


As you can see, there's a string format "Raiderz.exe login %s", where s is the username entered and that's sent to WinExec API.

And "login %s" are the command line parameters.

Steps:

1º Right click in Raiderz.exe > Create Shorcut.

2º Right click in the shorcut created > Properties.

3º In the target box add the parameters. So if target
was "C:\MAIET\Raiderz\Raiderz.exe" and my username is LOL it should be "C:\MAIET\Raiderz\Raiderz.exe login LOL".

4º You can now run the game using the shorcut :D.
 
Newbie Spellweaver
Joined
Jul 8, 2004
Messages
13
Reaction score
3
This is the arguments for the new PW client
Raiderz.exe -ingamelogin -server login.rzwest1.perfectworld.com -country USA -world skip
 
Newbie Spellweaver
Joined
Apr 1, 2012
Messages
69
Reaction score
0
This is the arguments for the new PW client
Raiderz.exe -ingamelogin -server login.rzwest1.perfectworld.com -country USA -world skip

-localhost and -world skip I'm trying, but i can't connect to my local server.
 
Back
Top