appdata
|
Last Activity: 07/21/2020 06:47
Mentions
| 08/20/2016 |
| 14:44 - ...sEx.au3>
#include <WindowsConstants.au3>
#include "NomadMemory.au3" ;requires nomadmemory
#RequireAdmin
$ac_stat = False
$pattern = "85 C9 75 07 B8 ?? ?? ?? ?? EB 62"
$ini = appdataDir & "\Namechanger.ini"
$orig_byte = "0x7507"
$len = "char[200]"
If Not ProcessExists("S4Client.exe") Then
MsgBox(16, "error", "Open me ingame.")
EndIf
$pid = ProcessExists... |





