Search found 2738 matches

by Xtra
01 Mar 2016, 00:24
Forum: Ask for Help (v1)
Topic: Script Esc combined with Reload
Replies: 1
Views: 866

Re: Script Esc combined with Reload

Code: Select all

~Esc::Reload
by Xtra
29 Feb 2016, 17:29
Forum: Ask for Help (v1)
Topic: goto becomes loop
Replies: 6
Views: 1691

Re: goto becomes loop

To get 3 letters in a row you would need to change to: random, k, 1, 3 1 liner send for fun example: F3:: loop 3 { random, m, 1, 3 random, k, 1, 3 Send, % "{" (m=1?"a":m=2?"b":"c") A_Space k "}{Enter}" } return some more fun: F3:: loop 3 { random, m, 97, 99 random, k, 1, 3 Send, % "{" chr(m) A_Space...
by Xtra
12 Feb 2016, 04:05
Forum: Forum Issues
Topic: Login indication
Replies: 6
Views: 2659

Re: Login indication

If it showed your user name you would also know that you are logged in.
by Xtra
08 Feb 2016, 13:31
Forum: Ask for Help (v1)
Topic: Using Variables to retreive values from an array
Replies: 2
Views: 852

Re: Using Variables to retreive values from an array

You are passing the string "VAR1" instead of the contents of the variable.

Try:

Code: Select all

Send % Array[VAR1]
by Xtra
19 Dec 2015, 16:20
Forum: Ask for Help (v1)
Topic: Cannot escape char in autohotkeys Topic is solved
Replies: 1
Views: 794

Re: Cannot escape char in autohotkeys Topic is solved

Code: Select all

::funcarg::function(){{}console.log(arguments){}}
HTH
by Xtra
10 Dec 2015, 03:14
Forum: Ask for Help (v1)
Topic: testing is alpha...
Replies: 5
Views: 1358

Re: testing is alpha...

sry its late i forgot to add this:

Note: The operators "between", "is", "in", and "contains" are not supported in expressions.

HTH
by Xtra
10 Dec 2015, 03:12
Forum: Ask for Help (v1)
Topic: testing is alpha...
Replies: 5
Views: 1358

Re: testing is alpha...

q:: { mystring1 = A mystring2 = ? mystring3 = 1 if mystring1 is alpha msgbox %mystring1% is an alphabet if mystring2 is alpha msgbox %mystring2% is an alphabet if mystring3 is alpha msgbox %mystring3% is an alphabet } return Try it like this.
by Xtra
27 Nov 2015, 14:44
Forum: Ask for Help (v1)
Topic: Help for slowing script
Replies: 2
Views: 903

Re: Help for slowing script

Indented for readability, read comments at bottom of script. ;NoRecoil if GetKeyState(key_shoot) { ;AK-47 if ak { loop { DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0) sleep 50 if !GetKeyState(key_shoot) { DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0) break } Dll...
by Xtra
27 Nov 2015, 14:26
Forum: Gaming Help (v1)
Topic: Need help i expected a wreid error
Replies: 4
Views: 1681

Re: Need help i expected a wreid error

Your last line should be:

Code: Select all

return
by Xtra
15 Nov 2015, 20:49
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79230

Re: « What's on your mind? »

Blackholyman wrote:Here is an Homepage example from me

https://357faf41e42c15d0b2d616a06c38feb ... index.html

Just used the images I had that are okay to use...
Nice
by Xtra
15 Nov 2015, 15:45
Forum: Ask for Help (v1)
Topic: Baffled - basic hotkey and auto-replace.
Replies: 6
Views: 1612

Re: Baffled - basic hotkey and auto-replace.

I would try running your original script as admin.
by Xtra
15 Nov 2015, 03:51
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1416604

Re: « What's on your mind? » Topic is solved

:thumbup: Now I want to check out Discord thanks for posting it!!
by Xtra
15 Nov 2015, 03:41
Forum: Ask for Help (v1)
Topic: Baffled - basic hotkey and auto-replace.
Replies: 6
Views: 1612

Re: Baffled - basic hotkey and auto-replace.

Code: Select all

~+~^p::Send {ASC 718}
~+~^l::Send {ASC 697}
~+~^o::Send {ASC 449}
~+~^k::Send {ASC 448}
~+~^m::Send {ASC 8212}
~+~^i::Send {ASC 8804}
~+~^j::Send {ASC 8805}
by Xtra
15 Nov 2015, 03:25
Forum: Gaming Help (v1)
Topic: Diablo II - Multi instance
Replies: 3
Views: 2210

Re: Diablo II - Multi instance

Check the Docs for the Run command and take a look at the PID parameter.
This should get you started on how to know which instance is which.

HTH
by Xtra
15 Nov 2015, 03:18
Forum: Gaming Help (v1)
Topic: auto scope when aiming
Replies: 2
Views: 2143

Re: auto scope when aiming

Maybe this will give you an idea:

Code: Select all

~RButton::
    Send, {MButton}    
    keywait, RButton
    Send, {MButton}
return
by Xtra
15 Nov 2015, 03:10
Forum: Gaming Help (v1)
Topic: It doesnt work Topic is solved
Replies: 1
Views: 1387

Re: It doesnt work Topic is solved

Run your script as admin, your game is eventually hooking the key and overriding ahk.
by Xtra
06 Nov 2015, 03:36
Forum: Ask for Help (v1)
Topic: HTML/URL link to pdf converter
Replies: 3
Views: 2635

Re: HTML/URL link to pdf converter

If you downloaded the new PDFCreator: NOTE: The COM Interface was completely redesigned for PDFCreator 2.0, any code written for PDFCreator <= 1.7.3 will need to be replaced in order to work with the new interface. The new PDFCreator COM interface still has beta status. http://docs.pdfforge.org/pdfc...
by Xtra
06 Nov 2015, 03:18
Forum: Ask for Help (v1)
Topic: Mouse move in a circle whoes center is ....
Replies: 5
Views: 7834

Re: Mouse move in a circle whoes center is ....

CoordMode, Mouse, Screen SetBatchLines -1 len := 50 ; Radius wPos := A_ScreenWidth/2 ; X center hPos := A_ScreenHeight/2 ; Y center ;steps: Slower << 360,180,120,90,72,60,45,36,30,24,18,10,9 >> Faster. steps := 9 point := (360/steps) 1:: Loop % steps { GetPosFromAngle(mx,my,wPos,hPos,len,A_Index*po...

Go to advanced search