Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63

    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)
    Last edited by why06; 10-25-2009 at 06:02 AM.

  2. The Following 54 Users Say Thank You to scriptkiddy For This Useful Post:

    A5uKa (11-14-2009),alon3x (08-24-2011),baiatulcratima (10-21-2015),billy690 (05-29-2012),BraynPT (08-25-2012),carlos gomez (05-20-2012),Cerobin (11-22-2014),Coder[Vb10e] (09-03-2011),coldreader (01-13-2015),corverius (06-03-2013),daniel120901 (11-23-2009),deluxor (07-27-2012),dewa987654 (07-02-2012),dpcmmg (02-04-2013),drumset (08-11-2011),dudetuck (01-03-2013),gianpuno (08-07-2012),gogo32211 (07-06-2012),GunZeR1314 (01-01-2010),haygers (02-24-2013),iamjidoki (02-03-2013),jason0036 (09-02-2014),justinpogi99 (10-29-2012),kisken (04-24-2012),LCU07 (04-26-2012),leevi1995 (07-19-2010),Lyoto Machida (05-24-2011),magicb0y (05-22-2012),martin8220 (07-12-2012),matthewpieper1 (09-26-2015),miketo (06-17-2012),Minecraftkid()brah (05-07-2012),Momoman33 (04-10-2010),nguyenbahuy (08-11-2012),osvman (03-24-2013),owsdinga145 (08-15-2012),Pedromiguel0 (08-14-2012),ProKiller45 (10-30-2012),proman98 (06-02-2011),puckedo (04-29-2012),robinsar (08-02-2012),rpj (11-10-2010),rwkeith (10-22-2009),sadiiii (12-27-2015),scandox101 (12-30-2012),siblank (08-09-2011),Sicariux (04-24-2012),sumer1212 (11-01-2009),svyat0202 (05-11-2011),swakwan11 (04-24-2012),WantAnOreo (11-15-2014),why06 (10-21-2009),xxjoker (10-26-2009),[]D [] []V[] []D (11-14-2009)

  3. #2
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    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

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  4. #3
    Houston's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,941
    Reputation
    175
    Thanks
    2,468
    My Mood
    Blah
    for what is it ?

  5. #4
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    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)
    Last edited by scriptkiddy; 10-21-2009 at 03:02 PM.

  6. #5
    sgtmattbaker's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    8
    The majority of those are just Windows API.

  7. #6
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    yes very easy stuff, but it is nice to study if you want to learn some basic things

  8. #7
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    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 =)

  9. #8
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    can you add a force type function? such as a spambot?

  10. #9
    rwkeith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    457
    Reputation
    11
    Thanks
    79
    My Mood
    Angelic
    I am going to have lots of fun with this =). A mighty thanks indeed ^^
    Goals In Life:
    [X] Become an Advanced Member
    [X]Release a tut on mpgh
    [0]Post 300 posts
    [X]Make a working hack
    [X] Learn c++

  11. #10
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    No offense, this is just an extremely loose wrapper around the windows APIs.

    Still though, good work.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  12. #11
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    [ code] [ /code] or [ php] [ /php] plz

  13. #12
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    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
    Last edited by why06; 10-25-2009 at 06:03 AM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  14. #13
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    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

  15. #14
    ilovecookies's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In the C++ Section
    Posts
    321
    Reputation
    10
    Thanks
    67
    My Mood
    Shocked
    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?
    Quote Originally Posted by Jules Winnfield View Post
    I am the tyranny of evil men, and you are all the weak. But i'm trying Ringo,i'm trying real hard, to become the shepherd.
    excuse me miss, would you kindly reflect some photons off the epidermis covering your sternum directly into the camera iris or vacate the proximity immediately
    [IMG]https://i882.photobucke*****m/albums/ac23/miki_d420/RealizingYoureALeecher2copy.jpg[/IMG]









  16. #15
    ilovecookies's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In the C++ Section
    Posts
    321
    Reputation
    10
    Thanks
    67
    My Mood
    Shocked
    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.
    Quote Originally Posted by Jules Winnfield View Post
    I am the tyranny of evil men, and you are all the weak. But i'm trying Ringo,i'm trying real hard, to become the shepherd.
    excuse me miss, would you kindly reflect some photons off the epidermis covering your sternum directly into the camera iris or vacate the proximity immediately
    [IMG]https://i882.photobucke*****m/albums/ac23/miki_d420/RealizingYoureALeecher2copy.jpg[/IMG]









Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] Over 100 code snippets!
    By AeroMan in forum WarRock Hack Source Code
    Replies: 41
    Last Post: 11-27-2011, 04:47 AM
  2. Great RS account with Bunny Ears Worth over $100
    By Ed in forum Selling Accounts/Keys/Items
    Replies: 7
    Last Post: 10-02-2011, 07:48 PM
  3. C++ Hackers Library ~ For beginners
    By scriptkiddy in forum C++/C Programming
    Replies: 27
    Last Post: 10-22-2009, 04:34 PM
  4. Need an 100% functional Crossfire Hack....
    By Qu33ns in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 08-04-2009, 05:31 AM

Tags for this Thread