05-21-2019, 05:16 PM
Nice, thx. Just had time to check the thread and see your way is way better what I came up with. Was able to accomplish the task adding in
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
g2
GetProcessExename xpid processname "iexplore.exe"
if processname = "iexplore"
pid = xpid
goto findmemory
xpid = xpid + 1
if xpid = 11000
end
goto g2
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
going through all pid names to find a match but know looping isnt ideal.
Thanks for the code, have time now to play with it. LMK if you have a donate button, really appreciate all the help.
Rob
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
g2
GetProcessExename xpid processname "iexplore.exe"
if processname = "iexplore"
pid = xpid
goto findmemory
xpid = xpid + 1
if xpid = 11000
end
goto g2
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
going through all pid names to find a match but know looping isnt ideal.
Thanks for the code, have time now to play with it. LMK if you have a donate button, really appreciate all the help.
Rob