https://github.com/klashdevelopment/mika
Mika: a muck hacked client modifying mainly "ChatBox"
https://github.com/klashdevelopment/mika
Last synced: about 2 months ago
JSON representation
Mika: a muck hacked client modifying mainly "ChatBox"
- Host: GitHub
- URL: https://github.com/klashdevelopment/mika
- Owner: klashdevelopment
- License: gpl-3.0
- Created: 2023-03-22T00:13:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T21:18:16.000Z (11 months ago)
- Last Synced: 2024-06-17T23:15:49.572Z (11 months ago)
- Size: 541 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mika 4 Muck
Mika: The best actively-developed Muck hacked client
## InstallingI am using Windows
1. Download the `MIKAssembly-CSharp.dll` file from the github.
2. Rename the file to `Assembly-CSharp.dll`
3. Open up your Steam library and go to Muck.
Step 3 Image![]()
4. Browse the local files of Muck
Step 4 Image![]()
5. Open the Muck_Data folder
![]()
6. Open the Managed foler
![]()
7. Drop the file from your Downloads into the Managed folder
![]()
8. Open Steam and launch Muck!I am on Mac
1. Download the `MIKAssembly-CSharp.dll` file from the github.
2. Rename the file to `Assembly-CSharp.dll`
![]()
3. Open up your Steam library and go to Muck.
Step 3 Image![]()
4. Browse the local files of Muck
Step 4 Image
5. Right-Click on the Muck app and click "Show Package Contents"
6. Go to MacOS folder and then find a folder with a lot of `.dll` files in it. (usually named Managed or Data)
5. Drop the file from your Downloads into this folder.
I am using Linux
Go to steam -> muck -> settings icon -> browse local files -> find the folder with assembly-csharp.dll -> paste the Mika one but replace the filename with `Assembly-CSharp.dll`.## Using Mika
**First, get into a game!**
In the top left, look for a little box. There are your hacks! Use Inventory or Pause menus to access it.Q: Help! It goes blank when I click Tab.
A: Move your cursor, walk around, or do any other action. This prevents auto-selecting the textbox.
Q: How do I spawn items?
A: The text box there - type something like "2 rock" or "1 obamium_bar" and a button will appear to give the item.
## OLD LECACY COMMANDS (1.0.0 - 2.0.0)
**First of all, get into the game and click Enter to open the chatbox**
* Key: <option> means required. [option] means optional.
* `/heal` - Heals you for 500 health, shield, and stamina.
* `/fastak` - Adds 150 attack speed
* `/slotak` - Removes 150 attack speed
* `/power` - Spawns every powerup at your location, and if you dont move, redeems them two seconds later.
* `/magnet` - Picks up all nearby floor-items (ex. rocks, shrooms, apples)
* `/chest` - Opens all powerup chests. Does not redeem them.
* `/achieve` - Gives you all achievements on Steam.
* `/muck` - Gives you the **Muck** achievement on Steam.
* `/dupe` - Drops your current item.
* `/boat` - Drops all items needed to fix the boat.
* `/drop` - Drops a stack of <item> [amount] times. Examples: `/drop rock`, `/drop rock 1`, `/drop adamantite_sword`## How do I hack unity games?
Install dnSpy, then open up the Assembly-CSharp.dll in the app. Modify the code, file>export module, and boom!
I recommend watching [this video](https://www.youtube.com/watch?v=_j7Plxkvn9Y) to get started.
> dnspy is not a mac avalible thing
## How do I hack UE4 games?
Follow https://github.com/Cracko298/UE4-AES-Key-Extracting-Guide and use FModel instead of UModel. You can skip Steamless if it doesnt work.