Advertisement
1_F0

Untitled

Jun 17th, 2020
999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. _G.ToggleColor = Color3.fromRGB(0,216,111)
  2. _G.ButtonColor = Color3.fromRGB(0,216,111)
  3. _G.SliderColor = Color3.fromRGB(0,216,111)
  4.  
  5. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  6.  
  7. local w = library:CreateWindow("Lucid Dreams")
  8.  
  9. local b = w:CreateFolder("Main")
  10.  
  11. b:Label("Pretty useless script, still fun to use sometimes.",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor
  12.  
  13. b:Button("Lucid Dreams",function()
  14. loadstring(game:HttpGet('https://paste.ee/r/ULPfT'))()
  15. end)
  16.  
  17. b:DestroyGUI()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement