|
You last visited: Today at 19:56
Advertisement
Process Suspender
Discussion on Process Suspender within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
08/06/2010, 14:43
|
#31
|
elite*gold: 0
Join Date: Dec 2009
Posts: 33
Received Thanks: 11
|
hmm also bei mir geht der
|
|
|
08/06/2010, 15:11
|
#32
|
elite*gold: 0
Join Date: Jan 2010
Posts: 2,207
Received Thanks: 1,082
|
klappt.. aber warum kann man maps net mehr beim spielen aus tauschen?^^
|
|
|
08/06/2010, 15:25
|
#33
|
elite*gold: 237
Join Date: Sep 2008
Posts: 4,476
Received Thanks: 4,587
|
Code:
#RequireAdmin
HotKeySet("{F11}", "_Resume")
_Suspend()
While Sleep(100)
WEnd
Func _Resume()
_PROCESSRESUME(ProcessExists("HGWC.exe"))
_PROCESSRESUME(ProcessExists("S4Client.exe"))
Exit
EndFunc
Func _Suspend()
ToolTip("Waiting for S4League...", 0, 0)
ProcessWait("HGWC.exe")
ProcessWait("S4Client.exe")
_PROCESSSUSPEND(ProcessExists("HGWC.exe"))
_PROCESSSUSPEND(ProcessExists("S4Client.exe"))
ToolTip("")
EndFunc
Func _PROCESSSUSPEND($PROCESSID)
If $PROCESSID Then
Global $AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $PROCESSID)
Global $I_SUCESS = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
Return SetError(2)
EndIf
EndFunc
Func _PROCESSRESUME($RPROCESSPID)
If $RPROCESSPID Then
$AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $RPROCESSPID)
$I_SUCESS = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Sorry, aber es gibt Dinge, die wirklich kein GUI benötigen.
Naja egal.
€dit:
|
|
|
08/06/2010, 15:44
|
#34
|
elite*gold: 0
Join Date: Jan 2010
Posts: 2,207
Received Thanks: 1,082
|
Quote:
Originally Posted by FichteFoll
Code:
#RequireAdmin
HotKeySet("{F11}", "_Resume")
_Suspend()
While Sleep(100)
WEnd
Func _Resume()
_PROCESSRESUME(ProcessExists("HGWC.exe"))
_PROCESSRESUME(ProcessExists("S4Client.exe"))
Exit
EndFunc
Func _Suspend()
ToolTip("Waiting for S4League...", 0, 0)
ProcessWait("HGWC.exe")
ProcessWait("S4Client.exe")
_PROCESSSUSPEND(ProcessExists("HGWC.exe"))
_PROCESSSUSPEND(ProcessExists("S4Client.exe"))
ToolTip("")
EndFunc
Func _PROCESSSUSPEND($PROCESSID)
If $PROCESSID Then
Global $AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $PROCESSID)
Global $I_SUCESS = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
Return SetError(2)
EndIf
EndFunc
Func _PROCESSRESUME($RPROCESSPID)
If $RPROCESSPID Then
$AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $RPROCESSPID)
$I_SUCESS = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Sorry, aber es gibt Dinge, die wirklich kein GUI benötigen.
Naja egal.
|
warum? meinst du das?^^
|
|
|
08/06/2010, 15:44
|
#35
|
elite*gold: 1
Join Date: Jul 2008
Posts: 738
Received Thanks: 288
|
ehm ich glaube ein paar Leute hier haben mal auf Brain.exe Suspend geklickt xD
|
|
|
08/06/2010, 15:47
|
#36
|
elite*gold: 0
Join Date: Feb 2010
Posts: 94
Received Thanks: 29
|
Bei mir Funkt. der net Warum ?
|
|
|
08/06/2010, 15:48
|
#37
|
elite*gold: 0
Join Date: Aug 2010
Posts: 97
Received Thanks: 233
|
Quote:
Originally Posted by FichteFoll
Code:
#RequireAdmin
HotKeySet("{F11}", "_Resume")
........
Sorry, aber es gibt Dinge, die wirklich kein GUI benötigen.
Naja egal.
|
let him learn, even with nonsense
|
|
|
08/06/2010, 15:49
|
#38
|
elite*gold: 0
Join Date: Jan 2010
Posts: 2,207
Received Thanks: 1,082
|
Quote:
Originally Posted by KraYYzii
Bei mir Funkt. der net Warum ?
|
32bit??
|
|
|
08/06/2010, 22:39
|
#39
|
elite*gold: 0
Join Date: Nov 2009
Posts: 20
Received Thanks: 4
|
nice nice der geht sehr gut ^^
hab thanks gegeben
|
|
|
08/07/2010, 00:45
|
#40
|
elite*gold: 0
Join Date: Oct 2008
Posts: 471
Received Thanks: 710
|
funzt =)
|
|
|
08/07/2010, 01:21
|
#41
|
elite*gold: 0
Join Date: Apr 2010
Posts: 20
Received Thanks: 3
|
make a vid?
|
|
|
08/07/2010, 10:00
|
#42
|
elite*gold: 0
Join Date: Feb 2010
Posts: 94
Received Thanks: 29
|
Quote:
Originally Posted by Maurixius
32bit??
|
Ja
|
|
|
08/07/2010, 14:27
|
#43
|
elite*gold: 0
Join Date: Nov 2009
Posts: 440
Received Thanks: 352
|
Quote:
Originally Posted by wtfitsu77
make a vid?
|
read description?
|
|
|
08/07/2010, 14:29
|
#44
|
elite*gold: 2
Join Date: Jul 2010
Posts: 436
Received Thanks: 41
|
#Vote 4 sticky
naja etz muss ich nur noch n par Werte wissen.
|
|
|
08/07/2010, 17:37
|
#45
|
elite*gold: 0
Join Date: Jul 2010
Posts: 99
Received Thanks: 11
|
Quote:
Originally Posted by waldi_
Du kannst Cheat Engine öffnen und Maps oder Waffenskins austauschen..
|
des kapier ich nich haste i-etwas anderes als icq?
|
|
|
 |
|
Similar Threads
|
[Release] Process Suspender (+ Auto Suspend)
06/08/2014 - S4 League Hacks, Bots, Cheats & Exploits - 13 Replies
Hey Community !
i havent found a function to auto-suspend a process with the Process Watcher, so i decided to write a tool on my own.
olaf_007 (nice name for a tool eh ?? :handsdown:) can be used to do that task.
Here's a short tutorial how to use my tool:
1. start olaf_007
|
suspender
09/09/2010 - S4 League - 0 Replies
who give me a working suspender i need it for mine gun
|
Suspender
06/06/2010 - General Gaming Discussion - 0 Replies
Hey, Can someone show me how to suspend succesfully in TeamViewer?
Please pm me...
|
Mit Process Explorer /Process Hacker Hs umgehen
05/22/2010 - General Gaming Discussion - 1 Replies
Ich habe hier im Forum gelesen, das man mit Process Explorer bzw. Process Hacker das HS umgehen kann. Leider ist mir irgendwie schleierhaft wie das gehen soll. Vllt erbarmt sich jemand und erklärt es (:, da man den sogenannten Bypasser nur noch las Premium Dings Da bei Upload.to runterladen kann :rolleyes:
|
C# how to pause a process/freeze process
12/08/2008 - CO2 Programming - 2 Replies
ya so i was semi bored and after little bit of looking around i didnt find to many examples of how to do this so attached is a demo project to show you how.
basically it comes down to calling ResumeThread() and SuspendThread() (API functions) on all the threads of a process...simple enough
http://img388.imageshack.us/img388/9762/exampleil 6.png
please note when you enter the process name there's no ".exe" to the end
Warning: this isn't idiot proof
.
.
|
All times are GMT +1. The time now is 20:00.
|
|