Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix errors and mistakes
  • Loading branch information
max9836 authored Feb 19, 2024
1 parent 21f9b69 commit dac3ac1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ This PowerShell script automates Bing searches with random queries to potentiall
```
Run -Searches [Number of searches] -Path [Log file path] -Browser_Load_time [Load time in seconds] -Random_length [Random query length]
```
> [!IMPORTANT]
> If you need to run the script, use the syntax below:
> ```
> powershell -command "& { . '<path>\Microsoft-Reward-cheater.ps1'; Run}"
> ```
> [Instructions](#Instructions)
### Searches
* Mandatory: True
* Input type: [int] Number
Expand Down Expand Up @@ -59,7 +66,7 @@ Run -Searches [Number of searches] -Path [Log file path] -Browser_Load_time [Loa
* Description: Length of random search queries (range: 1-100). If not provided, a random value between 1-100 will be used.
> [!TIP]
> We suggest that the random length is between 30 to 60.
## How to run it in Powershell
# Instructions
### Step 1
**Open PowerShell with administrator privileges**<br>
1. Right-click the Windows icon on the taskbar.<br>
Expand All @@ -80,7 +87,7 @@ set-executionpolicy -executionpolicy bybass
### Step 3
**Run the main function**<br>
```
powershell -command "& { . <path>\Microsoft-Reward-cheater.ps1; Run}"
powershell -command "& { . '<path>\Microsoft-Reward-cheater.ps1'; Run}"
```
> [!IMPORTANT]
> You'll need to replace ```<path>``` with the actual path to your file.
Expand Down

0 comments on commit dac3ac1

Please sign in to comment.