MultiSuspender by -MiceDevelop-

09/27/2011 11:57 iqmals#1
hi today i want release AutoSuspend :cool:

if i has something error pls tell me .!!
AutoSuspend not have GUI,it will automatic suspend when you running it ^^ because it more simple ^^

you must run it as administrator

i hope it will help you in searching value in s4 client :D
i hope you will use english at here .!! ( because i malaysian )
this script didnt have silence virus :mofo:

it work on :
- Win7 32
- Win7 64

source :
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <iqmals.au3>
#Region micedevelop
_suspendStart()
func _suspendStart()
	local $client = 'S4Client.exe',$hgwc = 'HGWC.exe',$xtrap = 'XTrap.xt'
	_Suspend($client)
	_Suspend($xtrap)
	_Suspend($client)
	_Suspend($hgwc)
endfunc	 
Func _Suspend($process)
Local $kernel = "kernel32.dll",$nt = "ntdll.dll"
Local $int = 'int',$ptr = 'ptr'
local $suspend = 'NtSuspendProcess',$openproc = 'OpenProcess'
local $CH = 'CloseHandle',$hex = 0x1f0fff,$arg = False
$process = ProcessExists($process)
If $process Then
    $Handle = DllCall($kernel, $int, $openproc, $int, $hex, $int, $arg, $int, $process)
    $sucess = DllCall($nt,$int,$suspend,$int,$Handle[0])
    DllCall($kernel, $ptr, $CH, $ptr, $Handle)
    If IsArray($sucess) Then 
        Return 1
    Else
        SetError(1)
        Return 0
    Endif
Endif
EndFunc
#EndRegion micedevelop
AutoSuspender in source code you must have autoit to run that script ^^
multisuspender i make in 2011 and it work fine to suspend any process
09/27/2011 12:14 aliketenci#2
Bla bla. With autoit?
09/27/2011 12:29 iqmals#3
pls dont sent the same msg .!! about the bugs or n 2009 .! :D
09/27/2011 13:05 andyfish94#4
what is the use of this suspender?
09/27/2011 13:21 ~>i-D´LyRius<~#5
I will test...
09/27/2011 13:27 Sharqy#6
Didn't already make a thread showing this same suspender yesterday? o_o (I think)
09/28/2011 09:04 iqmals#7
i already add Hotkey n license .!! :D
10/15/2011 19:37 ficker200#8
work or not?
10/17/2011 16:04 jonJon174#9
works , thanks :)
10/17/2011 18:51 IamEpvper#10
Too many Suspenders
02/27/2012 19:19 mohammed449#11
:mofo::handsdown::mad::cool::handsdown::rtfm::rtfm :
how do i can work it
02/27/2012 19:28 iqmals#12
put the process that you want suspend the click at suspend ...
this suspender i make long time ago ^^ hahah
02/27/2012 19:37 kind123#13
what does this do?
i speak german too.
02/27/2012 19:57 I3lack-St0rm#14
What can i do with a Suspender? and how can i use it? And what means Suspender
BTW i speak German
02/27/2012 22:52 iqmals#15
it requirement to search value in s4 client