Coz, some lamers in the scene tried to steal from us the FAME release I, MAX/iNTeNSiTY will explain how I cracked it. I took my old and rusty MONAM and looked inside the MAINPART module of FAME. and find some things: This will be not an easy crack, coz, this was not a matter of removing some checks from 10 to whatever you want the maximun number of users. First This version of FAME has space in its preloaded memory for 2 sets of 10 slots memory pointers. I mean pointers coz, they are really pointers to the real slots. The program for every slot allocates external memory that will have the NAME, PASSWORD, ETC. and then the pointer to that memory will be placed in those 10 empty slots. Remember we are talking about a program probably done in C. And all variables and strings are preallocated before the program executes and usually they have a pointer to that memory in the Processor register A4. So if i changed the number to 20 per example. Some memory will be overwritten.. So i have to figure out another method. I decided to pass the executable over the RESOURCE program. RESOURCE is a program from Puzzle Factory. That permits me create from an executable file, an assembler source. With the assembler source in my hands. I modify the way how FAME handles the SLOTS (Users). First, I allocate enough external memory fot 2 sets of 500 slots pointers. Then I modify every place in the program to access my allocated slots not the original ones. Also modify every 10 users check with a 500 one. I limit the maximun number of users to 500 coz, the program allocates all the memory needed for 500 users. Name, PASSWORD, etc. Not every time you add one. This 500 users ocupy ~400k of memory. when you start the program. Then I recompiled the program under DEVPAC 3.0, it took around 25 min for my A4000 to compile. So if you want more users. You can contact me or one of our members. If I feel C00L in that moment, perhaps I can compile a version with the number of users you want. Signing off MAX/iNTeNSiTY