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 › C++/C Programming › GG2GG's IRC BOT

GG2GG's IRC BOT

Posts 1–10 of 10 · Page 1 of 1
GG2GG
GG2GG
GG2GG's IRC BOT
atm its a mirc script, im looking into how to use irc script syntax in c++
so this seems the correct place to post. as i will be carrying the project on in C++ at a later date.

hopfully with the aid of toymaker

100% coded by me no copy and paste shit.
if i do add a game or other script to the bot i will say so here.

Current Command List

Code:
User Cmds
!Say <text>
Quotes
!Troll
!Escape
!Taze
!WhiteHouse
staffcommands
!Kick
!Ban
!Tban
!AddQuote <nick> <quote>
!DelQuote <nick>
!Join <#Chan> - makes the bot join selected chan

admincommands
!AntiSpam <number of lines> <time frame> <ban(0/1)> <bantime>
!AddUsr <nick> <rank 2-5> - admins can only set upto 3/4 >
!DelUsr <*!*@host.domain>

mycommands
!GBOT <command> carrys out any command.
!AddUsr <nick> <rank> - can set any rank

Code:
on +5:JOIN:#: { notice  Welcome  master of GBOT _o_ }
on +4:JOIN:#: { notice  Welcome Buddy :D }
on +3:JOIN:#: { notice  O Hi Thur  }
on +2:JOIN:#: { notice  Ewwww D: }
on +1:JOIN:#: { notice  Hi }

;Quotes
on *:TEXT:!Troll:#: { msg  Please DO NOT Feed The Trolls }
on *:TEXT:!Escape:#: { msg  YOU CAN RUN, YOU CAN HIDEEEEE, BUT YOU CANT ESCAPE MY LOVE!!!!!!!!! }
on *:TEXT:!Tross:#: { msg  Even i dont understand that shit :/ }
on *:TEXT:!spicscape:#: { msg  Puede ejecutar, puede ocultar, pero no puede ESCAPAR MI ARMOR!!!!!!!!!! }
on *:TEXT:!Taze:#: { msg  Don't Taze Me Bwo :(  8,1/////ZAGAGAGAGAGAGAGA/////// }
on *:TEXT:fucku:#: { msg  Yea Bitch >:( }
on *:TEXT:!whitehouse:#: { msg  No ******s In The White House 
kick  obama }
on *:TEXT:!Baba:#: { msg  Baba /Gewd }
on +1:TEXT:GBOT:#: { msg  Yes Guy? }
on +2:TEXT:GBOT:#: { msg  WUT NIG }
on +3:TEXT:GBOT:#: { msg  You Called? }
on +4:TEXT:GBOT:#: { msg  Need Some Help? }
on +5:TEXT:GBOT:#: { msg  Did You Want Me Master? }

;Ranking System
on *:TEXT:!RankList:#: { msg  RankZ
  msg  Normal/Unset == 1
  msg  ******/Troll == 2
  msg  Staff == 3
  msg  Admin == 4
  msg  Master == 5
}
on 4:TEXT:!RankADD*:#: { /guser $3 $2 1 }
on 4:TEXT:!RankDEL*:#: { /ruser $2 }
#1 · edited 17y ago · 17y ago
Dorado
Dorado
good i saw it and it worked perfectly
#2 · 17y ago
Chuck Norris
Chuck Norris
I dont realy understand this:O this isnt a script in my eyes?
#3 · 17y ago
Dorado
Dorado
they're list of commands
#4 · 17y ago
Chuck Norris
Chuck Norris
aha. now i understand a bit.
#5 · 17y ago
Toymaker
Toymaker
Ah, nice. I'll happily help and have many great feature ideas. Then we can sticky it as THE irc Bot and all that. Aha. I was thinking of some optional auto features like AI or even automatically picking up on certain user messages, who knows...
#6 · 17y ago
Joshcarr2006
Joshcarr2006
So this thing can kick and bann and talk?
#7 · 17y ago
Toymaker
Toymaker
It can be your imaginary friend that appears fully real, if you want.
#8 · 17y ago
Obey
Obey
Quote Originally Posted by Toymaker View Post
It can be your imaginary friend that appears fully real, if you want.
I NEED THAT - I NEED FRIENDS.....
#9 · 17y ago
GG2GG
GG2GG
posted moar
anything that requires skill stays pvtz
@toymaker GG2GG's irc botz :3

he one funneh mo fawker

<Bot> Welcome GG2GG master of GBOT _o_
<GG2GG> GBOT
<Bot> Did You Want Me Master?
<GG2GG> YESH
<GG2GG> !Taze
<Bot> Don't Taze Me Bwo \/\/\/\/\/ZAGAGAGAGAGAGAGA\/\/\/\/\/\/\/
#10 · edited 17y ago · 17y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • [VB6]IRC Bot D3RK4By Token in General Hacking
    1Last post 17y ago
  • aim botsBy nutter in General Game Hacking
    6Last post 20y ago
  • gunbound bots?By artiemas in General Game Hacking
    2Last post 20y ago
  • GBWC Bot TestingBy Super-Man in GunBound Hacks / Bots
    15Last post 20y ago
  • Auto or aim botBy aaronm in WarRock - International Hacks
    4Last post 20y ago

Tags for this Thread

#bot#gg2gg#irc