Results 1 to 13 of 13
  1. #1
    benl's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Hell
    Posts
    611
    Reputation
    7
    Thanks
    43
    My Mood
    Cheerful

    [HELP] Searching program

    ok so their is a task i want to acomplish which is to make a program to make a random search in a search engine heres the reason

    its a site called goodsearch and it donates money to your school everytime you make a search but im not sure how i can make it work and the search can be mpgh if any. i know pretty basic stuff

    Code:
    input n
    if n=y
    then 
    display "starting"
    after that i just want to make it do a few 100 searches can someone help

    thanks!

  2. #2
    omghacker's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    184
    Reputation
    10
    Thanks
    34
    My Mood
    Relaxed
    Uhm, could you please explain this in another way to me? :^$
    Maybe I can help ^^

  3. #3
    Threadstarter
    ☢∃LIT∃ FOR LIF∃☢
    MPGH Member
    benl's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Hell
    Posts
    611
    Reputation
    7
    Thanks
    43
    My Mood
    Cheerful
    sorry my english is crap i can't explain well

  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Use Google Translator!

    Sprachoptionen

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Seems to me, all he wants to do is funnel searches through goodsearch standard for the most part, the hardest will be the "unattended part" meaning you will have to create or download a large dictionary of words or phrases to pass along to the search.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #6
    Threadstarter
    ☢∃LIT∃ FOR LIF∃☢
    MPGH Member
    benl's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Hell
    Posts
    611
    Reputation
    7
    Thanks
    43
    My Mood
    Cheerful
    Quote Originally Posted by NextGen1 View Post
    Seems to me, all he wants to do is funnel searches through goodsearch standard for the most part, the hardest will be the "unattended part" meaning you will have to create or download a large dictionary of words or phrases to pass along to the search.
    cant i just use random interval because the search can be jibberish like numbers 1-100 its just a search

  7. #7
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by benl View Post
    cant i just use random interval because the search can be jibberish like numbers 1-100 its just a search
    Could you not use the link to a completed search (like what you do with google) and find where the search phrase is stored in the link? Then just remove that and tell it to add some random number.

    [php]
    Dim RandomSearch as integer = rnd() * 99999999
    Dim newAddress As String = "https://www.google.com.au/#hl=en&source=hp&q=" & RandomSearch & "aq=f&aqi=g10&aql=&oq=&gs_rfai=&fp=104a5afaafafc4d "

    Process.Start(newAddress)

    [/php]

    But of course not for google, I hope you get what I'm trying to say lol

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  8. #8
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Code:
    https://www.google.com/search?&ie=UTF-8&q= & RandomSearch
    (which is the actual url) That will work, but I assume that the searches would have to be less "random" and not frequent. When someone is giving away money to anything, you can be sure they are through. The outcome may be your school getting disqualified for "cheating" . there was a member here who I wrote a auto vote application for, it was for similar reasons. He got caught, school disqualified and he got in some trouble.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  9. #9
    Threadstarter
    ☢∃LIT∃ FOR LIF∃☢
    MPGH Member
    benl's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Hell
    Posts
    611
    Reputation
    7
    Thanks
    43
    My Mood
    Cheerful

  10. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    We didn't need the link , we get the idea.... Your not understanding my point.

    You shall not, and shall not authorize or encourage any third party to directly or indirectly generate queries, impressions of or clicks on any Search Results, Links and/or Ad(s) through any automated, deceptive, fraudulent or other invalid means, including but not limited to through repeated manual clicks, the use of robots or other automated query tools and/or computer generated search requests, and/or the unauthorized use of other search engine optimization services and/or software.
    While not expressly prohibited, searches to URL’s (i.e., search terms ending in .com, .org, .net, .edu), searches to sites for which the URL is well known such as HotMail, ESPN, MySpace, Facebook, GMail, AOL, etc., and searches for stock quotes will not count toward a nonprofit’s total searches and revenue.
    You don't think for one second, that isn't enforced do you? I am not saying don't make the application. Just be smart about it................................


    Last edited by NextGen1; 09-13-2010 at 08:18 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  11. #11
    Threadstarter
    ☢∃LIT∃ FOR LIF∃☢
    MPGH Member
    benl's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Hell
    Posts
    611
    Reputation
    7
    Thanks
    43
    My Mood
    Cheerful
    after this how can i make it repeat say until i hit s for stop?
    some kind of if then statement?

  12. #12
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Use a timer, When timer is On, it searches every X seconds, when timer is off it doesn't


     


     


     



    The Most complete application MPGH will ever offer - 68%




  13. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    if they have IP tracking you would in a little bit of a pickle thought. Proxies?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Similar Threads

  1. [HELP]5 Programs In 1
    By tstom in forum Visual Basic Programming
    Replies: 21
    Last Post: 02-19-2010, 10:00 PM
  2. [HELP] vb programs invisible
    By 2vivi in forum Visual Basic Programming
    Replies: 17
    Last Post: 12-16-2009, 01:33 PM
  3. [Help] searching with a textbox.
    By trevor206 in forum Visual Basic Programming
    Replies: 8
    Last Post: 12-05-2009, 05:04 AM
  4. Need help searching for a private server?
    By LockShot in forum General
    Replies: 1
    Last Post: 01-28-2009, 07:20 AM
  5. Help Searching with Cheat Engine
    By nub_g0t_high in forum WarRock - International Hacks
    Replies: 37
    Last Post: 09-02-2007, 01:20 AM