Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League > S4 League Hacks, Bots, Cheats & Exploits
You last visited: Today at 05:04

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

Advertisement



Tutorial how to create a Autoit Hack.

Discussion on Tutorial how to create a Autoit Hack. within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old   #1
 
Terrat's Avatar
 
elite*gold: 130
Join Date: Apr 2012
Posts: 1,173
Received Thanks: 670
Exclamation Tutorial how to create a Autoit Hack.



Hallo liebe Community,

heute zeige ich euch wie ihr mit Autoit wirkungsvolle und vorraussichtliche funktionierende changes macht.Achtung ich werde hier nur ein bischen Source posten, den Hack ansich müst ihr selber machen.
Alos den mal los.

[Download]
[Installation]

[Neue Datei]

[Form erstellen]












Wen wir unsren Hack soweit fertig haben fügen wir als erstes diese zwei Funktionen ein:
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
nun gehe wir zu den Button der es Startet in dem fall als Beispiel Case $Button 1
Code:
Case $Button1
ProcessWait("S4Client.exe")
_ProcessSuspend("HGWC.exe")
_ProcessSuSpend("S4Client.exe")
// der hack part
_ProcessResume("HGWC.exe")
_ProcessResume("S4Client.exe")
Exit
Credits:
Ich der es Geschreiben hat.
Functions : Weißt ich leider nicht mehr aber an den Danke
Terrat is offline  
Thanks
1 User
Old 06/15/2013, 15:38   #2
 
elite*gold: 11
Join Date: Jun 2012
Posts: 894
Received Thanks: 1,463
lol xD

gehört hier nicht her AutoIt Section
KaT̅1muR̅ is offline  
Thanks
1 User
Old 06/15/2013, 15:39   #3
 
elite*gold: 0
Join Date: Jul 2010
Posts: 24
Received Thanks: 6
In english pleaz
GOD59 is offline  
Old 06/15/2013, 17:39   #4
 
~BlackLine~'s Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 568
Received Thanks: 252
Wtf this is not a Tut how to create hack.... Is juat a Process Suspender ....
~BlackLine~ is offline  
Reply


Similar Threads Similar Threads
[HowTo]SpamBot in AutoIt erstellen
02/10/2011 - WarRock Guides, Tutorials & Modifications - 3 Replies
Wir brauchen als erstes : AutoIT SciTE Editor ...
[HowTo] Aimbot machen [AutoIt]
01/12/2011 - Tutorials - 8 Replies
Hallo…! Ich zeige euch heute wie ihr ganz einfach einen Pixelsearch-Bot machen könnt für das Spiel Sniper ! Voraussetzungen: 1. AutoIt 2. Eventuell Koda wenn du ihn auch designen möchtest 3. Internet-verbindung 4. Einen gesunden Hausverstand XD Als erstes öffnet Mal Koda und macht einen Button in dem stehen soll „Hack Starten !“ , dann macht ihr noch einen Button der heißen soll „HILFE !!“, dann macht ihr einen Text hinein in dem steht „Mit F6 beendest du den Hack !!“, dann macht ihr...
[HOWTO????] Design AutoIt ??
05/17/2009 - Metin2 - 0 Replies
pls closed :D hat sich erledigt



All times are GMT +2. The time now is 05:04.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.