|
You last visited: Today at 05:45
Advertisement
Autoit Hilfe pls^^
Discussion on Autoit Hilfe pls^^ within the AutoIt forum part of the Coders Den category.
07/17/2011, 16:53
|
#1
|
elite*gold: 0
Join Date: May 2011
Posts: 41
Received Thanks: 3
|
Autoit Hilfe pls^^
Hallo liebe com ich hätte mal 1Frage und 1Problem bei autoit.
Also erstmal mein Problem möchte ein hack erstellen und hab auch schon angefangen nur ist das problem wenn ich ihn testen möchte das die fehlermeldung (>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Socke\Desktop\S4 Hack.au3"
C:\Users\Socke\Desktop\S4 Hack.au3 (24) : ==> "Wend" statement with no matching "While" statement.:
WEnd
>Exit code: 1 Time: 0.212) kommt.Sagt bitte was es zu bedeuten hat und wie man es lößt.
Und nun zu der Frage also ich hab mir mal aus einem tut _MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]") nur leide weiß ich nicht wie ich jetzt z.b jrjejwjojp(power)zu jejgjnjajr(range) ändern kann.
Das Script:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Example Hack Tutorial!", 247, 90, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Ghost Mode", 16, 24, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 16, 56, 75, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
hile 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()
Case $Button2
Exit
EndSwitch
WEnd
Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
Sleep(500);Takes a little break..
$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float");This is a float value.
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
|
|
|
07/17/2011, 17:29
|
#2
|
elite*gold: 0
Join Date: Aug 2010
Posts: 4,575
Received Thanks: 1,083
|
Schreib bitte etwas besser, mit Punkten und Kommers.
So habe ich echt garnichts verstanden.
|
|
|
07/17/2011, 17:37
|
#3
|
elite*gold: 68
Join Date: Jul 2010
Posts: 2,644
Received Thanks: 1,883
|
Vielleicht mal den source code posten ?
|
|
|
07/17/2011, 17:38
|
#4
|
elite*gold: 0
Join Date: May 2011
Posts: 41
Received Thanks: 3
|
ich hoffe jetzt ist es ein bischen verständliger
|
|
|
07/17/2011, 17:39
|
#5
|
elite*gold: 2287
Join Date: Aug 2008
Posts: 1,510
Received Thanks: 539
|
Also wenn du rangehack machen willst , der funktioniert nicht mehr. Und poste mal dein ganzes Source Code .
|
|
|
07/17/2011, 17:43
|
#6
|
elite*gold: 68
Join Date: Jul 2010
Posts: 2,644
Received Thanks: 1,883
|
Quote:
Originally Posted by LoesungTasche30
Hallo liebe com ich hätte mal 1Frage und 1Problem bei autoit.
Also erstmal mein Problem möchte ein hack erstellen und hab auch schon angefangen nur ist das problem wenn ich ihn testen möchte das die fehlermeldung (>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Socke\Desktop\S4 Hack.au3"
C:\Users\Socke\Desktop\S4 Hack.au3 (24) : ==> "Wend" statement with no matching "While" statement.:
WEnd
>Exit code: 1 Time: 0.212) kommt.Sagt bitte was es zu bedeuten hat und wie man es lößt.
Und nun zu der Frage also ich hab mir mal aus einem tut _MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]") nur leide weiß ich nicht wie ich jetzt z.b jrjejwjojp(power)zu jejgjnjajr(range) ändern kann.
Das Script:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Example Hack Tutorial!", 247, 90, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Ghost Mode", 16, 24, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 16, 56, 75, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
hile 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()
Case $Button2
Exit
EndSwitch
WEnd
Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
Sleep(500);Takes a little break..
$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float");This is a float value.
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
|
WEnd ohne While
|
|
|
07/17/2011, 17:43
|
#7
|
elite*gold: 0
Join Date: May 2011
Posts: 41
Received Thanks: 3
|
power->range war 1hit oder?
cloud ich konnt dir unten das thanks nicht geben du hast es oben bekommen danke x)
aber die frage ist noch offen mit dem values changen
|
|
|
07/17/2011, 17:48
|
#8
|
elite*gold: 68
Join Date: Jul 2010
Posts: 2,644
Received Thanks: 1,883
|
Nein ich glaube das sind alte
|
|
|
07/17/2011, 18:04
|
#9
|
elite*gold: 0
Join Date: May 2011
Posts: 41
Received Thanks: 3
|
die sind nur verschlüssel also jrjejwjojp(power)zu jejgjnjajr(range)
|
|
|
07/17/2011, 18:48
|
#10
|
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,902
Received Thanks: 25,407
|
#moved
|
|
|
07/18/2011, 03:17
|
#11
|
elite*gold: 0
Join Date: Mar 2011
Posts: 8,645
Received Thanks: 3,454
|
Den Sourcecode bitte immer im [PHP] posten damit es übersichtlicher ist!
|
|
|
07/19/2011, 10:53
|
#12
|
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
|
I have the same data that you give something's wrong with yours
Try my data:
Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()
Case $Button2
Exit
EndSwitch
WEnd
Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
Sleep(500);Takes a little break..
$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float");This is a float value.
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
|
|
|
07/19/2011, 10:55
|
#13
|
elite*gold: 0
Join Date: Jul 2010
Posts: 2,073
Received Thanks: 601
|
Die Fehlermeldung besagt das ein "WEnd" ohne das dazugehörige "While" gesetzt wurde^^
|
|
|
07/20/2011, 11:41
|
#14
|
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,324
|
|
|
|
Similar Threads
|
HILFE! Brauche dringend Hilfe! [AutoIt]
12/21/2010 - AutoIt - 6 Replies
Hallo liebe Com,
also es hört sich zwar nicht schlimm an, aber ich weiß nicht genau, was es ist.
Also,
Es wird immer wieder ein kleines Fenster aufgemacht, automatisch, wo als Titel "titel" steht, dann wo nurmalerwesie immer der Text steht, steht nur "blablabla". Und wenn ich dann auf OK oder auf das Kreuz klicke kommt es sofort wieder.
Ich sehe, dass es das Icon von AutiIt ist, deswegen poste ich es hier rein.
Ich habe schon den PC neugestartet, Prozesse beendet, alles.
Es heißt...
|
Autoit hilfe
06/13/2009 - AutoIt - 18 Replies
Hallo erstmal
hab ne frage zu autohit und zwar:
ich möchte mit f1 potten und zwar alle 2sec 1 pott.
heist also das die send funktion alle 2sec f1 zum aktiven fenster sendet.
hoffe ihr könnt mir weiterhelfen.
|
All times are GMT +1. The time now is 05:46.
|
|