Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 17:09

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

Advertisement



S4league sp hack ... i need some help :(

Discussion on S4league sp hack ... i need some help :( within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
YourEn3my's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 42
Received Thanks: 6
S4league sp hack ... i need some help :(

hallo ich wollte nur mal fragen ob einer weis why der da nix macht -.-... bin noch sher neu also habe sehr wenig ahnung habe schon 100 tuts durch aba weis jezz ned was da falsch ist ...-.-
Code:
#include <NomadMemory.au3>
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hack", 148, 104, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("  ON / OFF", 16, 8, 97, 25)
$Button1 = GUICtrlCreateButton("GO!", 16, 32, 89, 33)
$YourEn3my = GUICtrlCreateLabel("YourEn3my", 88, 80, 58, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		 Case $Button1
			_Hack()
	EndSwitch
WEnd
Func _Hack()
ToolTip("Warte auf S4Client.exe",0,0)
$PID = ProcessExists("S4Client.exe")
ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite("0x012B6898",$OPEN,"1634882648","dword")
EndIf

EndFunc

weis echt nicht was ich machen soll damit er geht ... (das soll ein sp hack werden ....)
und emm wenn ihr meint gehört hier ned hin klar wo sonst in den regeln steht hierrein ...
YourEn3my is offline  
Old 03/23/2012, 20:04   #2
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,377
Received Thanks: 3,429
Was geht davon nicht ?
Evtl. Bypass vergessen ?
Lumi is offline  
Old 03/23/2012, 20:38   #3
 
YourEn3my's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 42
Received Thanks: 6
ne habe ich aba der hackt nichts also ich ahbe nicht unentlich sp -.-
YourEn3my is offline  
Old 03/23/2012, 20:53   #4
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,377
Received Thanks: 3,429
Dann muss es wohl an der Adresse liegen.
Pointer schon benutzt ?
Lumi is offline  
Thanks
1 User
Old 03/23/2012, 21:00   #5
 
xXxB4NGxXx's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 135
Received Thanks: 256
Quote:
Originally Posted by Lumi' View Post
Dann muss es wohl an der Adresse liegen.
Pointer schon benutzt ?
Da gibt es ein Problem.
Diese Adresse ist veraltet und Inf Sp ist Gepatcht.
Scriptfehler sind genug drinn...
xXxB4NGxXx is offline  
Old 03/23/2012, 21:14   #6
 
YourEn3my's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 42
Received Thanks: 6
ja XD
ich bin ncoh sehr jung und ich ahbe gestern mich erstmals damit beschäftigt ^^
aba aus fehlern lernt man ^^
YourEn3my is offline  
Old 03/23/2012, 21:34   #7
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Du lässt dir die PID auch vor der Existenz des Prozesses ausgeben. Wenn der Prozess nicht existiert ist die PID natürlich 0. Selbst wenn der Prozess nachträglich gestartet wird, bleibt der Wert der Variable $PID bei 0. Dass das so nicht funktionieren kann sollte selbstverständlich sein. Außerdem solltest du den kompletten Code auch nur ausführen, wenn die Checkbox aktiv ist.

Funktionsfähig aber dennoch schlecht ginge es so:
Code:
Func _Hack()
	If BitAND(GUICtrlRead($Checkbox), $GUI_CHECKED) Then
		GUISetState(@SW_HIDE) 	;während auf den Prozess gewartet wird lässt sich mit
								;der GUI nichts anfangen, deshalb einfach ausblenden

		ToolTip("Warte auf [Prozess]", 0, 0)
		$ProcessId = ProcessWait("Prozess")	;besser wäre natürlich eine gänzlich andere Methode
		ToolTip("")

		$Handle = _MemoryOpen($ProcessId)
		If Not @error Then
			_MemoryWrite(0x12345678, $Handle, 123)
			_MemoryClose($Handle)
		EndIf
	EndIf
EndFunc
Ich kann dir außerdem versichern, dass du keine 100 Tutorials angeguckt hast.
KDeluxe is offline  
Thanks
3 Users
Old 03/24/2012, 09:34   #8
 
YourEn3my's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 42
Received Thanks: 6
hmm ja wie gesagt bin noch sehr neu auf dem gebiet kenn mich da noch ned aus ^^ und emm was heist $handle ? also die variable was bringt die?
YourEn3my is offline  
Old 03/24/2012, 18:49   #9
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,377
Received Thanks: 3,429
PHP Code:
$Handle _MemoryOpen($ProcessId
Der Prozess deines Spiels in diesem Falle S4Client.exe
Lumi is offline  
Reply




All times are GMT +2. The time now is 17:09.


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.