Skip to content

BWF : Bill Word Finder, a tool to bruteforce things in Gravity Falls ARG from 2024

Notifications You must be signed in to change notification settings

ababoude/BillWordFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BWF : Bill Word Finder

Description 📜

This script is a brute-force tool designed specifically for fans of Gravity Falls to tackle challenges related to the Bill Cipher ARG (Alternate Reality Game) in 2024. It can be used to verify whether specific words are associated with certain ARG endpoints. The script offers a range of functionalities to assist users.

WE. ARE. GOING. TO. KILL. HIM.



Features ✨

  • 🔍 Bruteforce Submit Bar:

  • 📂 Bruteforce Mystery URL:

  • 💻 Bruteforce Computer Codes:

  • Generate Possible Combinations (by yBeta):

    • Creates all possible combinations of characters up to a specified length using a defined character set (e.g., letters, numbers, and special characters).
    • Saves these combinations to input.txt for further use.
    • Useful for generating potential words to test against ARG endpoints.

Prerequisites 🛠️

  • Python 3.x
  • Python libraries:
    • requests
    • requests-toolbelt
    • colorama

You can install these libraries using pip:

pip install requests requests-toolbelt colorama

Usage 🚀

  1. Clone the repository or download the script files to your machine.

    git clone https://github.com/ababoude/BillWordFinder.git
    cd BillWordFinder
  2. Prepare the input file:

    • Create a text file named input.txt in the same directory as the script.
    • Add each word to test on a new line.
  3. Run the script:

    • Use the following command to execute the script:

      python BillWordFinder.py

Example 📊

Here's an example of running the script:

Contributing 🤝

Contributors Additions
yBeta Addition of recursive word generation

Contributions are welcome! If you have ideas to improve the script or have found bugs, please submit an issue or create a pull request.

About

BWF : Bill Word Finder, a tool to bruteforce things in Gravity Falls ARG from 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages