Ich wollt mal fragen wie man das graue Hintergrundbild durch ein anderes ersetzt oder geht das gar nicht ? Bitte um schnelle Antwort :D
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 625, 443, 192, 124)
GUISetBkColor(0x000000) ; = schwarz
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Ok , danke für die schnelle Antwort :DQuote:
Innerhlab des Sciptes kannst du den Hintergrund mit
GuiSetBkColor() in eine einheitliche Farbe ändern.
Willst du das ganze aber Bunter, sprich ein Bild oder gar eine Animation, dann musst du diese/s erst mit Fileinstall() in das Scipt binden und dann seperate aufrufen.
Schau dir die Funktionene einfach mal an, sollte eigentlich alles klar sein :)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1 ;Startknopf
$start = 1
Case $Button2 ;Stopknopf
$start = 0
If $Start = 1 then
;deine funktion
Endif
EndSwitch
WEnd
#include <NomadMemory.au3>
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Nyloz Pinball Hack", 279, 150, 193, 125)
$Input1 = GUICtrlCreateInput("", 0, 24, 177, 21)
$Button1 = GUICtrlCreateButton("Hinzufügen", 184, 24, 89, 25, 0)
$Button2 = GUICtrlCreateButton("Beenden", 16, 64, 249, 33, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While ProcessExists("pinball.exe") = False
Sleep(100)
WEnd
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()
EndSwitch
WEnd
Func _Hack()
$value = GUICtrlRead ($Input1)
$open = _MemoryOpen(ProcessExists("pinball.exe"))
$adresse1 = 0xC5AEBA
$adresse2 = 0xAE3CEC
_MemoryWrite($adresse1,$open,$value, "dword")
_MemoryWrite($adresse2,$open,$value, "dword")
MsgBox(0,"Pinball Hack by Nyloz :D","Punkte werden hinzugefügt, nachdem du den ersten Punkt gelandet hast:P")
EndFunc
Func _Exit()
Exit
EndFunc
#include <NomadMemory.au3>
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Bot von Lucas©", 636, 309, 189, 119)
$Edit1 = GUICtrlCreateEdit("", 0, 224, 633, 81)
GUICtrlSetData(-1, "Hier den Text reinschreiben, der gespamt werden soll")
$Edit2 = GUICtrlCreateEdit("", 0, 0, 281, 217)
GUICtrlSetData(-1, "")
$MonthCal1 = GUICtrlCreateMonthCal("2011/01/07", 280, 0, 353, 121)
$Date1 = GUICtrlCreateDate("2011/01/07 21:04:27", 480, 128, 153, 89)
GUISetBkColor(0x07853215)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
HotKeySet("{F1}", "_SpamStart")
HotKeySet("{F3}","_Exit")
HotKeySet("{F2}", "_SpamStop")
HotKeySet("{F4}", "_FireFox starten")
HotKeySet("{F5}", "_ICQ starten")
HotKeySet("{F6}", "_Steam starten")
HotKeySet("{F7}", "_Internet Explorer starten")
Func _Start()
While 1
Sleep(300)
Send(GUICtrlRead($Edit1))
Send("{ENTER}")
WEnd
EndFunc
Func _Stop()
While 1
Sleep(25000)
WEnd
EndFunc
Func _Exit()
Exit
EndFunc
Func _FireFox starten()
While 1
Sleep(300)
WEnd
EndFunc
Func _ICQ starten()
While 1
Sleep(300)
WEnd
EndFunc
Func _Steam starten()
While 1
Sleep(300)
WEnd
EndFunc
Func _Internet Explorer starten()
While 1
Sleep(300)
WEnd
EndFunc
ShellExecute("C:\Programme\Mozilla Firefox\firefox.exe", "", @SW_MAXIMIZE)
ShellExecute("C:\Programme\Steam\Steam.exe", "", @SW_MAXIMIZE)
ShellExecute("C:\Programme\ICQ7.2\ICQ.exe", "", @SW_MAXIMIZE)
ShellExecute("C:\Programme\Internet Explorer\explorer.exe", "", @SW_MAXIMIZE)
#include <NomadMemory.au3>
#include <GUIConstants.au3>
HotKeySet("{F1}", "_Start")
HotKeySet("{F3}","_Exit")
HotKeySet("{F2}", "_Stop")
HotKeySet("{F4}", "_FireFox_starten")
HotKeySet("{F5}", "_ICQ_starten")
HotKeySet("{F6}", "_Steam_starten")
HotKeySet("{F7}", "_Internet_Explorer_starten")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Bot von Lucas©", 636, 309, 189, 119)
$Edit1 = GUICtrlCreateEdit("", 0, 224, 633, 81)
GUICtrlSetData(-1, "Hier den Text reinschreiben, der gespamt werden soll")
$Edit2 = GUICtrlCreateEdit("", 0, 0, 281, 217)
GUICtrlSetData(-1, "")
$MonthCal1 = GUICtrlCreateMonthCal("2011/01/07", 280, 0, 353, 121)
$Date1 = GUICtrlCreateDate("2011/01/07 21:04:27", 480, 128, 153, 89)
GUISetBkColor(0x07853215)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func _Start()
While 1
Sleep(300)
Send(GUICtrlRead($Edit1))
Send("{ENTER}")
WEnd
EndFunc
Func _Stop()
While 1
Sleep(25000)
WEnd
EndFunc
Func _Exit()
Exit
EndFunc
Func _FireFox_starten()
ShellExecute("C:\Programme\Mozilla Firefox\firefox.exe", "", @SW_MAXIMIZE)
EndFunc
Func _ICQ_starten()
ShellExecute("C:\Programme\ICQ7.2\ICQ.exe", "", @SW_MAXIMIZE)
EndFunc
Func _Steam_starten()
ShellExecute("C:\Programme\Steam\Steam.exe", "", @SW_MAXIMIZE)
EndFunc
Func _Internet_Explorer_starten()
ShellExecute("C:\Programme\Internet Explorer\explorer.exe", "", @SW_MAXIMIZE)
EndFunc
Jetzt weiß ich warum es bei mir nicht geklappt hat :facepalm:Quote:
na ganz enifach in die func ... so schwer ist das nciht...
PHP Code:#include <NomadMemory.au3>
#include <GUIConstants.au3>
HotKeySet("{F1}", "_Start")
HotKeySet("{F3}","_Exit")
HotKeySet("{F2}", "_Stop")
HotKeySet("{F4}", "_FireFox_starten")
HotKeySet("{F5}", "_ICQ_starten")
HotKeySet("{F6}", "_Steam_starten")
HotKeySet("{F7}", "_Internet_Explorer_starten")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Bot von Lucas©", 636, 309, 189, 119)
$Edit1 = GUICtrlCreateEdit("", 0, 224, 633, 81)
GUICtrlSetData(-1, "Hier den Text reinschreiben, der gespamt werden soll")
$Edit2 = GUICtrlCreateEdit("", 0, 0, 281, 217)
GUICtrlSetData(-1, "")
$MonthCal1 = GUICtrlCreateMonthCal("2011/01/07", 280, 0, 353, 121)
$Date1 = GUICtrlCreateDate("2011/01/07 21:04:27", 480, 128, 153, 89)
GUISetBkColor(0x07853215)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func _Start()
While 1
Sleep(300)
Send(GUICtrlRead($Edit1))
Send("{ENTER}")
WEnd
EndFunc
Func _Stop()
While 1
Sleep(25000)
WEnd
EndFunc
Func _Exit()
Exit
EndFunc
Func _FireFox_starten()
ShellExecute("C:\Programme\Mozilla Firefox\firefox.exe", "", @SW_MAXIMIZE)
EndFunc
Func _ICQ_starten()
ShellExecute("C:\Programme\ICQ7.2\ICQ.exe", "", @SW_MAXIMIZE)
EndFunc
Func _Steam_starten()
ShellExecute("C:\Programme\Steam\Steam.exe", "", @SW_MAXIMIZE)
EndFunc
Func _Internet_Explorer_starten()
ShellExecute("C:\Programme\Internet Explorer\explorer.exe", "", @SW_MAXIMIZE)
EndFunc