Mooscript

A script for mobstar.cc

Mooscript là gì?

Mooscript là một tiện ích mở rộng Chrome được phát triển bởi MooScript, và tính năng chính của nó là "A script for mobstar.cc".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mooscript

Tải xuống các tệp mở rộng Mooscript dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mooscript Mooscript
ID djhglpcnfbhphmbepgopggdnldpfdieb
URL Chính Thức https://chrome.google.com/webstore/detail/mooscript/djhglpcnfbhphmbepgopggdnldpfdieb
Mô tả A script for mobstar.cc
Kích Thước Tệp 3.23 MB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 4.2.0
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2021-03-04
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MooScript
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/Brqqq/mooscript-chrome-extension/main/privacy%20policy.txt
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}