10 REMLINESim City cheat 20 REM by Andrew Snodgrass 30 REM 6th November 1992 40 REMDIVThis is Pubic Domain software 50 REMDIVand may be distributed as such 60 REMMODFirst distributed through 70 REMMOD----- 8-Bit Software ----- 80 : 90 MODE7:PRINT"† SIM City Cheat"'"‘````````````````"' 100 INPUT"File to alter: "l$ 110 INPUT"Drive (0 to 3): "d$ 120 OSCLI"DR. "+d$ 130 OSCLI"LO. "+l$+" 5000" 140 INPUT"How much money"'"do you want (`s)?: "m$ 150 n%=8-LEN(m$) 160 zero$=STRING$(n%,"0") 170 total$=zero$+m$ 180 $&5080=total$ 190 INPUT"Filename to save to: "s$ 200 OSCLI"SAVE "+s$+" 5000+1700" 210 INPUT"Alter another file? (Y/N): "ans$ 220 IF ans$="Y" OR ans$="y" RUN 230 END