Some just know how to lurk :test:Not every hero wears a cape, some of them just pay $40.
label PirateProtection:
init:
$ import time
$ year, month, day, hour, minute, second, dow, doy, dst = time.localtime()
if month == 4 and day == 18:
jump Skuska
else:
jump PiratedVersion
Which file? Also that's so fucked up, he's asking Patreons to change his system date.This is the 'piracy' protection, just checks the system date to see if its 18th of April...
Code:label PirateProtection: init: $ import time $ year, month, day, hour, minute, second, dow, doy, dst = time.localtime() if month == 4 and day == 18: jump Skuska else: jump PiratedVersion
script.rpy line 532 after extracting the rpa.Which file? Also that's so fucked up, he's asking Patreons to change his system date.
Thank you, lets see if we can fix it. shouldn't be to hard.script.rpy line 532 after extracting the rpa.
To bypass change line 529 from:Thank you, lets see if we can fix it. shouldn't be to hard.
jump PirateProtection
jump Skuska
was gonna do something more unnecessary has to change to to any date after 2010 XD. That works ;OTo bypass change line 529 from:
to:Code:jump PirateProtection
Code:jump Skuska