und zwar habe ich folgende Frage in meinem Script gibt es 3 Guis die durch Hotkeys aufgerufen werden sollen was sie auch tun nun möchte ich einen "Password Steal Shied" erstellen (wie bei X-Trap) welche nach bestimmten Prozessen ausschau hällt und wenn er diesen Prozess findet soll man sich entscheiden den Prozess zu finden oder man gibt das Security Passwort ein und "schaltet" diesen Password Steal Shield für eine Stunde aus dann soll er wieder nach den vorgegebenen Prozessen ausschau halten. Nun zur meiner Frage wie mache ich das das mein "Password Steal Shield" in einer Schleife läuft und alle 3 Guis und sonstige Funktionen tadelos funktionieren ohne das ich 2 Programme erstellen muss.
Hier ist das Script bitte keine Belustigungen da ich noch mehr oder weniger ein Anfänger auf diesem Gebiet bin,ich bedanke mich für alle kommenden Vorschläge
PHP Code:
Global $Schleife,$x1,$y1,$fShow = True,$note,$sofficeb,$sofficeba,$sofficeca,$sofficed,$sofficew,$paint,$paints,$CMD,$Autoit,$Koda,$Info_Tool,$Ssschutz = 0
If Not FileExists("Security Passwort.ini") Then
IniWrite_crypt("Security Passwort.ini","SP","lautet",InputBox("Security Code Eingeben","Bitte geben sie ihr Sicherheitspasswort ein!","","*"),98765456789887)
EndIf
If Not FileExists("Master Passwort.ini") Then
IniWrite_crypt("Master Passwort.ini","MP","Lautet",InputBox("Master Passwort Eingeben","Bitte gib dein eigenes Master Passwort ein!","","*"),97659768576443567)
EndIf
While 1
$Schleife = False
$passwort = InputBox ("Master Passwort Manager","Bitte geben sie das Master Passwort ein!","","*")
If $passwort == IniRead_crypt("Master Passwort.ini","MP","Lautet","",97659768576443567) Then
MsgBox(64, "Master Passwort Manager", "Das Master Passwort wurde richtig eingegeben!",1)
$Schleife = False
ElseIf @error Then
Exit
$Schleife = False
Else
MsgBox(16, "ERROR 405", "Zugriff Verweigert! " &@CRLF& " Bitte geben sie das Passwort richtig ein!",2)
$Schleife = True
EndIf
If $Schleife == False Then ExitLoop
WEnd
#NoTrayIcon
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Include <String.au3>
#Include <ImageSearch.au3>
$Form1_1 = GUICreate("League of Legends Bot", 419, 290, 192, 124)
GUISetState(@SW_SHOW)
$Group1_1 = GUICtrlCreateGroup("", 0, -8, 417, 297)
$Label1_1 = GUICtrlCreateLabel("F2: Einlogen", 8, 8, 90, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label2_1 = GUICtrlCreateLabel("F3: Game", 8, 40, 70, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label3_1 = GUICtrlCreateLabel("F4: Bot Game", 8, 72, 97, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label4_1 = GUICtrlCreateLabel("F6: Normal Game", 8, 136, 124, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label5_1 = GUICtrlCreateLabel("F7: AFK Start", 8, 168, 93, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label6_1 = GUICtrlCreateLabel("F8: Stop", 8, 200, 61, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label7_1 = GUICtrlCreateLabel("F9: Hide/Show", 8, 232, 104, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label8_1 = GUICtrlCreateLabel("F10: Exit", 8, 264, 62, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label9_1 = GUICtrlCreateLabel("F5: Champs", 8, 104, 85, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label10_1 = GUICtrlCreateLabel("Bot made by ", 144, 256, 266, 24)
GUICtrlSetFont(-1, 12, 800, 2, "MS Sans Serif")
$Pic1_1 = GUICtrlCreatePic(@TempDir & "LOL.jpg", 136, 8, 273, 241)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW, $Form1_1)
$Form1 = GUICreate("Game Starter", 615, 426, 200, 124)
$Tab1 = GUICtrlCreateTab(0, 0, 690,425)
$TabSheet2 = GUICtrlCreateTabItem(" Spiel Auswahl ")
$Button3 = GUICtrlCreateButton("Exit", 512, 376, 89, 41)
$Button1 = GUICtrlCreateButton("Start", 280, 368, 97, 49)
$Radio1 = GUICtrlCreateRadio("Ranked Game", 24, 112, 89, 17)
$Radio2 = GUICtrlCreateRadio("Normal Game", 256, 112, 81, 17)
$Radio3 = GUICtrlCreateRadio("Bot Game", 504, 112, 65, 17)
$Pic1 = GUICtrlCreatePic(@TempDir & "Main.jpg", 8, 144, 257, 273)
$TabSheet1 = GUICtrlCreateTabItem(" Champions ")
$Checkbox1 = GUICtrlCreateRadio("Akali", 8, 88, 41, 17)
$Checkbox2 = GUICtrlCreateRadio("Alistar", 8, 112, 49, 17)
$Checkbox3 = GUICtrlCreateRadio("Ashe", 8, 136, 41, 17)
$Checkbox4 = GUICtrlCreateRadio("Blitzcrank", 8, 160, 65, 17)
$Checkbox5 = GUICtrlCreateRadio("Brand", 8, 184, 49, 17)
$Checkbox6 = GUICtrlCreateRadio("Darius", 8, 208, 49, 17)
$Checkbox7 = GUICtrlCreateRadio("Diana", 8, 232, 49, 17)
$Checkbox8 = GUICtrlCreateRadio("Elise", 8, 256, 41, 17)
$Checkbox9 = GUICtrlCreateRadio("Evelynn", 8, 280, 57, 17)
$Checkbox10 = GUICtrlCreateRadio("Ezreal", 8, 304, 49, 17)
$Checkbox11 = GUICtrlCreateRadio("Fizz", 8, 328, 41, 17)
$Checkbox12 = GUICtrlCreateRadio("Gangplank", 8, 352, 73, 17)
$Checkbox13 = GUICtrlCreateRadio("Garen", 8, 376, 49, 17)
$Checkbox14 = GUICtrlCreateRadio("Heimerdinger", 8, 400, 81, 17)
$Checkbox15 = GUICtrlCreateRadio("Jana", 96, 88, 41, 17)
$Checkbox16 = GUICtrlCreateRadio("Karthus", 96, 112, 57, 17)
$Checkbox17 = GUICtrlCreateRadio("Katarina", 96, 136, 57, 17)
$Checkbox18 = GUICtrlCreateRadio("Kennen", 96, 160, 57, 17)
$Checkbox19 = GUICtrlCreateRadio("Kha´Zix", 96, 184, 57, 17)
$Checkbox20 = GUICtrlCreateRadio("LeBlanc", 96, 208, 57, 17)
$Checkbox21 = GUICtrlCreateRadio("Lee Sin", 96, 232, 57, 17)
$Checkbox22 = GUICtrlCreateRadio("Lux", 96, 280, 33, 17)
$Checkbox23 = GUICtrlCreateRadio("Maokai", 96, 304, 57, 17)
$Checkbox24 = GUICtrlCreateRadio("Master Yi", 96, 328, 65, 17)
$Checkbox25 = GUICtrlCreateRadio("Miss Fortune", 96, 352, 81, 17)
$Checkbox26 = GUICtrlCreateRadio("Morgana", 96, 376, 57, 17)
$Checkbox27 = GUICtrlCreateRadio("Nami", 96, 400, 41, 17)
$Checkbox28 = GUICtrlCreateRadio("Nidalee", 176, 88, 57, 17)
$Checkbox29 = GUICtrlCreateRadio("Quinn", 176, 112, 49, 17)
$Checkbox30 = GUICtrlCreateRadio("Shaco", 176, 136, 49, 17)
$Checkbox31 = GUICtrlCreateRadio("Shen", 176, 160, 41, 17)
$Checkbox32 = GUICtrlCreateRadio("Sivir", 176, 184, 41, 17)
$Checkbox33 = GUICtrlCreateRadio("Sona", 176, 208, 41, 17)
$Checkbox34 = GUICtrlCreateRadio("Soraka", 176, 232, 49, 17)
$Checkbox35 = GUICtrlCreateRadio("Teemo", 176, 256, 49, 17)
$Checkbox36 = GUICtrlCreateRadio("Tristana", 176, 280, 57, 17)
$Checkbox37 = GUICtrlCreateRadio("Tryndamere", 176, 304, 73, 17)
$Checkbox38 = GUICtrlCreateRadio("Twisted Fate", 176, 328, 81, 17)
$Checkbox39 = GUICtrlCreateRadio("Veigar", 176, 352, 49, 17)
$Checkbox40 = GUICtrlCreateRadio("Ziggs", 176, 376, 41, 17)
$Checkbox41 = GUICtrlCreateRadio("Zilean", 176, 400, 49, 17)
$Checkbox42 = GUICtrlCreateRadio("Lissandra", 96, 256, 65, 17)
$Button2 = GUICtrlCreateButton("Exit", 512, 376, 89, 41)
$Pic1 = GUICtrlCreatePic(@TempDir & "Champions.jpg", 272, 25, 337, 340)
$TabSheet3 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic1 = GUICtrlCreatePic(@TempDir &"AkaliC.jpg", 16, 8, 105, 97)
$Pic2 = GUICtrlCreatePic(@TempDir &"AlistarC.jpg", 136, 8, 105, 97)
$Pic3 = GUICtrlCreatePic(@TempDir &"AsheC.jpg", 256, 8, 105, 97)
$Pic4 = GUICtrlCreatePic(@TempDir &"BlitzcrankC.jpg", 376, 8, 105, 97)
$Pic5 = GUICtrlCreatePic(@TempDir &"BrandC.jpg", 496, 8, 105, 97)
$Radio1 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio2 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio3 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio4 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio5 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic6 = GUICtrlCreatePic(@TempDir &"DariusC.jpg", 16, 136, 105, 97)
$Pic7 = GUICtrlCreatePic(@TempDir &"DianaC.jpg", 16, 264, 105, 97)
$Radio6 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic8 = GUICtrlCreatePic(@TempDir &"EliseC.jpg", 136, 136, 105, 97)
$Pic9 = GUICtrlCreatePic(@TempDir &"EvelynnC.jpg", 256, 136, 105, 97)
$Pic10 = GUICtrlCreatePic(@TempDir &"EzrealC.jpg", 376, 136, 105, 97)
$Pic11 = GUICtrlCreatePic(@TempDir &"FizzC.jpg", 496, 136, 105, 97)
$Radio7 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio8 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio9 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio10 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic12 = GUICtrlCreatePic(@TempDir &"GangplankC.jpg", 136, 264, 105, 97)
$Pic13 = GUICtrlCreatePic(@TempDir &"GarenC.jpg", 256, 264, 105, 97)
$Pic14 = GUICtrlCreatePic(@TempDir &"HeimerdingerC.jpg", 376, 264, 105, 97)
$Pic15 = GUICtrlCreatePic(@TempDir &"JanaC.jpg", 496, 264, 105, 97)
$Radio11 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio12 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio13 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio14 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio15 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button1 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet4 = GUICtrlCreateTabItem (" Champions Bilder ")
$Pic16 = GUICtrlCreatePic(@TempDir &"KarthusC.jpg", 16, 8, 105, 97)
$Pic17 = GUICtrlCreatePic(@TempDir &"KatarinaC.jpg", 136, 8, 105, 97)
$Pic18 = GUICtrlCreatePic(@TempDir &"KennenC.jpg", 256, 8, 105, 97)
$Pic19 = GUICtrlCreatePic(@TempDir &"Kha´ZixC.jpg", 376, 8, 105, 97)
$Pic20 = GUICtrlCreatePic(@TempDir &"LeBlancC.jpg", 496, 8, 105, 97)
$Radio16 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio17 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio18 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio19 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio20 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic21 = GUICtrlCreatePic(@TempDir &"Lee SinC.jpg", 16, 136, 105, 97)
$Pic22 = GUICtrlCreatePic(@TempDir &"LissandraC.jpg", 16, 264, 105, 97)
$Radio21 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic23 = GUICtrlCreatePic(@TempDir &"LuxC.jpg", 136, 136, 105, 97)
$Pic24 = GUICtrlCreatePic(@TempDir &"MaokaiC.jpg", 256, 136, 105, 97)
$Pic25 = GUICtrlCreatePic(@TempDir &"Master Yi C.jpg", 376, 136, 105, 97)
$Pic26 = GUICtrlCreatePic(@TempDir &"Miss Fortune C.jpg", 496, 136, 105, 97)
$Radio22 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio23 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio24 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio25 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic27 = GUICtrlCreatePic(@TempDir &"MorganaC.jpg", 136, 264, 105, 97)
$Pic28 = GUICtrlCreatePic(@TempDir &"NamiC.jpg", 256, 264, 105, 97)
$Pic29 = GUICtrlCreatePic(@TempDir &"NidaleeC.jpg", 376, 264, 105, 97)
$Pic30 = GUICtrlCreatePic(@TempDir &"QuinnC.jpg", 496, 264, 105, 97)
$Radio26 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio27 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio28 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio29 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio30 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button1 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet5 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic31 = GUICtrlCreatePic(@TempDir &"ShacoC.jpg", 16, 8, 105, 97)
$Pic32 = GUICtrlCreatePic(@TempDir &"ShenC.jpg", 136, 8, 105, 97)
$Pic33 = GUICtrlCreatePic(@TempDir &"SivirC.jpg", 256, 8, 105, 97)
$Pic34 = GUICtrlCreatePic(@TempDir &"SonaC.jpg", 376, 8, 105, 97)
$Pic35 = GUICtrlCreatePic(@TempDir &"SorakaC.jpg", 496, 8, 105, 97)
$Radio31 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio32 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio33 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio34 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio35 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic36 = GUICtrlCreatePic(@TempDir &"TeemoC.jpg", 16, 136, 105, 97)
$Pic37 = GUICtrlCreatePic(@TempDir &"TristanaC.jpg", 16, 264, 105, 97)
$Radio36 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic38 = GUICtrlCreatePic(@TempDir &"TryndamereC.jpg", 136, 136, 105, 97)
$Pic39 = GUICtrlCreatePic(@TempDir &"Twisted Fate C.jpg", 256, 136, 105, 97)
$Pic40 = GUICtrlCreatePic(@TempDir &"VeigarC.jpg", 376, 136, 105, 97)
$Pic41 = GUICtrlCreatePic(@TempDir &"ZiggsC.jpg", 496, 136, 105, 97)
$Radio37 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio38 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio39 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio40 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic42 = GUICtrlCreatePic(@TempDir &"ZileanC.jpg", 136, 264, 105, 97)
$Radio41 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio42 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Button1 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$Form1_2 = GUICreate("Bot Game Starter", 615, 426, 200, 124)
$Tab1 = GUICtrlCreateTab(0, 0, 690,425)
$TabSheet1 = GUICtrlCreateTabItem(" Champions ")
$Checkbox1 = GUICtrlCreateRadio("Akali", 8, 88, 41, 17)
$Checkbox2 = GUICtrlCreateRadio("Alistar", 8, 112, 49, 17)
$Checkbox3 = GUICtrlCreateRadio("Ashe", 8, 136, 41, 17)
$Checkbox4 = GUICtrlCreateRadio("Blitzcrank", 8, 160, 65, 17)
$Checkbox5 = GUICtrlCreateRadio("Brand", 8, 184, 49, 17)
$Checkbox6 = GUICtrlCreateRadio("Darius", 8, 208, 49, 17)
$Checkbox7 = GUICtrlCreateRadio("Diana", 8, 232, 49, 17)
$Checkbox8 = GUICtrlCreateRadio("Elise", 8, 256, 41, 17)
$Checkbox9 = GUICtrlCreateRadio("Evelynn", 8, 280, 57, 17)
$Checkbox10 = GUICtrlCreateRadio("Ezreal", 8, 304, 49, 17)
$Checkbox11 = GUICtrlCreateRadio("Fizz", 8, 328, 41, 17)
$Checkbox12 = GUICtrlCreateRadio("Gangplank", 8, 352, 73, 17)
$Checkbox13 = GUICtrlCreateRadio("Garen", 8, 376, 49, 17)
$Checkbox14 = GUICtrlCreateRadio("Heimerdinger", 8, 400, 81, 17)
$Checkbox15 = GUICtrlCreateRadio("Jana", 96, 88, 41, 17)
$Checkbox16 = GUICtrlCreateRadio("Karthus", 96, 112, 57, 17)
$Checkbox17 = GUICtrlCreateRadio("Katarina", 96, 136, 57, 17)
$Checkbox18 = GUICtrlCreateRadio("Kennen", 96, 160, 57, 17)
$Checkbox19 = GUICtrlCreateRadio("Kha´Zix", 96, 184, 57, 17)
$Checkbox20 = GUICtrlCreateRadio("LeBlanc", 96, 208, 57, 17)
$Checkbox21 = GUICtrlCreateRadio("Lee Sin", 96, 232, 57, 17)
$Checkbox22 = GUICtrlCreateRadio("Lux", 96, 280, 33, 17)
$Checkbox23 = GUICtrlCreateRadio("Maokai", 96, 304, 57, 17)
$Checkbox24 = GUICtrlCreateRadio("Master Yi", 96, 328, 65, 17)
$Checkbox25 = GUICtrlCreateRadio("Miss Fortune", 96, 352, 81, 17)
$Checkbox26 = GUICtrlCreateRadio("Morgana", 96, 376, 57, 17)
$Checkbox27 = GUICtrlCreateRadio("Nami", 96, 400, 41, 17)
$Checkbox28 = GUICtrlCreateRadio("Nidalee", 176, 88, 57, 17)
$Checkbox29 = GUICtrlCreateRadio("Quinn", 176, 112, 49, 17)
$Checkbox30 = GUICtrlCreateRadio("Shaco", 176, 136, 49, 17)
$Checkbox31 = GUICtrlCreateRadio("Shen", 176, 160, 41, 17)
$Checkbox32 = GUICtrlCreateRadio("Sivir", 176, 184, 41, 17)
$Checkbox33 = GUICtrlCreateRadio("Sona", 176, 208, 41, 17)
$Checkbox34 = GUICtrlCreateRadio("Soraka", 176, 232, 49, 17)
$Checkbox35 = GUICtrlCreateRadio("Teemo", 176, 256, 49, 17)
$Checkbox36 = GUICtrlCreateRadio("Tristana", 176, 280, 57, 17)
$Checkbox37 = GUICtrlCreateRadio("Tryndamere", 176, 304, 73, 17)
$Checkbox38 = GUICtrlCreateRadio("Twisted Fate", 176, 328, 81, 17)
$Checkbox39 = GUICtrlCreateRadio("Veigar", 176, 352, 49, 17)
$Checkbox40 = GUICtrlCreateRadio("Ziggs", 176, 376, 41, 17)
$Checkbox41 = GUICtrlCreateRadio("Zilean", 176, 400, 49, 17)
$Checkbox42 = GUICtrlCreateRadio("Lissandra", 96, 256, 65, 17)
$Button7 = GUICtrlCreateButton("Exit", 512, 376, 89, 41)
$Pic1 = GUICtrlCreatePic(@TempDir & "Champions.jpg", 272, 25, 337, 340)
$TabSheet3 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic1 = GUICtrlCreatePic(@TempDir &"AkaliC.jpg", 16, 8, 105, 97)
$Pic2 = GUICtrlCreatePic(@TempDir &"AlistarC.jpg", 136, 8, 105, 97)
$Pic3 = GUICtrlCreatePic(@TempDir &"AsheC.jpg", 256, 8, 105, 97)
$Pic4 = GUICtrlCreatePic(@TempDir &"BlitzcrankC.jpg", 376, 8, 105, 97)
$Pic5 = GUICtrlCreatePic(@TempDir &"BrandC.jpg", 496, 8, 105, 97)
$Radio1 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio2 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio3 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio4 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio5 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic6 = GUICtrlCreatePic(@TempDir &"DariusC.jpg", 16, 136, 105, 97)
$Pic7 = GUICtrlCreatePic(@TempDir &"DianaC.jpg", 16, 264, 105, 97)
$Radio6 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic8 = GUICtrlCreatePic(@TempDir &"EliseC.jpg", 136, 136, 105, 97)
$Pic9 = GUICtrlCreatePic(@TempDir &"EvelynnC.jpg", 256, 136, 105, 97)
$Pic10 = GUICtrlCreatePic(@TempDir &"EzrealC.jpg", 376, 136, 105, 97)
$Pic11 = GUICtrlCreatePic(@TempDir &"FizzC.jpg", 496, 136, 105, 97)
$Radio7 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio8 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio9 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio10 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic12 = GUICtrlCreatePic(@TempDir &"GangplankC.jpg", 136, 264, 105, 97)
$Pic13 = GUICtrlCreatePic(@TempDir &"GarenC.jpg", 256, 264, 105, 97)
$Pic14 = GUICtrlCreatePic(@TempDir &"HeimerdingerC.jpg", 376, 264, 105, 97)
$Pic15 = GUICtrlCreatePic(@TempDir &"JanaC.jpg", 496, 264, 105, 97)
$Radio11 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio12 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio13 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio14 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio15 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button6 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet4 = GUICtrlCreateTabItem (" Champions Bilder ")
$Pic16 = GUICtrlCreatePic(@TempDir &"KarthusC.jpg", 16, 8, 105, 97)
$Pic17 = GUICtrlCreatePic(@TempDir &"KatarinaC.jpg", 136, 8, 105, 97)
$Pic18 = GUICtrlCreatePic(@TempDir &"KennenC.jpg", 256, 8, 105, 97)
$Pic19 = GUICtrlCreatePic(@TempDir &"Kha´ZixC.jpg", 376, 8, 105, 97)
$Pic20 = GUICtrlCreatePic(@TempDir &"LeBlancC.jpg", 496, 8, 105, 97)
$Radio16 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio17 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio18 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio19 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio20 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic21 = GUICtrlCreatePic(@TempDir &"Lee SinC.jpg", 16, 136, 105, 97)
$Pic22 = GUICtrlCreatePic(@TempDir &"LissandraC.jpg", 16, 264, 105, 97)
$Radio21 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic23 = GUICtrlCreatePic(@TempDir &"LuxC.jpg", 136, 136, 105, 97)
$Pic24 = GUICtrlCreatePic(@TempDir &"MaokaiC.jpg", 256, 136, 105, 97)
$Pic25 = GUICtrlCreatePic(@TempDir &"Master Yi C.jpg", 376, 136, 105, 97)
$Pic26 = GUICtrlCreatePic(@TempDir &"Miss Fortune C.jpg", 496, 136, 105, 97)
$Radio22 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio23 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio24 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio25 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic27 = GUICtrlCreatePic(@TempDir &"MorganaC.jpg", 136, 264, 105, 97)
$Pic28 = GUICtrlCreatePic(@TempDir &"NamiC.jpg", 256, 264, 105, 97)
$Pic29 = GUICtrlCreatePic(@TempDir &"NidaleeC.jpg", 376, 264, 105, 97)
$Pic30 = GUICtrlCreatePic(@TempDir &"QuinnC.jpg", 496, 264, 105, 97)
$Radio26 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio27 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio28 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio29 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio30 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button5 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet5 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic31 = GUICtrlCreatePic(@TempDir &"ShacoC.jpg", 16, 8, 105, 97)
$Pic32 = GUICtrlCreatePic(@TempDir &"ShenC.jpg", 136, 8, 105, 97)
$Pic33 = GUICtrlCreatePic(@TempDir &"SivirC.jpg", 256, 8, 105, 97)
$Pic34 = GUICtrlCreatePic(@TempDir &"SonaC.jpg", 376, 8, 105, 97)
$Pic35 = GUICtrlCreatePic(@TempDir &"SorakaC.jpg", 496, 8, 105, 97)
$Radio31 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio32 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio33 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio34 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio35 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic36 = GUICtrlCreatePic(@TempDir &"TeemoC.jpg", 16, 136, 105, 97)
$Pic37 = GUICtrlCreatePic(@TempDir &"TristanaC.jpg", 16, 264, 105, 97)
$Radio36 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic38 = GUICtrlCreatePic(@TempDir &"TryndamereC.jpg", 136, 136, 105, 97)
$Pic39 = GUICtrlCreatePic(@TempDir &"Twisted Fate C.jpg", 256, 136, 105, 97)
$Pic40 = GUICtrlCreatePic(@TempDir &"VeigarC.jpg", 376, 136, 105, 97)
$Pic41 = GUICtrlCreatePic(@TempDir &"ZiggsC.jpg", 496, 136, 105, 97)
$Radio37 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio38 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio39 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio40 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic42 = GUICtrlCreatePic(@TempDir &"ZileanC.jpg", 136, 264, 105, 97)
$Radio41 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio42 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Button4 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$Form1_3 = GUICreate("Normal Game Starter", 615, 426, 200, 124)
$Tab1 = GUICtrlCreateTab(0, 0, 690,425)
$TabSheet1 = GUICtrlCreateTabItem(" Champions ")
$Checkbox1 = GUICtrlCreateRadio("Akali", 8, 88, 41, 17)
$Checkbox2 = GUICtrlCreateRadio("Alistar", 8, 112, 49, 17)
$Checkbox3 = GUICtrlCreateRadio("Ashe", 8, 136, 41, 17)
$Checkbox4 = GUICtrlCreateRadio("Blitzcrank", 8, 160, 65, 17)
$Checkbox5 = GUICtrlCreateRadio("Brand", 8, 184, 49, 17)
$Checkbox6 = GUICtrlCreateRadio("Darius", 8, 208, 49, 17)
$Checkbox7 = GUICtrlCreateRadio("Diana", 8, 232, 49, 17)
$Checkbox8 = GUICtrlCreateRadio("Elise", 8, 256, 41, 17)
$Checkbox9 = GUICtrlCreateRadio("Evelynn", 8, 280, 57, 17)
$Checkbox10 = GUICtrlCreateRadio("Ezreal", 8, 304, 49, 17)
$Checkbox11 = GUICtrlCreateRadio("Fizz", 8, 328, 41, 17)
$Checkbox12 = GUICtrlCreateRadio("Gangplank", 8, 352, 73, 17)
$Checkbox13 = GUICtrlCreateRadio("Garen", 8, 376, 49, 17)
$Checkbox14 = GUICtrlCreateRadio("Heimerdinger", 8, 400, 81, 17)
$Checkbox15 = GUICtrlCreateRadio("Jana", 96, 88, 41, 17)
$Checkbox16 = GUICtrlCreateRadio("Karthus", 96, 112, 57, 17)
$Checkbox17 = GUICtrlCreateRadio("Katarina", 96, 136, 57, 17)
$Checkbox18 = GUICtrlCreateRadio("Kennen", 96, 160, 57, 17)
$Checkbox19 = GUICtrlCreateRadio("Kha´Zix", 96, 184, 57, 17)
$Checkbox20 = GUICtrlCreateRadio("LeBlanc", 96, 208, 57, 17)
$Checkbox21 = GUICtrlCreateRadio("Lee Sin", 96, 232, 57, 17)
$Checkbox22 = GUICtrlCreateRadio("Lux", 96, 280, 33, 17)
$Checkbox23 = GUICtrlCreateRadio("Maokai", 96, 304, 57, 17)
$Checkbox24 = GUICtrlCreateRadio("Master Yi", 96, 328, 65, 17)
$Checkbox25 = GUICtrlCreateRadio("Miss Fortune", 96, 352, 81, 17)
$Checkbox26 = GUICtrlCreateRadio("Morgana", 96, 376, 57, 17)
$Checkbox27 = GUICtrlCreateRadio("Nami", 96, 400, 41, 17)
$Checkbox28 = GUICtrlCreateRadio("Nidalee", 176, 88, 57, 17)
$Checkbox29 = GUICtrlCreateRadio("Quinn", 176, 112, 49, 17)
$Checkbox30 = GUICtrlCreateRadio("Shaco", 176, 136, 49, 17)
$Checkbox31 = GUICtrlCreateRadio("Shen", 176, 160, 41, 17)
$Checkbox32 = GUICtrlCreateRadio("Sivir", 176, 184, 41, 17)
$Checkbox33 = GUICtrlCreateRadio("Sona", 176, 208, 41, 17)
$Checkbox34 = GUICtrlCreateRadio("Soraka", 176, 232, 49, 17)
$Checkbox35 = GUICtrlCreateRadio("Teemo", 176, 256, 49, 17)
$Checkbox36 = GUICtrlCreateRadio("Tristana", 176, 280, 57, 17)
$Checkbox37 = GUICtrlCreateRadio("Tryndamere", 176, 304, 73, 17)
$Checkbox38 = GUICtrlCreateRadio("Twisted Fate", 176, 328, 81, 17)
$Checkbox39 = GUICtrlCreateRadio("Veigar", 176, 352, 49, 17)
$Checkbox40 = GUICtrlCreateRadio("Ziggs", 176, 376, 41, 17)
$Checkbox41 = GUICtrlCreateRadio("Zilean", 176, 400, 49, 17)
$Checkbox42 = GUICtrlCreateRadio("Lissandra", 96, 256, 65, 17)
$Button9 = GUICtrlCreateButton("Exit", 512, 376, 89, 41)
$Pic1 = GUICtrlCreatePic(@TempDir & "Champions.jpg", 272, 25, 337, 340)
$TabSheet3 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic1 = GUICtrlCreatePic(@TempDir &"AkaliC.jpg", 16, 8, 105, 97)
$Pic2 = GUICtrlCreatePic(@TempDir &"AlistarC.jpg", 136, 8, 105, 97)
$Pic3 = GUICtrlCreatePic(@TempDir &"AsheC.jpg", 256, 8, 105, 97)
$Pic4 = GUICtrlCreatePic(@TempDir &"BlitzcrankC.jpg", 376, 8, 105, 97)
$Pic5 = GUICtrlCreatePic(@TempDir &"BrandC.jpg", 496, 8, 105, 97)
$Radio1 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio2 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio3 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio4 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio5 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic6 = GUICtrlCreatePic(@TempDir &"DariusC.jpg", 16, 136, 105, 97)
$Pic7 = GUICtrlCreatePic(@TempDir &"DianaC.jpg", 16, 264, 105, 97)
$Radio6 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic8 = GUICtrlCreatePic(@TempDir &"EliseC.jpg", 136, 136, 105, 97)
$Pic9 = GUICtrlCreatePic(@TempDir &"EvelynnC.jpg", 256, 136, 105, 97)
$Pic10 = GUICtrlCreatePic(@TempDir &"EzrealC.jpg", 376, 136, 105, 97)
$Pic11 = GUICtrlCreatePic(@TempDir &"FizzC.jpg", 496, 136, 105, 97)
$Radio7 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio8 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio9 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio10 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic12 = GUICtrlCreatePic(@TempDir &"GangplankC.jpg", 136, 264, 105, 97)
$Pic13 = GUICtrlCreatePic(@TempDir &"GarenC.jpg", 256, 264, 105, 97)
$Pic14 = GUICtrlCreatePic(@TempDir &"HeimerdingerC.jpg", 376, 264, 105, 97)
$Pic15 = GUICtrlCreatePic(@TempDir &"JanaC.jpg", 496, 264, 105, 97)
$Radio11 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio12 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio13 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio14 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio15 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button11 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet4 = GUICtrlCreateTabItem (" Champions Bilder ")
$Pic16 = GUICtrlCreatePic(@TempDir &"KarthusC.jpg", 16, 8, 105, 97)
$Pic17 = GUICtrlCreatePic(@TempDir &"KatarinaC.jpg", 136, 8, 105, 97)
$Pic18 = GUICtrlCreatePic(@TempDir &"KennenC.jpg", 256, 8, 105, 97)
$Pic19 = GUICtrlCreatePic(@TempDir &"Kha´ZixC.jpg", 376, 8, 105, 97)
$Pic20 = GUICtrlCreatePic(@TempDir &"LeBlancC.jpg", 496, 8, 105, 97)
$Radio16 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio17 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio18 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio19 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio20 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic21 = GUICtrlCreatePic(@TempDir &"Lee SinC.jpg", 16, 136, 105, 97)
$Pic22 = GUICtrlCreatePic(@TempDir &"LissandraC.jpg", 16, 264, 105, 97)
$Radio21 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic23 = GUICtrlCreatePic(@TempDir &"LuxC.jpg", 136, 136, 105, 97)
$Pic24 = GUICtrlCreatePic(@TempDir &"MaokaiC.jpg", 256, 136, 105, 97)
$Pic25 = GUICtrlCreatePic(@TempDir &"Master Yi C.jpg", 376, 136, 105, 97)
$Pic26 = GUICtrlCreatePic(@TempDir &"Miss Fortune C.jpg", 496, 136, 105, 97)
$Radio22 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio23 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio24 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio25 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic27 = GUICtrlCreatePic(@TempDir &"MorganaC.jpg", 136, 264, 105, 97)
$Pic28 = GUICtrlCreatePic(@TempDir &"NamiC.jpg", 256, 264, 105, 97)
$Pic29 = GUICtrlCreatePic(@TempDir &"NidaleeC.jpg", 376, 264, 105, 97)
$Pic30 = GUICtrlCreatePic(@TempDir &"QuinnC.jpg", 496, 264, 105, 97)
$Radio26 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio27 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Radio28 = GUICtrlCreateRadio("", 304, 368, 17, 17)
$Radio29 = GUICtrlCreateRadio("", 424, 368, 17, 17)
$Radio30 = GUICtrlCreateRadio("", 544, 368, 17, 17)
$Button10 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
$TabSheet5 = GUICtrlCreateTabItem(" Champions Bilder ")
$Pic31 = GUICtrlCreatePic(@TempDir &"ShacoC.jpg", 16, 8, 105, 97)
$Pic32 = GUICtrlCreatePic(@TempDir &"ShenC.jpg", 136, 8, 105, 97)
$Pic33 = GUICtrlCreatePic(@TempDir &"SivirC.jpg", 256, 8, 105, 97)
$Pic34 = GUICtrlCreatePic(@TempDir &"SonaC.jpg", 376, 8, 105, 97)
$Pic35 = GUICtrlCreatePic(@TempDir &"SorakaC.jpg", 496, 8, 105, 97)
$Radio31 = GUICtrlCreateRadio("", 56, 112, 17, 17)
$Radio32 = GUICtrlCreateRadio("", 184, 112, 17, 17)
$Radio33 = GUICtrlCreateRadio("", 304, 112, 17, 17)
$Radio34 = GUICtrlCreateRadio("", 424, 112, 17, 17)
$Radio35 = GUICtrlCreateRadio("", 544, 112, 17, 17)
$Pic36 = GUICtrlCreatePic(@TempDir &"TeemoC.jpg", 16, 136, 105, 97)
$Pic37 = GUICtrlCreatePic(@TempDir &"TristanaC.jpg", 16, 264, 105, 97)
$Radio36 = GUICtrlCreateRadio("", 56, 240, 17, 17)
$Pic38 = GUICtrlCreatePic(@TempDir &"TryndamereC.jpg", 136, 136, 105, 97)
$Pic39 = GUICtrlCreatePic(@TempDir &"Twisted Fate C.jpg", 256, 136, 105, 97)
$Pic40 = GUICtrlCreatePic(@TempDir &"VeigarC.jpg", 376, 136, 105, 97)
$Pic41 = GUICtrlCreatePic(@TempDir &"ZiggsC.jpg", 496, 136, 105, 97)
$Radio37 = GUICtrlCreateRadio("", 184, 240, 17, 17)
$Radio38 = GUICtrlCreateRadio("", 304, 240, 17, 17)
$Radio39 = GUICtrlCreateRadio("", 424, 240, 17, 17)
$Radio40 = GUICtrlCreateRadio("", 544, 240, 17, 17)
$Pic42 = GUICtrlCreatePic(@TempDir &"ZileanC.jpg", 136, 264, 105, 97)
$Radio41 = GUICtrlCreateRadio("", 56, 368, 17, 17)
$Radio42 = GUICtrlCreateRadio("", 184, 368, 17, 17)
$Button12 = GUICtrlCreateButton("Auswählen", 8, 392, 105, 25)
GUISwitch($Form1_1)
FileInstall("AkaliC.jpg" ,@TempDir & "AkaliC.jpg")
FileInstall("AlistarC.jpg" ,@TempDir & "AlistarC.jpg")
FileInstall("AsheC.jpg" ,@TempDir & "AsheC.jpg")
FileInstall("BlitzcrankC.jpg" ,@TempDir & "BlitzcrankC.jpg")
FileInstall("BrandC.jpg" ,@TempDir & "BrandC.jpg")
FileInstall("DariusC.jpg" ,@TempDir & "DariusC.jpg")
FileInstall("DianaC.jpg" ,@TempDir & "DianaC.jpg")
FileInstall("EliseC.jpg" ,@TempDir & "EliseC.jpg")
FileInstall("EvelynnC.jpg" ,@TempDir & "EvelynnC.jpg")
FileInstall("EzrealC.jpg" ,@TempDir & "EzrealC.jpg")
FileInstall("FizzC.jpg" ,@TempDir & "FizzC.jpg")
FileInstall("GangplankC.jpg" ,@TempDir & "GangplankC.jpg")
FileInstall("GarenC.jpg" ,@TempDir & "GarenC.jpg")
FileInstall("HeimerdingerC.jpg" ,@TempDir & "HeimerdingerC.jpg")
FileInstall("JanaC.jpg" ,@TempDir & "JanaC.jpg")
FileInstall("KarthusC.jpg" ,@TempDir & "KarthusC.jpg")
FileInstall("KatarinaC.jpg" ,@TempDir & "KatarinaC.jpg")
FileInstall("KennenC.jpg" ,@TempDir & "KennenC.jpg")
FileInstall("Kha´ZixC.jpg" ,@TempDir & "Kha´ZixC.jpg")
FileInstall("LeBlancC.jpg" ,@TempDir & "LeBlancC.jpg")
FileInstall("Lee SinC.jpg" ,@TempDir & "Lee SinC.jpg")
FileInstall("LissandraC.jpg" ,@TempDir & "LissandraC.jpg")
FileInstall("LuxC.jpg" ,@TempDir & "LuxC.jpg")
FileInstall("MaokaiC.jpg" ,@TempDir & "MaokaiC.jpg")
FileInstall("Master Yi C.jpg" ,@TempDir & "Master Yi C.jpg")
FileInstall("Miss Fortune C.jpg" ,@TempDir & "Miss Fortune C.jpg")
FileInstall("MorganaC.jpg" ,@TempDir & "MorganaC.jpg")
FileInstall("NamiC.jpg" ,@TempDir & "NamiC.jpg")
FileInstall("NidaleeC.jpg" ,@TempDir & "NidaleeC.jpg")
FileInstall("QuinnC.jpg" ,@TempDir & "QuinnC.jpg")
FileInstall("ShacoC.jpg" ,@TempDir & "ShacoC.jpg")
FileInstall("ShenC.jpg" ,@TempDir & "ShenC.jpg")
FileInstall("SivirC.jpg" ,@TempDir & "SivirC.jpg")
FileInstall("SonaC.jpg" ,@TempDir & "SonaC.jpg")
FileInstall("SorakaC.jpg" ,@TempDir & "SorakaC.jpg")
FileInstall("TeemoC.jpg" ,@TempDir & "TeemoC.jpg")
FileInstall("TristanaC.jpg" ,@TempDir & "TristanaC.jpg")
FileInstall("TryndamereC.jpg" ,@TempDir & "TryndamereC.jpg")
FileInstall("Twisted Fate C.jpg" ,@TempDir & "Twisted Fate C.jpg")
FileInstall("VeigarC.jpg" ,@TempDir & "VeigarC.jpg")
FileInstall("ZiggsC.jpg" ,@TempDir & "ZiggsC.jpg")
FileInstall("ZileanC.jpg" ,@TempDir & "ZileanC.jpg")
FileInstall("LOL.jpg" ,@TempDir & "LOL.jpg")
FileInstall("Champions.jpg" ,@TempDir & "Champions.jpg")
FileInstall("Main.jpg" ,@TempDir & "Main.jpg")
While 1
$nMsg = GUIGetMsg(1)
Switch $nMsg[1]
Case $Form1_1
Switch $nMsg[0]
Case HotKeySet("{F2}","Einlogen")
Case HotKeySet("{F3}","Game")
Case HotKeySet("{F4}","Bot_Game")
Case HotKeySet("{F5}","Champs")
Case HotKeySet("{F6}","Normal_Game")
Case HotKeySet("{F7}", "AFK_Start")
Case HotKeySet("{F8}","Stop")
Case HotKeySet("{F9}","Hide_Show")
Case HotKeySet("{F10}","Exit1")
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
Case $Form1
Switch $nMsg[0]
Case $Button2,$Button3, $GUI_EVENT_CLOSE
GUISetState(@SW_SHOW, $Form1_1)
GUISetState(@SW_HIDE, $Form1)
Case $Button1
EndSwitch
Case $Form1_2
Switch $nMsg [0]
Case $Button7, $GUI_EVENT_CLOSE
GUISetState(@SW_SHOW, $Form1_1)
GUISetState(@SW_HIDE, $Form1_2)
Case $Button4,$Button6
EndSwitch
Case $Form1_3
Switch $nMsg [0]
Case $Button9, $GUI_EVENT_CLOSE
GUISetState(@SW_SHOW, $Form1_1)
GUISetState(@SW_HIDE, $Form1_3)
Case $Button10,$Button11,$Button12
EndSwitch
;;;;;;;;;;;;;;;;Hier beginnt der Shield Die Gui funktionen werden wie Button funktionieren nicht
If $Ssschutz = 2 Then
Sleep(3600000)
AdlibRegister("Detect",1)
ElseIf $Ssschutz = 0 Then
AdlibRegister("Detect",1)
EndIf
;;;;;;;;;;;;;;;Und hier endet er
EndSwitch
WEnd
Func Einlogen()
$Account = InputBox("Eingabe des Acoount typs (Haupt- oder Nebenaccount)","Bitte gib Haupt oder Nebenaccount ein!")
If Not FileExists("Accountname(Haupt).ini") Then
IniWrite_crypt("Accountname(Haupt).ini","Accountnamen Eingabe","Benutzername",InputBox("Haupt Accountname Eingeben","Bitte gib deinen Benuzternamen ein!"),96755643)
EndIf
If Not FileExists("Passwort(Haupt).ini") Then
IniWrite_crypt("Passwort(Haupt).ini","Passwort Eingabe","Passwort",InputBox("Passwort Eingeben","Bitte gib dein Passwort ein!","","*"),9797685)
EndIf
If Not FileExists("Accountname(Neben).ini") Then
IniWrite_crypt("Accountname(Neben).ini","Accountnamen Eingabe","Benutzername",InputBox("Neben Accountnamen Eingeben","Bitte gib deinen Benuzternamen ein!"),987876)
EndIf
If Not FileExists("Passwort(Neben).ini") Then
IniWrite_crypt("Passwort(Neben).ini","Passwort Eingabe","Passwort",InputBox("Passwort Eingeben","Bitte gib dein Passwort ein!","","*"),986546)
EndIf
WinSetState("League of Legends afk Bot made by Thomas Schneider","",@SW_MINIMIZE)
$accountname2 = IniRead_crypt("Accountname(Neben).ini","Accountnamen Eingabe","Benutzername","Gefunden",987876)
$passwort2 = IniRead_crypt("Passwort(Neben).ini","Passwort Eingabe","Passwort","Gefunden",986546)
$accountname = IniRead_crypt("Accountname(Haupt).ini","Accountnamen Eingabe","Benutzername","Gefunden",96755643)
$passwort = IniRead_crypt("Passwort(Haupt).ini","Passwort Eingabe","Passwort","Gefunden",9797685)
If $Account = "Hauptaccount" Or $Account = "Ha" Then
If Run("C:\Riot Games\League of Legends\lol.launcher.exe") Then
MsgBox(64,"League of Legends Launcher!","Launcher wird gestartet " &@CRLF& " und wirst eingeloggt!",3)
Else
MsgBox(16,"ERROR 426!","League of Legends ist nicht insatlliert! " &@CRLF& " Bitte installieren sie League of Legends um diesen Bot nutzten zu können!",5)
Exit
EndIf
While 1
$Schleife = True
$result1 = _ImageSearch("Start Button.bmp",1,$x1,$y1,38)
If $result1 = 1 Then
MouseClick("left",$x1, $y1)
$Schleife = False
Sleep(560)
EndIf
If $Schleife == False Then ExitLoop
WEnd
While 1
$Schleife = True
$result38 = _ImageSearch("Update Annehmen.bmp",1,$x1,$y1,10)
$result39 = _ImageSearch("Update Annehmen2.bmp",1,$x1,$y1,10)
If $result38 = 1 Then
MouseClick("left",$x1, $y1)
If $result39 = 1 Then
MouseClick("left",$x1, $y1)
$Schleife = False
EndIf
Sleep(600)
Else
$Schleife = False
EndIf
If $Schleife == False Then ExitLoop
WEnd
While 2
$Schleife = True
$result2 = _ImageSearch("Benutzername.bmp",1,$x1,$y1,10)
$result222 = _ImageSearch("Benutzername1.bmp",1,$x1,$y1,10)
If $result2 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(560)
Else
$Schleife = True
If $result222 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(500)
EndIf
EndIf
If $Schleife == False Then ExitLoop
WEnd
While 1
If Not ProcessExists("LolClient.exe") Then
MsgBox(16,"ERROR","Aus Sicherheitsgründen wird das Programm geschlossen!",6)
MsgBox(64,"Tipp","Schutz vor Passwort Steal!",6)
Exit
Else
$Schleife = False
If $Schleife == False Then ExitLoop
EndIf
WEnd
Send("^a")
Sleep(1000)
Send("{BACKSPACE 5}")
Sleep(1000)
Send ($accountname)
Sleep(1500)
Send("{TAB}")
Sleep (500)
Send($passwort)
Sleep(500)
Send("{Enter}")
Sleep(6000)
$result79 = _ImageSearch("Nebenaccount ausweichen.bmp",1,$x1,$y1,10)
If $result79 = 1 Then
MouseClick("left",$x1,$y1)
While 2
$Schleife = True
$result7 = _ImageSearch("Benutzername.bmp",1,$x1,$y1,10)
$result77 = _ImageSearch("Benutzername1.bmp",1,$x1,$y1,10)
If $result7 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(560)
Else
$Schleife = True
If $result77 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(500)
EndIf
EndIf
If $Schleife == False Then ExitLoop
WEnd
Send("^a")
Sleep(1000)
Send("{BACKSPACE 5}")
Sleep(1000)
Send ($accountname2)
Sleep(1500)
Send("{TAB}")
Sleep (500)
Send($passwort2)
Sleep(500)
Send("{Enter}")
Sleep(6000)
EndIf
MsgBox(64,"Erfolgreich","Login erfolgreich",2)
EndIf
If $Account = "Nebenaccount" Or $Account = "Na" Then
If Run("C:\Riot Games\League of Legends\lol.launcher.exe") Then
MsgBox(64,"League of Legends Launcher!","Launcher wird gestartet " &@CRLF& " und wirst eingeloggt!",2)
Else
MsgBox(16,"ERROR 426!","League of Legends ist nicht insatlliert! " &@CRLF& " Bitte installieren sie League of Legends um diesen Bot nutzten zu können!",2)
Exit
EndIf
While 1
$Schleife = True
$result6 = _ImageSearch("Start Button.bmp",1,$x1,$y1,38)
If $result6 = 1 Then
MouseClick("left",$x1, $y1)
$Schleife = False
Sleep(560)
EndIf
If $Schleife == False Then ExitLoop
WEnd
Sleep(600)
While 1
$Schleife = True
$result40 = _ImageSearch("Update Annehmen.bmp",1,$x1,$y1,10)
$result41 = _ImageSearch("Update Annehmen2.bmp",1,$x1,$y1,10)
If $result40 = 1 Then
MouseClick("left",$x1, $y1)
If $result41 = 1 Then
MouseClick("left",$x1, $y1)
$Schleife = False
EndIf
Sleep(600)
Else
$Schleife = False
EndIf
If $Schleife == False Then ExitLoop
WEnd
While 2
$Schleife = True
$result7 = _ImageSearch("Benutzername.bmp",1,$x1,$y1,10)
$result77 = _ImageSearch("Benutzername1.bmp",1,$x1,$y1,10)
If $result7 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(560)
Else
$Schleife = True
If $result77 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(500)
EndIf
EndIf
If $Schleife == False Then ExitLoop
WEnd
Send("^a")
Sleep(1000)
Send("{BACKSPACE 5}")
Sleep(1000)
Send ($accountname2)
Sleep(1500)
Send("{TAB}")
Sleep (500)
Send($passwort2)
Sleep(500)
Send("{Enter}")
Sleep(6000)
$result78 = _ImageSearch("Hauptaccount ausweichen.bmp",1,$x1,$y1,10)
If $result78 = 1 Then
MouseClick("left",$x1,$y1)
While 2
$Schleife = True
$result7 = _ImageSearch("Benutzername.bmp",1,$x1,$y1,10)
$result77 = _ImageSearch("Benutzername1.bmp",1,$x1,$y1,10)
If $result7 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(560)
Else
$Schleife = True
If $result77 = 1 Then
MouseClick("left",$x1,$y1)
$Schleife = False
Sleep(500)
EndIf
EndIf
If $Schleife == False Then ExitLoop
WEnd
Send("^a")
Sleep(1000)
Send("{BACKSPACE 5}")
Sleep(1000)
Send ($accountname)
Sleep(1500)
Send("{TAB}")
Sleep (500)
Send($passwort)
Sleep(500)
Send("{Enter}")
Sleep(6000)
EndIf
MsgBox(64,"Erfolgreich","Login erfolgreich",2)
EndIf
EndFunc
Func Game()
GUISetState(@SW_SHOW, $Form1)
GUISetState(@SW_HIDE, $Form1_1)
GUISetState(@SW_HIDE, $Form1_2)
GUISetState(@SW_HIDE, $Form1_3)
EndFunc
Func Bot_Game()
GUISetState(@SW_SHOW, $Form1_2)
GUISetState(@SW_HIDE, $Form1_1)
GUISetState(@SW_HIDE, $Form1)
GUISetState(@SW_HIDE, $Form1_3)
EndFunc
Func Champs()
EndFunc
Func Normal_Game()
GUISetState(@SW_SHOW, $Form1_3)
GUISetState(@SW_HIDE, $Form1_1)
GUISetState(@SW_HIDE, $Form1)
GUISetState(@SW_HIDE, $Form1_2)
EndFunc
Func AFK_Start()
EndFunc
Func Stop()
EndFunc
Func Hide_Show()
If $fShow Then WinSetState("League of Legends Bot","",@SW_SHOW)
If not $fShow Then WinSetState("League of Legends Bot","",@SW_Hide)
$fShow=Not $fShow
EndFunc
Func Exit1()
Exit
EndFunc
Func IniWrite_crypt($sFilename,$sSection,$sKey,$sValue,$sCryptkey)
$sValue = EncryptText($sSection,$sKey,$sValue,$sCryptkey)
IniWrite($sFilename,$sSection,$sKey,$sValue)
EndFunc
Func IniRead_crypt($sFilename,$sSection,$sKey,$sDefault,$sCryptkey)
$sIniReadEncryptText = IniRead($sFilename,$sSection,$sKey,$sDefault)
$sIniReadDecryptText = DecryptText($sIniReadEncryptText,$sCryptkey)
return $sIniReadDecryptText
EndFunc
Func DecryptText($sValue,$sCryptkey)
Return _StringEncrypt(0,$sValue,$sCryptkey)
EndFunc
Func EncryptText($sSection,$sKey,$sValue,$sCryptkey)
Return _StringEncrypt(1,$sValue,$sCryptkey)
EndFunc
Func Detect()
$note = ProcessExists("notepad.exe")
$sofficeb = ProcessExists("soffice.bin")
$sofficew = ProcessExists("soffice.exe")
$sofficeba = ProcessExists("sbase.exe")
$sofficed = ProcessExists("sdraw.exe")
$sofficeca = ProcessExists("scalc.exe")
$paint = ProcessExists("mspaint.exe")
$paints = ProcessExists("psp.exe")
$CMD = ProcessExists("CMD.exe")
$Autoit = ProcessExists("SciT.exe")
$Koda = ProcessExists("FD.exe")
$Info_Tool = ProcessExists("InfoTool 2.0.exe")
If $note Then
$1 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden![ " & $note & " ] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $1 = 1 Then
Exit
ElseIf $1 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
AdlibUnRegister("Detect")
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
Else
AdlibRegister("Detect",1)
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $sofficeb Then
$2 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden![ " & $sofficeb & " ] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $2 = 1 Then
Exit
ElseIf $2 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
AdlibRegister("Detect",1)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $sofficew Then
$3 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden![ " & $sofficew & " ] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $3 = 1 Then
Exit
ElseIf $3 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
AdlibRegister("Detect",1)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $sofficeba Then
$4 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $sofficeba & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $4 = 1 Then
Exit
ElseIf $4 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
AdlibRegister("Detect",1)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $sofficed Then
$5 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $sofficed & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $5 = 1 Then
Exit
ElseIf $5 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $sofficeca Then
$6 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $sofficeca & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $6 = 1 Then
Exit
ElseIf $6 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $paint Then
$7 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $paint & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $7 = 1 Then
Exit
ElseIf $7 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $paints Then
$8 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $paints & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $8 = 1 Then
Exit
ElseIf $8 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $CMD Then
$9 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $CMD & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $9 = 1 Then
Exit
ElseIf $9 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $Autoit Then
$10 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $Autoit & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $10 = 1 Then
Exit
ElseIf $10 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $Koda Then
$11 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $Koda & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $11 = 1 Then
Exit
ElseIf $11 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
If $Info_Tool Then
$12 = MsgBox(48+1,"Password Steal Shield","Folgendes Programm könnte als Zugriff für ihre Passwörter benutzt werden! [" & $Info_Tool & "] Bitte beenden sie den Prozess bevor sie diesen Bot nutzen oder geben sie das Security Passwort ein wenn sie Einverstanden sind den Prozess offen zu lassen! Wollen sie das Fenster schließen?")
If $12 = 1 Then
Exit
ElseIf $12 = 2 Then
$Schutz = InputBox("Passwort Steal Shield","Bitte geben sie das Passwort ein!","","*")
If $Schutz == IniRead_crypt("Security Passwort.ini","SP","lautet","",98765456789887) Then
$Ssschutz = 2
MsgBox(64, "Security Passwort Manager", "Das Security Passwort wurde richtig eingegeben!",1)
AdlibUnRegister("Detect")
Else
MsgBox(16, "Security Passwort Manager", "Zugriff Verweigert! " &@CRLF& " Falsche Passwort Einagbe!",2)
Exit
EndIf
EndIf
Else
Sleep(500)
EndIf
EndFunc








