Scrap/Random Hacks/code for member.txt
Richard Wright 5f35433c9b Scrap codes
2015-03-01 17:03:11 +00:00

8 lines
No EOL
183 B
Text

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