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:38 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 135 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
PostPosted: Wed Feb 07, 2007 6:15 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
Want to get up here...

Cant do hex (well then you need to learn)...

I took a break from AR Workshop to bring all you hex noobs (and lazy people who can do hex) a simple solution

(Make sure you fill out ALL fields because I did not add any error handling code yet, I was in a hurry)

http://kickenchicken57.110mb.com/Apps/MPH%20Stat%20Tool.rar


Last edited by kickenchicken57 on Fri Sep 30, 2016 2:09 pm, edited 2 times in total.

Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 6:16 am 
Offline
*Female Hacker
*Female Hacker
User avatar

Joined: Sat Oct 21, 2006 9:54 am
Posts: 1656
Location: Who cares?
Title: Female Hacker!!!
Can you do it also with MKDS (world wide)?

_________________
Image
Chat with our AI here...
Don't blame me if it's offline temporary, it's fixed fast, because that's the fault of the hoster...
I changed the link in my sig image too...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 8:01 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
do you have codes for them?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 8:14 am 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
AFAIK Mario Kart DS does not have a leaderboard.

_________________
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  
 Post subject:
PostPosted: Wed Feb 07, 2007 10:06 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
Damn you kickenchicken... I wanted to make something like this ;)

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 10:16 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
Baphomet wrote:
Damn you kickenchicken... I wanted to make something like this ;)


what can I say? lol, anyways give it a couple days (I am busy with 2 jobs + wedding planning) and I will add the option to change individual stats so that you do not have to edit every stat on your save


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 10:18 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
I could make my own... I just may do that. Although this game is getting boring for me. By the way, I'd like to help with the workshop. I'm working on my own version currently... Care to see it?

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 10:37 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
sure, PM it to me. If you would like to help, you can easily add a tool (if you were using c#) by creating a form 595x392 make it do something, and all I have to do is add it into the project and have the parent form create an instance of it. would be nice if anyone here used C# though.... It's awesome for rapid application development.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 11:00 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
I don't like C# mainly because its not portable.

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 2:39 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Tue Feb 06, 2007 11:27 am
Posts: 367
Location: I'm currently looking for myself. Tell me if you find me.
kickenchicken57 wrote:
sure, PM it to me. If you would like to help, you can easily add a tool (if you were using c#) by creating a form 595x392 make it do something, and all I have to do is add it into the project and have the parent form create an instance of it. would be nice if anyone here used C# though.... It's awesome for rapid application development.


well, thats why im learning it Kc57, I just wanna help with all the fun programs you make :D


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 2:53 pm 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
KickenChicken, does C# do hex math? Inputing hex in C++ is impossible...

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 4:32 pm 
Offline
Kommunist
Kommunist

Joined: Mon Feb 05, 2007 3:57 pm
Posts: 36
Meh, if you want hacked stats i say do it yourself. It took me 15 minutes from the minute i got to these forums to figure out how to hack my own stats and have custom created 2 for 2 of my friends so far.

I think it would be more constuctive to explain to people like me exactly how codes like "Press Y to levitate" or "R+Up for any weapon" have been come up with.

_________________
uber hacker


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 4:34 pm 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
That would fall more into the realm of tutorials, but I agree with you.

_________________
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  
 Post subject:
PostPosted: Wed Feb 07, 2007 6:50 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Using hex in C/C++ is beyond simple.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Feb 07, 2007 7:14 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:46 pm
Posts: 2331
Location: *poof*
Title: The Mad Hacker
I learned how from your GCNCrypt source code :P

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Feb 08, 2007 11:15 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
Para, I just convert an unsigned char data type. But its not easy to INPUT from textboxes in C++ (using wxWidgets)

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Feb 08, 2007 10:34 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Actually, it is very easy. Use scanf(). (Another reason I chose C over C++; C++ tried to deprecate the stdio library for some unknown reason.)

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 6:51 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
Baphomet wrote:
KickenChicken, does C# do hex math? Inputing hex in C++ is impossible...


Easy, say you have a string of hex called "hexa":
Code:
int result
result=int.Parse(hexa,System.Globalization.NumberStyles.HexNumber);


Do your math and convert it back like so:
Code:
hexa = result.toString("X");


SithViperX wrote:
Meh, if you want hacked stats i say do it yourself. It took me 15 minutes from the minute i got to these forums to figure out how to hack my own stats and have custom created 2 for 2 of my friends so far.

I think it would be more constuctive to explain to people like me exactly how codes like "Press Y to levitate" or "R+Up for any weapon" have been come up with.


1) I made this program to also save time on converting all of these values by hand. I can now do it in 20 sec rather than 2 min. And its fun to program.

2) explain which part of codes like "Press Y to levitate" the button part or the actual code? Parasyte and kenobi shared a wealth of detail on code types and joker codes (for the button part) here http://kodewerx.net/forum/viewtopic.php?t=98
and I started a thread on how to hack codes here http://kodewerx.net/forum/viewtopic.php?t=628
as for metroid specific codes, whoever created them would have to post their method of finding them if you wanted to know who it was done.

Dualscreenman wrote:
That would fall more into the realm of tutorials, but I agree with you.


I have already posted one that can be applied to more than one game here http://kodewerx.net/forum/viewtopic.php?t=628 but it only helps if other people share their methods also. I may try to post another tutorial if I get time but I am slaving over AR Workshop at the moment :D


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 10:04 am 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
Parasyte wrote:
Actually, it is very easy. Use scanf(). (Another reason I chose C over C++; C++ tried to deprecate the stdio library for some unknown reason.)


Scanf is commandline. I don't like command line.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 11:38 am 
Offline
Kommunist
Kommunist

Joined: Sat Nov 18, 2006 10:11 am
Posts: 108
nothing there to edit shots fired?

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:35 pm 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
Not that I'm aware of. Besides, I don't think its stored in the same area.

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:40 pm 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
A_Random_Person wrote:
nothing there to edit shots fired?


If someone finds the address, Ill be more than happy to add it in. Right now All of my effort is in AR Workshop (soon to have a name change)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:41 pm 
Offline
Kommunist
Kommunist

Joined: Fri Feb 09, 2007 12:03 pm
Posts: 6
anyboy here have aim or msn that can help me with this. i really wanna do this. im a total noob at hacking for the ds but i really wanna learn how and i was pretty good at hacking for the ps2 though


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:42 pm 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
I have one. AIM me at SEShutdownName. K?

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:45 pm 
Offline
Kommunist
Kommunist

Joined: Fri Feb 09, 2007 12:03 pm
Posts: 6
ok


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:49 pm 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
I may not be able to get AIM at this time, however. I'm having problems with this room.

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 12:59 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Baphomet wrote:
Parasyte wrote:
Actually, it is very easy. Use scanf(). (Another reason I chose C over C++; C++ tried to deprecate the stdio library for some unknown reason.)


Scanf is commandline. I don't like command line.


Whoops, typo. I meant to write sscanf() ... scanf() uses stdin, while sscanf() uses strings (which you will be getting from text boxes and such).

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 1:00 pm 
Offline
Kommunist
Kommunist

Joined: Sun Dec 31, 2006 6:29 pm
Posts: 131
I'll have to look into that. I think I can use strtol also.

_________________
Code:
#include <cstdlib>
#include <iostream>

int main(int argc, char *argv[])
{

   system("color 0A");
   for(int i=0;;i=rand()%2){
   for(long x=0;x<600000;x++);
   printf("%d",i);}
   system("pause");
   return 0;
}


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 1:53 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
strtoi() converts a string from base-10 to an integer. sscanf(..., "%d", ...); does the same thing. (EG: text "100" gives you an integer containing 0x64. For hex, you would use sscanf(..., "%x", ...); Where text "64" would give you an integer containing 0x64.)

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 09, 2007 8:28 pm 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 1:49 pm
Posts: 207
Location: Pennsylvania
Title: I'm back.
Just a quick question, where do I download v2.0.50727 off the .Net Framework?

_________________
If they say no and you do it, it's rape...unless there's confetti, then it's surprise sex


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

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 134 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:  
Powered by phpBB® Forum Software © phpBB Group