Register for your free account! | Forgot your password?

You last visited: Today at 19:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Process Suspender

Discussion on Process Suspender within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old 08/06/2010, 14:43   #31
 
elite*gold: 0
Join Date: Dec 2009
Posts: 33
Received Thanks: 11
hmm also bei mir geht der
s4Gammler is offline  
Old 08/06/2010, 15:11   #32

 
Maurixius's Avatar
 
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?^^
Maurixius is offline  
Old 08/06/2010, 15:25   #33

 
FichteFoll's Avatar
 
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:
FichteFoll is offline  
Old 08/06/2010, 15:44   #34

 
Maurixius's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 2,207
Received Thanks: 1,082
Quote:
Originally Posted by FichteFoll View Post
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?^^
Maurixius is offline  
Old 08/06/2010, 15:44   #35
 
1337_Noize's Avatar
 
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
1337_Noize is offline  
Old 08/06/2010, 15:47   #36
 
KraYYzii's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 94
Received Thanks: 29
Bei mir Funkt. der net Warum ?
KraYYzii is offline  
Old 08/06/2010, 15:48   #37
 
elite*gold: 0
Join Date: Aug 2010
Posts: 97
Received Thanks: 233
Quote:
Originally Posted by FichteFoll View Post
Code:
#RequireAdmin

HotKeySet("{F11}", "_Resume")
........
Sorry, aber es gibt Dinge, die wirklich kein GUI benötigen.
Naja egal.
let him learn, even with nonsense
șØŋ1Ќ™ is offline  
Old 08/06/2010, 15:49   #38

 
Maurixius's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 2,207
Received Thanks: 1,082
Quote:
Originally Posted by KraYYzii View Post
Bei mir Funkt. der net Warum ?
32bit??
Maurixius is offline  
Old 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
bossalex0078 is offline  
Old 08/07/2010, 00:45   #40
 
IceBaer's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 471
Received Thanks: 710
funzt =)
IceBaer is offline  
Old 08/07/2010, 01:21   #41
 
wtfitsu77's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 20
Received Thanks: 3
make a vid?
wtfitsu77 is offline  
Old 08/07/2010, 10:00   #42
 
KraYYzii's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 94
Received Thanks: 29
Quote:
Originally Posted by Maurixius View Post
32bit??
Ja
KraYYzii is offline  
Old 08/07/2010, 14:27   #43
 
waldi_'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 440
Received Thanks: 352
Quote:
Originally Posted by wtfitsu77 View Post
make a vid?
read description?
waldi_ is offline  
Old 08/07/2010, 14:29   #44
 
critical1234's Avatar
 
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.
critical1234 is offline  
Old 08/07/2010, 17:37   #45
 
elite*gold: 0
Join Date: Jul 2010
Posts: 99
Received Thanks: 11
Quote:
Originally Posted by waldi_ View Post
Du kannst Cheat Engine öffnen und Maps oder Waffenskins austauschen..
des kapier ich nich haste i-etwas anderes als icq?
11Hertz is offline  
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.