Advertisement
KlydPH

Klyd's FE Hub v1

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