Thread: Open Webpage

Results 1 to 6 of 6
  1. #1
    Harveyson's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive

    Open Webpage

    So, I'm working on making a hacked client.. I setup a custom button on the main menu.. How the fuck do you make it open a webpage? desktop.awp.whatever didn't work... I don't understand. It gave some error over the browse.

  2. #2
    Harveyson's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Nope.. No one will help? Alright.. :/

  3. #3
    stoppedworking's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    17
    My Mood
    Yeehaw
    @Harveyson

    use enjin to make site

  4. #4
    stoppedworking's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    17
    My Mood
    Yeehaw
    srry internet lag posted it 2 times xD
    Last edited by stoppedworking; 07-22-2014 at 05:32 PM. Reason: Invaild

  5. #5
    stoppedworking's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    17
    My Mood
    Yeehaw
    @Harveyson

    skype me if u want help

    mohamed.ramadan5251

  6. #6
    MetrikForce's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    46
    My Mood
    Grumpy
    Quote Originally Posted by stoppedworking View Post
    @Harveyson

    use enjin to make site
    >Enjinn

    Fuck that. Enjin is for kiddies. Make a bitbucket account and host all your CSS/JS and HTML for free with 100% control of your webpage.

    Here's how to do it:
    Code:
    try
    {
        URI uri = new URI("https://google.com/");
        Desktop dt = Desktop.getDesktop();
        dt.browse(uri);
    }
    catch(Exception ex){}

    Quote Originally Posted by Grizzly View Post
    Anything is allowed if you're brave enough.