Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 authored Aug 14, 2017
1 parent c59cf62 commit d59c80f
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,44 @@ BingRewards

Create by New Age Soldier

https://newagesoldier.com/bing-rewards-bot/

Developed in VS .net 2017 using C# with AutoIt and EO.WebBrowser.

## OVERVIEW

This program will search Bing’s site automatically! It utilizes the web browser functions of visual studio, HTML DOM element objects and header modifications to log in, log out and search pages. You can use as many Bing accounts as you want, and search as fast as you want. This software has lots of customization settings including maximum searches, the speed of starting and searching, automatic starting option, automatic closing upon completion option and to add your own custom words to its selection of words to query.

## FEATURES

* Works on Windows XP, Vista, 7, 8, 8.1 and 10
* Can minimize and let it work quietly in the background.
* Searches both mobile and desktop pages
* Different search types (images, videos, news, maps, and explore)
* Adjustable Randomized Search Speeds
* Custom Query Quantities
* Automatically start, minimize and close upon completion (closing takes 30 seconds after completion)
* Dictionary file of searchable words
* Uses customized WebBrowser class separate from your computers web browser!
* Unlimited Bing accounts.
* Can use Proxies.
* Microsoft Edge user-agent spoofing.
* Random search times, and deleting login cookies to keep your accounts safe.
* 100% free to use & Open source!

## HOW TO USE

HOW TO USE
==========
Modify accounts.txt to your Windows Live accounts.
You can also change words.txt to whatever random words you want generated to search by.
Use the File > Settings menu in the program to change search values.

## IMPORTANT INFORMATION

Windows XP requires .net framework v4 and Enable All Cookies
To automate this process use the Windows Task Scheduler located in
Control Panel > Administrative Tools > Task Scheduler

Select the Action tab > Create Basic Task option to create a task that can execute every day.
Don’t forget to change the settings.ini autoclose to 1 so the program can close upon completion!

## HOW IT WORKS

You can also change words.txt to whatever random words you want generated to search by.
This program uses the Visual Studios .net browser module to search the bing website. It then uses the DOM elements to click buttons and type in text boxes. Since every aspect of this program is self contained, we can use other options like hiding the browser window, minimizing the program and adjusting search speeds. Since this program is very simple in what it does I have released the source code.

0 comments on commit d59c80f

Please sign in to comment.