How to use iRohan loader
First step
Upload this to a web server View attachment Website.rar
Second Step(in a hex editor) Edit loader.dll
Replace all the login.playrohan.com links with links to your site/patcher
Third Step
Edit loader.dat
here's a 010 template for it
Forth step Using my patch maker...
Read more
First step
Upload this to a web server View attachment Website.rar
Second Step(in a hex editor) Edit loader.dll
Replace all the login.playrohan.com links with links to your site/patcher
Third Step
Edit loader.dat
here's a 010 template for it
Code:
typedef struct{ char updateserv[60];
int Port;
char updatelocation[128];
char loaderbgloc[256];
int one;
char country[8];
} update;
while( !FEof() )
{
update cfg;
}
Forth step Using my patch maker...
Read more