Thread: Source code?

Results 1 to 8 of 8
  1. #1
    GBot!'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Long Beach
    Posts
    3,361
    Reputation
    320
    Thanks
    421
    My Mood
    Amazed

    Source code?

    THIS IS NOT BEGGING!

    Hi I am learning C++ (still a nub) and if you have a chat spammer source code and would really be happy if you could share I will thank/Rep +. ONLY IF YOU WANT TO SHARE IT. Sharing is caring .

  2. #2
    Astral Witch's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    106
    Reputation
    13
    Thanks
    30
    search next time pls

    took me a while but i found this

    [php]
    ////////////////////////////////////
    // Big thanks to everyone //
    // in the MPGH C++ section //
    // who helped me write my //
    // First actual program. //
    // Should you use my spammer //
    // source, for whatever you //
    // see fit, please give credit //
    // Where due. //
    // I would like to //
    // Extend a special thanks //
    // to Davidm44 for the massive //
    // Amount of help he gave me //
    //Regarding the keybd_event //
    // functions and the clipboard //
    // API. //
    //Credits: iLoveCookies, Davidm44,//
    // Why06, and Hell_Demon //
    ///////////////////////////////////
    #include <iostream>
    #include <windows.h>
    #include <time.h>
    using namespace std;

    char pMessage[100];





    int main()
    {
    cout <<"Please Input The Message You Wish To Be Spammed: ";
    cin.getline(pMessage,sizeof pMessage);
    OpenClipboard(NULL);
    EmptyClipboard();
    HGLOBAL hMem = GlobalAlloc(GMEM_MOVEABLE,strlen(pMessage)+1);
    LPTSTR textPointer = (LPTSTR)GlobalLock(hMem);
    memcpy(textPointer,pMessage,strlen(pMessage)+1);
    GlobalUnlock(hMem);
    Se***ipboardData(CF_TEXT,hMem);
    CloseClipboard();
    while(1)
    {
    if(GetAsyncKeyState(VK_LSHIFT))
    {
    while (!GetAsyncKeyState(VK_RSHIFT))
    {
    short i=0;
    for(i; i<7; i++)
    {
    keybd_event(VK_RETURN,0x0D,0,0);
    keybd_event(VK_RETURN,0x0d,KEYEVENTF_KEYUP,0);
    Sleep(100);
    keybd_event(VK_RCONTROL,0x11,0,0);
    keybd_event(VkKeyScan('v'),0x56,0,0);
    Sleep(100);
    keybd_event(VK_RETURN,0x0D,0,0);
    Sleep(100);
    keybd_event(VK_RCONTROL,0x11,KEYEVENTF_KEYUP,0);
    keybd_event(VkKeyScan('v'),0x56,KEYEVENTF_KEYUP,0) ;
    Sleep(100);
    keybd_event(VK_RETURN,0x0D,KEYEVENTF_KEYUP,0);

    }
    Sleep(30000);
    }

    }

    }
    EmptyClipboard();
    system("pause");
    return 0;
    }
    [/php]


    credits to ilovecookies, Davidm44,Hell_Demon and why06

  3. The Following 2 Users Say Thank You to Astral Witch For This Useful Post:

    GBot! (12-27-2010),Hell_Demon (12-27-2010)

  4. #3
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,321
    My Mood
    Cheeky
    *sadface* I miss ilovecookies =(
    Ah we-a blaze the fyah, make it bun dem!

  5. #4
    GBot!'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Long Beach
    Posts
    3,361
    Reputation
    320
    Thanks
    421
    My Mood
    Amazed
    Quote Originally Posted by Hell_Demon View Post
    *sadface* I miss ilovecookies =(
    Oh,You are alive O.O

  6. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,321
    My Mood
    Cheeky
    Ofcourse I am
    Ah we-a blaze the fyah, make it bun dem!

  7. #6
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,204
    My Mood
    Flirty
    Quote Originally Posted by Hell_Demon View Post
    *sadface* I miss ilovecookies =(
    same here... gawd MPGH is dying. \cry

    "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

  8. #7
    Astral Witch's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    106
    Reputation
    13
    Thanks
    30
    Quote Originally Posted by why06 View Post


    same here... gawd MPGH is dying. \cry
    mpgh is dying? o_O

  9. #8
    ғᴜᴋᴏᴊʀ's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1,557
    Reputation
    87
    Thanks
    141
    My Mood
    Inspired
    Quote Originally Posted by why06 View Post


    same here... gawd MPGH is dying. \cry
    Shaun ={

    It's gonna be alright man.