Welcome to Hackers Alliance!

My Menu Draw function

  • Archived

    The forum is archived and used for testing. It is currently read-only to visitors.
    It has been upgraded from vBulletin 3.8.x to XenForo for security purposes and future-proofing. Proprietary code and modifications (such as code database and HA bot) are broken with XenForo and will stay only with vBulletin.

Emu

Coder
Coder
Sep 29, 2010
19
0
0
earth
//Menu: The main menu function
Code:
int menuDraw(void)
{
pspDebugScreenSetXY(0, 0);
pspDebugScreenSetTextColor(0x0000FF00); //Matrix green text
pspDebugScreenPuts("MHFUc Version : 0.1 (beta)\n");
pspDebugScreenPuts("MHFUc (Monster Hunter : Freedom Unite cheater) + Thanks demon450\n");
pspDebugScreenSetTextColor(0xFF00FFFF);pspDebugScreenPuts("http://www.onehitgamer.com\n"); // yellow text
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
pspDebugScreenSetTextColor(0xFF0FFFFF);pspDebugScreenPuts("\t\t\t\t[CHEATER] \t OPTIONS");
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
//Prints the codes
do
{
switch(lineSelected)
{
case 0: pspDebugScreenPuts("Pawnage Mode[]\n");
pspDebugScreenSetXY(0, 27);
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
pspDebugScreenSetXY(0, 28);
pspDebugScreenSetTextColor(0xFFFF8000);
pspDebugScreenPuts("\nHelper: Inf hp, stamina, & money");
break;
case 1: pspDebugScreenPuts("Game Speed[]\n");
pspDebugScreenSetXY(0, 27);
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
pspDebugScreenSetXY(0, 28);
pspDebugScreenSetTextColor(0xFFFF8000);
pspDebugScreenPuts("\nHelper: Game speed; Makes everything faster");
break;
case 2: pspDebugScreenPuts("Increased Blood[]\n");
pspDebugScreenSetXY(0, 27);
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
pspDebugScreenSetXY(0, 28);
pspDebugScreenSetTextColor(0xFFFF8000);
pspDebugScreenPuts("\nHelper: Increases blood; Puts more blood in the game");
break;
}
lines++;
} while(lines < 3);
//Menu extension
pspDebugScreenSetXY(0, 29);
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
systemInfo();
pspDebugScreenSetTextColor(0xFF808080);pspDebugScreenPuts("\n--------------------------------------------------------------------");
pspDebugScreenSetXY(0, 33);
pspDebugScreenSetTextColor(0xFFFF8000);pspDebugScreenPuts(">< = Activate Cheat; Dpad up/down = Navigation; () = Stop cheat");
return 0;
}
Now I have another function that goes with the do while loop. The other function allows scrolling so now you can study this to get better at some things
 
This site has been archived and is no longer accepting new content.

About us

  • Hackers Alliance is a small community forum about gaming and console hacking. Join our humble community to share ideas, game cheats, mods, and be part of an amazing growing community!

Quick Navigation

User Menu