what is wrong ?

Ask gaming related questions (AHK v1.1 and older)
CPLNet
Posts: 53
Joined: 06 Dec 2016, 11:24

what is wrong ?

29 Oct 2017, 00:16

win_id = csgo
Process, Exist, csgo.exe
PID := ErrorLevel
DllCall("client.dll", PID)
WriteProcessMemory(csgo, addr, 0x674B98, 674B98 , 1)
{
if (csgo > 1)
{
addr += 674B98
write_success := DllCall("writeprocessmemory", "Uint", ProcessHandle, "Uint", addr, "uint*", addr_1, "Uint", 1, "Uint *", BytesWritten)
WriteProcessMemory(csgo, addr, 0x624410, 624410, 1)
}
}
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: what is wrong ?

29 Oct 2017, 02:03

If that is the whole script its obvious csgo variable is empty.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 31 guests