AHK Requests Thread

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
Hi i wanna be better in ahk scripting so,
If you have any AHK requests , reply with it and I'll see if i can create it or not.
 

Ezel

Active member
Joined
Dec 6, 2017
Messages
134
Reaction score
18
Location
Syria
You can create tutorials. For example,  I'm curious to see limits of AHK.  :shy:
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
If you use SAMP.ahk library(which i cannot use because its not working in windows 10 64bit) , you can do almost anything like aimbots or health hacks etc..
Otherwise , if you only stick to standard ahk(like i do), you can still make some good shit , like idk... keybinds, autoscroll, auto cbug , triggerbot etc..
 

Ezel

Active member
Joined
Dec 6, 2017
Messages
134
Reaction score
18
Location
Syria
mistery said:
If you use SAMP.ahk library(which i cannot use because its not working in windows 10 64bit) , you can do almost anything like aimbots or health hacks etc..
Otherwise , if you only stick to standard ahk(like i do), you can still make some good shit , like idk... keybinds, autoscroll, auto cbug , triggerbot etc..

and sadly SAMP.ahk only for R1 lol.  :sadpepe:
 

maximko

Well-known member
Joined
Apr 16, 2014
Messages
394
Reaction score
1
Location
Russia
Please make a cleo that types "/accept bodyguard" automatically when a message is received like this " John Smith has offered you a vest /accept bodyguard"
It's in HZRP server though, when you accept bodyguard you get 50 armor
 

kool

Active member
Joined
Jun 4, 2016
Messages
89
Reaction score
0
one question,ahk not compatible with 0.3dl?
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
defmmm said:
give me your smartlite foot cbug pack.
priv

maximko said:
Please make a cleo that types "/accept bodyguard" automatically when a message is received like this " John Smith has offered you a vest /accept bodyguard"
It's in HZRP server though, when you accept bodyguard you get 50 armor
ahk only

Jhon Anthony Pano said:
are you making a script for AHK.org? that totally works on sSA-MP
??

kool said:
one question,ahk not compatible with 0.3dl?

autohotkey cannot be or not be 'compatible' with something
autohotkey is an independent automatization suite(or scripting language)

If you want to create a library/script for samp using ahk's memory read/write/process open/etc functions , then you must know the samp version's memory addresses in order to read/write etc to them.

As you might know, there is already a samp.ahk library available online using 037 addresses.If you replace all the addresees of 037 with the new 03dl addresses, then yes, it will work.But nobody is ever going to do that for you :)
 

kool

Active member
Joined
Jun 4, 2016
Messages
89
Reaction score
0
what about this library? https://github.com/SAMP-UDF/SAMP-UDF-for-AutoHotKey
It says that the addresses have been updated so you can use it for 0.3dl?
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
you can try it and see if it works, i don't use 03dl
 

syntaxes

Member
Joined
Jan 4, 2015
Messages
17
Reaction score
0
Can you make a script that simulates litefoot animation (or litefoot itself) when we simply hit spacebar?
If you can and it works, can you send me via pm? I will love you forever.
Thanks!
 

AidanGucci

Active member
Joined
Sep 19, 2017
Messages
98
Reaction score
8
**HEYYY**

Can you make me advanced AHK script, like if I aim at someone, then it does /me aims at [PLAYER NAME]
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
syntaxes said:
Can you make a script that simulates litefoot animation (or litefoot itself) when we simply hit spacebar?
If you can and it works, can you send me via pm? I will love you forever.
Thanks!

Code:
~Space::
mouseclick, wheelup
sleep 100
mouseclick, wheeldown
return


AidanGucci said:
**HEYYY**

Can you make me advanced AHK script, like if I aim at someone, then it does /me aims at [PLAYER NAME]
  yes but i dont work with sampahk, so no
 
Top