Advertisement
MicrosoftExcel

CCcord-installer.lua

Feb 4th, 2021 (edited)
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. shell.run("wget", "https://raw.githubusercontent.com/Wendelstein7/DiscordHook-CC/master/DiscordHook.lua", "DiscordHook.lua")
  2. shell.run("pastebin", "get", "BtnK3DGU", "UUID")
  3. shell.run("pastebin", "get", "s0KzBRyb", "Discord.lua")
  4.  
  5. print("CCcord has successfully been installed.")
  6. repeat 
  7.     print("Run CCcord now? (y/N)")
  8.     r = read()
  9.     if r.lower() == "y" then --I think lower actually works differently in CC than lua but it works sometimes and I'm too lazy to change it now
  10.         shell.run("Discord.lua")
  11.         s = true
  12.     else if r.lower() == "n" then
  13.         s = true
  14.         end
  15.     end
  16. until s
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement