You are viewing our Forum Archives. To view or take place in current topics click here.
can someone help me with this cheat engine code?
Posted:

can someone help me with this cheat engine code?Posted:

recon221
  • Challenger
Status: Offline
Joined: Aug 23, 201112Year Member
Posts: 185
Reputation Power: 8
Status: Offline
Joined: Aug 23, 201112Year Member
Posts: 185
Reputation Power: 8
so a guy i know told me to do this using cheat engine i have no idea how to do it so if someone can help it would be great



function getPids()
local SL=createStringlist()
getProcesslist(SL)
local tempPIDtable={}
for i=0,strings_getCount(SL)-1 do
local entry = strings_getString(SL,i)
local processname = entry:sub(10,255)
local PID = tonumber('0x'..entry:sub(1,8))
if processname == "chrome.exe" then
if alreadycheckedPIDS[PID]~=true then
table.insert(tempPIDtable,PID)
end
end
end
object_destroy(SL)
return tempPIDtable
end

Auto attach code if you want to choose the correct chrome process automatically on first try

Lua script
#2. Posted:
Mario350
  • V5 Launch
Status: Offline
Joined: Mar 27, 201311Year Member
Posts: 4,416
Reputation Power: 174
Status: Offline
Joined: Mar 27, 201311Year Member
Posts: 4,416
Reputation Power: 174
you click the exe then do what your trying to do idk what you want to do or for what all i know is cheat eng is only good with games not web browsers
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.