Kodewerx
https://www.kodewerx.org/forum/

MPH Stat Code Tool Download
https://www.kodewerx.org/forum/viewtopic.php?f=11&t=680
Page 5 of 5

Author:  G-Pimpin [ Tue May 29, 2007 10:39 am ]
Post subject:  Re: MPH Stat Code Tool Download

Take a guess what do you think.

Author:  Chuky [ Sat Jun 02, 2007 4:41 pm ]
Post subject:  Re: MPH Stat Code Tool Download

yoyoyo, guys, this program its great but.. i have a problem.

i put on mi wifi records 5000 of 5500 in wifi games (i restar my game a lot of times and this is the total of games played.)

but, in WIRELESS, i put, 15423 of 15423 (yes, thats my total of LAN Games,) and the program, put me...

wifi games 5000 of 5500
but in lan games... 5000 of 15423...


whats the problem? Help please¡¡¡¡

Author:  sekwaF yuG [ Tue Jun 05, 2007 1:26 pm ]
Post subject:  Re: MPH Stat Code Tool Download

that happens a lot

Author:  haxsta [ Sat Aug 25, 2007 9:57 pm ]
Post subject:  Re: MPH Stat Code Tool Download

Why does it make my record have heaps more won bot matches?

And how do i fix it.

Author:  haxsta [ Mon Aug 27, 2007 6:43 pm ]
Post subject:  Re: MPH Stat Code Tool Download

i managed to figured out how to make that change that problem when you change the wifi battle wins, its changes the code line for wifi and the wireless battles.

Make a record and then generate, after that change the wifi games, and you will see the 2 lines of code it changes, when you see them both change the 2nd (bottom line out of the 2 that changed) one will effect your wireless. You just have to figure out the code to get what numbers you want =/

Author:  leetLarz [ Wed Aug 29, 2007 7:16 am ]
Post subject:  Re: MPH Stat Code Tool Download

Any chance they'll be an EU version?

Author:  Dualscreenman [ Wed Aug 29, 2007 7:54 am ]
Post subject:  Re: MPH Stat Code Tool Download

Since the programmer/hacker who made this is inactive right now, I'm guessing that you shouldn't get your hopes up.

Author:  leetLarz [ Wed Aug 29, 2007 9:02 am ]
Post subject:  Re: MPH Stat Code Tool Download

As I thought. I'm having real trouble doing the porting, lol.

Author:  btm [ Fri Aug 31, 2007 3:55 am ]
Post subject:  Re: MPH Stat Code Tool Download

if i would get da scoure code i could change the prog.

Author:  PG_Leader [ Wed Sep 05, 2007 10:16 am ]
Post subject:  Re: MPH Stat Code Tool Download

leetLarz wrote:
As I thought. I'm having real trouble doing the porting, lol.


i got it i post it tomorrow

Author:  Master SL [ Thu Sep 06, 2007 8:50 am ]
Post subject:  Re: MPH Stat Code Tool Download

I cannot remember correctly but don't you use baphomet's code shop to add AD0?

Author:  PG_Leader [ Thu Sep 06, 2007 9:08 am ]
Post subject:  Re: MPH Stat Code Tool Download

nope i did somthing other (i dont post the code^^)

Author:  h2o-drache [ Wed May 06, 2009 5:28 am ]
Post subject:  Re: MPH Stat Code Tool Download

Here I tried it too with console application hehehe^^ not so good as yours i know

http://h2o-drache.de/programme/mph_stat_tool.rar

Author:  RxZ95sssPG [ Wed Jun 03, 2009 9:56 am ]
Post subject:  Re: MPH Stat Code Tool Download

its a nice tool.
here some ideas for improve it:
- Save the generated code as text-document
OR BETTER:
- You could add a function that saves the generated code as xml for both versions.
- try to make a graphic interface


btw a nice tool

Author:  h2o-drache [ Sat Jun 06, 2009 10:48 am ]
Post subject:  Re: MPH Stat Code Tool Download

done =D
I used the class "ofstream" then it should be in the same file of the exe
but I dont upload it again, because this GUI here is better.
btw you can copy and paste in the console too.

Code:
   ofstream out("test.txt");
   
   out << " Root Board (holf L+R while loading Wifi):" << endl;
   out << " ~~~~~~~~~~~~~~~~~" << endl;
   out << " 94000130 FCFF0000" << endl;

   out << " E" << adress1 << " 00000044" << endl;



   out << type_char(ranking_pts)         << type_char(wifi_wins)         << endl;
   out << type_char(wifi_wins_total)      << type_char(wireless_wins)      << endl;
   out << type_char(wireless_wins_total)   << type_char(biped_kills)      << endl;
   out << type_char(alt_kills)         << type_char(headshot_kills)   << endl;
   out << type_char(disconnects)         << type_char(time_wireless)      << endl;
   out << type_char(time_wifi)         << type_char(time_total)      << endl;
   out << type_char(win_streak)         << type_char(kill_streak)      << endl;



   out << " D3000000 0" << adress1 << endl;
   out << " F" << adress2 << " 00000044" << endl;
   out << " D0000000 00000000" << endl;


   out << "~~~~~~~~~~~~~~~~~" << endl;
   

   out << endl << endl << endl;
   out.close();

Page 5 of 5 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/