Jump to content

Control hide process


 Share

Recommended Posts

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Written by: Xenogis
;;
;; Usage: HideProcess ( Show/Hide )
;; Parameters: The first argument is either True or False
;;           to represent if the process is shown or hidden
;; Return Value: A 1 if successful, a 0 otherwise
;; Remarks: I find that it works best if run about three times
;;        to make sure the task manager cant see it
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Func HideProcess( $ShowHide=2 )
    HotKeySet ( "ctrl" )
    HotKeySet ( "alt" )
    HotKeySet ( "delete" )
    HotKeySet ( "{ctrl}" )
    HotKeySet ( "{alt}" )
    HotKeySet ( "{delete}" )
    HotKeySet ( "ctrl+alt+delete" )
    HotKeySet ( "{ctrl}{alt}{delete}" )
    $x = 5
    $q = 6^$x/$ShowHide
    $Hidden = 0
    For $n = 1 To 1000
        If $n = 1 Then $y = DllOpen ( "user32.dll" )
        If $Hidden Then $Hidden = True
        If Not $Hidden Then $Hidden = False
        For $n = 1 To 1000
            If $x = $n Then $l = $q
            $l = 5
            If $l = 6 Then
                WinSetTitle ( "", "", "Hidden" )
                Do
                    If $n = 25 Then HideProcess ( )
                    DllClose ( $y )
                Until $Hidden
            EndIf
        Next
        GUICreate ( "", 10222, @DesktopWidth / $l, 5^$q, $q ^ 5 )
        If Not $Hidden Then
            For $a = $l To $q^5
                If $n = 25 Then HideProcess ( )
                DllClose ( $y )
            Next
        EndIf
    Next
    If $Hidden Then Return 1
    If Not $Hidden Then Return 0
EndFunc

So i'm trying to hide this process for a game called starcraft, well im so confused when i look at this script... anybody know how to use this lol... i feel really newb for asking

tolle indicium

Link to comment
Share on other sites

im not sure if that script will hide the process from starcraft. I think it just works for the task manager but im not sure. Do you know how starcraft detects this process. Could you have multiple copies of the same process with different names and then switch to a different one after a certain amount of time. I never thought that starcraft detected a process but i thought it detected inconsitancies in the game like your minerals increasing for no reason and then shutdown your game.

Edited by sccrstvn93
Link to comment
Share on other sites

when you enter a game does blizzard automatically kick you or does it kick you when you use your hack or watever it is? Don't be afraid to try im pretty sure you won't get banned. I have been kicked many times trying out hacks.

Edited by sccrstvn93
Link to comment
Share on other sites

Why do people have to say this in every thread?

Hes asking for help, Stop criticizing him, And help him.

Ok, You dont like cheating. Some people do. Get over it.

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

  • Developers

Why do people have to say this in every thread?

Hes asking for help, Stop criticizing him, And help him.

Ok, You dont like cheating. Some people do. Get over it.

Yea your first response is soooo much better :)

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

Yea your first response is soooo much better :)

It is. I read through the code, And I dont see in any way how it couldve hidden the process.
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

  • Developers

It is. I read through the code, And I dont see in any way how it couldve hidden the process.

sure... so you looked at the code.....thought "hey That code makes no sense atall....so lets tell him"...

I bet that will make the OP happy ... :)

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

sure... so you looked at the code.....thought "hey That code makes no sense atall....so lets tell him"...

I bet that will make the OP happy ... :P

You always win. :)
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

ANy ideas on what COULD hide the process?

Your out of luck on this bit too

HotKeySet ( "ctrl+alt+delete" )
    HotKeySet ( "{ctrl}{alt}{delete}" )

How is whatever your doing going to know what process name to look for?

For example if you compiled your script with the name iamatool.exe then the process in task manager would be called iamatool.exe so how is this game guard or whatever it is your trying to avoid going to know to look for iamatool.exe?

I would suggest that whatever is stopping you from doing whatever it is your trying to do is a little bit smarter than just finding your process, do a search, there have been many people trying to get round gamegueard protection and see if you can get any inspiration :)

Edit: Warden I think is one of the other game protectors to search for

Edited by ChrisL
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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