PostStruggle & Wiggle AutoHotkey (Source file included)

Posts 115 of 41 · Page 1 of 3
Struggle & Wiggle AutoHotkey (Source file included)
Hello, this is a simple script to make a keyboard
macro for the key "X" for wiggle(being carried by the killer) & the key "Z" for struggle(on the hook)
Enjoy!

You can modify the script as you wish. Program used is AutoHotkey https://www.autohotkey.com/

Run As Admin!

Packed by: Lamron333

Scans:
https://www.virustotal.com/gui/file/...da1c/detection
https://virusscan.jotti.org/en-US/fi...job/vygley2pa4
DBD_Autohotkey_mpgh.net.rar492 KB · 455 downloads Clean
No proof but its just an AHK //approved
Quote Originally Posted by Ally View Post
No proof but its just an AHK //approved
I'll post a video showing it works. And thank you 😉
any type of ahk its detectable xD
Na fuck that, i used an script like this one and got game banned
the script was for moonwalk
Quote Originally Posted by Darku123 View Post
Na fuck that, i used an script like this one and got game banned
the script was for moonwalk
Maybe because it was compiled....

But if only just a script (not compiled)
Quote Originally Posted by Darku123 View Post
Na fuck that, i used an script like this one and got game banned
the script was for moonwalk
Why you even used a moonwalk macro, moonwalking is easy lmao
I use it every day
I Should clear up something. I am also "Lamron333".

- - - Updated - - -

Quote Originally Posted by T-800 View Post
Maybe because it was compiled....

But if only just a script (not compiled)
I'm not sure, but I haven't been detected yet. I do tweek the timing sometimes.
That might have something to do with it. The latest script is as follows:
 
Raw Script
Code:
global toggle
#MaxThreadsPerHotkey 2
z::	
	toggle := !toggle
	if (toggle)
		ToolTip, Hook`nStruggle, 100, 150
	while (toggle)
	{
		Send {Space}
		Sleep, 27
	}
	ToolTip
return
x:: 
	toggle := !toggle
	if (toggle)
		ToolTip, Carry`nStruggle, 100, 150
	while (toggle)
	{
		Send {a down} 
		Sleep, 26
		Send {a up}
		Sleep, 28
		Send {d down}
		Sleep, 29
		Send {d up}
		Sleep, 27
	}
	Tooltip
return
#MaxThreadsPerHotkey 1
Quote Originally Posted by Lakkesh View Post
I Should clear up something. I am also "Lamron333".

- - - Updated - - -



I'm not sure, but I haven't been detected yet. I do tweek the timing sometimes.
That might have something to do with it. The latest script is as follows:
 
Raw Script
Code:
global toggle
#MaxThreadsPerHotkey 2
z::	
	toggle := !toggle
	if (toggle)
		ToolTip, Hook`nStruggle, 100, 150
	while (toggle)
	{
		Send {Space}
		Sleep, 27
	}
	ToolTip
return
x:: 
	toggle := !toggle
	if (toggle)
		ToolTip, Carry`nStruggle, 100, 150
	while (toggle)
	{
		Send {a down} 
		Sleep, 26
		Send {a up}
		Sleep, 28
		Send {d down}
		Sleep, 29
		Send {d up}
		Sleep, 27
	}
	Tooltip
return
#MaxThreadsPerHotkey 1
When you keep it private (only for you) , it's obvious you are not banned, however when you share it, it will be.

Thats why, i don't think they can ban you when you have the actual script running without being compiled, could be wrong
Well, I don't want others to be banned,...

- - - Updated - - -

Quote Originally Posted by T-800 View Post
When you keep it private (only for you) , it's obvious you are not banned, however when you share it, it will be.

Thats why, i don't think they can ban you when you have the actual script running without being compiled, could be wrong
I'll take the hint & STFU!
Trojan.PWS.Stealer.25463
Lolwut??
Dr.Web did a false positive. Don't take my word for it. Ask others & see the script!
a lot of people used different types of ahk and got banned, i dont understand how it works that compiled or not (nobody explain me, please), but what i know is, every script we get here, we get banned so
Quote Originally Posted by idontlikedbd View Post
a lot of people used different types of ahk and got banned, i dont understand how it works that compiled or not (nobody explain me, please), but what i know is, every script we get here, we get banned so
maybe you know wrong??? I am juuust sayying
Posts 115 of 41 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

Need help?