OutdatedhalbGefressen's MultiScript [BETA] [AHK]

Posts 114 of 14 · Page 1 of 1
halbGefressen's MultiScript [BETA] [AHK]
Hi Guys,
I am proud to present you my first script on MPGH. It works quite well and you can easily change your keybinds.
Dropshot does only work with the prome key on Y or you have to change it yourself.
It's a simple AHK script, I will give you 2 downloads, one for the .ahk file, and one for the compiled .exe, in case you don't have AHK.
Only works for keyboard.
Have fun!
Downloads:



Keybinds:
F5 = AutoQuickscope Locus
F6 = AutoQuickscope SVG-100 and RSA-Interdiction
F7 = AutoSprint on
F8 = AutoSprint off
F10 = Exit script
F11 = Panic Button (ALL OFF)
F12 = Dropshot on

I can't post links, so you have to scan the files yourself.


Source Code:

Code:
#NoEnv

;For the quickscope functions, the Fast Hands perk is required.

;Keybinds:
;F10: Exits the whole script.
;F11: Disables all mods.
;F12: Enables Dropshot.
;F5: Automatically quickscopes with Locus.
;F6: Automatically quickscopes with SVG-100.
loop

{
;If F10 is pressed, the script will exit.
GetKeyState, state, F10
if state = D 
{
ExitApp
}

;If F12 is pressed, dropshot mode will enable.
GetKeyState, state, F12
if state = D 
{
ds:=true
locus:=false
svg:=false
}

;If F11 is pressed, all mods will disable.
GetKeyState, state, F11
if state = D
{
ds:=false
locus:=false
svg:=false
as:=false
}

;If F5 is pressed, Locus will auto-quickscope.
GetKeyState, state, F5
if state = D
{
ds:=false
locus:=true
svg:=false
}

;If F6 is pressed, SVG-100 will auto-quickscope.
GetKeyState, state, F6
if state = D
{
ds:=false
locus:=false
svg:=true
}
;If F7 is pressed, autosprint will enable.
GetKeyState, state, F7 
if state = D
{
as:=true
}

;If F8 is pressed, autosprint will disable.
GetKeyState, state, F8
if state = D
{
as:=false
}

;If you shoot, you will lay down if you set your lay button to Y.
if GetKeyState("LButton") && ds==true
{
Send, {Y}
Sleep, 1500
}
;If you scope in with Locus, it will auto-quickscope.
if GetKeyState("RButton") && locus==true
{
Sleep, 340
Send, {LButton}
}

;If you scope in with SVG-100, it will auto-quickscope.
if GetKeyState("RButton") && svg==true
{
Sleep, 400
Send, {LButton}
}

;Autosprint
if GetKeyState("W") && as==true
{
Send, {LShift}
}
}
Virus scans:
https://www.virustotal.com/en/file/5...is/1475945679/.
https://virusscan.jotti.org/en-US/fi...job/wuct3sb8bf.

https://www.virustotal.com/en/file/e...is/1475945723/.
https://virusscan.jotti.org/en-US/fi...job/xo5nr3sed2.
halbGefressen's Multiscript EXE_mpgh.net.rar459 KB · 485 downloads Clean
halbGefressen's MultiScript AHK_mpgh.net.zip726 B · 204 downloads Clean
Pre-approved, however, please add two virusscans
Quote Originally Posted by halbGefressen View Post
it doesnt let me post links
That's because you don't have the minimum required post count in order for one to be able to post links yet, which is 15 posts. Until you achieve it, just put spaces in-between the links, e.g. www . imgur . com and you should be just fine. Anyway, I've added the missing file virus scans for you this time.

/Second file approved. Post back results and as always, use at your own risk.
Quote Originally Posted by Hunter View Post
That's because you don't have the minimum required post count in order for one to be able to post links yet, which is 15 posts. Until you achieve it, just put spaces in-between the links, e.g. www . imgur . com and you should be just fine. Anyway, I've added the missing file virus scans for you this time.

/Second file approved. Post back results and as always, use at your own risk.
thank you
Could I get banned for using this script?
Quote Originally Posted by pspArm1 View Post
Could I get banned for using this script?
It's VAC safe cause its a simple AHK script, but idk anything about TAC. I play it for 2 months now and have never been punished.
How to Use these hack? or active it?
i need help
Quote Originally Posted by sleepfight View Post
How to Use these hack? or active it?
i need help
Get AutoHotKey and then run the .exe and it should be fine. I tried it myself and it works great.
Quote Originally Posted by sleepfight View Post
How to Use these hack? or active it?
i need help
If you downloaded the .ahk file, you have to
0. Download AHK (if you already have it, skip)
1. Run the script
2. It's working! For the Dropshot, you have to set your laydown keybind to Y or change it in the code.

If you downloaded the .exe file, you have to
1. Open the script
2. It's working! For the Dropshot, you have to set your laydown keybind to Y. The code is not changable since it's a compiled .exe file.

Have fun quickscopin' them all!

- - - Updated - - -

Quote Originally Posted by Axel View Post


Get AutoHotKey and then run the .exe and it should be fine. I tried it myself and it works great.
If you download .ahk it is fully customizable. Just a tip
Quote Originally Posted by CyperNotiXCore View Post
what is dropshot?
When you're shooting someone you lye down on the ground.
Quote Originally Posted by xXPUSHERxX View Post
ever still untetected?
its a ahk its not blacklisted
Posts 114 of 14 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?