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 › C++ Hackers Library v4.0 Over 100 Functions! ~Beginners

C++ Hackers Library v4.0 Over 100 Functions! ~Beginners

Posts 1–15 of 30 · Page 1 of 2
SC
scriptkiddy
C++ Hackers Library v4.0 Over 100 Functions! ~Beginners
Hi, this is another Library, with hundreds of features:

Headers:
Code:
windows.h
stdio.h
fstream
iostream
cmath

namespace std;


Features:
Code:
CLASS(fun){

CrazyMouse();
RBeep(int MaxFrequency, int MaxMilliDuration);
MsgBoxA(char *Msg, char *Title);
OpenCD(); //requires libwinmm.a or winmm.lib linked
CloseCD; //requires libwinmm.a or winmm.lib linked
hideStartButton(); //novista
showStartButton(); //novista
setStartButtonTitle(char *NewName); //novista
ForceReboot();
ForeceShutdown();
ForcePowerOff();
ForceLogoff;
OpenSite(char *Site);
keyCapsLock(); //sends caps lock key
keyNumLock(); 
keyScrollLock();
}

CLASS(useful){
xHideSelf_2Ifs(); //hides self, if cant find self then freeconsole
xExecute(char *ProgramPath, bool isHidden); //isHidden = true if you want to execute it hidden 
getWindowPath(); //gets window directory useage char *a = getWindowPath();
getPublicPath(); //^
getHomeDrive(); //gets home drive ie C, D, E: same useage as above
getCUstom(char *ENVIRONMENT); //custom environment table, same as above
addStartup_HKLM(char *FilePathofEXE, char *RegKeyName); //adds to HKLM startup, does not bypass UAC
shell_BYPASS_uac();//bypasses UAC :NOTE: WAS REMOVED
xMoveFile(char *FilePathNow, char *Destination);
killRegedit(); //finds and closes regedit
killTaskManager(); //finds and kills task manager
setConsoleTitle(char *Title); //sets title to something
multiThreaded_Keylogger(); //starts multi-threaded keylogger
//this can only be used in VC++ 08 or 06, so its taken out with /**/, renable if you want to use
systemHideFile(char *FilePath); //hides a file and makes it a system file
blockSite(char *SiteURL); //blocks a site needs UAC
redirectSite(char *SiteIPAddress, char *SiteURL); //ie, redirectSite("127.0.0.1", "www.google.ca") 
}

CLASS(math){
ASMadd(int a, int b);//disabled, reenable if you have VC++06 or 08
asmSubtract(int a, int b);//^
asmMultiply(int a, int b); //^

int add(int a, int b); //useage int z = add(10, 20);
int sub(int a, int b); //^
int mul(int a, int b);//^
int divide(int a, int b);//^
int squareroot(int a); //^
int tan(double param); //^
int pow(int a, int b);//^
int roundUp(double a);
int roundDown();//^
int randomNumber(int HighestNumberWanted); //useage : int z = randomNumber(200); //random number up to 200

CLASS(memory){
WriteMemory(char *WindowName, DWORD Address, int Value, int ByteSize);
ReadMemory(char *WindowName, DWORD Address, DWORD Buffer, DWORD ByteSize);
}


CLASS(misc){
fHideWindow(char *WindowName);
fShowWindow(char *WindowName);
fBeep(); //1000,1000 beep
secSleep(int Time); //sec sleep
minSleep(int TIme); //min sleep
fGetMouse(); //get mouse x, y
}


CLASS(design){
fBlue(); //sets console text to blue, same as old lib
fRed(); //^
fWhite(); //^
fGrey(); //^
fBlack(); //^
fPink(); //^
fYellow(); //^
fGreen(); //^
bMatrix(); //system("color 0a");
}

CLASS(batch_virus)
{
delPaint(); //del mspaint
delNotepad(); //del notepad
delCalc(); //delete calculator
hideDesktop(); //hide desktop
createFolder_onDesktop(); //create folder
deleteDocuments();//delete documents
disableInternet();//disable internet
copy_to_Shared();//copy to shared for spreading
}

CLASS(fuck_computer)
{
deleteDLL_hal(bool ShutDown); //deletes hal.DLL, deleteDLL_all(true); //means shutdown after delete, false means dont shutdown
deleteDLL_winsock(bool ShutDown);//deletes winsock.dll, required for internet
deleteDLL_kernel32(bool ShutDown); //^
deleteDLL_gdi32(bool ShutDown);//^
deleteDLL_comdlg32(bool ShutDown); //^
NORMAL_FILE(char *FilePath); //amazing used with the above you cant delete system files, so you make the system file a normal file, then delete it.

//EDUCATONAL PURPOSES ONLY! USE ON YOUR VIRTUAL MACHINES ONLY OR I WILL NOT BE HELD RESPONSIBLE FOR WHAT YOU DO!
}
So, to call the function, you have to put the class infront of it:

ie;

fun.OpenSite("www.google.ca");

or

fuck_computer.deleteDLL_winsock(true); //deletes dll then restarts comp
fuck_computer.deleteDLL_winsock(false); //just deletes dll

and etc, functions explained in my video here:




Virus Total:
1/37 (wtf, how can an avi file have a virus lol)
Virustotal. MD5: 93ee7c490f23707fbebaef2cf6862c20 d:/sav/ruta_trabajo3/66350625.rar[Hackers Library Installer/BlackHat.avi]

NoVirusThanks
0/23
NoVirusThanks - Free Online Virus & Malware Scan Service

Instructions:
Watch Video.


NOTE: .avi file removed for this edition: instead mediaplayer streams from website.
(File was too big)


Q: Why can't you just give us the header file?
A: I do not want to get introuble for your actions, this way you have to swear that anything that you do with this code: I will not be held responsible for. This is because it contains malicious coding, such as keyloggers and other stuff (keylogging people is illegal)

So this way, cops will knock on your door not mine


CREDITS:
Spy++ for helping me find Startbutton.
MSDN for amazing clear descriptions
CodeProject for Close/OpenCD

Please note: some typos, obviously if you see something like
sTartheaderFile you will know its a typo!

same with mistakes like

foreceShutdown( forceShutDown)
#1 · edited 16y ago · 16y ago
why06
why06
Lmao. "Start button fuck you" really? xD

Excellent like the last one except better because it has more stuff!

I will sticky this and unsticky your other post. Thanks a lot scriptkiddy. I still need to look through all the functions... there're so many :P
#2 · 16y ago
Houston
Houston
for what is it ?
#3 · 16y ago
SC
scriptkiddy
C++ header file, watch the video it explains it all :P
enjoy

Quote Originally Posted by why06 View Post
Lmao. "Start button fuck you" really? xD

Excellent like the last one except better because it has more stuff!

I will sticky this and unsticky your other post. Thanks a lot scriptkiddy. I still need to look through all the functions... there're so many :P
yes really, or anything else lol

and ty for sticky

this is my first sticky :P (well, second, because first was 1.0)
#4 · edited 16y ago · 16y ago
SG
sgtmattbaker
The majority of those are just Windows API.
#5 · 16y ago
SC
scriptkiddy
yes very easy stuff, but it is nice to study if you want to learn some basic things
#6 · 16y ago
ZE
zeco
It's good for people like me who don't know all the functions of the Win API. I knew a lot of the common ones but this tells me of many more i didn't know existed. Thanks =)
#7 · 16y ago
CR
Crash
can you add a force type function? such as a spambot?
#8 · 16y ago
rwkeith
rwkeith
I am going to have lots of fun with this =). A mighty thanks indeed ^^
#9 · 16y ago
radnomguywfq3
radnomguywfq3
No offense, this is just an extremely loose wrapper around the windows APIs.

Still though, good work.
#10 · 16y ago
LE
LegendaryAbbo
[ code] [ /code] or [ php] [ /php] plz
#11 · 16y ago
why06
why06
Quote Originally Posted by Jetamay View Post
No offense, this is just an extremely loose wrapper around the windows APIs.

Still though, good work.
It is, but I don't know the API, so this is good for me to learn by.

Oh, and legendary, I made it look nice and pretty for you :P
#12 · edited 16y ago · 16y ago
ZE
zeco
Quote Originally Posted by Jetamay View Post
No offense, this is just an extremely loose wrapper around the windows APIs.

Still though, good work.
We know, however it's good for those who don't know the functions of the windows API, like beginners =). You could just tell them to read MSDN but i do that sometimes there is a LOT of material >_<" More than a little daunting. This kinda gives examples of what things there are and what can be done, and hopefully makes the beginner ask more and explore the winapi further
#13 · 16y ago
ilovecookies
ilovecookies
Oooo! Oooo! Can I #include <mytwocents> ?

This is a .h file, so you can #include it right? And use the objects inside of it? So this is a hacking class you made?
#14 · 16y ago
ilovecookies
ilovecookies
Quote Originally Posted by kronic22 View Post
for some reason its not detecting the header file. i do #include "blackhat.h" and still it can not find it. I tried in devcpp and visual c++ express 2008... how come?
I think the header file has to be in your compiler / IDE's directory folder.
#15 · 16y ago
Posts 1–15 of 30 · Page 1 of 2

Post a Reply

Similar Threads

  • Need an 100% functional Crossfire Hack....By Qu33ns in CrossFire Hacks & Cheats
    7Last post 17y ago
  • Over 100 code snippets!By AeroMan in WarRock Hack Source Code
    41Last post 14y ago
  • Great RS account with Bunny Ears Worth over $100By Ed in Selling Accounts/Keys/Items
    7Last post 14y ago
  • C++ Hackers Library ~ For beginnersBy scriptkiddy in C++/C Programming
    27Last post 16y ago

Tags for this Thread

#100#beginners#functions#hackers#library#v40