Go Back   I-Mockery Forum > I-Mockery Discussion Forums > Gaming 'n Toys
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Display Modes
  #1  
Telltolin Telltolin is offline
Junior Member
 
Join Date: Apr 2004
Telltolin is probably a spambot
Old Apr 26th, 2004, 03:51 AM        How do i hack roms?
just wondering, i had sifted through all of the rom hacks, and i would like ot make my own. I have C/C++ programming knowledge, which i'm sure i'll need.
Reply With Quote
  #2  
executioneer executioneer is offline
OH GOD
executioneer's Avatar
Join Date: Oct 2001
executioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contestexecutioneer won the popularity contest
Old Apr 26th, 2004, 11:05 AM       
go ask someone on a rom hacking site they only do reviews here
__________________
[COLOR=purple][COLOR=Magenta]SHAME ON A [COLOR=Pink]NIGGA WHO TRY TO RUN [/COLOR][URL="http://www.youtube.com/watch?v=NVGI6mhfJyA"]GAME[/URL] ON A NIGGA[/COLOR]
[/COLOR]
Reply With Quote
  #3  
AChimp AChimp is offline
Resident Chimp
AChimp's Avatar
Join Date: Nov 2000
Location: The Jungles of Borneo
AChimp is probably a real personAChimp is probably a real person
Old Apr 26th, 2004, 02:25 PM       
Code:
#include<iostream>
#include<string>
#include "User.h"
using namespace std;

#define VALID 1
#define GOOBER 0

typedef class User User;
typedef class SmartUser SmartUser;

int checkUserType( User * newUser )
{
  int flag = VALID;
  SmartUser check = dynamic_cast< SmartUser >( newUser );

  if( !check )
  {
    flag = GOOBER;
    delete( check );
  }

  return flag;
}

int main( int argc, char * argv[] )
{
  string name = argv[1];
  User *myUser = NULL;

  if( strcmp( "Telltolin", name ) == 0 )
  {
     myUser = getUserObj( name );

     if( checkUserType( myUser ) == GOOBER )
     {
        cerr<< "Too dumb to continue. :(\n"<< endl;
        exit( EXIT_FAILURE );
     }
  }

  cout<< "You are OKAY. :picklehat\n"<< endl;
  return EXIT_SUCCESS;
}
Reply With Quote
  #4  
Schimid Schimid is offline
...for breakfast?!
Schimid's Avatar
Join Date: Mar 2003
Location: Maryland
Schimid is probably a spambot
Old Apr 26th, 2004, 05:15 PM       
Cough really, really hard.
Reply With Quote
  #5  
TBMonkey TBMonkey is offline
Senior Member
 
Join Date: Mar 2004
TBMonkey is probably a spambot
Old Apr 27th, 2004, 01:21 AM       
I feel nice for some reason...


http://www.zophar.net/utilities/nesgraph.html
Reply With Quote
  #6  
EverythingWillSuck EverythingWillSuck is offline
Mocker
EverythingWillSuck's Avatar
Join Date: Aug 2003
Location: butt town
EverythingWillSuck is probably a spambot
Old Apr 27th, 2004, 06:20 PM       
I once tried Tile hacking once with a Little Nemo rom

I made the slug look like a scared retard
__________________
Quote:
Originally Posted by CosmoToad
you think just because there is an internet in ireland means ill go on it? yes i will
Reply With Quote
  #7  
the_dudefather the_dudefather is offline
Whiter than Alabaster
the_dudefather's Avatar
Join Date: Jul 2003
Location: Trapped in a box by a cockney nutjob
the_dudefather is probably a spambot
Old Apr 28th, 2004, 05:02 AM       
i made an increadibly amazing super mario bros rom hack once

super toast bros

coins changed to toast, item blocks changed to toasters and mushrooms become jam

thats about it
__________________
Its only taken me about 10 years to understand the water jug riddle in Die hard with a Vengeance. My brain takes a while, but it gets there in the end

Reply With Quote
  #8  
Recreate the Virus Recreate the Virus is offline
Junior Member
 
Join Date: Jan 2004
Location: Tempe, Az
Recreate the Virus is probably a spambot
Old May 5th, 2004, 11:16 AM       
I once changed the boring font on Pools of Radiance to a bloody font. Am I 133t, now?
Reply With Quote
  #9  
Comrade Rocket Comrade Rocket is offline
Senior Member
Comrade Rocket's Avatar
Join Date: Feb 2003
Location: In that place where i didnt know where we were before
Comrade Rocket is probably a spambot
Old May 5th, 2004, 06:58 PM       
ive always wanted to make a rom hack of Donkey Kong called Veit-Kong. and i would change Donkey Kong into an asian guy who throws oil barrels at a GI who is climing to the top of a foxhole.
__________________
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

   


All times are GMT -4. The time now is 01:47 AM.


© 2008 I-Mockery.com
Powered by: vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.