Skip to content

Commit ac41b64

Browse files
committed
how to use
1 parent 4dcf421 commit ac41b64

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# Hitbullseye-Automate-Tool
2-
Hitbullseye Automate Tool
1+
# Hitbullseye Automate Tool
2+
3+
## How to use
4+
5+
Change the keys value to your test keys and run the script in the browser console.
6+
7+
### Note: Install Absolute Enable Right Click extension in your browser to use the script.
8+
9+
1. Open the test in your browser
10+
2. Open the console in your browser
11+
3. Copy the script and paste it in the console
12+
4. Press enter
13+
5. Wait for the test to be submitted

answer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ CDACCCAABCBDADABCBBADBABDADCBDAACDCAAAAA
8989
| LPU Analytical Week Test 03 - 2024 |
9090
|--------------------------------------|
9191

92-
CABDAAAAACDAADBABAABCAABDBABBCDABCCBCDAD
92+
CABDAAAAACDAADBABAABCAABDBABBCDABCCBCDAD
93+

script.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ const inter = setInterval(
2222
// 2 seconds(2000 milliseconds) for each question
2323
,2000);
2424

25+
26+
## How to use
27+
28+
Change the keys value to your test keys and run the script in the browser console.
29+
30+
Note: Install Absolute Enable Right Click extension in your browser to use the script.
31+
32+
1. Open the test in your browser
33+
2. Open the console in your browser
34+
3. Copy the script and paste it in the console
35+
4. Press enter
36+
5. Wait for the test to be submitted

0 commit comments

Comments
 (0)