Skip to content
 
 

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RazedCryptoMining

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 one which works.

This is WIP project.

Key Features of this Resource:

How To Install

  • Drag and drop razed-cryptomining
  • In your server.cfg add ensure razed-cryptomining
  • Execute the cryptomining.sql into your database

Recomendations From Us

  • If using ps-housing, we reccomend to change the price of the server rack prop to the appropriate price of a mining rig.

Items & Images

❤️ to Markow (amsali22) for making this!
razed-crypto-imgs

  • Drag and Drop the images to your inventory images folder.

  • Add This to your qb-core/shared/items.lua For items to work.


	["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
qb-crypto
interact-sound
ox_lib
oxmysql

qb-target
OR
ox_target

Optionals

renewed-phone

Script Optimization Preview

imagffffe

Credits

planeklm (KLM)
LeSiiN
Markow

About

An advanced crypto mining simulator for qbcore and ox.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages