I have been trying to code in php a way to read just the trainer name and how many pokemon caught.
I am using tubehax exploit and save manager to do this backup.
Here i was just trying to read the file into text and trying to find anything.
I am using tubehax exploit and save manager to do this backup.
Here i was just trying to read the file into text and trying to find anything.
PHP:
$handle = @fopen("main", "r");
if ($handle) {
while (!feof($handle)) {
$hex = bin2hex(fread ($handle , 4 ));
}
fclose($handle);
}
Last edited by MOBSTER_X,







