Mooscript

A script for mobstar.cc

Mooscript란 무엇입니까?

Mooscript은(는) MooScript에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A script for mobstar.cc"입니다.

확장 프로그램 스크린샷

screenshot

Mooscript 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MooScript as a Chrome Extension. This is a script for the game http://www.mobstar.cc 

This script has the following features:

- Logging in to multiple accounts at the same time
- Small crimes
- GTA (including shipping the car)
- Automatically selling every car except vans for BFHs
- Buying the typical gear (armor, weapon, plane, lead factory)
- Using your will
- Dealing
- Automatically finding the correct route for dealing
- Producing lead
- Jailbusting up to 100%

There is no limit on how many accounts you can script at the same time. You can run hundreds at the same time. However, the more accounts you have, the slower each account is scripted. This isn't a problem until you have more than a few hundred accounts.


This script does not communicate with ANY other servers other than the Mobstar server. All your information is stored locally on your device.                    

확장 프로그램 기본 정보

이름 Mooscript Mooscript
ID djhglpcnfbhphmbepgopggdnldpfdieb
공식 URL https://chrome.google.com/webstore/detail/mooscript/djhglpcnfbhphmbepgopggdnldpfdieb
설명 A script for mobstar.cc
파일 크기 3.23 MB
설치 횟수 80
현재 버전 4.2.0
최근 업데이트 2022-11-29
출시 날짜 2021-03-04
평점 3.50/5 총 4 개의 평점
개발자 MooScript
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://raw.githubusercontent.com/Brqqq/mooscript-chrome-extension/main/privacy%20policy.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.2.0",
    "name": "Mooscript",
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "description": "A script for mobstar.cc",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "Options"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "https:\/\/*.mobstar.cc\/*",
        "http:\/\/*.mobstar.cc\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}