• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

[QBus] Cheats! (1 Viewer)

ItzHighNL

Administrator
God VIP
Nov 12, 2020
1,388
2,184
113
Credits
27,606
Open DevTools and inject the following in the DT Console:
Code:
function waitaminute(ms) {
? ? return new Promise(resolve => setTimeout(resolve,ms));
}

async function hacking() {
? ? console.log('Jood...');

for(let i = 0; i < 5; i++) {
? ? fetch("http://qb-inventory/combineWithAnim", {
? ? ? ? "headers": {
? ? ? ?  "accept": "*/*",
? ? ? ?  "content-type": "application/x-www-form-urlencoded; charset=UTF-8"
? ? ? ? },
? ? ? ? "referrer": "",
? ? ? ? "referrerPolicy": "no-referrer-when-downgrade",
? ? ? ? "body": "{\"combineData\":{\"anim\":{\"dict\":\"anim@amb@business@weed@weed_inspecting_high_dry@\",\"text\":\"Hacking\",\"lib\":\"weed_inspecting_high_base_inspector\",\"timeOut\":1},\"reward\":\"painkillers\",\"accept\":[\"screwdriverset\"]},\"usedItem\":\"lockpick\",\"requiredItem\":\"screwdriverset\"}",
? ? ? ? "method": "POST",
? ? ? ? "mode": "cors",
? ? ? ? "credentials": "omit"
? ? ? ? ? });
await waitaminute(1750)
? ? }
}

hacking();

Change reward to anything you'd like.
 
  • Like
Reactions: scc
K

KneeGrows

Guest
Have people really not fixed this one yet? Just add a check if they have the ingredients for the recipie and check the reward is the result of that combination on the server side lol. You don't even have to run it on nui_devtools, if the server blocks that you can always use chrome devtools on http://localhost:13172/
 
P

PopSmoke

Guest
KneeGrows said:
Have people really not fixed this one yet? Just add a check if they have the ingredients for the recipie and check the reward is the result of that combination on the server side lol. You don't even have to run it on nui_devtools, if the server blocks that you can always use chrome devtools on http://localhost:13172/

Using localhost:13172 won't work.
FiveM sends data back into the game unless you block the communication.
There is a way to bypass this.
 
K

KneeGrows

Guest
PopSmoke said:
Using localhost:13172 won't work.
FiveM sends data back into the game unless you block the communication.
There is a way to bypass this.

This is wrong. Any code I execute on localhost dev tools is still executed by the server. The only way to stop people from doing this, is to fix the damn exploit.
 

crose

Well-known member
Aug 21, 2021
207
326
63
Credits
9,410
This is crazy lol, why use cheats? Lucky for me no ome uses cheats on my server because its locally hosted lol.
 
  • Post hidden due to user being banned.

scc

Active member
Mar 2, 2022
124
82
28
Credits
519
Open DevTools and inject the following in the DT Console:
Code:
function waitaminute(ms) {
? ? return new Promise(resolve => setTimeout(resolve,ms));
}

async function hacking() {
? ? console.log('Jood...');

for(let i = 0; i < 5; i++) {
? ? fetch("http://qb-inventory/combineWithAnim", {
? ? ? ? "headers": {
? ? ? ?  "accept": "*/*",
? ? ? ?  "content-type": "application/x-www-form-urlencoded; charset=UTF-8"
? ? ? ? },
? ? ? ? "referrer": "",
? ? ? ? "referrerPolicy": "no-referrer-when-downgrade",
? ? ? ? "body": "{\"combineData\":{\"anim\":{\"dict\":\"anim@amb@business@weed@weed_inspecting_high_dry@\",\"text\":\"Hacking\",\"lib\":\"weed_inspecting_high_base_inspector\",\"timeOut\":1},\"reward\":\"painkillers\",\"accept\":[\"screwdriverset\"]},\"usedItem\":\"lockpick\",\"requiredItem\":\"screwdriverset\"}",
? ? ? ? "method": "POST",
? ? ? ? "mode": "cors",
? ? ? ? "credentials": "omit"
? ? ? ? ? });
await waitaminute(1750)
? ? }
}

hacking();

Change reward to anything you'd like.
mixed content the pahe at was loaded over https but requested an insecure resource this request has been blocked

Every time I try, it throws an error from the console. If there is an alternative or working version, can you share it with us? pls
 

Users who are viewing this thread

Top