Advertisement
Mil_Dev

Untitled

Dec 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextButton_3 = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  19. Frame.BorderSizePixel = 0
  20. Frame.Position = UDim2.new(0.331018507, 0, 0.214046821, 0)
  21. Frame.Size = UDim2.new(0, 291, 0, 341)
  22.  
  23. TextButton.Parent = Frame
  24. TextButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. TextButton.BorderSizePixel = 0
  26. TextButton.Position = UDim2.new(0.0756013691, 0, 0.794721425, 0)
  27. TextButton.Size = UDim2.new(0, 97, 0, 33)
  28. TextButton.Font = Enum.Font.GothamSemibold
  29. TextButton.Text = "Yes"
  30. TextButton.TextColor3 = Color3.new(1, 1, 1)
  31. TextButton.TextScaled = true
  32. TextButton.TextSize = 14
  33. TextButton.TextWrapped = true
  34. TextButton.MouseButton1Down:connect(function()
  35. loadstring(game:HttpGet("https://pastebin.com/raw/C92YB6Bv", true))()
  36. end)
  37.  
  38. TextButton_2.Parent = Frame
  39. TextButton_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. TextButton_2.BorderSizePixel = 0
  41. TextButton_2.Position = UDim2.new(0.567010283, 0, 0.794721425, 0)
  42. TextButton_2.Size = UDim2.new(0, 97, 0, 33)
  43. TextButton_2.Font = Enum.Font.GothamSemibold
  44. TextButton_2.Text = "No"
  45. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  46. TextButton_2.TextScaled = true
  47. TextButton_2.TextSize = 14
  48. TextButton_2.TextWrapped = true
  49.  
  50. TextLabel.Parent = Frame
  51. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextLabel.BackgroundTransparency = 1
  53. TextLabel.BorderSizePixel = 0
  54. TextLabel.Position = UDim2.new(0.0790378004, 0, 0.243401751, 0)
  55. TextLabel.Size = UDim2.new(0, 244, 0, 71)
  56. TextLabel.Font = Enum.Font.GothamSemibold
  57. TextLabel.Text = "Do you want to continue to Ios X Hub?"
  58. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  59. TextLabel.TextScaled = true
  60. TextLabel.TextSize = 14
  61. TextLabel.TextWrapped = true
  62.  
  63. TextButton_3.Parent = Frame
  64. TextButton_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  65. TextButton_3.BorderSizePixel = 0
  66. TextButton_3.Position = UDim2.new(0.8041237, 0, 0.0234604478, 0)
  67. TextButton_3.Size = UDim2.new(0, 50, 0, 33)
  68. TextButton_3.Font = Enum.Font.GothamSemibold
  69. TextButton_3.Text = "X"
  70. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  71. TextButton_3.TextScaled = true
  72. TextButton_3.TextSize = 14
  73. TextButton_3.TextWrapped = true
  74.  
  75. -- Scripts:
  76.  
  77. local function ZCWAMXG_fake_script() -- TextButton.Script
  78. local script = Instance.new('Script', TextButton)
  79.  
  80. function onClick()
  81. script.Parent.Parent.Visible = false
  82. end
  83. script.Parent.MouseButton1Click:connect(onClick)
  84. end
  85. coroutine.wrap(ZCWAMXG_fake_script)()
  86. local function CVLJDE_fake_script() -- TextButton_2.LocalScript
  87. local script = Instance.new('LocalScript', TextButton_2)
  88.  
  89. script.Parent.MouseButton1Down:Connect(function()
  90. game.Players.LocalPlayer:Kick("If you don't wanna continue to Ios X Hub you can continue being kicked fromt the game!")
  91. end)
  92. end
  93. coroutine.wrap(CVLJDE_fake_script)()
  94. local function UTBKU_fake_script() -- TextButton_3.LocalScript
  95. local script = Instance.new('LocalScript', TextButton_3)
  96.  
  97. script.Parent.MouseButton1Click:Connect(function()
  98. script.Parent.Parent.Visible = false
  99. end)
  100. end
  101. coroutine.wrap(UTBKU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement