Page 1 of 1

Elex

Posted: Sat Oct 24, 2020 6:19 am
by aSwedishMagyar
I was inspired by dl748's table which creates a pointer list using lua. So for my own practice I made some functions which resulted in the Create Pointer List script. I'll probably make a helper lua file that contains better versions of those functions so you guys can make pointer lists easier (It gets pretty tedious to manually copy and change offsets). I also have 'better' (subjectively) ways of accomplishing most of the Inf type scripts. For example, my Inf Health injects at three points and does a check for the player base address and ret's the function if it is going to damage the player. This results in no collisions for projectile and melee damage but environmental (such as fall damage) still flashes the screen red. The same goes for the one hit kills which is essentially the same as the other tables but I check to make sure it is the player who is damaging and prevent npc's from one hit killing each other.
Image

Hopefully it all works for you guys