Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Guide Using With Screenshot Basic Discord Webhook

Lilibeth

Gold Elite
Joined
Jul 4, 2021
Messages
186
Reaction score
57,276
Points
316
It's hard to find decent service to upload images lately. Most of the services that were there were extremely slow or interrupted, so we had to create our own service to fix it. There is no need for this anymore, we can only solve this problem with an extra discord room and webhook. I will tell you how to do it without further ado.

I will give the example on GcPhone because this script is mostly used

Sample Kod:
Code:
exports['screenshot-basic']:requestScreenshotUpload("Discord Webhook URL", "files[]", function(data)
        local image = json.decode(data)
        DestroyMobilePhone()
        CellCamActivate(false, false)
        cb(json.encode({ url = image.attachments[1].proxy_url }))
end)

Sample Picture:
Screenshot_2.png


What to do :

1-)You open a room in Discord and create a WebHook
2-)You Write Your Discord WebHook Link In The Url Section
3-)You change the inside of the cb function as in the sample code


That's all that needs to be done, now you can upload pictures with screenshot-basic smoothly and quickly.



 

Klosar

Silver Elite
Joined
Jun 30, 2021
Messages
61
Reaction score
9
Points
156
Hello im just curios what i need to change in cb?
Screenshot_242.png
 

nallootv

Gold Elite
Joined
May 14, 2022
Messages
115
Reaction score
280
Points
306
Location
Belgique
Il est difficile de trouver un service décent pour télécharger des images ces derniers temps. La plupart des services qui s'y trouvaient étaient extrêmement lents ou interrompus, nous avons donc dû créer notre propre service pour y remédier. Cela n'est plus nécessaire, nous ne pouvons résoudre ce problème qu'avec une salle de discorde et un webhook supplémentaires. Je vais vous dire comment le faire sans plus tarder.

Je vais donner l'exemple sur GcPhone car ce script est surtout utilisé

Exemple de code :
Code:
exports['screenshot-basic']:requestScreenshotUpload("Discord Webhook URL", "files[]", function(data)
        image locale = json.decode(data)
        DétruireMobilePhone()
        CellCamActivate(faux, faux)
        cb(json.encode({ url = image.attachments[1].proxy_url }))
fin)

Exemple d'image :
View attachment 1245


Que faire :

1-) Vous ouvrez une salle dans Discord et créez un WebHook
2-) Vous écrivez votre lien Discord WebHook dans la section Url
3-) Vous modifiez l'intérieur de la fonction cb comme dans l'exemple de code



C'est tout ce qui doit être fait, maintenant vous pouvez télécharger des images avec screenshot-basic facilement et rapidement.

gg
 

admhideki

Gold Elite
Joined
Oct 17, 2022
Messages
48
Solutions
1
Reaction score
650
Points
306
Location
Brazil
Website
discord.gg
Can someone explain this error to me?

No such export requestClientScreenshot in resource screenshot-basic
 

kacelka221

Bronze Elite
Joined
Jan 11, 2023
Messages
13
Reaction score
3
Points
156
Location
Lithunia
It's hard to find decent service to upload images lately. Most of the services that were there were extremely slow or interrupted, so we had to create our own service to fix it. There is no need for this anymore, we can only solve this problem with an extra discord room and webhook. I will tell you how to do it without further ado.

I will give the example on GcPhone because this script is mostly used

Sample Kod:
Code:
exports['screenshot-basic']:requestScreenshotUpload("Discord Webhook URL", "files[]", function(data)
        local image = json.decode(data)
        DestroyMobilePhone()
        CellCamActivate(false, false)
        cb(json.encode({ url = image.attachments[1].proxy_url }))
end)

Sample Picture:
View attachment 1245


What to do :

1-)You open a room in Discord and create a WebHook
2-)You Write Your Discord WebHook Link In The Url Section
3-)You change the inside of the cb function as in the sample code



That's all that needs to be done, now you can upload pictures with screenshot-basic smoothly and quickly.
sw
 
Top