Code - Additional Cheat Commands
Locate the file C:[GAME FOLDER]datainit.py and open it with Notepad. Add the following lines to the end of the file:
def CG(gold = 1000000):
Send(CheatMessage("c_SetG old("+str(gold)+")", Vector3.ZERO, 0))
def CSE(se = 1000000):
Send(CheatMessage("c_SetS oulEnergy("+str(se)+")", Vector3.ZERO, 0))
def CP(p = 1000000):
Send(CheatMessage("c_SetP restige("+str(p)+")", Vector3.ZERO, 0))
def CSP(sp = 300):
Send(CheatMessage("c_SetS killPoints("+str(sp)+")", Vector3.ZERO, 0))
def CAP(ap = 1000):
def CG(gold = 1000000):
Send(CheatMessage("c_SetG old("+str(gold)+")", Vector3.ZERO, 0))
def CSE(se = 1000000):
Send(CheatMessage("c_SetS oulEnergy("+str(se)+")", Vector3.ZERO, 0))
def CP(p = 1000000):
Send(CheatMessage("c_SetP restige("+str(p)+")", Vector3.ZERO, 0))
def CSP(sp = 300):
Send(CheatMessage("c_SetS killPoints("+str(sp)+")", Vector3.ZERO, 0))
def CAP(ap = 1000):
Send(CheatMessage("c_SetA ttributePoints("+str(ap)+ ")", Vector3.ZERO, 0))
You can then use the cheat console as outlined above to enter any of the following cheat commands:
The following commands are CASE SENSITIVE.
Code: | Effect: |
CG () | Add 1 Million Gold |
CSE () | Add 1 Million Soul Energy |
CP () | Add 1 Million Prestige |
CSP () | Add 300 Skill Points |
CAP () | Add 1000 Attribute Points |
0 comments:
Post a Comment