Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG 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.
 
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