|
You last visited: Today at 16:36
Advertisement
Suspender Source Code
Discussion on Suspender Source Code within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
02/25/2012, 18:45
|
#1
|
elite*gold: 0
Join Date: Aug 2010
Posts: 89
Received Thanks: 47
|
Suspender Source Code
This is the source to make a suspender
i hope this will help you to search a value by using this suspending method
Code:
Suspend Process :
close .! they said im leech
you also can make a additional function
download this for additional function :
os type:
32bits : 
64bits :
then you can simply use _ProcessWork($process,$task)
additional function for autoit ( #include <iqmals.au3> ) :
_MemoryWork() <--- i modify from NomadMemory
_ProcessWork() <--- use to suspend or resume program
looking for suspender goes here :
AND I WANT YOU ALL KNOW THAT IM NOT ******* LEECHER .!!!
|
|
|
02/25/2012, 18:55
|
#2
|
elite*gold: 0
Join Date: Feb 2012
Posts: 38
Received Thanks: 89
|
#Close
#Post this in S4 League - Not in S4,Hacks,Bots,Cheats,Exploits
|
|
|
02/25/2012, 19:02
|
#3
|
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,844
|
;o
|
|
|
02/25/2012, 19:11
|
#4
|
elite*gold: 0
Join Date: Aug 2010
Posts: 89
Received Thanks: 47
|
I LEARN IN AUTOIT .!!!
I DIDNT LEECH FROM EVERYONE .!!!!
I SWEAR .!
|
|
|
02/25/2012, 19:31
|
#5
|
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,844
|
Your Source:
Code:
Func _ProcessSuspend($process)
$processid = ProcessExists($process)
$kernel = "kernel32.dll
$nt = "ntdll.dll
If $processid Then
$handle = DllCall("$kernel", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$success = DllCall("$nt","int","NtSuspendProcess","int",$handle[0])
DllCall('$kernel', 'ptr', 'CloseHandle', 'ptr', $handle)
If IsArray($success) Then
Return 1
Else
SetError(1)
Return 0
Endif
Else
SetError(2)
Return 0
Endif
EndFunc
Resume Process
Func _ProcessResume($process)
$processid = ProcessExists($process)
If $processid Then
$handle = DllCall("$kernel", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$success = DllCall("$nt","int","NtResumeProcess","int",$handle[0])
DllCall('$kernel', 'ptr', 'CloseHandle', 'ptr', $handle)
If IsArray($success) Then
Return 1
Else
SetError(1)
Return 0
Endif
Else
SetError(2)
Return 0
Endif
EndFunc
Source from The Kandie Man (Original)
Code:
Func _ProcessSuspend($process)
$processid = ProcessExists($process)
If $processid Then
$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$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
SetError(2)
Return 0
Endif
EndFunc
Func _ProcessResume($process)
$processid = ProcessExists($process)
If $processid Then
$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$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
|
|
|
02/25/2012, 19:41
|
#6
|
elite*gold: 0
Join Date: Aug 2010
Posts: 89
Received Thanks: 47
|
I REALLY NOT LEECH .!!! ****~
|
|
|
02/26/2012, 01:35
|
#7
|
elite*gold: 0
Join Date: Mar 2010
Posts: 124
Received Thanks: 7
|
Quote:
Originally Posted by iqmals
This is the source to make a suspender
i hope this will help you to search a value by using this suspending method
Code:
Suspend Process :
close .! they said im leech
you also can make a additional function
download this for additional function :
os type:
32bits : 
64bits :
then you can simply use _ProcessWork($process,$task)
additional function for autoit ( #include <iqmals.au3> ) :
_MemoryWork() <--- i modify from NomadMemory
_ProcessWork() <--- use to suspend or resume program
looking for suspender goes here :
AND I WANT YOU ALL KNOW THAT IM NOT ******* LEECHER .!!!
|
no ur arent leech! your not a leecher
|
|
|
02/26/2012, 11:56
|
#8
|
elite*gold: 0
Join Date: Feb 2012
Posts: 6
Received Thanks: 24
|
It's Undetected!
|
|
|
02/26/2012, 13:01
|
#9
|
elite*gold: 357
Join Date: Jul 2009
Posts: 17,498
Received Thanks: 5,145
|
#Closed
|
|
|
 |
Similar Threads
|
Client Suspender Source Code[Autoit]
08/31/2012 - General Gaming Discussion - 2 Replies
Note: This script for autoit. Download autoit and scite editor.
Note 2 : Write to input : FT_Client.exe and Click to Freeze when showed banner.
Func _ProcessSuspend($process)
$processid = ProcessExists($process)
If $processid Then
$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$i_sucess = DllCall("ntdll.dll","int",&quo t;NtSuspendProcess","int",$ai_Handl e)
DllCall('kernel32.dll', 'ptr', 'CloseHandle', 'ptr',...
|
[Open Source] Suspender by I3lackout
10/19/2011 - S4 League Hacks, Bots, Cheats & Exploits - 18 Replies
Halluh, ich bins... mal wieder...
Diesmal stell ich euch meinen Suspender vor.
Der ist nichts wirklich besonderes aber trotzdem. Elitepvpers ist ja zum Thread's erstellen da O:, und ich nutze das voll hinterlistig aus :3
also zum Suspender...
hier das Script:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
|
[Source Code C#] Kintow Suspender
06/28/2011 - S4 League Hacks, Bots, Cheats & Exploits - 1 Replies
Hi everybody,
I decide today to post my c# suspender code,
It is fonctionnal,but the code is strange (xD i begin C# yetersday), but it allow you to use Cheat Engine ingame (kill CE before Resume)
I don't answer to any question, why ?
If you can download source code, you can program/compile/use it, it's simple !
Source code is in attachments !
|
All times are GMT +1. The time now is 16:38.
|
|