Results 1 to 4 of 4
  1. #1
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic

    Question Open URL Upon Injection In C++

    Simple really. Just can't manage it..

    Source to open a url upon .dll injection?

    Cheers.
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Really? Then you should stop making hacks, buy a book and learn the goddamn basics you HORRIBLE leecher.
    Seriously, how fucking lazy can you be?!

    First search on google for "Open a webpage in the browser using C++" resulted in this:
    Code:
    #include <windows.h>
    
    void main()
    {
       ShellExecute(NULL, "open", "https://dreamincode.net",
                    NULL, NULL, SW_SHOWNORMAL);
    }
    Now I'm pissed off because of you e.e
    Ah we-a blaze the fyah, make it bun dem!

  3. The Following User Says Thank You to Hell_Demon For This Useful Post:

    giniyat101 (09-18-2012)

  4. #3
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    ... Thought there was a problem with my code, but there wasn't. Didn't set my VS for multi byte chars and was getting errors with my other code.

    /faceplam.
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  5. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Learn the proper way please.

    Closed
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Similar Threads

  1. [Help Request] nothing happens after i succesfully inject and open CA
    By invoke in forum Combat Arms Help
    Replies: 2
    Last Post: 11-11-2011, 11:04 PM
  2. how do i open a hack after i injected it?
    By cam601 in forum WarRock Help
    Replies: 8
    Last Post: 05-31-2011, 04:36 AM
  3. [HELP]MSGBOX UPON INJECTION!
    By Dreamer in forum C++/C Programming
    Replies: 16
    Last Post: 07-26-2010, 09:51 PM
  4. Open web page after injection
    By ac1d_buRn in forum C++/C Programming
    Replies: 19
    Last Post: 12-31-2009, 12:58 PM
  5. Open a website after injection
    By ac1d_buRn in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 12-30-2009, 10:58 PM