Author
Message
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#1 Posted: 19 Nov 2010 06:51 am Post subject: computer Programming Thread
Someone made a thread in the suggestions asking for a programming forum. I wouldnt mind seeing it so ill contribute. Im not currently working on anything i am comfortable releasing (i am working on a program to put Excel and quickbooks out of business, but thats secret :P). But here are some old useless scripts to get it started.
Guildwars Bergen Hotsprings, 55 Monk , Farming Macro
Hidden:
Code:
;Bot by Pillo
;Do not distribute without expressed consent of Pillo
;If this becomes mainstream i will update it to only run on a set account and make it hack proof.do not tempt me
;Updates will be added with a charge of 25FG payable to the_pillo@d2jsp,org or the_pillo@d3jsp.org
;USE AT YOUR OWN RISK, this bot is 100% safe if there are no errors. but if your computer has an error it can cause detection.
;I am not responsible for any lost time, property, or any noun. I am almost always working on new bots and if you want to be a tester, Email me at pillopia@yahoo.com
;If For any reason you are not satisfied with the script, i will offer a 50-75% refund, Depending on the reason why you do not like it.
$password = inputbox("Pillo Productions GuildWars Bot", "What is your password?","","*")
;Starts guildwars and chooses character
Run("C:\Program Files\Guild Wars\gw.exe")
Sleep(10000)
Mousemove(150,368)
Mousedown("left")
Mouseup("left")
Sleep(10000)
;Start enter password
Send($password)
;End Password Enter
Sleep(10000)
Send("{enter}")
Sleep(10000)
Mousemove(599,744)
Mousedown("left")
Mouseup("left")
Sleep(10000)
;Switches to hardmode
MouseMove(695,66)
MouseDown("LEFT")
Mouseup("LEFT")
Sleep(5000)
;Opens the directory for friends and switches to offline
Send("n")
Sleep(5000)
Mousemove(544,117)
MouseDown("LEFT")
Mouseup("LEFT")
Sleep(2000)
MouseMove(505,201)
MouseDown("LEFT")
Mouseup("LEFT")
sleep(2000)
Send("n")
;end of offline status.. start of bot script
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
WinWait("Guild Wars","")
If Not WinActive("Guild Wars","") Then WinActivate("Guild Wars","")
WinWaitActive("Guild Wars","")
;- START HOTKEY Pause Sync
HotKeySet("{PAUSE}", "TogglePause")
Global $Paused
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("Script is running")
If Not WinActivate("Guild Wars") Then
WinActivate("Guild Wars")
EndIf
Sleep(2000)
EndFunc
;- END HOTKEY Pause sync
;- START HOTKEY End Sync
hotkeyset("{F8}", "end")
func end()
Exit
EndFunc
;- ENDE HOTKEY End sync
func RandomSleep($min, $max)
$time = Random($min, $max)
Sleep($time)
endfunc
sleep(4000)
While 1
;~ Beginning Leave town and battle.
RandomSleep(3000, 3700)
Send("{a down}")
RandomSleep(700, 800)
Send("{a up}")
RandomSleep(2000, 2100)
Send("{w down}")
RandomSleep(4000, 4050)
send("{w up}")
RandomSleep(1200, 1250)
Send("{d down}")
RandomSleep(800, 850)
Send("{d up}")
RandomSleep(800, 850)
send("v")
RandomSleep(500, 550)
send("{SPACE}")
RandomSleep(7000, 8000)
MouseMove(557,62)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseMove(794,711)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
MouseMove(1002,7)
MouseDown("left")
MouseUp("left")
RandomSleep(1500, 1600)
RandomSleep(2000, 2200)
Send("{d down}")
RandomSleep(600, 700)
Send("{d up}")
RandomSleep(600, 700)
RandomSleep(1200, 1300)
Send("o")
RandomSleep(1000, 1200)
send("{SPACE}")
RandomSleep(10000, 10100)
send("{w down}")
RandomSleep(2300, 2310)
send("{d down}")
RandomSleep(550, 600)
send("{d up}")
RandomSleep(4000, 4030)
send("{w up}")
RandomSleep(10000, 11000)
Send("8")
RandomSleep(6500, 7000)
Send("7")
RandomSleep(6500, 7000)
Send("6")
RandomSleep(6500, 7000)
Send("5")
RandomSleep(3000, 3500)
Send("4")
RandomSleep(12000, 13000)
send("1")
RandomSleep(700, 800)
send("4")
RandomSleep(2500, 2510)
send("{w down}")
RandomSleep(3000, 3010)
send("{w up}")
RandomSleep(1000, 1010)
send("{e down}")
RandomSleep(2000, 2010)
send("{e up}")
RandomSleep(500, 510)
send("1")
RandomSleep(700, 710)
send("2")
RandomSleep(1200, 1300)
send("{w down}")
RandomSleep(6300, 6500)
send("{w up}")
RandomSleep(490, 500)
send("2")
RandomSleep(1000, 1100)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(500, 600)
send("1")
RandomSleep(600, 700)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(700, 800)
Send("2")
RandomSleep(1500, 1600)
Send("4")
RandomSleep(2000, 2010)
Send("1")
RandomSleep(2000, 2010)
send("3")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(1500, 1600)
send("4")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("1")
RandomSleep(2000, 2010)
send("2")
RandomSleep(1400, 1500)
send("o")
RandomSleep(1400, 1500)
send("{SPACE}")
RandomSleep(3000, 3100)
send("{ENTER}")
RandomSleep(500, 700)
send("/")
RandomSleep(400, 600)
send("giveup")
RandomSleep(1000, 1200)
send("{ENTER}")
RandomSleep(5000, 5500)
MouseMove(459,409)
MouseDown("left")
MouseUp("left")
RandomSleep(7000, 8000)
;~ End of exit+fight Script
;~ Fight Script Begin Number 1
RandomSleep(2000, 2200)
Send("o")
RandomSleep(1000, 1200)
send("{SPACE}")
RandomSleep(9000, 9100)
send("{w down}")
RandomSleep(2300, 2310)
send("{d down}")
RandomSleep(900, 910)
send("{d up}")
RandomSleep(4000, 4030)
send("{w up}")
RandomSleep(10000, 11000)
Send("8")
RandomSleep(6500, 7000)
Send("7")
RandomSleep(6500, 7000)
Send("6")
RandomSleep(6500, 7000)
Send("5")
RandomSleep(3000, 3500)
Send("4")
RandomSleep(12000, 13000)
send("1")
RandomSleep(700, 800)
send("4")
RandomSleep(2500, 2510)
send("{w down}")
RandomSleep(3000, 3010)
send("{w up}")
RandomSleep(1000, 1010)
send("{e down}")
RandomSleep(2000, 2010)
send("{e up}")
RandomSleep(500, 510)
send("1")
RandomSleep(700, 710)
send("2")
RandomSleep(1200, 1300)
send("{w down}")
RandomSleep(6300, 6500)
send("{w up}")
RandomSleep(490, 500)
send("2")
RandomSleep(1000, 1100)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(500, 600)
send("1")
RandomSleep(600, 700)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(700, 800)
Send("2")
RandomSleep(1500, 1600)
Send("4")
RandomSleep(2000, 2010)
Send("1")
RandomSleep(2000, 2010)
send("3")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(1500, 1600)
send("4")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("1")
RandomSleep(2000, 2010)
send("2")
RandomSleep(1400, 1500)
send("o")
RandomSleep(1400, 1500)
send("{SPACE}")
RandomSleep(3000, 3100)
send("{ENTER}")
RandomSleep(500, 700)
send("/")
RandomSleep(400, 600)
send("giveup")
RandomSleep(1000, 1200)
send("{ENTER}")
RandomSleep(5000, 5500)
MouseMove(459,409)
MouseDown("left")
MouseUp("left")
RandomSleep(7000, 8000)
;~ end Fight Script - Number 1
;~ Start Fight Script - Number 2
RandomSleep(2000, 2200)
Send("o")
RandomSleep(1000, 1200)
send("{SPACE}")
RandomSleep(9000, 9100)
send("{w down}")
RandomSleep(2300, 2310)
send("{d down}")
RandomSleep(900, 910)
send("{d up}")
RandomSleep(4000, 4030)
send("{w up}")
RandomSleep(10000, 11000)
Send("8")
RandomSleep(6500, 7000)
Send("7")
RandomSleep(6500, 7000)
Send("6")
RandomSleep(6500, 7000)
Send("5")
RandomSleep(3000, 3500)
Send("4")
RandomSleep(12000, 13000)
send("1")
RandomSleep(700, 800)
send("4")
RandomSleep(2500, 2510)
send("{w down}")
RandomSleep(3000, 3010)
send("{w up}")
RandomSleep(1000, 1010)
send("{e down}")
;- edit by BlackWorkX2008
RandomSleep(2000, 2010)
send("{e up}")
RandomSleep(500, 510)
send("1")
RandomSleep(700, 710)
send("2")
RandomSleep(1200, 1300)
send("{w down}")
RandomSleep(6300, 6500)
send("{w up}")
RandomSleep(490, 500)
send("2")
RandomSleep(1000, 1100)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(500, 600)
send("1")
RandomSleep(600, 700)
send("{q down}")
;- edit by BlackWorkX2008
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(700, 800)
Send("2")
RandomSleep(1500, 1600)
Send("4")
RandomSleep(2000, 2010)
Send("1")
RandomSleep(2000, 2010)
send("3")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(1500, 1600)
send("4")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("1")
RandomSleep(2000, 2010)
send("2")
RandomSleep(1400, 1500)
send("o")
RandomSleep(1400, 1500)
send("{SPACE}")
RandomSleep(3000, 3100)
send("{ENTER}")
RandomSleep(500, 700)
send("/")
RandomSleep(400, 600)
send("giveup")
RandomSleep(1000, 1200)
send("{ENTER}")
RandomSleep(5000, 5500)
MouseMove(459,409)
MouseDown("left")
MouseUp("left")
RandomSleep(7000, 8000)
;~ Hier endet das Figth + Wayto (in den Thermallquellen der Weg) Script Nummer2
;~ Hier beginnt das Way To (Thermallquellen weg) und das Figth script - Nummer 3
RandomSleep(2000, 2200)
Send("o")
RandomSleep(1000, 1200)
send("{SPACE}")
RandomSleep(9000, 9100)
send("{w down}")
RandomSleep(2300, 2310)
send("{d down}")
RandomSleep(900, 910)
send("{d up}")
RandomSleep(4000, 4030)
send("{w up}")
RandomSleep(10000, 11000)
Send("8")
RandomSleep(6500, 7000)
Send("7")
RandomSleep(6500, 7000)
Send("6")
RandomSleep(6500, 7000)
Send("5")
RandomSleep(3000, 3500)
Send("4")
RandomSleep(12000, 13000)
send("1")
RandomSleep(700, 800)
send("4")
RandomSleep(2500, 2510)
send("{w down}")
RandomSleep(3000, 3010)
send("{w up}")
RandomSleep(1000, 1010)
send("{e down}")
RandomSleep(2000, 2010)
send("{e up}")
RandomSleep(500, 510)
send("1")
RandomSleep(700, 710)
send("2")
RandomSleep(1200, 1300)
send("{w down}")
RandomSleep(6300, 6500)
send("{w up}")
RandomSleep(490, 500)
send("2")
RandomSleep(1000, 1100)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(500, 600)
send("1")
RandomSleep(600, 700)
send("{q down}")
RandomSleep(2000, 2100)
send("{q up}")
RandomSleep(700, 800)
Send("2")
RandomSleep(1500, 1600)
Send("4")
RandomSleep(2000, 2010)
Send("1")
RandomSleep(2000, 2010)
send("3")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(1500, 1600)
send("4")
RandomSleep(3000, 3100)
send("2")
RandomSleep(3000, 3100)
send("1")
RandomSleep(3000, 3100)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("o")
RandomSleep(1500, 1600)
send("{SPACE}")
RandomSleep(3000, 3200)
send("1")
RandomSleep(2000, 2010)
send("2")
RandomSleep(1400, 1500)
send("o")
RandomSleep(1400, 1500)
send("{SPACE}")
RandomSleep(3000, 3100)
send("{ENTER}")
RandomSleep(500, 700)
send("/")
RandomSleep(400, 600)
send("giveup")
RandomSleep(1000, 1200)
send("{ENTER}")
RandomSleep(5000, 5500)
MouseMove(459,409)
MouseDown("left")
MouseUp("left")
RandomSleep(9000, 10000)
;~End Fight 3
;~ Identify Items
RandomSleep(2700, 3000)
Send(".")
RandomSleep(3000, 3400)
MouseClick("left",120,507,2)
RandomSleep(800, 900)
MouseMove(43,106)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",174,516,2)
RandomSleep(800, 900)
MouseMove(110,100)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",208,506,2)
RandomSleep(800, 900)
MouseMove(162,109)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",113,520,2)
RandomSleep(800, 900)
MouseMove(214,105)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",165,510,2)
RandomSleep(800, 900)
MouseMove(268,111)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",216,516,2)
RandomSleep(800, 900)
MouseMove(49,172)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",112,501,2)
RandomSleep(800, 900)
MouseMove(104,172)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",164,517,2)
RandomSleep(800, 900)
MouseMove(160,170)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",209,526,2)
RandomSleep(800, 900)
MouseMove(213,175)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",104,517,2)
RandomSleep(800, 900)
MouseMove(267,179)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",156,520,2)
RandomSleep(800, 900)
MouseMove(51,242)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",212,502,2)
RandomSleep(800, 900)
MouseMove(106,241)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseClick("left",117,500,2)
RandomSleep(800, 900)
MouseMove(160,238)
MouseDown("left")
MouseUp("left")
RandomSleep(3000, 3400)
MouseMove(293,12)
MouseDown("left")
MouseUp("left")
;~ end id script
WEnd
Guildwars Bergen Readme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Master Lyrics Source (VERY specific code meant for one purpose)
Hidden:
Code:
;Including Gui Constants
#include <GUIConstantsEx>
#include <StaticConstants>
;Creating Shortcut
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Info~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Starting Info
$local = IniRead(@scriptdir & "\Master Lyrics.ini","Info","local","Not Found")
Sleep(200)
$swait = Iniread($local,"Info","swait", "NotFound")
ToolTip("Loading Sleep Wait Time")
Sleep(500)
$xsize = Iniread($local,"Info","xsize","NotFound")
Tooltip("Loading Monitor X Coordinates")
Sleep(500)
$ysize = Iniread($local,"Info","ysize","NotFound")
Tooltip("Loading Monitor Y Coordinates")
Sleep(500)
tooltip("")
Sleep(1000)
Msgbox(0,"Pillo Productions","All Info Related information has been loaded. Enjoy your day. Also let me say that you have chosen " & $swait & " milliseconds" )
;Ending Info
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Song Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Loading Song Information
$song1 = iniread($local,"Songs","Button_1", "Not Found")
$song2 = Iniread($local ,"Songs","Button_2", "Not Found")
$song3 = IniRead($local , "Songs","Button_3","Not Found")
$song4 = IniRead($local ,"Songs","Button_4","Not Found")
$song5 = IniRead($local ,"Songs","Button_5","Not Found")
$song6 = IniRead($local ,"Songs","Button_6","Not Found")
$song7 = IniRead($local ,"Songs","Button_7","Not Found")
$song8 = IniRead($local ,"Songs","Button_8","Not Found")
$song9 = IniRead($local ,"Songs","Button_9","Not Found")
$Song10 = IniRead($local ,"Songs","Button_10","Not Found")
$Song11 = IniRead($local ,"Songs","Button_11","Not Found")
$Song12 = IniRead($local ,"Songs","Button_12","Not Found")
$song13 = IniRead($local ,"Songs","Button_13","Not Found")
$song14 = IniRead($local,"Songs","Button_14","Not Found")
$song15 = IniRead($local ,"Songs","Button_15","Not Found")
$song16 = IniRead($local ,"Songs","Button_16","Not Found")
$song17 = IniRead($local ,"Songs","Button_17","Not Found")
$song18 = IniRead($local ,"Songs","Button_18","Not Found")
$song19 = IniRead($local ,"Songs","Button_19","Not Found")
$song20 = IniRead($local ,"Songs","Button_20","Not Found")
$song21 = IniRead($local ,"Songs","Button_21","Not Found")
$song22 = iniread($local ,"Songs","Button_22", "Not Found")
$song23= Iniread($local ,"Songs","Button_23", "Not Found")
$song24 = IniRead($local , "Songs","Button_24","Not Found")
$song25 = IniRead($local ,"Songs","Button_25","Not Found")
$song26= IniRead($local ,"Songs","Button_26","Not Found")
$song27= IniRead($local ,"Songs","Button_27","Not Found")
$song28= IniRead($local ,"Songs","Button_28","Not Found")
$song29= IniRead($local ,"Songs","Button_29","Not Found")
$song30= IniRead($local ,"Songs","Button_30","Not Found")
$Song31 = IniRead($local ,"Songs","Button_31","Not Found")
$Song32 = IniRead($local ,"Songs","Button_32","Not Found")
$Song33 = IniRead($local ,"Songs","Button_33","Not Found")
$song34 = IniRead($local ,"Songs","Button_34","Not Found")
$song35 = IniRead($local ,"Songs","Button_35","Not Found")
$song36 = IniRead($local ,"Songs","Button_36","Not Found")
$song37 = IniRead($local ,"Songs","Button_37","Not Found")
$song38 = IniRead($local ,"Songs","Button_38","Not Found")
$song39 = IniRead($local,"Songs","Button_39","Not Found")
$song40 = IniRead($local ,"Songs","Button_40","Not Found")
$song41 = IniRead($local ,"Songs","Button_41","Not Found")
$song42 = IniRead($local ,"Songs","Button_42","Not Found")
$song43 = IniRead($local ,"Songs","Button_43","Not Found")
$song44 = IniRead($local ,"Songs","Button_44","Not Found")
$song45 = IniRead($local ,"Songs","Button_45","Not Found")
;Ending Song Information
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~File Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Starting File Information
$file1 = Iniread($local ,"Files","file1","Not Found")
$file2 = Iniread($local ,"Files","file2","Not Found")
$file3 = IniRead($local ,"Files","file3","Not Found")
$file4 = Iniread($local ,"Files","file4","Not Found")
$file5 = Iniread($local ,"Files","file5","Not Found")
$file6 = Iniread($local ,"Files","file6","Not Found")
$file7 = Iniread($local ,"Files","file7","Not Found")
$file8 = Iniread($local ,"Files","file8","Not Found")
$file9 = Iniread($local ,"Files","file9","Not Found")
$file10 = Iniread($local ,"Files","file10","Not Found")
$file11 = Iniread($local ,"Files","file11","Not Found")
$file12 = Iniread($local ,"Files","file12","Not Found")
$file13 = Iniread($local ,"Files","file13","Not Found")
$file14 = Iniread($local ,"Files","file14","Not Found")
$file15 = Iniread($local ,"Files","file15","Not Found")
$file16 = Iniread($local ,"Files","file16","Not Found")
$file17 = Iniread($local ,"Files","file17","Not Found")
$file18 = Iniread($local ,"Files","file18","Not Found")
$file19 = Iniread($local ,"Files","file19","Not Found")
$file20 = Iniread($local ,"Files","file20","Not Found")
$file21 = Iniread($local ,"Files","file21","Not Found")
$file22 = Iniread($local ,"Files","file22","Not Found")
$file23 = Iniread($local ,"Files","file23","Not Found")
$file24 = Iniread($local ,"Files","file24","Not Found")
$file25 = Iniread($local ,"Files","file25","Not Found")
$file26 = Iniread($local ,"Files","file26","Not Found")
$file27 = Iniread($local ,"Files","file27","Not Found")
$file28 = Iniread($local ,"Files","file28","Not Found")
$file29 = Iniread($local ,"Files","file29","Not Found")
$file30 = Iniread($local ,"Files","file30","Not Found")
$file31 = Iniread($local ,"Files","file31","Not Found")
$file32 = Iniread($local ,"Files","file32","Not Found")
$file33 = Iniread($local ,"Files","file33","Not Found")
$file34 = Iniread($local ,"Files","file34","Not Found")
$file35 = Iniread($local ,"Files","file35","Not Found")
$file36 = Iniread($local ,"Files","file36","Not Found")
$file37 = Iniread($local ,"Files","file37","Not Found")
$file38 = Iniread($local ,"Files","file38","Not Found")
$file39 = Iniread($local ,"Files","file39","Not Found")
$file40 = Iniread($local ,"Files","file40","Not Found")
$file41 = Iniread($local ,"Files","file41","Not Found")
$file42 = Iniread($local ,"Files","file42","Not Found")
$file43 = Iniread($local ,"Files","file43","Not Found")
$file44 = Iniread($local ,"Files","file44","Not Found")
$file45 = Iniread($local ,"Files","file45","Not Found")
;Ending File Information
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Artist Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Starting Artist Information
$artist1 = Iniread($local ,"Artist","artist1","not found")
$artist2 = Iniread($local ,"Artist","artist2","Not Found")
$artist3 = Iniread($local ,"Artist","artist3","Not Found")
$artist4 = Iniread($local ,"Artist","artist4","Not Found")
$artist5 = Iniread($local ,"Artist","artist5","Not Found")
$artist6 = Iniread($local ,"Artist","artist6","Not Found")
$artist7 = IniRead($local ,"Artist","artist7","Not Found")
$artist8 = IniRead($local ,"Artist","artist8","Not Found")
$artist9 = IniRead($local ,"Artist","artist9","Not Found")
$artist10 = IniRead($local ,"Artist","artist10","Not Found")
$artist11 = IniRead($local ,"Artist","artist11","Not Found")
$artist12 = IniRead($local ,"Artist","artist12","Not Found")
$artist13 = IniRead($local ,"Artist","artist13","Not Found")
$artist14 = IniRead($local ,"Artist","artist14","Not Found")
$artist15 = IniRead($local ,"Artist","artist15","Not Found")
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Hotkeys~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hotkeyset("{end}", "fun")
func fun()
Exit
EndFunc
;Ending Panic Hotkey
;Starting Pause Hotkey
HotKeySet("{PAUSE}", "TogglePause")
Global $Paused
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("Script is running")
Sleep(2000)
EndFunc
;Ending Pause Hotkey
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Gui Start Sequence~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Starting Gui Design Sequence
Example()
Func Example()
Local $Button_1, $Button_2, $Button_3, $msg
GUICreate("Pillo Productions Presents: Tab/Lyric finder", 1000,700) ; will create a dialog box that when displayed is centered
Opt("GUICoordMode", 2)
;Row One of Buttons
GUICtrlCreateLabel($artist1,6,0,200)
$Button_1 = GUICtrlCreateButton($Song1, -200, 0, 200)
$Button_2 = Guictrlcreatebutton($Song2, -200,0)
$Button_3 = GuictrlcreateButton($Song3, -200,0)
GuiCtrlCreateLabel($artist2,-200,0)
$Button_4 = GUICtrlCreateButton($Song4, -200,0)
$Button_5 = GUICtrlCreateButton($Song5, -200,0)
$Button_6 = GUICtrlCreateButton($Song6,-200,0)
GuiCtrlCreateLabel($artist3,-200,0)
$Button_7 = GUICtrlCreateButton($Song7, -200,0)
$Button_8 = GUICtrlCreateButton($Song8, -200,0)
$Button_9 = GUICtrlCreateButton($Song9, -200,0)
GuiCtrlCreateLabel($artist4,-200,0)
$Button_10 = GUICtrlCreateButton($Song10, -200,0)
$Button_11 = GUICtrlCreateButton($Song11, -200,0)
$Button_12 = GUICtrlCreateButton($Song12, -200,0)
GuiCtrlCreateLabel($artist5,-200,0)
$Button_13 = GUICtrlCreateButton($Song13, -200,0)
$Button_14 = GUICtrlCreateButton($Song14, -200,0)
$Button_15 = GUICtrlCreateButton($Song15, -200,0)
GUICtrlCreateLabel($artist6,-200,0)
$Button_16 = GUICtrlCreateButton($Song16, -200,0)
$Button_17 = GUICtrlCreateButton($Song17, -200,0)
$Button_18 = GUICtrlCreateButton($Song18, -200,0)
GUICtrlCreateLabel($artist7,-200,0)
$Button_19 = GUICtrlCreateButton($Song19, -200,0)
$Button_20 = GUICtrlCreateButton($Song20, -200,0)
$Button_21 = GUICtrlCreateButton($Song21, -200,0)
GUICtrlCreateLabel($artist8,-200,0)
$Button_22 = GUICtrlCreateButton($Song22, -200,0)
$Button_23 = GUICtrlCreateButton($Song23, -200,0)
$Button_24 = GUICtrlCreateButton($Song24, -200,0)
GUICtrlCreateLabel($artist9,0,-671)
$Button_25 = GUICtrlCreateButton($Song25, -200,0)
$Button_26 = GUICtrlCreateButton($Song26, -200,0)
$Button_27 = GUICtrlCreateButton($Song27, -200,0)
GUICtrlCreateLabel($artist10,-200,0)
$Button_28 = GUICtrlCreateButton($Song28, -200,0)
$Button_29 = GUICtrlCreateButton($Song29, -200,0)
$Button_30 = GUICtrlCreateButton($song30, -200,0)
GUICtrlCreateLabel($artist11,-200,0)
$Button_31 = GUICtrlCreateButton($Song31, -200,0)
$Button_32 = GUICtrlCreateButton($Song32, -200,0)
$Button_33 = GUICtrlCreateButton($Song33, -200,0)
GUICtrlCreateLabel($artist12,-200,0)
$Button_34 = GUICtrlCreateButton($song34, -200,0)
$Button_35 = GUICtrlCreateButton($song35, -200,0)
$Button_36 = GUICtrlCreateButton($song36, -200,0)
GUICtrlCreateLabel($artist13,-200,0)
$Button_37 = GUICtrlCreateButton($song37, -200,0)
$Button_38 = GUICtrlCreateButton($song38, -200,0)
$Button_39 = GUICtrlCreateButton($song39, -200,0)
GUICtrlCreateLabel($artist14,-200,0)
$Button_40 = GUICtrlCreateButton($song41, -200,0)
$Button_41 = GUICtrlCreateButton($song42, -200,0)
$Button_42 = GUICtrlCreateButton($song43, -200,0)
GUICtrlCreateLabel($artist14,-200,0)
$Button_43 = GUICtrlCreateButton($song41, -200,0)
$Button_44 = GUICtrlCreateButton($song42, -200,0)
$Button_45 = GUICtrlCreateButton($song43, -200,0)
GUICtrlCreateLabel($artist14,0,-671)
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Button Commands~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;Starting button commands
GUISetState()
While 1
;Close when [X] is hit
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop
exit
;End close when [X] is hit.
;Start Button one Command
Case $msg = $Button_1
Sleep(1000)
run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
Sleep(1000)
Send($file1)
sleep(200)
Send("{ENTER}")
Sleep($swait)
Mouseclick("left",1014,524)
;Ending Button one commands
;Starting Button Two Commands
Case $msg = $Button_2
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send(@scriptdir)
Send($file2)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
;End Button Two Commands
;Starting Button Three
Case $msg = $Button_3
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file3)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
;End Button Three
;Start Button Four
Case $msg = $Button_4
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file4)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
;End Button Four
;Start Button Five
Case $msg = $Button_5
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file5)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_6
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file6)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
;End Five
;Start Six
Case $msg = $Button_6
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file6)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
;end six
;start seven
Case $msg = $Button_7
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file7)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_8
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file8)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_9
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file9)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_10
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file10)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_11
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file11)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_12
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file12)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_13
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file13)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_14
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file14)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_15
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file15)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_16
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file16)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_17
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file17)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_18
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file18)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_19
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file19)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_20
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file20)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_21
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file21)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_22
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file22)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_23
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file23)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_24
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file24)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_25
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file25)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_26
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file26)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_27
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file27)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_28
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file28)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_29
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file29)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_30
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file30)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_31
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file31)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_32
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file32)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_33
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file33)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_34
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file34)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_35
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file35)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_36
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file36)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_37
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file37)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_38
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file38)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_39
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file39)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_40
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file40)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_41
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file41)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_42
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file42)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_43
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file43)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_44
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file44)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
Case $msg = $Button_45
Sleep(1000)
Run("notepad.exe","", @SW_SHOWMAXIMIZED)
Sleep(2000)
Send("^o")
sleep(1000)
Send($file45)
Sleep(200)
Send("{ENTER}")
Sleep($swait)
EndSelect
Wend
Endfunc
Master Lyrics Ini
Hidden:
[code:1:deb988c52a]
;Pillo Productions copyright 2009
;All Variables are explained after the ; mark
;All songs are labeled as first letter of each word starting with the artist name.
;So, The song cornerstone by the artic monkeys would be labeled as AM-C.txt
;Master Lyric Beta Is a creative work by Nathaniel Nugent.
;Any Misuse Of This Program is considered to be your own fault and I hold no responsibility.
;Use similiar format as examples.
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Essential Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Info]
swait = 10000
;Time to wait in milliseconds, so 10 seconds would be 10000 milliseconds.
xsize = 1024
;X coordinate size of screen, info on this located in properties on your desktop.
ysize = 768
;Y coordinate size of screen, info on this located in properties on your desktop.
local = "C:\Documents and Settings\Administrator\Desktop\Master Lyrics\Master Lyrics.ini"
;The Location of the Master Lyrics.ini, Make Sure To get this right, if you have it wrong
;You will only see Not Found in all of the buttons and labels.
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ARTIST Name INFO~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Artist]
artist1 = "Arctic Monkeys"
artist2 = "Metallica"
artist3 = "Creedence ClearWater Survival"
artist4 =
artist5 =
artist6 =
artist7 =
artist8 =
artist9 =
artist10 =
artist11 =
artist12 =
artist13 =
artist14 =
artist15 =
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Song Name INFO~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Songs]
Button_1 = CornerStone
Button_2 = Crying Lightning
Button_3 = Artic Monkey Song
Button_4 = Enter Sandman
Button_5 = Nothing Else Matters
Button_6 = Metallica
Button_7 = Bad Moon Rising
Button_8 = Have You Ever Seen The Rain
Button_9 =
Button_10 =
Button_11 =
Button_12 =
Button_13 =
Button_14 =
Button_15 =
Button_16 =
Button_17 =
Button_18 =
Button_19 =
Button_20 =
Button_21 =
Button_22 =
Button_23 =
Button_24 =
Button_25 =
Button_26 =
Button_27 =
Button_28 =
Button_29 =
Button_30 =
Button_31 =
Button_32 =
Button_33 =
Button_34 =
Button_35 =
Button_36 =
Button_37 =
Button_38 =
Button_39 =
Button_40 =
Button_41 =
Button_42 =
Button_43 =
Button_44 =
Button_45 =
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~File INFO~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~
Last edited by the_pillo on 19 Nov 2010 06:55 am; edited 4 times in total _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
Back to top
Bic Group: Banned Joined: 04 Nov 2010 Posts: 196 Gold: Locked Clan: GM Status: Warn : Banned Reputation : 9
#3 Posted: 19 Nov 2010 10:52 am Post subject:
A Guild Wars bot? :O I could use one for a low level char, for power leveling possibly
I don't play it much, but if I had a bot I'd run it! _________________This user's signature has been disabled
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#4 Posted: 19 Nov 2010 04:31 pm Post subject:
Bic wrote: A Guild Wars bot? :O I could use one for a low level char, for power leveling possibly
I don't play it much, but if I had a bot I'd run it!
i dont have the positioning screenshots anymore, But with a little playing you can get everything figured out.
Id do it myself but i dont have gw installed on anything anymore .
but the script is free, have fun with it _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
Bic Group: Banned Joined: 04 Nov 2010 Posts: 196 Gold: Locked Clan: GM Status: Warn : Banned Reputation : 9
#5 Posted: 19 Nov 2010 07:03 pm Post subject:
I don't get how you use the script, its just a big code. _________________This user's signature has been disabled
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#6 Posted: 19 Nov 2010 07:41 pm Post subject:
Bic wrote: I don't get how you use the script, its just a big code.
google autoit and download the latest version, then just copy the code and place it in a txt file with an extension of .au3 _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
Trains Group: Banned Joined: 22 Nov 2010 Posts: 80 Gold: Locked Status: Warn : Banned Reputation : 6
#7 Posted: 23 Nov 2010 04:19 pm Post subject:
what are you good with bro? im a professional programmer!
do you work only with VB or what else? _________________This user's signature has been disabled
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#8 Posted: 23 Nov 2010 07:51 pm Post subject:
Trains wrote: what are you good with bro? im a professional programmer!
do you work only with VB or what else?
i mainly work in autoit but i dabble in VB and im slowly learning C and its variants.
I dont really focus hard on it, i learn it as i go and dabble. _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
Flavor Group: Scammer Joined: 23 Nov 2010 Posts: 241 Gold: Locked Status: Warn : Reputation : 2
#9 Posted: 26 Nov 2010 09:09 pm Post subject:
c master here.
all 3
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#10 Posted: 27 Nov 2010 10:52 am Post subject:
Code:
func titties()
run(@scriptdir & "\titties.exe")
stare(20000)
grope(both-hands)
lick(areola)
fap(angrily)
sleep(5000)
endfunc
_____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
Myoga-
Tomato is the LOOOOOVVEE Fruit!!!11! Group: Retired Moderators Joined: 12 Apr 2010 Donor: Posts: 1314 Gold: 2375.80 Status: Warn : Reputation : 57
#11 Posted: 27 Nov 2010 05:09 pm Post subject:
the_pillo wrote: Code:
func titties()
run(@scriptdir & "\titties.exe")
stare(20000)
grope(both-hands)
lick(areola)
fap(angrily)
sleep(5000)
endfunc
ROFL! Nice! _____________________
Back to top
TheDrag
Merchant Group: Members Joined: 06 Sep 2010 Donor: Posts: 346 Gold: 15.90 Clan: Truth Status: Warn : Reputation : 18
#12 Posted: 30 Dec 2010 03:32 am Post subject:
joy 4 free _____________________
::::: Give me a rep if I am helpful to you!! or because im sexy!! :::::
Back to top
Ancients Group: Banned Joined: 03 Aug 2010 Posts: 433 Gold: Locked Clan: Ancients Status: Warn : Banned Reputation : 19
#13 Posted: 08 Jan 2011 01:07 pm Post subject:
func titties()
run(@scriptdir & "\titties.exe")
stare(20000)
grope(both-hands)
lick(areola)
fap(angrily)
sleep(5000)
endfunc
Awesom :'o _________________This user's signature has been disabled
Back to top
adeem Group: Members Joined: 01 Jan 2011 Posts: 169 Gold: 15.50 Status: Warn : Reputation: 0
#14 Posted: 11 Jan 2011 04:28 am Post subject:
the_pillo wrote: Code:
func titties()
run(@scriptdir & "\titties.exe")
stare(20000)
grope(both-hands)
lick(areola)
fap(angrily)
sleep(5000)
endfunc
LOL
Back to top
the_pillo The Magnificent Group: Verified Member Joined: 09 Jul 2009 Donor: Posts: 1105 Gold: 0.00 Clan: Honor Status: Warn : Reputation : 32
#15 Posted: 11 Jan 2011 06:00 am Post subject:
the_pillo wrote: Code:
func titties()
run(@scriptdir & "\titties.exe")
stare(20000)
grope(both-hands)
lick(areola)
fap(angrily)
sleep(5000)
endfunc
such a corny joke has gotten far too many laughs lol _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
D3jsp is proudly powered by phpBB © 2.0 Theme and Forum by tramway