Page 1 of 1

Transformers: Devastation

Posted: Tue May 02, 2017 2:35 am
by STN
Transformers: Devastation (CODEX Release) table
Made by vng21092
10/20/2015
+Infinite Jumps
+Infinite Credits
+Control T.E.C.H Bar
---->Value
+Set Stats
---->STR
---->CRG
---->SPD
---->FRB
---->SKL
---->END
---->INT
---->RNK
---->Update

10/8/2015
+Infinite Health
+Instant Kill
+Infinite Ammo
+Infinite Unique Ability
+Infinite Ultimate Attack

*** NOTES ***

*Infinite Health
---->If you level up and your health increases, this script will still work and not let you die, but your health wouldn't be full since there is no register holding max health (as far as I know Rolling Eyes )

*Control T.E.C.H Bar
---->Value is from (float) 0 - 1

*Set Stats
----> Go to the Ark
----> Go to "Status"
----> Enable "Set Stats". Keep in mind the numbers you're inputting does NOT represent the level, rather, the amount of xp needed to BE at said level. Kinda like how in some games you need X amount of XP to be at level Y, what you're inputting is X. So input numbers by the thousands and play around with it till you get your desired level. Then enter a value of "1" into "Update". You should see that it'll reset itself to 0
----> Leave "Status", and then re-enter to see changes.

Re: Transformers: Devastation

Posted: Mon Sep 17, 2018 6:01 pm
by wangl
this is a nice table
I updated it so that T.E.C.H Bar moves slowly:
Spoiler

Code: Select all

{$lua}
local addressList = getAddressList()
local CTBar = addressList.getMemoryRecordByDescription('ctbvalue')
timer = createTimer(nil, true)
timer_setInterval(timer, 10000)

function setbar()
CTBar.value = 0.1
Sleep(1000)
CTBar.value = 0.2
Sleep(1000)
CTBar.value = 0.3
Sleep(1000)
CTBar.value = 0.4
Sleep(1000)
CTBar.value = 0.5
Sleep(1000)
CTBar.value = 0.6
Sleep(1000)
CTBar.value = 0.7
Sleep(1000)
CTBar.value = 0.8
Sleep(1000)
CTBar.value = 0.9
Sleep(1000)
end

timer_onTimer(timer, setbar)
{$asm}

Re: Transformers: Devastation

Posted: Sat Nov 16, 2019 3:11 am
by Lord Blade
Is there a way to cheat the rank at the end of a stage?