Results 1 to 3 of 3

Thread: How to make a webpage open silently?

  1. #1
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default How to make a webpage open silently?

    Ok, so I am trying to make a bot for Scour.com.

    Only problem is, when it opens the webpage to search, it makes my firefox the active window :<

    Is there some kind of internal-SCAR browser I can assign it to so I can run the bot while I use the PC without having to alt + tab every 30 seconds?

    Here's my code:
    SCAR Code:
    program Scour;
      var rando:string;
      var stringz:tstringarray;
    begin // If you have a space in one of your strings, make sure you replace it with a +.
      Stringz := ['youtube','mibbit','srl-forums','gmail','free+webmail','porn','porno','torrents','msn','stickam','4chan','robert','justin','steam','cs:s','l4d','counterstrike+source','left4dead','google','scour','scripting','programming'];
      repeat
        wait(300+random(3000));
        rando := Stringz[random(high(Stringz))]+' '+inttostr(random(120));
        openwebpage('http://scour.com/search/web/'+rando);
      until(false);
    end.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  2. #2
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Sorry, Hy

    But could this could also help for rs account cracking right?(if its possible with SCAR)
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by noidea View Post
    Sorry, Hy

    But could this could also help for rs account cracking right?(if its possible with SCAR)
    No it could not .. all this does is do a search with the Scour search engine..

    Now help me with the problem

    Also, GetPage won't work, as it doesn't save my login cookies.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •