Results 1 to 2 of 2
  1. #1
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty

    Open a website after injection

    Hey

    Just wondering, How do i open a website after injection?
    This is the end of my code.

    I think its Shell.Execute(".")
    Im not sure, Can someone please help me out.

    Here is the end of my code:

    Code:
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
    {
    switch(DWORD_GRUND)
    {
    case 1:
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); //create the hackthread
    break;
    }
    return TRUE;
    }
    Thanks,
    acid_buRn

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    In this case use

    System.Diagnostics.Process.Start("IExplore.exe",https://www.g o ogle.com);

    however, Shell.Execute("IExplore.exe",https://www.g o ogle.com); may work
    Last edited by NextGen1; 12-30-2009 at 11:00 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. 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
  2. Open web page after injection
    By ac1d_buRn in forum C++/C Programming
    Replies: 19
    Last Post: 12-31-2009, 12:58 PM
  3. Warrock closes after injection. Injector is not detected.
    By jacky5354 in forum WarRock Discussions
    Replies: 11
    Last Post: 11-29-2009, 09:36 AM
  4. Opening Combat Arms After Minimizing =(
    By weaselm01 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 07-12-2009, 04:32 PM
  5. Problem opening korean warrock after closing
    By wr194t in forum WarRock Korea Hacks
    Replies: 16
    Last Post: 08-24-2007, 09:24 PM