Brauche Hilfe bei Autoit

06/05/2010 13:09 HShield#1
Hallo leute Könnt ihr bitte Mir Helfen

ich hab vor ein hack für 4story zu schreiben aber bei mir klappt was nicht



#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("4story hack", 285, 212, 376, 432)
$Label1 = GUICtrlCreateLabel("DamgeHack", 8, 48, 64, 17)
$Label2 = GUICtrlCreateLabel("Speedhack", 8, 88, 59, 17)
$Label3 = GUICtrlCreateLabel("InviHack", 8, 136, 47, 17)
$Label4 = GUICtrlCreateLabel("NoMissHack", 8, 176, 65, 17)
$Button1 = GUICtrlCreateButton("ON", 88, 40, 49, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 136, 40, 49, 25, 0)
$Button3 = GUICtrlCreateButton("ON", 88, 80, 49, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 136, 80, 49, 25, 0)
$Button5 = GUICtrlCreateButton("ON", 88, 128, 49, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 136, 128, 49, 25, 0)
$Button7 = GUICtrlCreateButton("ON", 88, 168, 49, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 136, 168, 49, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(200, 40, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(200, 80, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(200, 128, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(200, 168, 57, 25)
GUICtrlSetColor(-1,16711680)
$Label5 = GUICtrlCreateLabel("4STORY NICHT GEFUNDEN", 0, 0, 272, 30)
GUICtrlSetFont(-1, 14, 800, 0, "Palatino Linotype")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While ProcessExists ("4Story.exe")=False
Sleep(700)

WEnd

GUICtrlSetColor($Label15,0xF0F0F0)
GUICtrlSetData ($Label15,"4STORY GEFUNDEN") Hir Klappt das nicht da kommt immer erro wen ich 4story starte Könnt ihr bitte mir helfen
da ist ein fehler mit GUICtrlSetData das geht immer nicht




$open = MemoryOpen(ProcessExists("4Story.exe"))
06/05/2010 13:11 Critikall hit!#2
Wow erster beitrag und gleich einen hack
respect

für welche version soll er denn gehen????

achja und schau mal da

$Label5 = GUICtrlCreateLabel("4STORY NICHT GEFUNDEN", 0, 0, 272, 30)
06/05/2010 13:12 Chillex#3
ich kann jetzt schon auf anhieb sagen dass du die "TClient.exe" auswählen musst nicht "4story.exe".
obwohl ich weiß nicht ,vielleicht kanns auch mit 4story.exe gehen?
außerdem ist das hier der falsche bereich.
06/05/2010 13:14 HShield#4
frenos

was meinst du damit

wen ich den fehler weg habe dan kan ich schon vileicht heute schon in elitepvpers rein tuhen
06/05/2010 13:20 Chillex#5
machs so:
PHP Code:

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form2 GUICreate("4story hack"285212376432)
$Label1 GUICtrlCreateLabel("DamgeHack"8486417)
$Label2 GUICtrlCreateLabel("Speedhack"8885917)
$Label3 GUICtrlCreateLabel("InviHack"81364717)
$Label4 GUICtrlCreateLabel("NoMissHack"81766517)
$Button1 GUICtrlCreateButton("ON"884049250)
$Button2 GUICtrlCreateButton("OFF"1364049250)
$Button3 GUICtrlCreateButton("ON"888049250)
$Button4 GUICtrlCreateButton("OFF"1368049250)
$Button5 GUICtrlCreateButton("ON"8812849250)
$Button6 GUICtrlCreateButton("OFF"13612849250)
$Button7 GUICtrlCreateButton("ON"8816849250)
$Button8 GUICtrlCreateButton("OFF"13616849250)
$Graphic1 GUICtrlCreateGraphic(200405725)
GUICtrlSetColor(-1,16711680)
$Graphic2 GUICtrlCreateGraphic(200805725)
GUICtrlSetColor(-1,16711680)
$Graphic3 GUICtrlCreateGraphic(2001285725)
GUICtrlSetColor(-1,16711680)
$Graphic4 GUICtrlCreateGraphic(2001685725)
GUICtrlSetColor(-1,16711680)
$Label5 GUICtrlCreateLabel("4STORY NICHT GEFUNDEN"0027230)
GUICtrlSetFont(-1148000"Palatino Linotype")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While ProcessExists ("4Story.exe")=False
Sleep
(700)

WEnd

GUICtrlSetColor
($Label5,0xF0F0F0)
GUICtrlSetData ($Label5,"4STORY GEFUNDEN")



$open _MemoryOpen(ProcessExists("4Story.exe")) 
fehler bei $label5
du hast $label15 geschrieben
und bei MemoryOpen den Unterstrich vergessen.
06/05/2010 13:23 Dark-Paradise#6
#moved
06/05/2010 13:27 Critikall hit!#7
Quote:
Originally Posted by HShield View Post
frenos

was meinst du damit

wen ich den fehler weg habe dan kan ich schon vileicht heute schon in elitepvpers rein tuhen
naja es war einfach nur ein lob du hast bisher nur 2 beiträge gemacht und schon z.b 2 thx erhalten
06/05/2010 13:28 Critikall hit!#8
Quote:
Originally Posted by HShield View Post
Hallo leute Könnt ihr bitte Mir Helfen

ich hab vor ein hack für 4story zu schreiben aber bei mir klappt was nicht



#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("4story hack", 285, 212, 376, 432)
$Label1 = GUICtrlCreateLabel("DamgeHack", 8, 48, 64, 17)
$Label2 = GUICtrlCreateLabel("Speedhack", 8, 88, 59, 17)
$Label3 = GUICtrlCreateLabel("InviHack", 8, 136, 47, 17)
$Label4 = GUICtrlCreateLabel("NoMissHack", 8, 176, 65, 17)
$Button1 = GUICtrlCreateButton("ON", 88, 40, 49, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 136, 40, 49, 25, 0)
$Button3 = GUICtrlCreateButton("ON", 88, 80, 49, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 136, 80, 49, 25, 0)
$Button5 = GUICtrlCreateButton("ON", 88, 128, 49, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 136, 128, 49, 25, 0)
$Button7 = GUICtrlCreateButton("ON", 88, 168, 49, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 136, 168, 49, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(200, 40, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(200, 80, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(200, 128, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(200, 168, 57, 25)
GUICtrlSetColor(-1,16711680)
$Label5 = GUICtrlCreateLabel("4STORY NICHT GEFUNDEN", 0, 0, 272, 30)
GUICtrlSetFont(-1, 14, 800, 0, "Palatino Linotype")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While ProcessExists ("4Story.exe")=False
Sleep(700)

WEnd

GUICtrlSetColor($Label15,0xF0F0F0)
GUICtrlSetData ($Label15,"4STORY GEFUNDEN") Hir Klappt das nicht da kommt immer erro wen ich 4story starte Könnt ihr bitte mir helfen
da ist ein fehler mit GUICtrlSetData das geht immer nicht




$open = MemoryOpen(ProcessExists("4Story.exe"))
freue mich schon auf release aber welches system wird den hack ausführen können?????

tschuldigung für doppelpost
06/05/2010 13:33 HShield#9
Der wird für alle Systeme gehen
06/06/2010 12:01 Fabiliciouz#10
Uii Uii Uii , Freue mich drauf, wird Shop dabei sein? ^^
06/06/2010 18:29 v0lle#11
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

If Not ProcessExists("TClient.exe"Then
    MsgBox
(0"check""Pls open 4Story")
    Exit
EndIf

#Region ### START Koda GUI section ### Form=
$Form2 GUICreate("4story hack"285212376432)
$Label1 GUICtrlCreateLabel("DamgeHack"8486417)
$Label2 GUICtrlCreateLabel("Speedhack"8885917)
$Label3 GUICtrlCreateLabel("InviHack"81364717)
$Label4 GUICtrlCreateLabel("NoMissHack"81766517)
$Button1 GUICtrlCreateButton("ON"884049250)
$Button2 GUICtrlCreateButton("OFF"1364049250)
$Button3 GUICtrlCreateButton("ON"888049250)
$Button4 GUICtrlCreateButton("OFF"1368049250)
$Button5 GUICtrlCreateButton("ON"8812849250)
$Button6 GUICtrlCreateButton("OFF"13612849250)
$Button7 GUICtrlCreateButton("ON"8816849250)
$Button8 GUICtrlCreateButton("OFF"13616849250)
$Graphic1 GUICtrlCreateGraphic(200405725)
GUICtrlSetBkColor(-1,16711680)
$Graphic2 GUICtrlCreateGraphic(200805725)
GUICtrlSetBkColor(-1,16711680)
$Graphic3 GUICtrlCreateGraphic(2001285725)
GUICtrlSetBkColor(-1,16711680)
$Graphic4 GUICtrlCreateGraphic(2001685725)
GUICtrlSetBkColor(-1,16711680)
GUICtrlSetFont(-1148000"Palatino Linotype")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        
        EndSwitch
WEnd 
06/06/2010 18:31 Mattthias#12
ach HShield ist bestimmt Hea, macht euch nicht zu viel Hoffnungen ;)
HEA hat ja auch am ersten Post einen HACK angekündigt und (wahrscheinlich) nur irgendwelche Scripte geklaut ;)
06/06/2010 19:54 HShield#13
ja aber erst warten und kaffe trinken
06/07/2010 13:27 AMrK#14
Also wie sieht das hier jetzt aus? Wobei genau brauchst du denn Hilfe... Son allgemeines "Ich brauche Hilfe bei einem Hack" ist nicht vielsagend... willst du mit Memory arbeiten? Packets sniffen? hast du von eines der beiden Sachen überhaupt Ahnung? :D
Wobei sollen wir denn helfen?^^
06/08/2010 13:31 HShield#15
hey mein problem ist nur wie ich die pointer rein baue ich weis nicht wie ich die rein baue nur das fehlt mir