Advertisement
GDragonArcher

rick roll

Apr 22nd, 2023 (edited)
540
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 1 0
  1. local chatBox = peripheral.find("chatBox")
  2.  
  3. local message = {
  4.     {
  5.         text = "Click here for FREE netherite",
  6.         clickEvent = {
  7.             action = "open_url",
  8.             value = "https://www.youtube.com/watch?v=fcZXfoB2f70"
  9.         }
  10.      }
  11. }
  12.  
  13. local json = textutils.serialiseJSON(message)
  14.  
  15. chatBox.sendFormattedMessage(json)
  16.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement