Scrap/Random Hacks/memcode.txt

8 lines
177 B
Text
Raw Permalink Normal View History

2015-03-01 11:03:11 -06:00
import toontown
def new():
return True
def new2(*a,**k):
return 2
base.cr.isPaid = new
base.cr.isParentPasswordSet = new
toontown.toon.LocalToon.LocalToon.getGameAccess = new2