[.ASI] Spammer with Garret's HOOK

alpac@

New member
Joined
Oct 27, 2018
Messages
2
Reaction score
0
Hello, I tried for 2 days to create a chat spammer that will send either a message or a command to the server.
The HOOK I'm using is: https://github.com/Garret22/DX9Hook-SAMP
I finally did it by using C++ functions (keybd_event and SendInput) which I know are not good for this sort of stuff but that was the only way I succeded.
In short I need a script that I can use with that HOOK to spam messages in chat.

Thanks for reading this and wasting your time with me.
 

real_fl1k

Active member
Joined
Apr 23, 2020
Messages
72
Reaction score
8
Location
Belgrade
addr = samp.dll + 0x57F0 (R1)
__asm push message
__asm call addr

Doesn't work for commands tho, they a diff offset
 
Top