Mooscript

A script for mobstar.cc

什麼是Mooscript?

Mooscript是由MooScript開發的Chrome擴展程式,該擴展的主要功能是“A script for mobstar.cc”。

擴展截圖

screenshot

下載Mooscript擴展crx文件

下載Mooscript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/"
    ]
}