|
You last visited: Today at 02:58
Advertisement
AutoIt input help
Discussion on AutoIt input help within the AutoIt forum part of the Coders Den category.
04/30/2011, 00:44
|
#1
|
elite*gold: 17
Join Date: Apr 2010
Posts: 1,689
Received Thanks: 3,641
|
AutoIt input help
Hey.Can someone help me?I tried to make a hack for a game with input hack for cam on s4league.So i made on Koda a input with name but on script what i must write?Where i put adress and how can i make it take the numder of write in koda?Hope understand.
|
|
|
04/30/2011, 02:03
|
#2
|
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
|
i didnt understand you...if you mean how to read out a koda inputbox you have to write: guictrlread($inputboxname)
|
|
|
04/30/2011, 10:24
|
#3
|
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
|
Please post your sourcecode...
|
|
|
04/30/2011, 12:41
|
#4
|
elite*gold: 17
Join Date: Apr 2010
Posts: 1,689
Received Thanks: 3,641
|
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 349, 172, 185, 156)
GUICtrlCreateInput("", 56, 56, 121, 21)
$Button1 = GUICtrlCreateButton("change", 56, 96, 129, 49)
GUICtrlCreateInput("", 56, 24, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case
_change()
EndSwitch
Func _change()
I dont know autoit with input.I have adress for a game but how can i write them with input.I know how with checkbox.
|
|
|
04/30/2011, 14:14
|
#5
|
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
|
1.what do you want to "change"?
2. what for an adress?
Example, how to use guictrlread and inputboxes:
PHP Code:
#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <NomadMemory.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 349, 172, 185, 156) $Input2=GUICtrlCreateInput("", 56, 56, 121, 21) $Button1 = GUICtrlCreateButton("change", 56, 96, 129, 49) $input1=GUICtrlCreateInput("", 56, 24, 121, 21) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ###
While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit case $button1 msgbox(0, "", "Your Text/Numbers in the Inputbox was: "&guictrlread($input1)) msgbox(0, "", "Your Text/Numbers in the Inputbox was: "&guictrlread($input2)) change() EndSwitch WEnd
func change() ;after this you can start "changing" ;winwaitactive("S4league") ???? ;......what do you want to change? EndFunc
|
|
|
 |
Similar Threads
|
What is Input??
04/15/2011 - S4 League Hacks, Bots, Cheats & Exploits - 4 Replies
What is Input??:confused::confused:
|
Dateien mit AutoIt Passwort {input}schützen?
09/30/2010 - AutoIt - 7 Replies
das grüngerüst wie man eine inputbox mit passwort syriptet weiss ich aber wie kann man man seine dateien miteinbeziehen in den script?
|
autoit input
12/15/2009 - AutoIt - 5 Replies
hallo liebe com, ich weiß das klingt dumm aber wollte mal wieder was mit autoit machen, was ja nicht schwer ist aber irgendwie hänge ich.
und zwar hier:
$Label11 = GUICtrlCreateLabel("Passwort:", 32, 152, 50, 17)
$Passwort = GUICtrlCreateInput("Groß- & Kleinschreibung beatchen", 88, 152, 177, 21)
jetzt soll er den input bei passwort wiedergeben, aber wie?
meine damit einen Send commend ich weiß nur nicht wie ich das schreiben muss, :o
sorry für die dumme frage aber stehe auf dem...
|
Need some input please
07/10/2009 - Dekaron Private Server - 9 Replies
OKay guys i got my client packed but i only have 2 problems:
The loading map screen for deathlands is white and blank. also the minimap is blank. At first my mobs were pink but i reinstalled the textures and it fixed it. I reinstallled the files from data/texture/minimap and the loading one in texture/ui/game/loading.
Wondering if anyone else might have an idea
EDIT:: Its all new maps but they worked fine in unpacked mode same textures and etc
...
|
GUI Run (input...)
05/12/2008 - Guild Wars - 30 Replies
Hallo,
ich mal wieder mit ne Frage. Und zwar habe ich eine Func _path() erstellt welche die Aufgabe hat den user auf zu fordern den Pfad zum GuildWars verzeichniss an zu geben.
Die func klappt auch ohne Probleme, aber ich möchte es halt so das wenn der User dann start drückt das GuildWars startet von dem Verzeichniss aus wo der User sein GuildWars Installiert hat.
Die Func sieht so aus....
func _path()
MsgBox ( 0, "GuildWars Path", "Befor the bot can do autologin you have to...
|
All times are GMT +1. The time now is 02:59.
|
|