Search found 2 matches

by RedPowerRanger
12 Aug 2017, 17:20
Forum: Scripts and Functions (v1)
Topic: Class_DD
Replies: 37
Views: 33973

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

Hey Guys! For the people getting the error (https://i.gyazo.com/8e8139a1764e7951d2a2ba2b2b9ee685.png) on script launch its because windows 10 and 8.1 blocks the input because a signed driver is required. The work around to this problem is to disable "Secure Boot" because windows 10 and 8.1 uses this...
by RedPowerRanger
17 May 2017, 15:20
Forum: Gaming Help (v1)
Topic: Mouse Movement
Replies: 0
Views: 562

Mouse Movement

Hey Guys! I have kind of a problem i cant seem to fix , so i have been working on a simple mouse macro for a game. This is the Code Hotkey, ~LButton, Fire Fire: While (GetKeyState("LButton", "P")) { move(10,0) sleep 50 loop { if GetKeyState("LButton", "P") { Sleep 10 move(0,1) } else { break } } } r...

Go to advanced search