Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Dead by Daylight Hacks & Cheats › Struggle & Wiggle AutoHotkey (Source file included)

PostStruggle & Wiggle AutoHotkey (Source file included)

Posts 1–15 of 41 · Page 1 of 3
Lakkesh
Lakkesh
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.rar
#1 · 6y ago
Ally
Ally
No proof but its just an AHK //approved
#2 · 6y ago
Lakkesh
Lakkesh
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 😉
#3 · 6y ago
idontlikedbd
idontlikedbd
any type of ahk its detectable xD
#4 · 6y ago
Darku123
Darku123
Na fuck that, i used an script like this one and got game banned
the script was for moonwalk
#5 · 6y ago
Lakkesh
Lakkesh
I use it every day
#6 · 6y ago
T-800
[MPGH]T-800
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)
#7 · 6y ago
Lakkesh
Lakkesh
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
#8 · edited 6y ago · 6y ago
T-800
[MPGH]T-800
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
#9 · 6y ago
Lakkesh
Lakkesh
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!
#10 · 6y ago
Darkjin
Darkjin
Trojan.PWS.Stealer.25463
Lolwut??
#11 · 6y ago
Lakkesh
Lakkesh
Dr.Web did a false positive. Don't take my word for it. Ask others & see the script!
#12 · 6y ago
idontlikedbd
idontlikedbd
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
#13 · 6y ago
IM
ImNotApersonl
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
#14 · 6y ago
T-800
[MPGH]T-800
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
#15 · 6y ago
Posts 1–15 of 41 · Page 1 of 3

Post a Reply

Similar Threads

  • My warrock phishing software source files for cheapBy HeXel in Trade Accounts/Keys/Items
    7Last post 18y ago
  • Using only the Ipod touch to create and compile source filesBy radnomguywfq3 in C++/C Programming
    3Last post 17y ago
  • 2 Player Tic Tac Toe - source code includedBy Shark23 in C++/C Programming
    0Last post 16y ago
  • Source File is corruptedBy Phoenix329 in CrossFire Help
    10Last post 15y ago
  • common_mp.ff and patch_mp.ff Source Files [Modding Resource]By HACKINGPIE in Call of Duty Modern Warfare 2 Discussions
    2Last post 16y ago

Tags for this Thread

#auto hotkey#autohotkey#dead by daylight#hook#macro#struggle#wiggle