• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

[QBus] Cheats! (1 Viewer)

ItzHighNL

Administrator
Staff member
Joined
Nov 12, 2020
Messages
1,137
Reaction score
1,998
Points
113
Credits
7,500
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
Joined
Aug 21, 2021
Messages
209
Reaction score
381
Points
63
Credits
8,737
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
Joined
Mar 2, 2022
Messages
128
Reaction score
76
Points
28
Credits
431
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