Wednesday, October 5, 2011

[GMS 0.101] Remove Game Background

People have a tenancy of leeching my shit here without giving proper credits (aka: linking back to the original release). So I figured I'd make an account...

Code:
[Enable]// Remove Game Background
// Created by Tryst (GMS v1.0)
00664779:
db 90 90 90 90 90
[Disable]
00664779: // "CMapLoadable_RestoreBack"
call 006612C0 // "CMapLoadable_MakeBack"
What the script basically does is prevent CMapLoadable_RestoreBack from calling CMapLoadable_MakeBack.

No comments:

Post a Comment