Advertisement
Guest User

f

a guest
Dec 16th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local DexterHub = Instance.new("ScreenGui")
  4. local WhitelistGui = Instance.new("Frame")
  5. local Username = Instance.new("TextBox")
  6. local Password = Instance.new("TextBox")
  7. local WhitelistText = Instance.new("TextLabel")
  8. local Submit = Instance.new("TextButton")
  9. local MainGui = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local DexterHilton = Instance.new("TextButton")
  12. local DexV3 = Instance.new("TextButton")
  13. --Properties:
  14. DexterHub.Name = "DexterHub"
  15. DexterHub.Parent = game.CoreGui
  16.  
  17. WhitelistGui.Name = "WhitelistGui"
  18. WhitelistGui.Parent = DexterHub
  19. WhitelistGui.BackgroundColor3 = Color3.new(1, 1, 1)
  20. WhitelistGui.Position = UDim2.new(0.632911444, 0, 0.464143395, 0)
  21. WhitelistGui.Size = UDim2.new(0, 261, 0, 283)
  22. WhitelistGui.Draggable = true
  23. WhitelistGui.Active = true
  24.  
  25. Username.Name = "Username"
  26. Username.Parent = WhitelistGui
  27. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Username.Position = UDim2.new(0, 0, 0.201413423, 0)
  29. Username.Size = UDim2.new(0, 261, 0, 25)
  30. Username.Font = Enum.Font.SourceSansSemibold
  31. Username.PlaceholderColor3 = Color3.new(0.00392157, 0.698039, 0.0627451)
  32. Username.PlaceholderText = "8-Digit Username"
  33. Username.Text = ""
  34. Username.TextColor3 = Color3.new(0, 0, 0)
  35. Username.TextSize = 14
  36.  
  37. Password.Name = "Password"
  38. Password.Parent = WhitelistGui
  39. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Password.Position = UDim2.new(0, 0, 0.512367487, 0)
  41. Password.Size = UDim2.new(0, 261, 0, 25)
  42. Password.Font = Enum.Font.SourceSansSemibold
  43. Password.PlaceholderColor3 = Color3.new(0.00392157, 0.698039, 0.0627451)
  44. Password.PlaceholderText = "8-Digit Password"
  45. Password.Text = ""
  46. Password.TextColor3 = Color3.new(0, 0, 0)
  47. Password.TextSize = 14
  48.  
  49. WhitelistText.Name = "WhitelistText"
  50. WhitelistText.Parent = WhitelistGui
  51. WhitelistText.BackgroundColor3 = Color3.new(1, 1, 1)
  52. WhitelistText.BorderColor3 = Color3.new(0.333333, 0, 1)
  53. WhitelistText.BorderSizePixel = 0
  54. WhitelistText.Position = UDim2.new(0.114942528, 0, 0.0247349832, 0)
  55. WhitelistText.Size = UDim2.new(0, 200, 0, 36)
  56. WhitelistText.Font = Enum.Font.SourceSans
  57. WhitelistText.Text = "Dexter Hub Whitelist"
  58. WhitelistText.TextColor3 = Color3.new(0, 0, 0)
  59. WhitelistText.TextScaled = true
  60. WhitelistText.TextSize = 14
  61. WhitelistText.TextWrapped = true
  62.  
  63. Submit.Name = "Submit"
  64. Submit.Parent = WhitelistGui
  65. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Submit.BorderColor3 = Color3.new(0, 0, 0.498039)
  67. Submit.BorderSizePixel = 3
  68. Submit.Position = UDim2.new(0.114942528, 0, 0.710247338, 0)
  69. Submit.Size = UDim2.new(0, 200, 0, 50)
  70. Submit.Font = Enum.Font.SourceSans
  71. Submit.Text = "Submit"
  72. Submit.TextColor3 = Color3.new(0, 0, 0)
  73. Submit.TextSize = 30
  74. Submit.TextWrapped = true
  75. Submit.MouseButton1Click:connect(function()
  76.  
  77. if Username.Text == "DexterSA" and Password.Text == "DexterAS" then
  78. MainGui.Visible = true
  79. WhitelistGui.Visible = false
  80. end
  81. end)
  82.  
  83. MainGui.Name = "MainGui"
  84. MainGui.Parent = DexterHub
  85. MainGui.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  86. MainGui.BorderColor3 = Color3.new(1, 1, 0)
  87. MainGui.Position = UDim2.new(0.0267229229, 0, 0.0517928302, 0)
  88. MainGui.Size = UDim2.new(0, 445, 0, 310)
  89. MainGui.Visible = false
  90.  
  91. Title.Name = "Title"
  92. Title.Parent = MainGui
  93. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Title.BackgroundTransparency = 1
  95. Title.BorderSizePixel = 0
  96. Title.Position = UDim2.new(0.166292131, 0, 0.0483870953, 0)
  97. Title.Size = UDim2.new(0, 329, 0, 50)
  98. Title.Font = Enum.Font.SourceSans
  99. Title.Text = "Dexter Hub v1"
  100. Title.TextColor3 = Color3.new(0, 0, 0)
  101. Title.TextSize = 40
  102. Title.TextWrapped = true
  103.  
  104. DexterHilton.Name = "DexterHilton"
  105. DexterHilton.Parent = MainGui
  106. DexterHilton.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  107. DexterHilton.BorderSizePixel = 2
  108. DexterHilton.Position = UDim2.new(0.0359550565, 0, 0.261290312, 0)
  109. DexterHilton.Size = UDim2.new(0, 114, 0, 50)
  110. DexterHilton.Font = Enum.Font.SourceSans
  111. DexterHilton.Text = "Dexter Hilton Hotels"
  112. DexterHilton.TextColor3 = Color3.new(0, 0, 0)
  113. DexterHilton.TextSize = 14
  114. DexterHilton.MouseButton1Click:connect(function()
  115. loadstring(game:HttpGet(('https://pastebin.com/raw/E5SHqUgW'),true))()
  116. end)
  117.  
  118. DexV3.Name = "DexV3"
  119. DexV3.Parent = MainGui
  120. DexV3.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  121. DexV3.BorderSizePixel = 2
  122. DexV3.Position = UDim2.new(0.352808982, 0, 0.261290312, 0)
  123. DexV3.Size = UDim2.new(0, 114, 0, 50)
  124. DexV3.Font = Enum.Font.SourceSans
  125. DexV3.Text = "DexV3"
  126. DexV3.TextColor3 = Color3.new(0, 0, 0)
  127. DexV3.TextSize = 14
  128. DexV3.MouseButton1Click:connect(function()
  129. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  130. end)
  131.  
  132. -- Scripts:
  133. function SCRIPT_UZPX86_FAKESCRIPT() -- MainGui.LocalScript
  134. local script = Instance.new('LocalScript')
  135. script.Parent = MainGui
  136. local UserInputService = game:GetService("UserInputService")
  137.  
  138. local gui = script.Parent
  139.  
  140. local dragging
  141. local dragInput
  142. local dragStart
  143. local startPos
  144.  
  145. local function update(input)
  146. local delta = input.Position - dragStart
  147. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  148. end
  149.  
  150. gui.InputBegan:Connect(function(input)
  151. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  152. dragging = true
  153. dragStart = input.Position
  154. startPos = gui.Position
  155.  
  156. input.Changed:Connect(function()
  157. if input.UserInputState == Enum.UserInputState.End then
  158. dragging = false
  159. end
  160. end)
  161. end
  162. end)
  163.  
  164. gui.InputChanged:Connect(function(input)
  165. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  166. dragInput = input
  167. end
  168. end)
  169.  
  170. UserInputService.InputChanged:Connect(function(input)
  171. if input == dragInput and dragging then
  172. update(input)
  173. end
  174. end)
  175.  
  176.  
  177.  
  178.  
  179. end
  180. coroutine.resume(coroutine.create(SCRIPT_UZPX86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement