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 › Consoles with "AllocConsole" issues

Consoles with "AllocConsole" issues

Posts 1–12 of 12 · Page 1 of 1
DE
demonangel89
Consoles with "AllocConsole" issues
Hey, I've been beating away at this issue, and I wanted to let the other coders and comunity know what's been found so far, and maybe someone can give a good suggestion or three with how it can be fixed (coding or otherwise).

I implemented the "GetLastError" function into my console and sent it off to sd999444 for testing, and the error he got back was

[IMG]http://i288.photobucke*****m/albums/ll175/jaritarkanian/error.jpg[/IMG]

so...in conclusion
@Nicdel
@DanK
@Hell_Demon

Any ideas? If I'm the only one who's missed the "how to fix this" please let me know so I can stop derping around trying to get it to work.

@sd999444
@Vanten_the_destroyer
Thank you both for your help in testing things and letting me basically use your systems for testing.
#1 · 15y ago
Hell_Demon
Hell_Demon
Try calling FreeConsole(); before AllocConsole
#2 · 15y ago
SD
sd999444
we had error 6 as well. "SetConsoleMode has failed with error 6: the handle is invalid"

edit: i'm very new at coding with C++ haven't been taught.. but i'm looking through it now to see if i can get lucky =/ i have demonangel's console source to work with though and i'm one of the people that's getting the alloc console error so i should be able to test if i try anything
#3 · edited 15y ago · 15y ago
NI
Nico
Quote Originally Posted by sd999444 View Post
we had error 6 as well. "SetConsoleMode has failed with error 6: the handle is invalid"

edit: i'm very new at coding with C++ haven't been taught.. but i'm looking through it now to see if i can get lucky =/ i have demonangel's console source to work with though and i'm one of the people that's getting the alloc console error so i should be able to test if i try anything
SetConsoleMode wont work without allocated console, thats why it failed.
#4 · 15y ago
shm0ke
shm0ke
Alloc Console Failed pops up, but it still works fine. It has the >.< on the taskbar.
#5 · 15y ago
VA
Vanten_the_destroyer
you are most welcome

Quote Originally Posted by demonangel89 View Post
Hey, I've been beating away at this issue, and I wanted to let the other coders and comunity know what's been found so far, and maybe someone can give a good suggestion or three with how it can be fixed (coding or otherwise).

I implemented the "GetLastError" function into my console and sent it off to sd999444 for testing, and the error he got back was

[IMG]http://i288.photobucke*****m/albums/ll175/jaritarkanian/error.jpg[/IMG]

so...in conclusion
@Nicdel
@DanK
@Hell_Demon

Any ideas? If I'm the only one who's missed the "how to fix this" please let me know so I can stop derping around trying to get it to work.

@sd999444
@Vanten_the_destroyer
Thank you both for your help in testing things and letting me basically use your systems for testing.
you are most welcome
#6 · 15y ago
SD
sd999444
Quote Originally Posted by shm0ke View Post
Alloc Console Failed pops up, but it still works fine. It has the >.< on the taskbar.
not for us. what OS are you on? win7 32 bit? thats the one that's been having trouble with it...
#7 · 15y ago
NI
Nico
@Hell_Demon found something that could fix it. We're going to test it tomorrow.
#8 · 15y ago
HL
hlssing
well
i erase window updated files and it did work o.o...
#9 · 15y ago
DE
demonangel89
Quote Originally Posted by Nicdel View Post
@Hell_Demon found something that could fix it. We're going to test it tomorrow.
How'd the fix go?
and @Hell_Demon I did try calling FreeConsole before AllocConsole, sorry I couldn't respond and let you know that. Same result.
#10 · 15y ago
MO
mojo90
I received the same allocconsole msg when i did not close the "sinInject" fast enough. Also i would like to point out that in mid game i was fighting and HackShield popped up with their error code and closed out my game. Happend a few times? May this injector and .dll's be Detected?
#11 · 15y ago
DE
demonangel89
Quote Originally Posted by mojo90 View Post
I received the same allocconsole msg when i did not close the "sinInject" fast enough. Also i would like to point out that in mid game i was fighting and HackShield popped up with their error code and closed out my game. Happend a few times? May this injector and .dll's be Detected?
The problem is we have it working (theoretically...I haven't heard otherwise) on windows7 64 bit systems, and the allocconsole issue has come up most often on windows 7 32 bit systems. It's still possible that one or all of the dlls are detected, but what we're trying to solve here is the console not showing up at all (and as you've seen, it will show up even if it gets detected later).

But thanks for the info. ^_^
#12 · 15y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • Enter Cheat/Command into Game Console with C++By archey in C++/C Programming
    10Last post 16y ago
  • For those of you with the msvcr100.dll issueBy satindemon4u in Combat Arms Help
    7Last post 15y ago
  • Possble to make a console with built in alias command?By sfcrazy in Vindictus Discussions
    5Last post 15y ago
  • For those having issues with the Console or Trainer.By Doeetright in Vindictus Discussions
    7Last post 15y ago
  • HLSS and wmv quotes with MW2 MP?By Gt3x24x7v2 in Call of Duty Modern Warfare 2 Help
    5Last post 16y ago

Tags for this Thread

None