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

    C++ Hackers Library ~ For beginners

    So I simplified a bunch of some complicated C++ commands for C++. It will also save people some arm pains!


    WriteMemory(char, DWORD, int, int); //20 lines simplified
    fRed(); // 2 lines each
    fBlue();
    fWhite();
    fGrey();
    fBlack();
    fPink();
    fYellow();
    fGreen();
    bMatrix();
    fHideWindow(char *); // 6 lines or something
    fShowWindow(char *); //6 lines
    fBeep();
    secSleep(int);
    minSleep(int);
    fClickMouse();
    fGetMouse(); // 7 lines or something
    fTitle(char *);

    So basically, instead of typing everything out, it just takes 2 lines. #include and the function!

    Tut:


    I don't see why a virus scan is needed, you can read everything in it. Anyway, enjoy! (No executable's, just .h and .txt)

    UPDATED: New Feature:
    ReadMemory("Window Name", 0x00888888, temp1, 4); /dows name, address, buffer, bytesize
    Last edited by scriptkiddy; 10-15-2009 at 09:46 AM.

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

    BooYa (10-15-2009),Lolland (10-14-2009),why06 (10-16-2009),zeco (10-15-2009)

  3. #2
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    No outside links, (ban).

    Nice job! I <3 you for this. You simplified damn near everything needed.

  4. #3
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    LMAO. "I will find you. Get you banned or hack you." xD.

    This looks really great scriptkiddy and the tutorial was excellent. The only problem is that MPGH doesn't allow links to filesharing websites, but if you attach a file to your post then you can upload the file on MPGH. just ask me if you need any help.

    "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

  5. #4
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    o shit sorry i forgot about outside links!

    added to attachments

  6. #5
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Haha, I was playing with it, I recommend you add a read process memory function also, it's basically an exact copy paste of the write one =). And because i was bored i put it in a class.

  7. #6
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Downloaded - Thanks man. I wub it. +rep

  8. #7
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    Updated, V2 is out.

    New Features:
    ReadMemory("Window Name", 0x00888888, temp1, 4); /dows name, address, buffer, bytesize

  9. #8
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    xD sweeeet
    Last edited by zeco; 10-15-2009 at 02:09 PM.

  10. #9
    cnttuchme's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    NA
    Posts
    187
    Reputation
    11
    Thanks
    49
    My Mood
    Inspired
    Quote Originally Posted by scriptkiddy View Post
    So I simplified a bunch of some complicated C++ commands for C++. It will also save people some arm pains!


    WriteMemory(char, DWORD, int, int); //20 lines simplified
    fRed(); // 2 lines each
    fBlue();
    fWhite();
    fGrey();
    fBlack();
    fPink();
    fYellow();
    fGreen();
    bMatrix();
    fHideWindow(char *); // 6 lines or something
    fShowWindow(char *); //6 lines
    fBeep();
    secSleep(int);
    minSleep(int);
    fClickMouse();
    fGetMouse(); // 7 lines or something
    fTitle(char *);

    So basically, instead of typing everything out, it just takes 2 lines. #include and the function!

    Tut: YouTube - Hackers Library - Neat C++ codes simplified in a header file!


    I don't see why a virus scan is needed, you can read everything in it. Anyway, enjoy! (No executable's, just .h and .txt)

    UPDATED: New Feature:
    ReadMemory("Window Name", 0x00888888, temp1, 4); /dows name, address, buffer, bytesize
    My god i love your voice

    Help me raise The roof


    Respected list
    [MPGH]Liz
    kvdirect
    [MPGH]why06

    The following was an idea to let eachother ingame secretly know that your hack.

    Quote Originally Posted by kingkuz00 View Post
    how about we "dave is the king" when we join a game :P
    Quote Originally Posted by aram0492 View Post
    how about "aram is the king" who the fk is dave?
    idk i rofled.

    Save Gunz section "https://www.mpgh.net/forum/297-gunz-g...od-minion.html"

  11. #10
    Zhhot's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Vancouver
    Posts
    314
    Reputation
    10
    Thanks
    52
    My Mood
    Inspired
    awesome tut man. thanks (i'm too lazy to click the button) =P

  12. #11
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired

    Talking

    Quote Originally Posted by scriptkiddy View Post
    Updated, V2 is out.

    New Features:
    ReadMemory("Window Name", 0x00888888, temp1, 4); /dows name, address, buffer, bytesize
    Can we get married?

  13. #12
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    You can in canada =D

  14. #13
    Zhhot's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Vancouver
    Posts
    314
    Reputation
    10
    Thanks
    52
    My Mood
    Inspired
    zeco is it only me, or ur country flag doesnt show up....

    [IMG]https://i961.photobucke*****m/albums/ae94/sami123_photo/untitled-4.jpg[/IMG]
    Last edited by Zhhot; 10-15-2009 at 10:24 PM.

  15. #14
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    glad you guys like it, any other suggestions?

  16. #15
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    It doesn't. I think i tried to set it to the jamaican flag. Which apparently aint there.

Page 1 of 2 12 LastLast

Similar Threads

  1. WPE for Beginners (Flash Games)
    By Zededarian in forum Game Hacking Tutorials
    Replies: 9
    Last Post: 03-19-2016, 11:59 AM
  2. C++ Hackers Library v4.0 Over 100 Functions! ~Beginners
    By scriptkiddy in forum C++/C Programming
    Replies: 29
    Last Post: 12-25-2009, 06:10 AM
  3. best c++ tutorial for beginners!
    By WacKer in forum C++/C Programming
    Replies: 31
    Last Post: 12-05-2009, 06:30 AM
  4. Great tutorial for beginners
    By kalwarbo in forum Visual Basic Programming
    Replies: 4
    Last Post: 07-19-2008, 07:11 AM
  5. good C++ tutorial for beginner?
    By MaskedFox in forum C++/C Programming
    Replies: 11
    Last Post: 12-05-2007, 04:34 PM

Tags for this Thread