{"id":159761,"date":"2024-10-02T13:11:52","date_gmt":"2024-10-02T11:11:52","guid":{"rendered":"https:\/\/hifivem.com\/?post_type=product&#038;p=159761"},"modified":"2025-12-24T07:29:56","modified_gmt":"2025-12-24T06:29:56","slug":"carro-impulsionando-vinscratch","status":"publish","type":"product","link":"https:\/\/fivemx.com\/pt\/car-boosting-vinscratch\/","title":{"rendered":"Refor\u00e7o de carro e Vinscratch"},"content":{"rendered":"<p><iframe title=\"[FiveM] Lionh34rt Car Boosting and Vinscratch\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/CIRfw7qxbYI?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h2>Config file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Dependencies\r\n* [QBCore Framework](https:\/\/github.com\/qbcore-framework)\r\n* [ox_lib by overextended](https:\/\/github.com\/overextended\/ox_lib)\r\n* [boostinghack](https:\/\/github.com\/Lionh34rt\/boostinghack)\r\n\r\n# Shared.lua items\r\n```lua\r\n-- Carboosting\r\n[\"boostinglaptop\"] \t\t \t \t = {[\"name\"] = \"boostinglaptop\",           \t\t[\"label\"] = \"Boosting Laptop\",\t \t\t[\"weight\"] = 1000, \t\t[\"type\"] = \"item\", \t\t[\"image\"] = \"boostinglaptop.png\", \t\t[\"unique\"] = false, \t[\"useable\"] = true, \t[\"shouldClose\"] = true,   \t[\"combinable\"] = nil,   [\"description\"] = \"A laptop used for boosting contracts.\"},\r\n[\"boostingdisabler\"] \t\t \t = {[\"name\"] = \"boostingdisabler\",           \t[\"label\"] = \"Tracking Disabler\",\t \t[\"weight\"] = 1000, \t\t[\"type\"] = \"item\", \t\t[\"image\"] = \"boostingdisabler.png\", \t[\"unique\"] = false, \t[\"useable\"] = true, \t[\"shouldClose\"] = true,   \t[\"combinable\"] = nil,   [\"description\"] = \"This small tool can disable these pesky trackers.\"},\r\n```\r\n\r\n# qb-core &gt; server &gt; player: Add to meta data\r\n```lua\r\nPlayerData.metadata['boostingrep'] = PlayerData.metadata['boostingrep'] or 0\r\nPlayerData.metadata['boostingclass'] = PlayerData.metadata['boostingclass'] or 1\r\n```\r\n\r\n# Database\r\n```sql\r\nALTER TABLE `player_vehicles` \r\nADD COLUMN `vinscratched` INT(11) NOT NULL DEFAULT 0;\r\n```\r\n\r\n# Make a log webhook for the 'carboosting' in qb-smallresources &gt; server &gt; logs.lua:\r\n['carboosting'] = 'discord webhook'\r\n\r\n# Useable commands:\r\n'makeboost' --&gt; requires ace perms, gives a random boost to first in queue (forces queue)\r\n'boosting_queue' --&gt; requires ace perms, prints position and player name of players in queue\r\n'setboostingrep' --&gt; set the boosting rep of a given playerId (Shared.Permission)<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Os jogadores podem entrar na fila e, periodicamente, o servidor d\u00e1 \u00e0 primeira pessoa na fila um contrato aleat\u00f3rio com base em seu n\u00edvel. Um n\u00edvel mais alto significa que voc\u00ea tem maiores chances de contratos de aumento de classe mais altos. (D, C, B, A, S, S+)<\/p>\n<p>Os jogadores devem trabalhar juntos, onde um dirige o ve\u00edculo e o outro desativa os rastreadores para escapar da pol\u00edcia.<\/p>\n<p><strong><a class=\"wpil_keyword_link\" href=\"https:\/\/fivemx.com\/pt\/apoiar\/\" title=\"Apoiar\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"1405\">Apoiar<\/a> adicionado para ox_inventory, v\u00e1rios scripts de telefone e notifica\u00e7\u00f5es, requer ox_lib<\/strong><\/p>\n<p><strong>Caracter\u00edsticas:<\/strong><\/p>\n<ol>\n<li>Tipo de dinheiro configur\u00e1vel (dinheiro, banco, criptomoeda)<\/li>\n<li>Sistema de filas<\/li>\n<li>Reputa\u00e7\u00e3o e classe salvas por personagem<\/li>\n<li>Capacidade de transferir contratos com outros jogadores.<\/li>\n<li>Os ve\u00edculos recebem neon aleat\u00f3rio e atualiza\u00e7\u00f5es com base na classe do contrato<\/li>\n<li><strong>Ve\u00edculos com VIN riscado s\u00e3o adicionados \u00e0 tabela player_vehicles e s\u00e3o registrados como ve\u00edculos com VIN riscado (a pol\u00edcia pode verificar se um ve\u00edculo tem VIN riscado).<\/strong><\/li>\n<li>Executa em 0,00<\/li>\n<li><strong>Os hacks s\u00e3o sincronizados em todos os ve\u00edculos, o que significa que diferentes jogadores podem fazer o contrato juntos, trocar hackers, etc.\u00a0<\/strong>Somente os passageiros do banco da frente podem fazer os truques a cada minuto se o ve\u00edculo estiver acima de uma determinada velocidade.<\/li>\n<li>Por padr\u00e3o, os ve\u00edculos de um contrato enviam um sinal de rastreador a cada 20 segundos para todas as unidades policiais at\u00e9 que os rastreadores sejam desativados.<\/li>\n<li>Usa notifica\u00e7\u00f5es do telefone para mostrar a tarefa atual.<\/li>\n<li>Cerca de 100 locais diferentes s\u00e3o pr\u00e9-configurados e voc\u00ea pode adicionar outros facilmente<\/li>\n<li>Cerca de 55 locais de entrega diferentes s\u00e3o pr\u00e9-configurados<\/li>\n<li>Extenso registro e impress\u00f5es de depura\u00e7\u00e3o do console do servidor<\/li>\n<\/ol>","protected":false},"featured_media":159762,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[512,96,2907,511],"product_tag":[],"class_list":["post-159761","product","type-product","status-publish","has-post-thumbnail","product_cat-qbcore-scripts","product_cat-esx-scripts","product_cat-qbox-scripts","product_cat-standalone-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product\/159761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/comments?post=159761"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/media\/159762"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/media?parent=159761"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_brand?post=159761"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_cat?post=159761"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_tag?post=159761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}