home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1989 September / 64er_Magazin_89-09_1989_Markt__Technik_de_Side_A.d64 / wizball-cheat (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  320b  |  15 lines

  1. 10 dima(30):print"[147]wizball-cheat"
  2. 11 print"by m.fichtner"
  3. 12 fort=1to5:print"level";t;"= ";
  4. 13 poke19,64:inputa(t):poke19,0
  5. 14 print:next:print"code: ";
  6. 15 a$="raiwvbhdwkjzezwiofmlcosqntyjgu"
  7. 16 t=a(2)-a(5)+a(3):c=a(3)-2*t
  8. 17 ift<1ort>30then23
  9. 18 p=a(t)+a(t-1)-3*c
  10. 19 ifp<1orp>30then23
  11. 20 printmid$(a$,p,1);
  12. 21 t=t+1:ift>=a(4)thent=c:c=c+1
  13. 22 ifc<a(3)then17
  14. 23 print
  15.