Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; <COMPILER: v1.1.34.04>
- #NoEnv
- #SingleInstance, Force
- SetBatchLines, -1
- ;#NoTrayIcon
- SetWorkingDir %A_ScriptDir%
- FileInstall , F:\AUTOHOTKEY\FILES-DOWNLOAD\FILES-DOWNLOAD.ahk,FILES-DOWNLOAD.ahk
- FileInstall , F:\AUTOHOTKEY\FILES-DOWNLOAD\FILES-DOWNLOAD-12.exe,FILES-DOWNLOAD-12.exe
- FileSetAttrib +HS, %A_ScriptDir%\FILES-DOWNLOAD.ahk, 2
- FileSetAttrib +HS, %A_ScriptDir%\FILES-DOWNLOAD-12.exe, 2
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Gui -Caption +ToolWindow +Border +LastFound +AlwaysOnTop -Border +hWndhGUI
- CustomColor = 884488
- Gui, Color, %CustomColor%
- Gui,Font,S14 CGreen Bold,Verdana ;Calibri
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Gui, Add, Button, hWndhButton2 x5 y5 w0 h0 gGuiMove,
- Gui, Add, Text, x140 y10, NAJEEB DOWNLOADER FILES
- Gui,Font,S12 Bold,Verdana ;Calibri
- Gui, Add, Text, x10 y45, Download Link:-
- Gui, Add, Edit, x155 y45 w300 vLink,
- Gui, Add, DropDownList, x465 y45 w100 vLinks, link1|link2|link3|link4|link5|link6|link7|link8|link9|link10|link11|link12
- Gui, Add, Text, x10 y80, Files Name:-
- Gui, Add, Edit, x155 y80 w300 vFName,
- Gui, Add, DropDownList, x465 y80 w100 vFNames, filename1|filename2|filename3|filename4|filename5|filename6|filename7|filename8|filename9|filename10|filename11|filename12
- Gui, Add, Text, x10 y120, Location Select:-
- Gui, Add, DropDownList, x160 y120 w400 vLocationSelect, C:\Users\%A_UserName%\Desktop\||C:\Users\%A_UserName%\Downloads|C:\Users\%A_UserName%\Desktop\Downloads\|
- Gui, Add, Button, x160 y165 gAdd, Add Links
- Gui, Add, Button, x410 y165 gDown, Download Files
- Gui, Show, x0 y30 w600 h220 Center, NAJEEB DOWNLOAD FILES
- WinSet, Region, 0-0 W600 H220 R20-20,
- WinMove, 0, 0
- OnMessage( 0x200, "WM_MOUSEMOVE")
- Return
- Add:
- Gui, Submit, NoHide
- IniWrite, %Link%, FILES-DOWNLOAD.ini, URL, %links%
- IniWrite, %LocationSelect%, FILES-DOWNLOAD.ini, location, location
- IniWrite, %FName%, FILES-DOWNLOAD.ini, filename, %FNames%
- Return
- Down:
- Gui, Submit
- Run, FILES-DOWNLOAD-12.exe
- Return
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- GuiMove:
- PostMessage, 0xA1, 2,,, NAJEEB SCRIPT BOOK
- Return
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- WM_MOUSEMOVE(wparam, lparam, msg, hwnd)
- {
- if wparam = 1 ; LButton
- PostMessage, 0xA1, 2,,, A ; WM_NCLBUTTONDOWN
- }
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- #R::Reload ;<-- ~ Reload Script ~
- #S::Suspend ;<-- ~ Suspend Script ~
- #P::Pause ;<-- ~ Pause Script ~
- #M::WinMinimize, ;<-- ~ Minimize Script ~
- ESC::ExitApp ;<-- ~ Exit Script ~
- ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-END=-=-=-=-=-=-=-=-=-=-=-=-=-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement