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.
Transformers: Devastation
Transformers: Devastation
- Attachments
-
- TransformersDevastation.CT
- (10.62 KiB) Downloaded 293 times
Re: Transformers: Devastation
this is a nice table
I updated it so that T.E.C.H Bar moves slowly:
I updated it so that T.E.C.H Bar moves slowly:
Show
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}
- Attachments
-
- TransformersDevastation[T.E.C.H] Bar.CT
- slowly moving T.E.C.H bar
- (1.8 KiB) Downloaded 31 times
Who is online
Users browsing this forum: Baronbeef, dryolomcswagmaster, iddqd, qweqweqweewqewqewq, revanchrist, Shaine, yokunng