CoolCool Human Pean's AHK MultiScript Edit V2

Posts 113 of 13 · Page 1 of 1
Cool Human Pean's AHK MultiScript Edit V2
This is an updated version to the edited original script made by Pean.
This new version is designed to address the problem that some users had where the RCS would not activate whilst shooting.
All credits go to Pean, I had nothing to do with the original creation I only edited it to appear more Human.

Controls are the exact same as the original script by Pean but for those who are unaware read the following.
AK-47 = F4
M4A4 = F7
M4A1-S = F6
Human RCS V2_mpgh.net.rar1 KB · 804 downloads Clean
Your idea about humanizing peans script is nice but not right. As i have seen on the your other script. You are trying to make script do 2 jumps instead of 1 by dividing mouse events. You should make divides with right numbers. And the number is not 2. Look at this:
Code:
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
In here the right numbers for humaizer and waitdivider is 3.8 and 4.7. These numbers are for making 4 jumps instead of 1.
For example i have made a script that have 2 jumps instead of 1. And i have started with dividing modifier and sleep value to 2. After then changing to numbers to(2 to 1.8 etc) different values i have found the right value and it works flawlessly now . I suggest you to do same.
Quote Originally Posted by thearrowa View Post
Your idea about humanizing peans script is nice but not right. As i have seen on the your other script. You are trying to make script do 2 jumps instead of 1 by dividing mouse events. You should make divides with right numbers. And the number is not 2. Look at this:
Code:
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
sleep 99/waitdivider
In here the right numbers for humaizer and waitdivider is 3.8 and 4.7. These numbers are for making 4 jumps instead of 1.
For example i have made a script that have 2 jumps instead of 1. And i have started with dividing modifier and sleep value to 2. After then changing to numbers to(2 to 1.8 etc) different values i have found the right value and it works flawlessly now . I suggest you to do same.
could u post the script for that please?
Quote Originally Posted by Vi3tB0yAA View Post
could u post the script for that please?
Can You teach how to change the code so that it works flawlessly please?
Could you please post the script for that, this script is not working as good as the original thanks

- - - Updated - - -

thearrowa could you post that script please :l
Approved. I had to delete your video, because description contained outside link to other forum.
Ehmm im kind of new to the whole script thing and chance you can add a settings part for like zoom sens and normal sens cant seem to find it on the scrpit otherwise nice work
is there a way we can change the keybinds? like f2 for ak, f3 for m414, f4 for m4a1 and LAlt to pause?
Quote Originally Posted by averybrown12 View Post
is there a way we can change the keybinds? like f2 for ak, f3 for m414, f4 for m4a1 and LAlt to pause?
its open source literally just look for the keybinds not hard to find
Quote Originally Posted by averybrown12 View Post
is there a way we can change the keybinds? like f2 for ak, f3 for m414, f4 for m4a1 and LAlt to pause?
Easily,
Open the script in either notepad or notepad++ (either will be fine) then you need to look for something like this:

GetKeyState, state, F4
if state = D
{
SoundPlay, %A_ScriptDir%\1.mp3
ak:=true
m4a1:=false
m4a4:=false
famas:=false
galil:=false
ump:=false

It should be located close to the top and the rest of the key binds such as the M4A4 and M4A1-S should be just below that. all you need to do is change the F4 for AK to F2, M4A4 to F3 and M4A1-S to F4.

Now, to change the Pause button you'll need to look for this:

GetKeyState, state, F11
if state = D
{
SoundPlay, %A_ScriptDir%\7.mp3
ak:=false
m4a1:=false
m4a4:=false
famas:=false
galil:=false
ump:=false
}

Change the F11 to Lalt and save and you're ready to add to the hacker epidemic XDDDDDD.
GLHF

- - - Updated - - -

Quote Originally Posted by MattT9 View Post
Ehmm im kind of new to the whole script thing and chance you can add a settings part for like zoom sens and normal sens cant seem to find it on the scrpit otherwise nice work
If you use Pean's Official, Final version that is possible to do.
Here's the link: Removed by STAFF
The M4A1-S is kinda fucked because the spray pattern changed after this version was released. However, if you desire to use the M4A4 then you'll be dandy.

PS. the smoothing effect that I added in this script will not be present in the Official release by Pean.
hey , how do you input your own sens?
why this AHK is not working? pressing F4 F6 nothing is happenning
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?