; put this file in the abyss directory and run patch.exe after
; installing abyss
; for other Reglevels (see Patch 3 and 4) change the 07 (valid 02..07)


file abyss.exe

; Patch1 Force Lnge Username OK (<>0)
adress    4275
pattern   750a
patch     eb 


; Patch2 Username OK
adress    4368
pattern   0bff
patch     33ff9090




;patche fr RegLevel 6

;seg5:0000 (fileofset 36ba0) und
;seg5:08ce (          3746e)
;      c7061e8b0700   mov word ptr [8b1e],7    ; Reglevel + 1
;      33c0           xor ax,ax
;      a3208b         mov word ptr [8b20],ax
;      a3228b         mov word ptr [8b22],ax
;      cb             retf

;seg5:0f04 (fileofset 37aa4) und
;seg5:0fa4 (          37b44)
;      33c0           xor ax,ax
;      cb             retf

;pattern 558b fr alle 4 patches



; Patch 3
adress  36ba0
patch   c7061e8b 07 00 33c0 a3208b a3228b cb 

; Patch 4
adress  3746e
patch   c7061e8b 07 00 33c0 a3208b a3228b cb 

; Patch 5
adress  37aa4
patch   33c0 cb

; Patch 6
adress  37b44
patch   33c0 cb

