Skurcey 0 Posted May 9, 2011 Opt("SendKeyDelay", 10) Opt("SendKeyDownDelay", 5) HotKeySet("^+h","tipoftheday") ;---------------------- while (1) sleep(100) WEnd ;---------------------- func tipoftheday() if WinExists("WWIIOL") then if WinActive("WWIIOL") then tipoftheday2() else WinActivate("WWIIOL") tipoftheday2() endif Else MsgBox(1,"ERROR","blingblllung crash") endif endFunc func tipoftheday2() Send ("{ENTER}") sleep(60) $rnd = Random(1,49,1) $tip = FileReadLine("TipOfTheDay.txt",$rnd) FileReadLine("TipsOfTheDay.txt",$rnd) Send("Tip Of The Day "&$tip&"{ENTER}") EndFunc but it want only work when i m on the desktop with the app in background :/ Did i miss something? Share this post Link to post Share on other sites
Melba23 3,457 Posted May 9, 2011 Skurcey,Did i miss something?Yes. As "World War II Online: Battleground Europe is a massively multiplayer online first-person shooter (MMOFPS) computer game" you missed this.And we do take this prohibition seriously. 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 Share this post Link to post Share on other sites
Skurcey 0 Posted May 9, 2011 eeer, sorry, i though your app was make to do this Share this post Link to post Share on other sites
Jos 2,211 Posted May 9, 2011 It very well can, but support credits ran out a long time ago... the remains are at the bottom of the forums.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites