Advertisement
ToxicWHOMakesGUIS

Skidhub X

Feb 10th, 2019
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1.  
  2. local Injector = Instance.new("ScreenGui")
  3. local MainInjectorFrame = Instance.new("Frame")
  4. local TopBar = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local BottomBar = Instance.new("Frame")
  7. local Text = Instance.new("TextLabel")
  8. local Inject = Instance.new("TextButton")
  9.  
  10. Injector.Name = "Injector"
  11. Injector.Parent = game.CoreGui
  12.  
  13. MainInjectorFrame.Name = "MainInjectorFrame"
  14. MainInjectorFrame.Parent = Injector
  15. MainInjectorFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  16. MainInjectorFrame.BackgroundTransparency = 0.5
  17. MainInjectorFrame.Position = UDim2.new(0.395962745, 0, 0.310546875, 0)
  18. MainInjectorFrame.Size = UDim2.new(0, 357, 0, 324)
  19. MainInjectorFrame.Active = true
  20. MainInjectorFrame.Draggable = true
  21.  
  22. TopBar.Name = "TopBar"
  23. TopBar.Parent = MainInjectorFrame
  24. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  25. TopBar.Position = UDim2.new(0, 0, -0.0833333358, 0)
  26. TopBar.Size = UDim2.new(0, 357, 0, 54)
  27.  
  28. TextLabel.Parent = TopBar
  29. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel.BackgroundTransparency = 1
  31. TextLabel.Size = UDim2.new(0, 357, 0, 50)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "SKIDHUB X INJECTOR"
  34. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14
  37. TextLabel.TextWrapped = true
  38.  
  39. BottomBar.Name = "BottomBar"
  40. BottomBar.Parent = MainInjectorFrame
  41. BottomBar.BackgroundColor3 = Color3.new(0, 0, 0)
  42. BottomBar.Position = UDim2.new(0, 0, 0.916666687, 0)
  43. BottomBar.Size = UDim2.new(0, 357, 0, 27)
  44.  
  45. Text.Name = "Text"
  46. Text.Parent = MainInjectorFrame
  47. Text.BackgroundColor3 = Color3.new(0, 0, 0)
  48. Text.BackgroundTransparency = 1
  49. Text.Position = UDim2.new(0.0504201688, 0, 0.0833333358, 0)
  50. Text.Size = UDim2.new(0, 321, 0, 170)
  51. Text.Font = Enum.Font.SourceSans
  52. Text.Text = "Welcome to Skidhub X, an exploit GUI for newer exploiters. Game must have HTTP requests for skidhub to work, for auto update purposes. Press Inject to continue."
  53. Text.TextColor3 = Color3.new(1, 1, 1)
  54. Text.TextScaled = true
  55. Text.TextSize = 14
  56. Text.TextWrapped = true
  57.  
  58.  
  59.  
  60. Inject.Name = "Inject"
  61. Inject.Parent = MainInjectorFrame
  62. Inject.BackgroundColor3 = Color3.new(0, 0, 0)
  63. Inject.Position = UDim2.new(0.0784313753, 0, 0.69135803, 0)
  64. Inject.Size = UDim2.new(0, 301, 0, 50)
  65. Inject.Font = Enum.Font.SourceSans
  66. Inject.Text = "Inject"
  67. Inject.TextColor3 = Color3.new(1, 1, 1)
  68. Inject.TextScaled = true
  69. Inject.TextSize = 14
  70. Inject.TextWrapped = true
  71. Inject.MouseButton1Click:connect(function()
  72. loadstring(game:HttpGet(('https://pastebin.com/raw/ydaLkrhC'),true))()
  73. game.CoreGui.Injector:Destroy()
  74.  
  75. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement