View previous topic :: View next topic |
Author |
Message |
Gereksizz Newbie cheater
Reputation: 0
Joined: 04 Jan 2018 Posts: 16 Location: Anime Heaven
|
Posted: Sat Mar 09, 2019 2:41 pm Post subject: Automatic Proccess+Single Perma nopped Opcode Script |
|
|
You will need a ce label or anything similar to make sure that the process is running.
Make Sure Whatever Youve Got Has The Caption Set To Your Procces Name : Not Running!
function reopenProcessThreadFunc(thread, processName)
thread.name = '"reopenProcessThread"'
while true do
if readInteger(processName)== nil then
if openProcess(processName) then
autoAssemble([[
"YOUR OPCODE HERE":
db
]])
synchronize(function () UDF1.CELabel1.Caption ='"YOUR PROCCES NAME HERE" : Running!' end)
else
synchronize(function () UDF1.CELabel1.Caption ='"YOUR PROCCES NAME HERE" : Not Running!' end)
end
end
end
end
createNativeThread(reopenProcessThreadFunc,"YOUR PROCCES NAME HERE") _________________
Im A No Life |
|
Back to top |
|
 |
riverwest Newbie cheater
Reputation: 0
Joined: 05 May 2019 Posts: 14
|
Posted: Fri May 10, 2019 2:20 pm Post subject: |
|
|
Can you give some usecases for this? I have no idea why one would ever use it - although I'm sure it's helpful! |
|
Back to top |
|
 |
|