Sharkkkkkk

FiendHubLoading

Aug 9th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. --[[
  2. Gui to Lua Converter
  3. -- Revamped by:HoIyScript
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local LoadingFrame = Instance.new("Frame")
  11. local Frame2 = Instance.new("Frame")
  12. local Welcome = Instance.new("TextLabel")
  13. local Information = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local MainIntro = Instance.new("TextLabel")
  16.  
  17. --[[
  18. Properties:
  19. --]]
  20.  
  21. LoadingFrame.Name = "LoadingFrame"
  22. LoadingFrame.Parent = game.StarterGui.ScreenGui
  23. LoadingFrame.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  24. LoadingFrame.BorderSizePixel = 0
  25. LoadingFrame.Position = UDim2.new(0.326642334, 0, 0.277981818, 0)
  26. LoadingFrame.Size = UDim2.new(0, 380, 0, 25)
  27.  
  28. Frame2.Name = "Frame2"
  29. Frame2.Parent = LoadingFrame
  30. Frame2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  31. Frame2.BorderSizePixel = 0
  32. Frame2.Position = UDim2.new(-0.000883609056, 0, 0.9724105, 0)
  33. Frame2.Size = UDim2.new(0, 380, 0, 242)
  34.  
  35. Welcome.Name = "Welcome"
  36. Welcome.Parent = Frame2
  37. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Welcome.BackgroundTransparency = 1
  39. Welcome.Position = UDim2.new(0.234210521, 0, -0.00281000137, 0)
  40. Welcome.Size = UDim2.new(0, 200, 0, 50)
  41. Welcome.Font = Enum.Font.Gotham
  42. Welcome.Text = "~ Welcome ~"
  43. Welcome.TextColor3 = Color3.new(1, 1, 1)
  44. Welcome.TextSize = 25
  45.  
  46. Information.Name = "Information"
  47. Information.Parent = Frame2
  48. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Information.BackgroundTransparency = 1
  50. Information.Position = UDim2.new(0.0973684117, 0, -0.0669423044, 0)
  51. Information.Size = UDim2.new(0, 305, 0, 172)
  52. Information.Font = Enum.Font.Gotham
  53. Information.Text = "Hello! Welcome to Fiend Hub. We offer you a lot of scripts to choose and we're here to make your exploiting better."
  54. Information.TextColor3 = Color3.new(1, 1, 1)
  55. Information.TextSize = 18
  56. Information.TextWrapped = true
  57.  
  58. TextButton.Parent = Frame2
  59. TextButton.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  60. TextButton.BorderColor3 = Color3.new(1, 1, 1)
  61. TextButton.BorderSizePixel = 0
  62. TextButton.Position = UDim2.new(0.123684213, 0, 0.528925598, 0)
  63. TextButton.Size = UDim2.new(0, 295, 0, 50)
  64. TextButton.Font = Enum.Font.Gotham
  65. TextButton.Text = "Start"
  66. TextButton.TextColor3 = Color3.new(1, 1, 1)
  67. TextButton.TextSize = 18
  68. TextButton.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/f3BDAqsm",true))()
  70. end)
  71.  
  72. MainIntro.Name = "MainIntro"
  73. MainIntro.Parent = LoadingFrame
  74. MainIntro.BackgroundColor3 = Color3.new(1, 1, 1)
  75. MainIntro.BackgroundTransparency = 1
  76. MainIntro.Position = UDim2.new(0.234210521, 0, -0.519999981, 0)
  77. MainIntro.Size = UDim2.new(0, 200, 0, 50)
  78. MainIntro.Font = Enum.Font.Gotham
  79. MainIntro.Text = "Fiend Hub"
  80. MainIntro.TextColor3 = Color3.new(1, 1, 1)
  81. MainIntro.TextSize = 18
Add Comment
Please, Sign In to add comment