Melvor Idle Cheat Engine

Hacking Melvor Idle, the fun idle browser game!

Melvor Idle Cheat Engine란 무엇입니까?

Melvor Idle Cheat Engine은(는) aldouswatts2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hacking Melvor Idle, the fun idle browser game!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Melvor Idle Cheat Engine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a de-automated cheat engine for Melvor Idle, focused only on direct game manipulation. This is best used as a save recovery tool or game testing helper.

This extension is completely open source. View the repository here: https://gitlab.com/aldousWatts/MICE

BACK UP YOUR SAVES BEFORE MODIFYING YOUR GAME!

MICE helps you manipulate the game and can do these things:

New: Add Mastery Levels!! Check the Mastery Pool page for a hijack.
New: Max Mastery Pool XP cheat as well!
Add gold
Add Slayer Coins
Add loot either by ID or by name
List of all Loot IDs and names to use the loot cheats
Level up a skill
Instantly grow your crops, herbs, or trees with buttons in the farming page
Instantly attack your enemies without limits with a savage, dirty button in the combat page
Use magic dust to decimate your enemies with unbelievable speed
Instant-kill combat enemies with yet another combat button                    

확장 프로그램 기본 정보

이름 Melvor Idle Cheat Engine Melvor Idle Cheat Engine
ID cbbaeikkmjnompmdodelbibeaibdelmm
공식 URL https://chromewebstore.google.com/detail/melvor-idle-cheat-engine/cbbaeikkmjnompmdodelbibeaibdelmm
설명 Hacking Melvor Idle, the fun idle browser game!
파일 크기 13.82 KB
설치 횟수 4,841
현재 버전 0.7.5
최근 업데이트 2022-07-05
출시 날짜 2020-09-24
평점 3.78/5 총 18 개의 평점
개발자 aldouswatts2
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/aldousWatts/MICE
도움말 페이지 URL https://gitlab.com/aldousWatts/MICE
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Melvor Idle Cheat Engine",
    "version": "0.7.5",
    "description": "Hacking Melvor Idle, the fun idle browser game!",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/melvoridle.com\/*",
                "*:\/\/www.melvoridle.com\/*",
                "*:\/\/test.melvoridle.com\/*"
            ],
            "js": [
                "MICE.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject-mice.js",
        "icons\/*.png"
    ]
}