Search found 83 matches

by 99muppets
15 Mar 2017, 05:52
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

Re: [Help] IS there a way to detect if the cursor is in a GUI

It just gives me a bracket error and does not even show me the tooltip :p
by 99muppets
15 Mar 2017, 05:27
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

Re: [Help] IS there a way to detect if the cursor is in a GUI

No it doesnt, heres the full code. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_Script...
by 99muppets
15 Mar 2017, 02:39
Forum: Ask for Help (v1)
Topic: Is there a way to convert Compiled Files back to ahk?
Replies: 4
Views: 1310

Re: Is there a way to convert Compiled Files back to ahk?

nvm, the notepad++ file just shows a bunch of gibberish :(
by 99muppets
14 Mar 2017, 21:10
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

Re: [Help] IS there a way to detect if the cursor is in a GUI

I had another look around but can't find anything :(
by 99muppets
14 Mar 2017, 20:48
Forum: Ask for Help (v1)
Topic: Is there a way to convert Compiled Files back to ahk?
Replies: 4
Views: 1310

Is there a way to convert Compiled Files back to ahk?

hey guys, i have found a .exe file that was written in ahk. is there a way to read the source code? thanks
by 99muppets
14 Mar 2017, 20:22
Forum: Ask for Help (v1)
Topic: [Solved] Bring GUI to front and back?
Replies: 7
Views: 1509

Re: Bring GUI to front and back?

Thanks! lmao it is sort of everywhere, i kept fixing stuff and moving stuff and making new stuff.
by 99muppets
14 Mar 2017, 19:50
Forum: Ask for Help (v1)
Topic: [Solved] Bring GUI to front and back?
Replies: 7
Views: 1509

Re: Bring GUI to front and back?

thanks m8 very much appreciated, if i could +rep i would but i dont think thats possible :(
by 99muppets
14 Mar 2017, 19:29
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

Re: IS there a way to detect if the cursor is in a GUI

Sorry, im having issues with understanding, i checked all the gui pages and variable pages but i dont get it, why doesnt this work?

Gui, +HwndMyHwnd, vchickenbob
MouseGetPos, , , OutputVarchickenbob
{
D:=false
}

(d is the variable to turn on/off autoclicker)
by 99muppets
14 Mar 2017, 19:24
Forum: Ask for Help (v1)
Topic: [Solved] Bring GUI to front and back?
Replies: 7
Views: 1509

Re: Bring GUI to front and back?

It didnt work for some reason ( i dont know what the label is and where to put it, this is the whole script your bit is right at the bottom. thanks for your help so far Gui,+AlwaysOnTop Gui,Show,w300 h300 Center,AlwaysOnTop Window Gui, Add, Text, x2 y169 w230 h90 , CS GO Multihack, Made by BOT Jesus...
by 99muppets
14 Mar 2017, 18:24
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

Re: IS there a way to detect if the cursor is in a GUI

Sorry I am new to autohotkey, could you please elaborate a little bit? or show examples, here is the full code (if its to complicated because of the huge recoil script just tell me) thanks Gui,+AlwaysOnTop Gui,Show,w300 h300 Center,AlwaysOnTop Window Gui, Add, Text, x2 y169 w230 h90 , CS GO Multihac...
by 99muppets
14 Mar 2017, 18:21
Forum: Ask for Help (v1)
Topic: [Solved] Bring GUI to front and back?
Replies: 7
Views: 1509

[Solved] Bring GUI to front and back?

hey guys, i was curious if some1 could tell me if there is a way to bring the gui to the front window and then minimize it with hotkeys,

thanks
by 99muppets
14 Mar 2017, 16:17
Forum: Ask for Help (v1)
Topic: [Help] IS there a way to detect if the cursor is in a GUI
Replies: 27
Views: 8887

[Help] IS there a way to detect if the cursor is in a GUI

Hey guys I have created a GUI with checkboxes. Is there a way to disable the script while the cursor is inside of the GUI because I have an autoclicker and a mouse movement script that are triggered by the chceckbkxes and once enabled it is very hard to disable them because I am spamming click. I'll...
by 99muppets
14 Mar 2017, 02:19
Forum: Ask for Help (v1)
Topic: ELSE but no matching IF error
Replies: 1
Views: 480

ELSE but no matching IF error

hey guys, i dont know if this is a bug or i am stupid but this script keeps giving me the same error; ELSE but no matching IF i am SOO close to finishing this script, any help would be appreciated greatly. this is the section of code that isnt working properly. Gui, Add, DropDownList, x180 y110 w50 ...
by 99muppets
10 Mar 2017, 02:57
Forum: Ask for Help (v1)
Topic: [Help] Script not running properly
Replies: 19
Views: 4035

Re: [Help] Script not running properly

alright then, how about this script (its way simpler and uses a loop instead of the huge block of code) notice how once the box has been ticked, the loop runs but when you untick it it keeps running, is thier a way to stop this? Gui,+AlwaysOnTop Gui,Show,w300 h300 Center,AlwaysOnTop Window Gui, Add,...
by 99muppets
10 Mar 2017, 02:42
Forum: Ask for Help (v1)
Topic: [Help] Script not running properly
Replies: 19
Views: 4035

Re: [Help] Script not running properly

heres the whole script, when the box is ticked, press F4 and if you hold down click the cursor should move down, but when you unclick the box it shouldn't do that anymore, and i dont know how to make it that way here is the code Gui,+AlwaysOnTop Gui,Show,w300 h300 Center,AlwaysOnTop Window Gui, Add,...
by 99muppets
10 Mar 2017, 02:33
Forum: Ask for Help (v1)
Topic: [Help] Script not running properly
Replies: 19
Views: 4035

Re: [Help] Script not running properly

when i change the "Send, q" to the Norecoil script, when the box is unticked the mouse will still move down when i click

Go to advanced search