Advertisement
ALENTL

gcphone/client.lua

Sep 28th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. elseif IsControlJustPressed(1, 176) then -- TAKE.. PIC
  2. exports['screenshot-basic']:requestScreenshotUpload("YOUR WEEBHOK HERE", "files[]", function(data) local image = json.decode(data) DestroyMobilePhone() CellCamActivate(false, false)
  3. cb(json.encode({ url = image.attachments[1].proxy_url })) end)
  4. takePhoto = false
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement