[AutoIT s4League] help benötigt!!!!!

03/17/2012 21:48 Dark-ELITE#1
hi leute,
(dies beziet sich auf S4League)
zu erst bitte ned sauer sein wegen neuen thread.
ich benötige folgende hilfe:

(1.1 #RepuiereAdmin ist schwarz was ist das problem???)
(1.2 wie mach ich das [Start] auf den s4 client wartet?)

1. wie füge ich einen link in einen button ein.
2. wie ändere ich die hintergrundfarbe.
3. wie verwende ich andere ikons.
4. wie mach ich aus den hack einen trainer der hacking trial detected und x-trap umgeht.

habe folgende codes erbaut:

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()
	$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
benötige hilfe er öffnet den hack aber x trap kickt mich :((

bitte keine gemeinen und unnötigen posts

wäre nett wenn wer helfen könnte :)
03/17/2012 21:52 Havelock_Vetinari#2
Quote:
Originally Posted by Dark-ELITE View Post
hi leute,
(dies beziet sich auf S4League)
zu erst bitte ned sauer sein wegen neuen thread.
ich benötige folgende hilfe:

1. wie füge ich einen link in einen button ein.
2. wie ändere ich die hintergrundfarbe.
3. wie verwende ich andere ikons.
4. wie mach ich aus den hack einen trainer der hacking trial detected und x-trap umgeht.

habe folgende codes erbaut:

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()
	$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
benötige hilfe er öffnet den hack aber x trap kickt mich :((

bitte keine gemeinen und unnötigen posts

wäre nett wenn wer helfen könnte :)


zu 1. mache einfach ein button und wenn er geklickt wurde (stichwort guigetmsg) mach execute("www.xxxxxxx.de") ( mit dem befehl wird der Internetexplorer(?!) auf der bestimmten seite geöffnet )
zu 2. hintergrundfarbe ändern geht mit Guisetbkcolor($color in Hexadecimal sprich 0xFFFFFF als beispiel)
zu 3.wie meinst du das? das icon das man sieht wenn man den compiled Code als exe hat? einfach bei Compile with options ein iconm einstellen ( muss im .ico format sein)
zu 4. kann ich leider nicht beantworten sry
03/17/2012 21:55 Dark-ELITE#3
Quote:
Originally Posted by Alex_II View Post
zu 1. mache einfach ein button und wenn er geklickt wurde (stichwort guigetmsg) mach execute("www.xxxxxxx.de") ( mit dem befehl wird der Internetexplorer(?!) auf der bestimmten seite geöffnet )
zu 2. hintergrundfarbe ändern geht mit Guisetbkcolor($color in Hexadecimal sprich 0xFFFFFF als beispiel)
zu 3.wie meinst du das? das icon das man sieht wenn man den compiled Code als exe hat? einfach bei Compile with options ein iconm einstellen ( muss im .ico format sein)
zu 4. kann ich leider nicht beantworten sry
kein prob wenigstens konntest helfen hier ein thanx :)
03/17/2012 21:59 Havelock_Vetinari#4
Quote:
Originally Posted by Dark-ELITE View Post
kein prob wenigstens konntest helfen hier ein thanx :)
Kenne mich leider nicht mit S4 League aus :) , aber wenigstens konnte ich mit den anderen Sachen helfen ;)
03/17/2012 22:16 Licane#5
Quote:
Originally Posted by Dark-ELITE View Post
4. wie mach ich aus den hack einen trainer der hacking trial detected und x-trap umgeht.
Nutz mal die Suchfunktion. Da sollte es einige Tutorials dazu geben.
Aber was ich dir ans Herz legen kann;
Bypass. Damit sollte des ganze einfacher sein.
03/18/2012 15:28 Dark-ELITE#6
hmmmm...
trainertutorials finde ich ned :(

habe 13 bypässe versucht geht ned au den neuen weiss ned wie der funzt und beim ersten mal ht detected