Results 1 to 4 of 4
  1. #1
    TigerOmega.'s Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    136
    My Mood
    Worried

    Exclamation what is the redirect to a url function?

    Hi,

    what is the functions of opening a url after injecting a dll in c++ , that work for all windows?
    Last edited by TigerOmega.; 03-16-2017 at 07:21 PM.

  2. #2
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,635
    Quote Originally Posted by TigerOmega. View Post
    Hi,

    what is the functions of opening a url after injecting a dll in c++ , that work for all windows?
    Not entirely sure what you're asking. Do you want to open a url in the default Web browser, make an http request in the backgrounds?

  3. #3
    niko1921's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    mov Location, eax
    Posts
    130
    Reputation
    36
    Thanks
    261
    when you make a thread on DllMain(); in that thread do somehing like this:

    Code:
    // if you are a f**king japanese use ShellExecuteW();
    ShellExecuteA(0, "open", "https://YourUrlh4x0r.1337/", 0, 0, 1);
    Last edited by niko1921; 03-17-2017 at 12:11 PM.


    f*ck you
    Code:
    __usercall
    !

  4. #4
    TigerOmega.'s Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    136
    My Mood
    Worried
    Quote Originally Posted by niko1921 View Post
    when you make a thread on DllMain(); in that thread do somehing like this:

    Code:
    // if you are a f**king japanese use ShellExecuteW();
    ShellExecuteA(0, "open", "https://YourUrlh4x0r.1337/", 0, 0, 1);
    i try this code before it won't open the website browser url after i injected my dll in windows 10

Similar Threads

  1. [Solved] What is the point of the delay function in custom bots?
    By saketh1122 in forum Adventure Quest Worlds (AQW) Help
    Replies: 2
    Last Post: 10-04-2015, 01:47 PM
  2. [Info] What Are The Functions?
    By Ghost304 in forum WarRock Philippines Hacks
    Replies: 13
    Last Post: 03-17-2013, 08:03 PM
  3. What's the functions have been patched ??
    By Ryuesi in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 10-20-2011, 11:48 PM
  4. I'm making a UCE, but what is the Invisible address?
    By scooby107 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 04-17-2007, 07:11 PM
  5. What's the best way to make money online?
    By SATANICAT in forum General
    Replies: 8
    Last Post: 01-02-2007, 06:04 PM