Skip to content

A script that calculates a rebirth amount to determine the earned Exp from punching rock in Muscle Legends, a Roblox game, and displays the result.

License

Notifications You must be signed in to change notification settings

mcantcode/Exp-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exp Calculator

A script that calculates a rebirth amount to determine the earned experience from punching rock in Muscle Legends, a Roblox game, and displays the result.

Showcase

Features

  • Simple, and easy to use.
  • Lightweight, and optimized for performance.
  • Uses an accurate formula to calculate experience:
Experience = (<number> rebirth_amount + 20) × <number> rock_value
  • Calculates a rebirth amount based on the latest rocks, such as the Ancient Jungle rock, Muscle King rock, etc.

Installation

Before installing the Exp Calculator, ensure Clang is installed. If not, install it first. After installing Clang, open the command line and run the following command to clone and head in the Exp Calculator GitHub repository:

git clone https://github.com/mcantcode/Exp-Calculator && cd Exp-Calculator

Usage

Compile the Exp Calculator using Clang with this command:

clang++ calculate.cpp -o calculate

After compiling, configure and run the program with:

./calculate [OPTION] <number>

Once the program is configured and executed, the results will be displayed.

Options

Option Description
-r Specify the amount of rebirths.
--rebirths Same as -r, but more descriptive.

Examples

./calculate -r 280
./calculate --rebirths 580

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A script that calculates a rebirth amount to determine the earned Exp from punching rock in Muscle Legends, a Roblox game, and displays the result.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages