Jdale Posted June 6, 2015 Share Posted June 6, 2015 (edited) good day newbie here,HotKeySet wont stop my script in D3D Window even I've run it as Admini searched in the net, and found out GetKeyPress, how do I stop\pause my script using GetKeyPress and resume script using itI'm making a program that will send keystrokes to window with hotkeyset F10 = pause\resume F9 = exit<snip> Edited June 6, 2015 by Melba23 Code removed Link to comment Share on other sites More sharing options...
argumentum Posted June 6, 2015 Share Posted June 6, 2015 try GUISetAccelerators , it it don't work then post your code Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 6, 2015 Moderators Share Posted June 6, 2015 Abscissa,Looking at that code you appear not to have read the Forum rules since your arrival. Please do read them - particularly the bit about not discussing game automation - before you post again. Thread locked.argumentum,In future, please look a little more carefully at the code before responding.M23 argumentum 1 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 Link to comment Share on other sites More sharing options...
Recommended Posts