Jump to content

Hide Process


Recommended Posts

My Problem is " HideProcessNT.dll " I've tried To edit it on "ollydbg" but i filed

so here the script:

Global $d = @ScriptDir & "\HideProcessNT.dll" ; Here My Problem this file my antivirus think it a virus

$PID1 = ProcessExists("explorer.exe")

Func _PH($PID)

DllCall($d,"long","HideNtProcess","dword",$PID)

EndFunc

Run("taskmgr.exe")

MsgBox(64,"","to hide " & @ScriptName & " press ok")

_PH($PID1)

While 1

Sleep(1000)

WEnd

BUT!! Please any one can edit this file

See it in attachment

Link to comment
Share on other sites

  • Developers

Can U Help me? Or ANY ONE!!!!!!!!

Go play somewhere else but not here when it comes to topics like this.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...