planeklm / razed-cryptomining

An advanced crypto mining simulator for qbcore.
52 stars 19 forks source link
cryptomining fivem fivem-script free qb qbcore qbox resource

RazedCryptoMining23

Hello FiveM community!šŸ‘‹\ We have created an crypto mining system for the qbcore framework. The overall idea for this script is that I have yet to find a free crypto miner which functions. Thank you to everybody who contributed to this project, I am very proud of what we have created!

Features

Preview

Installation

Recomendations From Us

Items & Images

ā¤ļø to Markow (amsali22) for making this!\ razed-crypto-imgs


    ["shitgpu"]                     = {["name"] = "shitgpu",                    ["label"] = "A trash gpu",            ["weight"] = 0,       ["type"] = "item",      ["image"] = "shitgpu.png",              ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Just look at it, what do you expect!"},

    ["1050gpu"]                     = {["name"] = "1050gpu",                    ["label"] = "gtx 1050",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "1050.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "It does the job for its price."},

    ["1060gpu"]                     = {["name"] = "1060gpu",                    ["label"] = "gtx 1060",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "1060.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "A good upgrade if you are broke."},

    ["1080gpu"]                     = {["name"] = "1080gpu",                    ["label"] = "gtx 1080",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "1080.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "It must be good since it got 3 fans right?"},

    ["2080gpu"]                     = {["name"] = "2080gpu",                    ["label"] = "RTX 2080",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "2080.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "WOOW!! A new look! Then This is the one."},

    ["3060gpu"]                     = {["name"] = "3060gpu",                    ["label"] = "RTX 3060",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "3060.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "IDK Man! It's so expensive."},

    ["4090gpu"]                     = {["name"] = "4090gpu",                    ["label"] = "RTX 4090",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "4090.png",                 ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Is it just me or this looks kinda thicc?"},

    ["thermalpast"]                     = {["name"] = "thermalpast",                    ["label"] = "Thermal past",            ["weight"] = 0,      ["type"] = "item",      ["image"] = "thermalpast.png",              ["unique"] = true,      ["useable"] = true,     ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "A thermalpast To keep your cpu chiling."},

Dependencies

qb-core\ interact-sound\ ox_lib\ oxmysql

qb-crypto\ or\ renewed-phone - Make sure to configure your settings in config.lua

qb-target\ or\ ox_target

Optionals

renewed-phone

Script Optimization Preview

imagffffe

Credits

planeklm (KLM)\ LeSiiN\ Markow