ScherzicScherzo wrote: ↑Tue Apr 02, 2024 6:17 pm
Can the values for the Speedhack be changed so you could run at Light Armor speed while wearing Medium or Heavy? Or rather,
are they editable.
edit the values after the (float)
1 is default value.
translated to armor speed values>
1 = 500 speed on most medium armor.
1.10 = 550 speed (trailblazer scout armor)
0.90 = 450 speed on heavy armors
you can just change the value 3(in line 29 and line 36) to 1.10 and every armor you wear is same speed as trailblazer scout.
soggybread42 wrote: ↑Tue Apr 02, 2024 6:24 pm
Can we separate the damage script and god mode script? I took out the godmode script, but I am still invincible... I think it has to do with the enemy attack values being modified, or rather the codes might have changed messing up the script. I deleted that section and was getting killed instantly by bugs.. How could I mend this?
i wont split it.
if you dont want it you can change it easy.
search the line
// not whitelisted attacks / enemy attacks
and put a jump above it like this
Code: Select all
jmp code
// not whitelisted attacks / enemy attacks
this will prevent the 0 damage code below to get executed. all enemies and non whitelisted stuff does default damage.
and you can delete the godmode on top.
delete all from
here:
to here including the _return:
maxrtadas wrote: ↑Tue Apr 02, 2024 7:49 pm
I feel bad asking because I probably didn't skim the thread enough. Don't want to get a red note on account just because I was lazy and annoyed.
Will this flag an account if used? Personally only want to use it once briefly to max out on resources (medals+samples) or getting every item unlocked.
Saw someone say you got booted after 3 ish min, if it just closes that's great.
And, is there a table that can do it? Saw Zod's table for damage but didn't see unlocks.
we dont know. currently there are no bans. but could be in the future.
when you get detected for cheating your game just closes with a little popup window error 1013 hack detected.
medals are serverside. you cant cheat them.
samples can be cheated but they put in some checks if you got too much in your mission they will set down to 0 after missions ends.
you cannot unlock items with cheats because your profile is hosted online.
you can temporal access weapons, armors, strategems with a cheat but this wont stay.
you can level fast with cheats and farm yellow credits/ blue premium credits /Medals to unlock a bunch of stuff.
i wont add samples and "unlock" cheats to my table. i dont like them. too much unpredictable risks and glitch/profile breaking potential.