plytalent

Untitled

Nov 14th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 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. --sources https://paste.ee/r/87MP2
  6.  
  7. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  8.  
  9. local w = library:CreateWindow("Reanimationus Supremus")
  10.  
  11. local b = w:CreateFolder("Main1")
  12. local h = w:CreateFolder("Destroy GUI")
  13.  
  14. b:Label("Enjoy the gui. Discord: Sinister Dan#9793",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor
  15.  
  16. b:Button("Albert Wesker",function()
  17. loadstring(game:HttpGet('https://pastebin.com/raw/3HEkCX6i'))()
  18. end)
  19.  
  20. b:Button("Star Glitcher",function()
  21. loadstring(game:HttpGet('https://pastebin.com/raw/wcn1SjgN'))()
  22. end)
  23.  
  24. b:Button("Cop",function()
  25. loadstring(game:HttpGet('https://pastebin.com/raw/DAkgVZ5Q'))()
  26. end)
  27.  
  28. b:Button("Krystal Dance",function()
  29. loadstring(game:HttpGet('https://pastebin.com/raw/gtyrv3GL'))()
  30. end)
  31.  
  32. b:Button("Sans",function()
  33. loadstring(game:HttpGet('https://pastebin.com/raw/yDcp9P97'))()
  34. end)
  35.  
  36. b:Button("Xester",function()
  37. loadstring(game:HttpGet('https://pastebin.com/raw/fKyX4WHq'))()
  38. end)
  39.  
  40. b:Button("Ender",function()
  41. loadstring(game:HttpGet('https://pastebin.com/raw/5JwwWyp3'))()
  42. end)
  43.  
  44. b:Button("Waifu",function()
  45. loadstring(game:HttpGet('https://paste.ee/r/zVyJj'))()
  46. end)
  47.  
  48. b:Button("Big Boie",function()
  49. loadstring(game:HttpGet('https://paste.ee/r/Y5sSc'))()
  50. end)
  51.  
  52. b:Button("Jump in the Caac",function()
  53. loadstring(game:HttpGet('https://paste.ee/r/ewFRC'))()
  54. end)
  55.  
  56. b:Button("Big daddy",function()
  57. loadstring(game:HttpGet('https://paste.ee/r/VLwOQ'))()
  58. end)
  59.  
  60. b:Button("Eyo-Zen",function()
  61. loadstring(game:HttpGet('https://paste.ee/r/occhJ'))()
  62. end)
  63.  
  64. b:Button("Rejoin",function()
  65. local ts = game:GetService("TeleportService")
  66. local p = game:GetService("Players").LocalPlayer
  67.  
  68. ts:Teleport(game.PlaceId, p)
  69. end)
  70.  
  71. h:DestroyGUI()
  72. -- Use it if you want to let people customize toggles,buttons and sliders color
  73.  
  74. --Example of refresh
  75.  
  76. --[[local label = b:Label("Hi",Color3.fromRGB(255,0,0),Color3.fromRGB(0,255,0))
  77.  
  78. label:Refresh("Not epic")
  79.  
  80. local dropdown = b:Dropdown("Hi",{"A","B"})
  81.  
  82. dropdown:Refresh({"A","B","C"})
  83. ]]
Add Comment
Please, Sign In to add comment