so assuming i want to detect a variable that is ints
which function in the script i should change?
would it be this one?
ehm, i tried changing "str" to "int"/"ints"/Uint"
but not working....which one i should change, and change it to what @@
which function in the script i should change?
would it be this one?
Code:
tempVar := DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", %checkstats%, "str", Output, "Uint", 1, "Uint *", 0)
but not working....which one i should change, and change it to what @@