MaxproGlitcher

clipboard

Jun 26th, 2026 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local function v8(v6)
  2. local v7 = false
  3. pcall(function()
  4. if not setclipboard then
  5. if syn and syn.set_clipboard then
  6. syn.set_clipboard(v6)
  7. v7 = true
  8. end
  9. else
  10. setclipboard(v6)
  11. v7 = true
  12. end
  13. end)
  14. return v7
  15. end
Advertisement
Add Comment
Please, Sign In to add comment