[Tutor] I need help

dman dsh8290@rit.edu
Fri, 16 Nov 2001 10:44:34 -0500


On Thu, Nov 15, 2001 at 10:54:19PM -0500, NwOrlnsBoy504@aol.com wrote:
| I am new at this but I would like to know how to "crack" into a java applet 
| game.. is there anyway to beable to do it with Python??

You can probably do it with most languages, if you can get the right
bits in the right places.  You'll most likely want lower level stuff
so you can do "random" bit twiddling.  Learn hexadecimal too.

-D