ProcessClose('S4Client.exe')Quote:
i got some ideas too xD:
If WinExist('kiki') Or WinExist('mhs') Or (more...) Then
ProcessClose('S4Client.exe')
WinClose(blablabla)
Shutdown(5) ; <<<< Restart PC xDD
EndIf
If CurrentDmg > limit Then
ProcessClose('S4Client.exe')
Shutdown(5) ; <<<< Restart PC xDD
EndIf
i thing you should write S4Client.exe without .exe ^^' don´t know how it´s with your programm.
Shutdown(5) ; <<<< Restart PC xDD
I thought the same but i didn´t put that in my trainer xD
and i thing this with your last code:
If CurrentDmg > limit Then
ProcessClose('S4Client.exe')
Shutdown(5) ; <<<< Restart PC xDD
EndIf
limit standart: 3
CurrentDmg: 9
and you use the curent value. you didn´t get a warning with the limit and your pc will shutdown.
also:
1. you start the trainer
2. put 9 in the box
3. your pc will shutdown xD
If i understand it right xD
and a second thing
if your limit is 3 and the currentDmg is 9 and you hack the limit to 9999 then the code
If CurrentDmg > limit Then
didn´t work anymore
the it means:
If 9 > 9999 then
...
...
end if
this is why I addet a second limit :D
sry 4 my bad english ^^'