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 › Other MMORPG Hacks › Vindictus Hacks & Cheats › Vindictus Help › multiple commands bound to one key

Angrymultiple commands bound to one key

Posts 1–7 of 7 · Page 1 of 1
0R
0rbital
multiple commands bound to one key
Code:
bind u "+attack;+attack;+attack;+smash;cc_spawn_golden_ball 15 9999999"
What is trying to be done is make him regular attack 3 times and smash, a combo move, and lastly spawn the balls as the character does the finishing move(that doesn't even make sense).

When I do this manually (left click,left click,left click,right click,spawn balls) Its a 1hko with the Lann guy. So I'm lazy and want to bind this to one key.

Testing this bind, don't know if it's even possible. I've been searching the forum for hours. After "u" is bound to this and is pressed, the character does a little jerk movement and the balls come out (that sounded wrong). but it doesn't work.

Wondering if this is possible, or do I have the bind wrong or idk..
#1 · 15y ago
DanK
DanK
It doesn't seem like it would work how you intend it to.. Since all 3 attacks/smash would process instantly before the first attack animation had a chance to do anything.

You would have better luck doing this with a script set to use the attacks with proper timing on a hotkey press. (autoit or something similar)
#2 · 15y ago
0R
0rbital
thanks, going to bed.
#3 · 15y ago
NI
Nico
You could also try to use the "wait"-command. But im not sure if it works in this old version of the Source Engine.
#4 · 15y ago
sejend
sejend
Also:
+command gets triggered when the key is pressed
-command gets triggered when the key is released

So, in case you want repeat a +command you need to "release" the key first
+attack and -attack afterwards
#5 · 15y ago
0R
0rbital
I tried the "wait" command, I don't think it works. 1 wait = 1 frame from what i remember of the CS days. I also added the -attack.
The console has a character limit, so can't add to many waits. :P

Oh well, thanks for the help.
#6 · 15y ago
sejend
sejend
Quote Originally Posted by 0rbital View Post
The console has a character limit, so can't add to many waits. :P
Use alias for the wait

example:
alias wait2 "wait;wait;"
#7 · 15y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Tags for this Thread

#bind#bound#commands#multiple#one key