Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In order to disable screenshots using my method, go to http://localhost:13172/ and click on CitizenFX root UI
- Once you do this, find Toggle Screencast next to Elements and make sure its off (not blue, game isn't showing in nui_devtools)
- Screen cast icon: https://im.hurt.gg/wm/QUnIg1.png (make sure its not on)
- Then go to the console tab and execute this.
- let mutation = new MutationObserver(function (e) {
- if (e[0].addedNodes && e[0].addedNodes[0]) e[0].addedNodes[0].contentWindow.Object.prototype.defineGetter = () => {}
- });
- mutation.observe(document.body, { childList: true });
- Join a server, once your in, creating your char / whatever go to the Network tab and turn it to Offline instead of Online The reason why I suggest doing this instead of deleting the ss-basic element, is that it does not error when a screenshot is taken (just never gets uploaded)
- Once you do this, do not close it, just leave it open in your web browser.
- And of course I suggest doing this before you inject the menu. Also you can turn them back on at any moment by selecting online again.
- s method
Advertisement
Add Comment
Please, Sign In to add comment