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 › Realm of the Mad God Hacks & Cheats › Realm of the Mad God Help & Requests › What language does Botmaker use for bots?

ExclamationWhat language does Botmaker use for bots?

Posts 1–15 of 19 · Page 1 of 2
andrewshack
andrewshack
What language does Botmaker use for bots?
Simple question:

Wondering what language I notice its done in eclipse and would like to start learning for myself and creating my own. Im thinking visualbasic but I have 0 code experience so someone straighten me out.
#1 · 12y ago
HA
HappyMan20
I think its Euphoria
#2 · 12y ago
nilly
nilly
Quote Originally Posted by andrewshack View Post
Simple question:

Wondering what language I notice its done in eclipse and would like to start learning for myself and creating my own. Im thinking visualbasic but I have 0 code experience so someone straighten me out.
1) It isn't done in "eclipse"
2) If you value your sanity, keep away from euphoria.
#3 · 12y ago
PE
Pepsi Cola
He uses Euphoria. Not a very popular language.
#4 · 12y ago
CrazyJani
CrazyJani
Quote Originally Posted by nilly View Post
If you value your sanity, keep away from euphoria.
#5 · 12y ago
Knorrex
Knorrex
Euphoria will make you cooler

#6 · 12y ago
JU
JustAnoobROTMG
Quote Originally Posted by nilly View Post
1) It isn't done in "eclipse"
2) If you value your sanity, keep away from euphoria.
Amen /10charsswag
#7 · 12y ago
andrewshack
andrewshack
Quote Originally Posted by nilly View Post
1) It isn't done in "eclipse"
2) If you value your sanity, keep away from euphoria.
But I can use something like javascript and will be able to create the same things as what you can do in Euphoria?
#8 · 12y ago
CrazyJani
CrazyJani
Quote Originally Posted by andrewshack View Post
But I can use something like javascript and will be able to create the same things as what you can do in Euphoria?
JavaScript is more like scripting language. You can't make bots with it.
#9 · 12y ago
andrewshack
andrewshack
Quote Originally Posted by CrazyJani View Post
JavaScript is more like scripting language. You can't make bots with it.
What is a good alternative to Euphoria?
#10 · 12y ago
Daenerys
Daenerys
Quote Originally Posted by andrewshack View Post
What is a good alternative to Euphoria?
C++/C#?

That would probably harder to use, though.
#11 · 12y ago
maat7043
maat7043
Quote Originally Posted by andrewshack View Post
What is a good alternative to Euphoria?
Get yourself a copy of Microsoft Visual Studios and learn C# or VB.Net

If you are just starting out this is a great starting point for learning how to code. The error handling and support is unmatched. It has full socket support and has very good threading support as well.

If you need help with this shoot me a PM and I would be glad to point you to some good beginner projects and tutorials.
#12 · 12y ago
krazyshank
krazyshank
@andrewshack
Botmaker has to type thousands of lines of codes dirtier than your mom in order to get his win32 functionalities such as winsocks and windows.

If you want to be way better off, in my mind, you have two options:
1) Java, simply because of the existing rotmg proxy hacks written in java. I tend to stay away from java since in my opinion its clunky as all hell from the IDE, to its slow runtime.

2) C#/C++. Stay the hell away from visual basic unless you want to relearn everything syntax wise when wanting to code in ANYTHING else.
C#/C++ .NET provides the asynchronous socket model which is a 1000x better then everything else while being a bit more complex for the initial set up.
Dont even worry about that for now though, you need to learn to code in the language itself.
#13 · 12y ago
Alde.
Alde.
Quote Originally Posted by krazyshank View Post
Botmaker has to type thousands of lines of codes dirtier than your mom in order to get his win32 functionalities such as winsocks and windows.

#14 · 12y ago
maat7043
maat7043
Quote Originally Posted by krazyshank View Post
@andrewshack
Botmaker has to type thousands of lines of codes dirtier than your mom in order to get his win32 functionalities such as winsocks and windows.

If you want to be way better off, in my mind, you have two options:
1) Java, simply because of the existing rotmg proxy hacks written in java. I tend to stay away from java since in my opinion its clunky as all hell from the IDE, to its slow runtime.

2) C#/C++. Stay the hell away from visual basic unless you want to relearn everything syntax wise when wanting to code in ANYTHING else.
C#/C++ .NET provides the asynchronous socket model which is a 1000x better then everything else while being a bit more complex for the initial set up.
Dont even worry about that for now though, you need to learn to code in the language itself.
Being the sole VB user around here I think this is very good advice. I learned it because I have the opportunity to use it at my job on a frequent basis.

Coming off of VB.Net to C# or Java you realize that VB Syntax is quite different and it's difficult to make the switch. C# is the way to go if you are a Visual Studios user
#15 · 12y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • What font does SiroSix uses for his hacks :3By iWiizz in WarRock Hack Source Code
    8Last post 13y ago
  • What Does MPGH Use For Buying/Selling/Trading?By Crush44 in CrossFire Discussions
    5Last post 13y ago
  • what languages would be used?By h4x0rswln is back in Combat Arms Help
    0Last post 16y ago
  • What Gun you gonna use for zombie mode.By elliscp01 in CrossFire Hacks & Cheats
    65Last post 16y ago
  • what is 3ds max used for in combat armsBy pickles1234 in Combat Arms Help
    1Last post 16y ago

Tags for this Thread

None