Skip to content

Nadohoi/FreericeHack

 
 

Repository files navigation

FreericeHack

A hack for https://freerice.com (useful if you want to beat BTS ARMY)

Usage

Python 3

  1. Install Python3 (if not already installed)

  2. Open a terminal and run pip3 install requests torpy

    • If that doesn't work, try python3 -m pip install requests torpy or python -m pip install requests torpy
  3. Download Freerice.py and Requester.py

    • Make sure their extensions are .py (and not .txt or without an extension)
  4. In the terminal, go to your downloads folder

    • Windows: cd ~\Downloads
    • Mac/Linux: cd ~/Downloads
  5. Run python3 Requester.py -u your_user_id (see the User IDs section)

    • If that doesn't work, try python Requester.py -u your_user_id
  6. Watch your amount of rice grow. But remember to open the Freerice website so they have some kind of income.

Note: if you get blocked very quickly, try running it with an interval of 4 seconds: python3 Requester.py -i 4
You can change it if you want to whatever amount of seconds to wait between question.

Android app (APK)

  1. Download our most recent APK to your phone
  2. Go to your downloads and install it

JavaScript (automatic)

  1. Go to the multiplication table category in Freerice.
  2. Open your browser's console (see Opening the console).
  3. Copy all the code from Client_JavaScript/interval.js.
  4. Paste it into the console and press Enter.
  5. The correct answers will be clicked automatically.

JavaScript (on spacebar)

  1. Go to the multiplication table category in Freerice.
  2. Open your browser's console (see Opening the console).
  3. Copy all the code from Client_JavaScript/spacebar.js.
  4. Paste it into the console and press Enter.
  5. Close the console and click anywhere on the Freerice page.
  6. Press the spacebar and the correct answer will be clicked automatically.

Chrome extension

  1. See this video for instructions

Opening the console

Chrome

Screen recording

User ID

Chrome

  1. Go to Freerice.com
  2. Open the console (see Opening the console)
  3. Go to the application section
  4. Open the Local storage menu on the left, and select https://freerice.com

    Screenshot
  5. Double-click on the user value, and you'll see a JSON like this:
    {
      "token": "...",
      "uuid": "..."
    }
    
  6. Copy the value in uuid

About

A hack for Freerice.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.9%
  • JavaScript 20.2%
  • Shell 3.5%
  • HTML 1.4%