Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Mar 28, 2024 4:03 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 135 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
PostPosted: Tue May 29, 2007 10:39 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Mar 24, 2007 3:54 pm
Posts: 35
Location: GA
Take a guess what do you think.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 02, 2007 4:41 pm 
Offline
Kommunist
Kommunist

Joined: Sat Jun 02, 2007 4:20 pm
Posts: 2
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¡¡¡¡


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 05, 2007 1:26 pm 
Offline
Kommunist
Kommunist

Joined: Sun Mar 18, 2007 4:23 pm
Posts: 192
that happens a lot

_________________
MPH FC: 3265-0976-4281 PM me if you want to add me.


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 25, 2007 9:57 pm 
Offline
Kommunist
Kommunist

Joined: Sat Aug 11, 2007 10:45 am
Posts: 2
Why does it make my record have heaps more won bot matches?

And how do i fix it.


Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 27, 2007 6:43 pm 
Offline
Kommunist
Kommunist

Joined: Sat Aug 11, 2007 10:45 am
Posts: 2
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 =/


Top
 Profile  
Reply with quote  
PostPosted: Wed Aug 29, 2007 7:16 am 
Offline
Kommunist
Kommunist

Joined: Sat Aug 25, 2007 11:05 am
Posts: 12
Any chance they'll be an EU version?


Top
 Profile  
Reply with quote  
PostPosted: Wed Aug 29, 2007 7:54 am 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
Since the programmer/hacker who made this is inactive right now, I'm guessing that you shouldn't get your hopes up.

_________________
Image
Image
<EggWerx> MetalOverlord: Dsman and lemmayoshi will be used for taco meat, ask mo he knows me.
jleemero wrote:
Being required to learn Java for a Comp Sci MAJOR is like being required to shit on a lawnmower to be an astronaut.


Top
 Profile  
Reply with quote  
PostPosted: Wed Aug 29, 2007 9:02 am 
Offline
Kommunist
Kommunist

Joined: Sat Aug 25, 2007 11:05 am
Posts: 12
As I thought. I'm having real trouble doing the porting, lol.


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 31, 2007 3:55 am 
Offline
Kommunist
Kommunist

Joined: Mon Mar 26, 2007 5:03 am
Posts: 11
if i would get da scoure code i could change the prog.


Top
 Profile  
Reply with quote  
PostPosted: Wed Sep 05, 2007 10:16 am 
Offline
Kommunist
Kommunist

Joined: Fri Mar 16, 2007 7:27 am
Posts: 23
leetLarz wrote:
As I thought. I'm having real trouble doing the porting, lol.


i got it i post it tomorrow


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 06, 2007 8:50 am 
Offline
Kommunist
Kommunist

Joined: Wed Feb 21, 2007 3:35 pm
Posts: 732
Location: In your house. Under your bed. Taking your stuff.
I cannot remember correctly but don't you use baphomet's code shop to add AD0?

_________________
triath wrote:
If we move to the porn industry I may finally become useful with my horse cock. I want to be known as Todd the Brick Railer!


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 06, 2007 9:08 am 
Offline
Kommunist
Kommunist

Joined: Fri Mar 16, 2007 7:27 am
Posts: 23
nope i did somthing other (i dont post the code^^)


Top
 Profile  
Reply with quote  
PostPosted: Wed May 06, 2009 5:28 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Jul 11, 2007 6:42 pm
Posts: 24
Location: Germany
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

_________________
Image
Image

Metroid Prime Hunters Namehack v2.0
see opponents hand fixed 2.0


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 03, 2009 9:56 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 30, 2007 4:44 am
Posts: 32
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


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 06, 2009 10:48 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Jul 11, 2007 6:42 pm
Posts: 24
Location: Germany
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();

_________________
Image
Image

Metroid Prime Hunters Namehack v2.0
see opponents hand fixed 2.0


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 135 posts ]  Go to page Previous  1, 2, 3, 4, 5

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 151 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group