Great skill check script (AHK)

Posts 1630 of 31 · Page 2 of 3
Let me boost this one up, to the AutoHotkey pro's over here. Let's get this one? As EAC doesn't block AHK I'd say this one should work for a long time..
HMM...
It doesn't Work in my Computer.. Win10
I use
#NoEnv
dots1X := []
dots1Y := []
dots2X := []
dots2Y := []
i = 0
i2 := 0
c = 0
r = 70
en = 10
a := 0
while (i2 <= 360) {
dots1X[i2] := Round(Cos(DegToRad(i2)) * r) + 963
dots1Y[i2] := Round(Sin(DegToRad(i2)) * r) + 525
i2 += en
}
loop {
X := dots1X[a]
Y := dots1Y[a]
PixelGetColor, color, X, Y
SplitRGBColor(color, Red, Green, Blue)
if (Red >= 240) and (Green >= 240) and (Blue >= 240) {
f = 1
i += 1
dots2X[i] := X
dots2Y[i] := Y
} else if (f = 1) {
f = 0
loop {
c += 1
if (c > i) {
c = 1
}
PixelGetColor, color, dots2X[c], dots2Y[c]
SplitRGBColor(color, Red, Green, Blue)
if (Green <= 240) and (Blue <= 240) {
if (255 >= Red) and (0 = Green) and (0 = Blue) {
sendinput {space}
break
}
} else {
break
}
}
}
a += en
if (a >= 361) {
a = 0
}
}
DegToRad(deg) {
static degree := 0.01745329252
return deg * degree
}
SplitRGBColor(RGBColor, ByRef Red, ByRef Green, ByRef Blue)
{
Red := RGBColor >> 16 & 0xFF
Green := RGBColor >> 8 & 0xFF
Blue := RGBColor & 0xFF
}
Because it's not a fully working one, I bumped the post so someone can solve it.
Where..?
Quote Originally Posted by Shmegory View Post
Because it's not a fully working one, I bumped the post so someone can solve it.
i want to use it. .!
It would be great to have this script!
Didn't EAC banned people for using AHK for certain games? Is it whitelisted for DbD or not?
Quote Originally Posted by hadoujamal View Post
Didn't EAC banned people for using AHK for certain games? Is it whitelisted for DbD or not?
For rust , there was a lot of people using recoil scripts
Quote Originally Posted by hadoujamal View Post
Didn't EAC banned people for using AHK for certain games? Is it whitelisted for DbD or not?
either VAC or EAC didn't ban people for using AHK. I'm using AHK for a long period and nothing happened. Of course there are people using this scripts unprofessionally and acting like fools they got reported and overwatch banned... but this has nothing to do with the script. Always use it safe. Let it look "normal". Thats it.
Quote Originally Posted by thorn7 View Post
either VAC or EAC didn't ban people for using AHK. I'm using AHK for a long period and nothing happened. Of course there are people using this scripts unprofessionally and acting like fools they got reported and overwatch banned... but this has nothing to do with the script. Always use it safe. Let it look "normal". Thats it.
So using AHK to macro wiggling and struggling is normal and they won't ban for that? Where can I get the scripts btw?
Which one are you using? Which are the scripts that are actually working?
Quote Originally Posted by hadoujamal View Post
So using AHK to macro wiggling and struggling is normal and they won't ban for that? Where can I get the scripts btw?
You can do this also by Razer Synapse and EAC definitely does not ban for Synapse.
Quote Originally Posted by Shmegory View Post
You can do this also by Razer Synapse and EAC definitely does not ban for Synapse.
as long as u have gaming software for your mouse, macro binds ftw.
Quote Originally Posted by hadoujamal View Post
So using AHK to macro wiggling and struggling is normal and they won't ban for that? Where can I get the scripts btw?
You don't need to use AHK for wiggling and struggling... Just use your Mouse Software. For me i am using Logitec Gaming Software and there i have create this two macros, but bro... i used this for one or two times and... you do not really have an advantage of it... for example.. if the killer drops you you will wiggle like a fish on the ground xD ... so you can't really move at this moment and it sucks :P

i stopped using it becouse it is not so hard to press A D A D... -.-
but for struggeling yea... there you can use a macro to keep your buttons alive :P

What would be nice? Perfect Skill Check every time... but i think this is a way to heavy to create...
i swear people bringing up old threads need to stop doing it, it will give devs ideas to flag it.
Posts 1630 of 31 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?