I've found a script to add god power, however is also messes with several other things as well resulting quickly in receiving the cheater title, which is annoying. With god power you can achieve pretty much anything, so if someone with more experience could get this script to work properly that'd be great.
[ENABLE]
aobscan(aobscan1,55 8B EC 83 EC 08 8B 05 * * * * 8B C8 39 09 8B 80 A0 00 00 00)
label(_base)
aobscan1+8:
_base:
globalalloc(_gp,100)
createthread(_gp)
label(_value)
_gp:
mov eax,[_value]
mov ebx,[_base]
mov ebx,[ebx]
mov ebx,[ebx+9c]
add [ebx+78],eax
mov ebx,[ebx+1c]
fld qword ptr [ebx+18]
fadd qword ptr [_value+4]
fstp qword ptr [ebx+18]
ret
_value:
dd -1 //Set your desire value but both
dq (double)-1 //value need to be the same !
[DISABLE]