
Search found 11 matches
- Wed Sep 11, 2013 5:53 pm
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Sat Sep 07, 2013 7:07 pm
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
Heres the head coder reply: There is nothing particular against it, it is because the mouse input is directX 7 based. Meaning it is actually kinda old. What your macro program needs to do is have a low-level mouse hook in order to position the mouse correctly. Also aspect-ratio of your monitor/video...
- Sat Sep 07, 2013 6:50 pm
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Sat Sep 07, 2013 1:25 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Sat Sep 07, 2013 1:08 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
Wow, really impressive. Does it work with games in full screen?Parsnipnose3000 wrote: http://www.screencast.com/t/t2kVhESC
- Sat Sep 07, 2013 1:03 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Sat Sep 07, 2013 12:36 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
Try here: http://helbreathnemesis.com/ Its too much work if you ask me, i can give you my account info and tell you how it works if you want.Rain wrote:I've installed the game to see for myself but it's not letting me create an account. The error returned: "DB Error: connect failed"
- Sat Sep 07, 2013 12:33 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Sat Sep 07, 2013 12:14 am
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
- Fri Sep 06, 2013 11:52 pm
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
Ok, i fixed the double-clicking by adding some delay between clicks. But the mouse is still moving up. Edited script: label>start MouseMove>320,240 Wait>1.00 LDown Wait>0.04 LUp wait>0.04 LDown Wait>0.04 LUp Wait>1.00 MouseMove>420,240 Wait>1.00 LDown Wait>0.04 LUp wait>0.04 LDown Wait>0.04 LUp Wait...
- Fri Sep 06, 2013 11:13 pm
- Forum: Technical / Scripting
- Topic: Im new here and id like some help
- Replies: 24
- Views: 20642
Im new here and id like some help
Hello everyone, i just downloaded the trial version and ive been trying to come up with a macro for a game called 'Helbreath'. I need to use it for a long time so im sure ill get the full version if i make it work. http://i41.tinypic.com/30mplrn.png What i want it to do is: Mouse starts in 1 , doubl...