Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:15

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

Advertisement



s4 autoit hilfe

Discussion on s4 autoit hilfe within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 1
Join Date: Feb 2012
Posts: 120
Received Thanks: 106
Exclamation s4 autoit hilfe

Hallo ich habe einen kleinen hack erstellt aber brauche hilfe weil er nicht geht.
Könnt ihr helfen das er geht und das der hack funzt? hier den code:
Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=C:\Users\chris\Desktop\TuneUp\hack\S4Hack.kxf
$Form1_1 = GUICreate("S4 League Hack", 293, 269, 193, 188)
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("SP Hack", 8, 16, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("HP Hack", 8, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("ArmorHack", 8, 80, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("God Mode", 8, 64, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Ghostmode", 8, 48, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("+7Stats", 8, 192, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Speed Hack", 8, 176, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("NoFumbi", 8, 224, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("Block Hack", 8, 208, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 160, 168, 115, 49, 0)
$Radio1 = GUICtrlCreateRadio("Damage x2", 176, 104, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x4", 176, 120, 73, 17)
$Radio3 = GUICtrlCreateRadio("Damage x6", 176, 136, 73, 17)
$Radio4 = GUICtrlCreateRadio("Walljump x2", 176, 40, 81, 17)
$Radio5 = GUICtrlCreateRadio("Walljump x4", 176, 56, 81, 17)
$Group1 = GUICtrlCreateGroup("WallJump", 168, 24, 97, 57)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("DamageHack", 168, 88, 97, 73)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox12 = GUICtrlCreateCheckbox("Shophack", 8, 96, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("WallShot", 8, 112, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Fastfire", 8, 128, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Instant Respawm", 8, 144, 97, 17)
$Checkbox16 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Reichweite", 8, 240, 97, 17)
$Button2 = GUICtrlCreateButton("Close", 160, 232, 115, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

		Case $Form1_1
		Case $Form1_1
		Case $Form1_1
		Case $Form1_1
		Case $Checkbox1
		Case $Checkbox2
		Case $Checkbox3
		Case $Checkbox5
		Case $Checkbox6
		Case $Checkbox7
		Case $Checkbox8
		Case $Checkbox9
		Case $Checkbox10
		Case $Button1
		Case $Radio1
		Case $Radio2
		Case $Radio3
		Case $Radio4
		Case $Radio5
		Case $Checkbox12
		Case $Checkbox13
		Case $Checkbox14
		Case $Checkbox15
		Case $Checkbox16
		Case $Checkbox4
		Case $Button2
	EndSwitch
WEnd


Func _Start() 

ToolTip('Waiting for S4Client.exe...',0,0) ; Tooltip

ProcessWait('S4Client.exe') ; Process
$PID = ProcessExists('S4Client.exe') ; Process
ToolTip('Hack the Game !!!',0,0) ; Tooltip
Sleep(500)
$open = _MemoryOpen($PID)

If GUICtrlRead($Button1) = 1 Then


EndIf
If GUICtrlRead($Button2) = 1 Then


EndIf
ToolTip('Done',0,0) ; Tooltip
ToolTip('',0,0)
_MemoryClose($open)

Exit

EndFunc 

Func  _Start() 
	$S4 = 0x00C4912
	ProcessWait("S4Client.exe")
	ToolTip("S4Client starten ...", 0, 0)
	$PID = ProcessExists("S4Client.exe")
	$OPEN = _MEMORYOPEN($PID)
	_MEMORYWRITE($S4, $OPEN, 99999, "Float")
	_MemoryClose($OPEN)
	Exit

 EndFunc   ;==>_Start
Dark-ELITE is offline  
Old 04/06/2012, 19:56   #2
 
xXxB4NGxXx's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 135
Received Thanks: 256
Glaubst du das Hackt sich von selbst?
Alter, du hast nur eine Gui Erstellt, mehr Nicht.
Du Braucchst adressen für die Funktionen und
die Musst du in MemoryWrite nehmen,
Aber wer nur eine Gui erstellt und Hofft dass sich etwas
hackt sollte die finger davon lassen..

PS: Nein, Die Adressen gibt dir keiner einfach so

€dit; Was soll eigentlich diese Case Reihe da?
xXxB4NGxXx is offline  
Old 04/06/2012, 20:43   #3
 
elite*gold: 1
Join Date: Feb 2012
Posts: 120
Received Thanks: 106
alda junge der hack öffnet sich aba der hack fährt ned hoch wenn ich s4 starte!!!!!!
deswegen hab ich ne neue func hinzugefügt und will die zum laufen brignen weiss aba ned wie!!!!!!!!!!
Dark-ELITE is offline  
Old 04/06/2012, 23:09   #4
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Boaah voll krass ey, Junge.

Du hast zwei "_Start" Funktionen, weshalb es sowieso schon nicht funktionieren kann. Außerdem rufst du die Funktion nicht auf, da brauchst du dich auch nicht wundern, dass nicht dein gewünschter Effekt eintritt.
Den Status der Check-/Radioboxen fragt man in der Schleife ab, sonst hättest du gleich Buttons benutzen können.
Alles in einem sowieso nur zusammen kopierter Müll.
KDeluxe is offline  
Old 04/07/2012, 13:08   #5
 
Brutalon's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 995
Received Thanks: 471
Und wie sollte die Funktion _Start() funktionieren? ohne Aufruf?
while 1
_Start()
WEnd

Jetzt wird die Funktion in der while Schleife aufgerufen. Bei dir muss das auch irgendwo der Fall sein!!

Quote:
Alles in einem sowieso nur zusammen kopierter Müll.
Dem schliess ich mich dann mal an
Brutalon is offline  
Old 04/07/2012, 15:33   #6
 
elite*gold: 1
Join Date: Feb 2012
Posts: 120
Received Thanks: 106
bin ezt schon soweit aba kriege nen error weger variable oda so-.-

hier der neue code:

Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=C:\Users\chris\Desktop\TuneUp\hack\S4Hack.kxf
$Form1_1 = GUICreate("S4 League Hack", 293, 269, 193, 188)
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("SP Hack", 8, 16, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("HP Hack", 8, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("ArmorHack", 8, 80, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("God Mode", 8, 64, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Ghostmode", 8, 48, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("+7Stats", 8, 192, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Speed Hack", 8, 176, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("NoFumbi", 8, 224, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("Block Hack", 8, 208, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 160, 168, 115, 49, 0)
$Radio1 = GUICtrlCreateRadio("Damage x2", 176, 104, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x4", 176, 120, 73, 17)
$Radio3 = GUICtrlCreateRadio("Damage x6", 176, 136, 73, 17)
$Radio4 = GUICtrlCreateRadio("Walljump x2", 176, 40, 81, 17)
$Radio5 = GUICtrlCreateRadio("Walljump x4", 176, 56, 81, 17)
$Group1 = GUICtrlCreateGroup("WallJump", 168, 24, 97, 57)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("DamageHack", 168, 88, 97, 73)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox12 = GUICtrlCreateCheckbox("Shophack", 8, 96, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("WallShot", 8, 112, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Fastfire", 8, 128, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Instant Respawm", 8, 144, 97, 17)
$Checkbox16 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Reichweite", 8, 240, 97, 17)
$Button2 = GUICtrlCreateButton("Close", 160, 232, 115, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $Button1
            _Start()
        Case $Button2
            Exit
    EndSwitch
    $tMsg = TrayGetMsg()
    Switch $tMsg
      Case $exititem
          Exit

      Case $startitem
          _Start()


EndSwitch
WEnd


Func _Start()


ToolTip('Waiting for S4Client.exe...',0,0) ; Tooltip

ProcessWait('S4Client.exe') ; Process
$PID = ProcessExists('S4Client.exe') ; Process
ToolTip('Hack the Game !!!',0,0) ; Tooltip
Sleep(500)
$open = _MemoryOpen($PID)

If GUICtrlRead($Button1) = 1 Then


EndIf
If GUICtrlRead($Button2) = 1 Then


EndIf
ToolTip('Done',0,0) ; Tooltip
ToolTip('',0,0)
_MemoryClose($open)

Exit

EndFunc

pls

oh doch nochn prob^^ der hack öffnet sich aba aber er führt die funktionen ned aus pls help^^
Dark-ELITE is offline  
Old 04/08/2012, 17:10   #7
 
elite*gold: 0
Join Date: Jul 2010
Posts: 2
Received Thanks: 0
Wie schon gesagt das ist ein GUI das ist nur das "Bild" des hacks du hast nicht eine Funktion drinn. Nur ein Programm mit Knöpfen die nix machen.....
mavi1904 is offline  
Old 04/08/2012, 21:09   #8
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Ohwai... Du erstellst nirgendwo Trayitems, deshalb würde die Bedingung zum Ausführen der _Start() Funktion nie erfüllt werden, selbst wenn du die Variablen $startitem und $exititem definieren würdest. Hör doch einfach auf jeden erstbesten Schrott zu kopieren und lerne etwas.
KDeluxe is offline  
Old 04/09/2012, 17:03   #9
 
elite*gold: 1
Join Date: Feb 2012
Posts: 120
Received Thanks: 106
lol ich hab doch gesagt er funct hab längst nen anderen code alles geht aba er führt die hacks ned aus er startet er schliesst etc aba hacks gehen nicht! hier der code:

Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstants.au3>

$Form1_1 = GUICreate("S4 League Hack", 293, 445, 214, 138)
$Checkbox1 = GUICtrlCreateCheckbox("SP Hack", 8, 16, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("HP Hack", 8, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("ArmorHack", 8, 80, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("God Mode", 8, 64, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Ghostmode", 8, 48, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("+7Stats", 8, 192, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Speed Hack", 8, 176, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("NoFumbi", 8, 224, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("Block Hack", 8, 208, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 160, 176, 115, 49, 0)
$Radio1 = GUICtrlCreateRadio("Damage x2", 176, 104, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x4", 176, 120, 73, 17)
$Radio3 = GUICtrlCreateRadio("Damage x6", 176, 136, 73, 17)
$Radio4 = GUICtrlCreateRadio("Walljump x2", 176, 40, 81, 17)
$Radio5 = GUICtrlCreateRadio("Walljump x4", 176, 56, 81, 17)
$Group1 = GUICtrlCreateGroup("WallJump", 168, 24, 97, 57)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("DamageHack", 168, 88, 97, 73)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox12 = GUICtrlCreateCheckbox("Shophack", 8, 96, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("WallShot", 8, 112, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Fastfire", 8, 128, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Instant Respawm", 8, 144, 97, 17)
$Checkbox16 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Reichweite", 8, 240, 97, 17)
$Button2 = GUICtrlCreateButton("Thread on Epvp*", 160, 232, 115, 41, 0)
$Button3 = GUICtrlCreateButton("Createt By Dark_Elite", 8, 280, 275, 33, 0)
$Button4 = GUICtrlCreateButton("Give me a THANX", 8, 384, 275, 49, 0)
GUISetState(@SW_SHOW)

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case -3
			Exit
		Case $Button1
			_Start()
	EndSwitch
WEnd

Func _Start() 

ToolTip('Waiting for S4Client.exe...',0,0) ; Tooltip

ProcessWait('S4Client.exe') ; Process
$PID = ProcessExists('S4Client.exe') ; Process
ToolTip('Hack the Game !!!',0,0) ; Tooltip
Sleep(500)
$open = _MemoryOpen($PID)

If GUICtrlRead($Button1) = 1 Then


EndIf
If GUICtrlRead($Button2) = 1 Then


EndIf
ToolTip('Done',0,0) ; Tooltip
ToolTip('',0,0)
_MemoryClose($open)

Exit

EndFunc 

Func  _Start() 
	$S4 = 0x00C4912
	ProcessWait("S4Client.exe")
	ToolTip("S4Client starten ...", 0, 0)
	$PID = ProcessExists("S4Client.exe")
	$OPEN = _MEMORYOPEN($PID)
	_MEMORYWRITE($S4, $OPEN, 99999, "Float")
	_MemoryClose($OPEN)
	Exit

 EndFunc   ;==>_Start
Dark-ELITE is offline  
Old 04/09/2012, 17:17   #10
 
omer36's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,317
Received Thanks: 1,254
Quote:
Originally Posted by Dark-ELITE View Post
(...)
Code:
Func _Start() 
ToolTip('Waiting for S4Client.exe...',0,0) ; Tooltip
(.....)
Exit
EndFunc 



Func  _Start() 
$S4 = 0x00C4912
(......)
Exit
EndFunc
Quote:
Originally Posted by KDeluxe View Post
(....)
Du hast zwei "_Start" Funktionen, weshalb es sowieso schon nicht funktionieren kann. (.....)
....
omer36 is offline  
Old 04/10/2012, 06:22   #11
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Interessant was du für eine Auffassung von funktionieren hast.

Du hast immer noch 2 _Start() Funktionen, so lässt sich das Script nicht einmal kompilieren, wo wir wieder beim Thema Funktionstüchtigkeit wären. Das Leerzeichen mehr davor bringt nichts. Zudem wurden die Variablen $startitem und $exititem nicht deklariert. Dadurch lässt sich das Script wieder nicht kompilieren. Angenommen das ganze würde tatsächlich laufen, dann würdest du den Speicher nur einmalig ändern und zwar dann, wenn du auf $Button1 klickst. Kann natürlich gut gehen, ist allerdings selten der Fall.
KDeluxe is offline  
Old 04/10/2012, 11:55   #12


 
Jeoni's Avatar
 
elite*gold: 966
Join Date: Apr 2010
Posts: 1,104
Received Thanks: 681
Haste in CE auch schon überprüft, ob die Adresse stimmt?
Wenn die nicht stimmt merkst du ingame eh nichts (oder das Spiel stürzt im schlimmsten Fall ab).
Also musste gucken ob die Adresse "0x00C4912" die du zu 9999 änderst auch stimmt und deinen gewünschten Wert hält.
Jeoni is offline  
Thanks
1 User
Old 04/11/2012, 14:53   #13
 
elite*gold: 1
Join Date: Feb 2012
Posts: 120
Received Thanks: 106
er funzt!!!!! blos er führt die Hacks nicht aus wie godmode etc!!!!

jaa hab schon überprüft finde kein anderen wert
Dark-ELITE is offline  
Old 04/11/2012, 21:28   #14
 
elite*gold: 0
Join Date: Jun 2009
Posts: 121
Received Thanks: 13
jetzt mal ne frage an dich: kennst du dich eigentlich mit autoit aus oder ist das von dir alles nur copy & paste? erst das mit den 2 gleichnamigen funktionen, dann machst du den fehler raus und dann isser beim nächsten ma wieder drin... und du has ne funktion geschrieben, die du nich aufrufst und dann fragst, wieso der nichts macht. Wie lange beschäftigst du dich schon mit autoit? kannst du die grundlagen?
zurück zum thema:

Quote:
er funzt!!!!! blos er führt die Hacks nicht aus wie godmode etc!!!!
kenn mich jetz nich so mit s4 aus aber vllt habn die ja hackschutz drin?
Tobolobo is offline  
Old 04/12/2012, 09:41   #15


 
K1ramoX's Avatar
 
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,847
Klar hat S4 einen Hackschutz drin ;< Nur der Grund das es nicht geht ist einfach dass die Adresse zum manipulieren falsch ist O;
K1ramoX is offline  
Reply




All times are GMT +2. The time now is 07:15.


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.