Search found 13 matches

by raskun
14 Sep 2018, 05:16
Forum: Scripts and Functions (v1)
Topic: Class_DD
Replies: 37
Views: 33796

Re: Class_DD - WingRing0 alternative, a vitual keyboard/mouse library

Hello, May I ask if there's any way that we can rename the service that the DLL was creating when the hotkey is running? A gameguard of the game that I'm using detects this service causing the game to crash.
by raskun
15 Mar 2017, 19:33
Forum: Scripts and Functions (v1)
Topic: Class_DD
Replies: 37
Views: 33796

Re: Class_DD - WingRing0 alternative, a vitual keyboard/mouse library

I know its kinda out of topic, but do you know how to implement this with c#? I tried downloading and checking the solution, but whenever I've tried to bind the dll, it was always failed.
by raskun
12 Mar 2017, 21:05
Forum: Ask for Help (v1)
Topic: A way to attached ahk exe to c#
Replies: 0
Views: 1503

A way to attached ahk exe to c#

Is there anyway to attached the ahk exe to c#? Like for example I will be having a login program using c# and then when login was successful, then that's the time to open the ahk executable. By that way, can I also be able to hide my ahk executable from being decompiled?
by raskun
12 Mar 2017, 07:58
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 118479

Re: .NET Framework Interop (CLR, C#, VB)

How to use this when my main ahk script was referencing to calling to another ahk script?
by raskun
10 Mar 2017, 12:33
Forum: Ask for Help (v1)
Topic: Login user before using ahk
Replies: 9
Views: 3131

Re: Login user before using ahk

It can be done as i've done this meny times and in meny forms it comes down to other things aka how much time to use on building a login function over how easy it is to work around as Autohotkey is open source as 99muppets says an easy setup is to simply update an online file in an online file shar...
by raskun
10 Mar 2017, 02:09
Forum: Ask for Help (v1)
Topic: Login user before using ahk
Replies: 9
Views: 3131

Re: Login user before using ahk

Actually its possible as I get that idea from the previous ahk forums here:

https://autohotkey.com/board/topic/5088 ... s-allowed/
by raskun
09 Mar 2017, 22:13
Forum: Ask for Help (v1)
Topic: Login user before using ahk
Replies: 9
Views: 3131

Re: Login user before using ahk

Yup but something like it connects to a server where I can manage users. So to use the ahk the user would have to be online.
by raskun
09 Mar 2017, 21:46
Forum: Ask for Help (v1)
Topic: Login user before using ahk
Replies: 9
Views: 3131

Login user before using ahk

Is there already a code where in for lets say I have a server for users which will be able to use the ahk program. So before they can use the ahk program, they will have to login first. I want to do this, because I only want to share my program for my classmates, if they share their user info and th...
by raskun
05 Mar 2017, 06:35
Forum: Scripts and Functions (v1)
Topic: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)
Replies: 35
Views: 34437

Re: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)

I see, but with your previous post from the DD Thread, using the timer is the same with the $ symbol. is there any way for it to work when pressing itself?
by raskun
05 Mar 2017, 06:19
Forum: Scripts and Functions (v1)
Topic: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)
Replies: 35
Views: 34437

Re: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)

But it wont work for example I tried it with a loop by pressing F1 when pressing itself

$f1::
loop
{
if not GetKeyState("f1", "P")
break
WinRing0.KeyPress("f1")
}

Its like making a soft press same with DD_Class

Try that code and see if it works or not
by raskun
05 Mar 2017, 06:05
Forum: Scripts and Functions (v1)
Topic: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)
Replies: 35
Views: 34437

Re: WinRing0 - Send keys in Hardware-Level (update on 2017-01-18)

Any idea how to make this work with F1-F12 keys?
by raskun
03 Mar 2017, 06:01
Forum: Scripts and Functions (v1)
Topic: Class_DD
Replies: 37
Views: 33796

Re: Class_DD - WingRing0 alternative, a vitual keyboard/mouse library

@Gepardsux #Include, class_DD.ahk SetWorkingDir %A_ScriptDir% $f1::settimer, timer1, -1 timer1: send {f1} msgbox f1 return $f2::settimer, timer2, -1 timer2: DD._key_press("F2") MsgBox f2 return Run the above code, you'll see when pressing F1, the MsgBox only popup once. But pressing F2, the MsgBox ...
by raskun
01 Mar 2017, 20:45
Forum: Ask for Help (v1)
Topic: Is there a way to monitor active window screen values?
Replies: 0
Views: 1065

Is there a way to monitor active window screen values?

So I have a game that I want to make a hotkey for. What I want to achieve is checking the HP/SP value like for example I have an HP of 100/2500 Then AHK will get that data so I can make a calculation whether I will use a macro for autopots or not. I have tried of getting pixel color for the hp bar, ...

Go to advanced search