Glyph Posted August 1, 2007 Share Posted August 1, 2007 expandcollapse popup;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 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 More sharing options...
qazwsx Posted August 1, 2007 Share Posted August 1, 2007 what do you need to hide the process for? Link to comment Share on other sites More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 IF the game detects the process it has a system that will shut down my program... well i want to avoid this with a hidden process. tolle indicium Link to comment Share on other sites More sharing options...
qazwsx Posted August 1, 2007 Share Posted August 1, 2007 (edited) 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 August 1, 2007 by sccrstvn93 Link to comment Share on other sites More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 Im not sure, this is why im testing tolle indicium Link to comment Share on other sites More sharing options...
qazwsx Posted August 1, 2007 Share Posted August 1, 2007 (edited) 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 August 1, 2007 by sccrstvn93 Link to comment Share on other sites More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 well i cant test it without having a workign process hide, so until then i dont know. tolle indicium Link to comment Share on other sites More sharing options...
qazwsx Posted August 1, 2007 Share Posted August 1, 2007 so u haven't tried it without the process hide? Link to comment Share on other sites More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 I cant get it too work. thats why i made this whole thread tolle indicium Link to comment Share on other sites More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 Thread is open to everyone >.> tolle indicium Link to comment Share on other sites More sharing options...
AzKay Posted August 1, 2007 Share Posted August 1, 2007 That code makes no sense atall. # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
Bert Posted August 1, 2007 Share Posted August 1, 2007 You know, you could just try to play the game WITHOUT CHEATING. That always works, and is fair to all the other online players too! The Vollatran project  My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
AzKay Posted August 1, 2007 Share Posted August 1, 2007 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 More sharing options...
Developers Jos Posted August 1, 2007 Developers Share Posted August 1, 2007 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 More sharing options...
AzKay Posted August 1, 2007 Share Posted August 1, 2007 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 More sharing options...
Glyph Posted August 1, 2007 Author Share Posted August 1, 2007 At least the threads getting replys... maybe not usefull... but posts nonetheless. tolle indicium Link to comment Share on other sites More sharing options...
Developers Jos Posted August 1, 2007 Developers Share Posted August 1, 2007 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 More sharing options...
AzKay Posted August 1, 2007 Share Posted August 1, 2007 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 ... You always win. # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
Glyph Posted August 2, 2007 Author Share Posted August 2, 2007 ANy ideas on what COULD hide the process? tolle indicium Link to comment Share on other sites More sharing options...
ChrisL Posted August 2, 2007 Share Posted August 2, 2007 (edited) 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 August 2, 2007 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now