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 › Dead by Daylight Discussion & Help › 2 different cheat engine lua speedhacks scripts at the same time?

2 different cheat engine lua speedhacks scripts at the same time?

Posts 1–4 of 4 · Page 1 of 1
TV
tverik
2 different cheat engine lua speedhacks scripts at the same time?
How can I do this? Like for example one script that does 1.1x speedhack if I press shift and 10x speedhack if I press say, the 1 key.
I tried executing 2 of the script in the EAC bypass thread (with modified key and speed amount) but only one of them would work, also tried opening 2 cheat engine processes.
#1 · 8y ago
T-800
[MPGH]T-800
open 2 times cheat engine, attach the game 2 times and 2 scripts with 2 different hotkeys.
#2 · 8y ago
TV
tverik
Quote Originally Posted by gerassss View Post
open 2 times cheat engine, attach the game 2 times and 2 scripts with 2 different hotkeys.
I tried that but didn't work.
The other key does the same thing as the other one
#3 · edited 8y ago · 8y ago
T-800
[MPGH]T-800
Quote Originally Posted by tverik View Post
I tried that but didn't work.
The other key does the same thing as the other one
interesting , i'll take a look , in the meantime just switch the speed amount in the cheat (whenever you want)

- - - Updated - - -

Credits @Lancel0t
Code:
SpeedHackAmount_Legit = 1.1
SpeedHackAmount_Rage = 10
KeyForSpeedhack_Legit = VK_LSHIFT
KeyForSpeedhack_Rage = VK_1
enabled = false

function checkKeys(timer)
    if isKeyPressed(KeyForSpeedhack_Legit) then
        if not enabled then
            speedhack_setSpeed(SpeedHackAmount_Legit)
            enabled = true
        end
    elseif isKeyPressed(KeyForSpeedhack_Rage) then
        if not enabled then
            speedhack_setSpeed(SpeedHackAmount_Rage)
            enabled = true
        end
    elseif enabled then
        speedhack_setSpeed(1)
        enabled = false
    end
end

t = createTimer(nil)
timer_setInterval(t, 10)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
For rage speedhack hold 1 (the number)
For legit speedhack hold left shift
#4 · edited 8y ago · 8y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Can i run different scripts at the same time?By s96x in MapleStory Discussions
    1Last post 13y ago
  • Cheat Engine To Execute Scripts IngameBy 00ll in DayZ Help & Requests
    3Last post 10y ago
  • Skyforge Infinite Dodge ( Cheat engine Lua )By darkm125 in Other MMORPG Hacks
    78Last post 11y ago
  • Cheat engine lua codes and robloxBy batpower54 in General Game Hacking
    0Last post 12y ago
  • Cheat Engine freezes using script?By Waynetanker in Cube World Help & Requests
    6Last post 13y ago

Tags for this Thread

None