| Author |
Message |
Forum: Support Topic: Strokes via bluetooth/wireless and LAN |
| mindtricks1 |
|
Posted: June 12th, 2010, 9:16 pm
|
|
Replies: 5 Views: 270
|
of course, ahk sockets
thanks a lot |
|
 |
Forum: Support Topic: Anti-AFK Script for World of Warcraft |
| mindtricks1 |
|
Posted: June 12th, 2010, 12:43 pm
|
|
Replies: 11 Views: 2006
|
|
 |
Forum: Support Topic: Strokes via bluetooth/wireless and LAN |
| mindtricks1 |
|
Posted: June 12th, 2010, 12:11 pm
|
|
Replies: 5 Views: 270
|
Yes it does.
It's a N95. I think I can even use it as a mouse with that accelerometer thing.
The problem is sending via LAN and execute on the PC target actions.
If I'ld know how to do this:
press B on the laptop and play next song in the other PC's winamp I'ld solve the probl. |
|
 |
Forum: Support Topic: Anti-AFK Script for World of Warcraft |
| mindtricks1 |
|
Posted: June 12th, 2010, 12:04 pm
|
|
Replies: 11 Views: 2006
|
| You put Code: Loop{ at the start and
Code: } at the end of your loop.
easy.
example:
Code: Loop{ pac++ Sleep 120000 }
this increments pac and waits every increment time 2 minutes |
|
 |
Forum: Support Topic: Anti-AFK Script for World of Warcraft |
| mindtricks1 |
|
Posted: June 12th, 2010, 11:58 am
|
|
Replies: 11 Views: 2006
|
| Keyword Loop means loop. You have no Loop so that's why it refuses to loop. And of course it's done very quickly. This is an advantage in autohotkey programming. Use bigger sleep if you want to be done otherwise. You have 100 ms - use 1000 ms which is 1s. Also take a look to the autohotkey help file... |
|
 |
Forum: Support Topic: Strokes via bluetooth/wireless and LAN |
| mindtricks1 |
|
Posted: June 11th, 2010, 8:04 pm
|
|
Replies: 5 Views: 270
|
I have a laptop with wireless/bluetooth and I'ld like to send strokes from my phone to other PC connected in LAN (with the laptop - which has no bluetooth).
Any ideas where to start ? I've been searching this forums and find nothing like.
Thanks ! |
|
 |
Forum: Offtopic Topic: Awesome Mouse ! |
| mindtricks1 |
|
Posted: June 8th, 2010, 5:28 am
|
|
Replies: 6 Views: 627
|
In gaming it's perfect.
12 + buttons and autohotkey.
you don't need more cause it s already more |
|
 |
Forum: Support Topic: Overwriting current actions |
| mindtricks1 |
|
Posted: June 7th, 2010, 2:14 pm
|
|
Replies: 4 Views: 322
|
Just send "h" before the sequence.
Use sleep between the sendings if game engine does not read 'em ok |
|
 |
Forum: Support Topic: wrcrft3(inven hot key) |
| mindtricks1 |
|
Posted: June 7th, 2010, 2:10 pm
|
|
Replies: 4 Views: 505
|
Code: F2:: Send {enter}miss{enter} return
Alt and Ctrl are ^! |
|
 |
Forum: Support Topic: to click a point without moving mouse there |
| mindtricks1 |
|
Posted: June 7th, 2010, 1:13 pm
|
|
Replies: 11 Views: 897
|
Use this
Code: XButton1::send, {Numpad8}{Click}
It works perfectly fine for dagon, kelen, hex, eul etc - click-able active artefacts
you just press the button over the target and it's making the spell. |
|
 |
Forum: Support Topic: Unable to send ingame |
| mindtricks1 |
|
Posted: June 7th, 2010, 1:10 pm
|
|
Replies: 6 Views: 432
|
| this works perfectly fine for me : #IfWinActive ahk_class Warcraft III LWin:: return *Mbutton::send {Numpad7}{Click} return WheelDown::send, {Numpad2} XButton1::send, {Numpad8}{Click} WheelUp::send, {Numpad5} ;XButton2::send, {Numpad4&... |
|
 |
Forum: Support Topic: [DotA] Script help pls |
| mindtricks1 |
|
Posted: June 7th, 2010, 1:06 pm
|
|
Replies: 1 Views: 1060
|
| Using break and continue ? |
|
 |
Forum: Support Topic: help for a very little hotkey |
| mindtricks1 |
|
Posted: June 7th, 2010, 3:15 am
|
|
Replies: 4 Views: 334
|
| How do you use this in dota ? |
|
 |
Forum: Support Topic: Does anyone play warcraft? And use autowarkey? I need help. |
| mindtricks1 |
|
Posted: June 7th, 2010, 3:09 am
|
|
Replies: 5 Views: 997
|
Code: *Mbutton::send {Numpad7}{Click}
This makes your 7th NUMPAD inv slot (you should have force staff there) as you wish.
Just click the middle button over you and force staff activates
You can change the Numpad7 with anything you like to change the inv slot. |
|
 |
Forum: Offtopic Topic: Awesome Mouse ! |
| mindtricks1 |
|
Posted: June 7th, 2010, 2:41 am
|
|
Replies: 6 Views: 627
|
|
 |
| Sort by: |