Quote:
Originally Posted by stiffl3r
can you explain us how to use this trick please? i'm in your same situation and i cant pay for 7 universes....thanks :D
|
Download the latest OGA.full.package.zip
Unzip it
inside the folder OGA.full.package is a sub folder named websrv open it, there will be a folder called 'root' this is where you need to save the public2.php file which you need to create.
now go to notepad (windows application) create a new file called public2.php, when you save it, you should save it inside websrv/root, and while saving change it from text file to all files.
the file public2.php should have the following code
<?php
@$action=$_GET['action'];
if ($action=='register') {
echo "registred";
}
if ($action=='expire') {
$counter = "BMhRUVLFbc2niBpixtxD0xB4trn9+nVNNkawrAQcbA8aystuA GAZsc+mps5tKOsI1qRB7fia9N1NJk0WXJ2A4lPMgqsqUh4q+T8 QzW9MpmkTICakjY9/cA==";
echo $counter;
}
?>
now launch oga-loader and create loopback adapter (instruction are on page 1 of this thread)
once loopback adapter is created restart computer and launch oga-fastloader (i changed settings of both ogaloader and ogafastloader to 'run as admin' under properties)
and basically thats about it.