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 › Programming › Visual Basic Programming › [VB HELP]Auto-Type Combat Arms Mute

[VB HELP]Auto-Type Combat Arms Mute

Posts 1–13 of 13 · Page 1 of 1
Pixie
Pixie
[VB HELP]Auto-Type Combat Arms Mute
How can I bypass the muting system for a spammer in Visual Basics 2008, or mainly 2006, because I am almost done with a spammer, I just can't bypass he mute, please help
#1 · 16y ago
why06
why06
I assume you mean in CA. you have to make it say different stuff. Try letting the user enter multiple phrases and then using the rand() function [Im not sure what rand looks like in VB, but trust me its there... just look it up] to pick strings to print out, that or either set a delay so it once every ten seconds or so.
#2 · 16y ago
Pixie
Pixie
Quote Originally Posted by why06 View Post
I assume you mean in CA. you have to make it say different stuff. Try letting the user enter multiple phrases and then using the rand() function [Im not sure what rand looks like in VB, but trust me its there... just look it up] to pick strings to print out, that or either set a delay so it once every ten seconds or so.
I need it in Visual Basic 6.0, cause you need hotkeys to make a CA spammer, and vb 08 wont let me make them, they never work
#3 · 16y ago
why06
why06
It won't let you make hot keys?

This is one of those times you should be really specific describing exactly what the problem is.
#4 · 16y ago
Pixie
Pixie
Quote Originally Posted by why06 View Post
It won't let you make hot keys?

This is one of those times you should be really specific describing exactly what the problem is.
I can make hotkeys, I tried 3 different ways, they just wont work
#5 · 16y ago
why06jz
why06jz
You need to specify what window the keystrokes should go to. Maybe try something like SendMessage() except in VB form.
#6 · 16y ago
Pixie
Pixie
Quote Originally Posted by why06jz View Post
You need to specify what window the keystrokes should go to. Maybe try something like SendMessage() except in VB form.
??
#7 · 16y ago
IA
Iamazn
Hotkeys in VB 2008
Also, send the messages in random order, and make the spam interval longer, that will prevent the mute.
#8 · edited 16y ago · 16y ago
why06jz
why06jz
There you go. Thanks Iamazn
#9 · 16y ago
Pixie
Pixie
Quote Originally Posted by Iamazn View Post
Hotkeys in VB 2008
Also, send the messages in random order, and make the spam interval shorter, that will prevent the mute.
you mean higher, cause the shorter the timer interval means faster...
#10 · 16y ago
IA
Iamazn
Quote Originally Posted by PixieCorp View Post
you mean higher, cause the shorter the timer interval means faster...
Oh ya, sry. Make the intervals longer/slower and then randomize the messages, or send different messages.
I.E
Code:
SendKeys.Send(TextBox1.Text)
SendKeys.Send(TextBox2.Text)
SendKeys.Send(TextBox3.Text)
SendKeys.Send(TextBox4.Text)
#11 · 16y ago
Pixie
Pixie
Quote Originally Posted by Iamazn View Post
Oh ya, sry. Make the intervals longer/slower and then randomize the messages, or send different messages.
I.E
Code:
SendKeys.Send(TextBox1.Text)
SendKeys.Send(TextBox2.Text)
SendKeys.Send(TextBox3.Text)
SendKeys.Send(TextBox4.Text)
Didn't work (Hotkeys)
#12 · 16y ago
why06jz
why06jz
Why don't you just post the source your writing so someone can have the chance to look at it and see what the problem is?
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • help me with combat arms plzBy xyez2 in Combat Arms Help
    9Last post 15y ago
  • Can anyone help me get combat arms source codes that arent patched?By nikith988 in General Game Hacking
    2Last post 16y ago
  • help me find combat arms *** filesBy jdog9823 in Combat Arms Help
    13Last post 16y ago
  • Need help with a Combat Arms Public Hack? Look Here!By Liz in Combat Arms Hacks & Cheats
    99Last post 16y ago
  • help with making combat arms hacksBy ronnie12345 in Combat Arms Hack Coding / Programming / Source Code
    6Last post 16y ago

Tags for this Thread

#arms#combat#helpautotype#mute