Go backGo back to index

Powerload Hacker

Another routine with lots of data lines for lots of games. Whatever game you play, play the tape from the start. Don't try running it on it's own though: because you'll only get an 'Out of data' message: you need to bolt on the game data for hacking the game into line 400 onwards...

Powerload is a quite fast turbo loader, used in a few games.

This protection system appeared first around the start of 1984, and was written by "Tag" (Phil Taglione) for Incentive Software. However, it's been used by quite a lot of other software companies as well, including Beyond, Mirrorsoft, Prism and Ariolasoft. It can be recognised by the screen turning black, accompnied by a few ascending beeps. It then loads one short headerless block, and then a longer headerless block, which includes the attribute file for the game coming up "backwards" ie: right to left, starting from the bottom. The game also stops loading just before the end of the long headerless block.

Examples of PowerLoad games are Arena, Dynamite Dan, Deathwake.

Click here to download this hacker (TAP format) or Click here to download this hacker (TZX format).

10 CLEAR 3e4 : LET t=0
20 FOR f=23296 TO 23438
30 READ a : POKE f,a
40 LET t=t+(f-23286) * a : NEXT f
50 FOR f=f TO 1e9 : READ a
60 IF a>256 THEN GOTO 90
70 POKE f,a
80 LET t=t+(f-23429) * a: NEXT f
90 IF t<>a THEN STOP
100 RANDOMIZE USR 23296
110 DATA 237,123,143,91,221
120 DATA 42,145,91,17,144
130 DATA 1,62,7,55,205
140 DATA 86,5,48,241,42
150 DATA 145,91,1,0,2
160 DATA 126,237,103,35,11
170 DATA 120,177,32,247,42
180 DATA 145,91,58,145,91
190 DATA 14,18,129,35,119
200 DATA 35,116,1,13,0
210 DATA 9,54,32,35,54
220 DATA 247,35,54,201,33
230 DATA 67,91,229,42,145
240 DATA 91,233,42,145,91
250 DATA 1,35,0,9,17
260 DATA 208,92,1,50,0
270 DATA 237,176,33,105,91
280 DATA 17,1,93,1,100
290 DATA 0,237,176,195,208
300 DATA 92,1,96,54,82
310 DATA 50,17,14,12,24
320 DATA 42,41,93,1,119
330 DATA 1,9,54,195,33
340 DATA 22,93,229,42,41
350 DATA 93,1,78,1,9
360 DATA 233,42,43,93,54
370 DATA 201,33,45,93,229
380 DATA 42,41,93,1,129
390 DATA 1,9,233

Free Web Hosting