Quantcast
Viewing all articles
Browse latest Browse all 7

Official Updater Set-Up

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
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

Viewing all articles
Browse latest Browse all 7

Trending Articles