Table for Tempest?
Table for Tempest?
I can't seem to find one here, can someone do one?
-
- Expert Cheater
- Posts: 207
- Joined: Mon Aug 14, 2017 9:07 pm
- Reputation: 24
Re: Table for Tempest?
I am also in the dark for anything related to Tempest. And so will also want a table for it.
Re: Table for Tempest?
Take a look here:
[Link]
[Link]
Re: Table for Tempest?
Cake-san's cheat table works fine here. I would just add a little cheat for Infinite Player Health
This one will prevent your team XP Points from decreasing - 1 XP is only what you need for this cheat to work.
Code: Select all
// Game: Tempest
// Version: 1.1.0
define(damagePlayer,Explore:DamagePlayer)
[ENABLE]
label(_damagePlayer)
registersymbol(_damagePlayer)
damagePlayer:
_damagePlayer:
ret // Player Inf Health
[DISABLE]
_damagePlayer:
push ebp
unregistersymbol(_damagePlayer)
Code: Select all
//Game: Tempest
//Version: 1.1.0
define(changeXpPoints,ConfigPanel:ChangeXpPoints)
[ENABLE]
label(_changeXpPoints)
registersymbol(_changeXpPoints)
changeXpPoints:
_changeXpPoints:
ret // Your Team EXP Points will never decrease.
// Although you need at least 1 XP for this cheat to work successfully.
[DISABLE]
_changeXpPoints:
push ebp
unregistersymbol(_changeXpPoints)
Re: Table for Tempest?
Any chance to update this to current game version 1.2.5?
Who is online
Users browsing this forum: No registered users