Vison_Roblox

Untitled

Mar 8th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Hax = Instance.new("ScreenGui")
  4. local Ui = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextBox = Instance.new("TextBox")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local Lock = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local Username = Instance.new("TextBox")
  13. local Usn = Instance.new("TextLabel")
  14. local Pas = Instance.new("TextLabel")
  15. local Password = Instance.new("TextBox")
  16. local Login = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. Hax.Name = "Hax"
  21. Hax.Parent = game.CoreGui
  22.  
  23. Ui.Name = "Ui"
  24. Ui.Parent = Hax
  25. Ui.Active = true
  26. Ui.BackgroundColor3 = Color3.new(0.0666667, 0.470588, 1)
  27. Ui.BorderSizePixel = 0
  28. Ui.Draggable = true
  29. Ui.Position = UDim2.new(0, 470, 0, 190)
  30. Ui.Selectable = true
  31. Ui.Size = UDim2.new(0, 460, 0, 440)
  32. Ui.Visible = false
  33.  
  34. Frame.Parent = Ui
  35. Frame.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 1)
  36. Frame.BorderSizePixel = 0
  37. Frame.Size = UDim2.new(0, 460, 0, 50)
  38.  
  39. TextLabel.Parent = Frame
  40. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel.BackgroundTransparency = 1
  42. TextLabel.Position = UDim2.new(0, 130, 0, 0)
  43. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  44. TextLabel.Font = Enum.Font.Highway
  45. TextLabel.Text = "Vis Hax 1.0"
  46. TextLabel.TextColor3 = Color3.new(0.47451, 1, 0.0431373)
  47. TextLabel.TextSize = 50
  48.  
  49. TextBox.Parent = Ui
  50. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextBox.BorderSizePixel = 0
  52. TextBox.Position = UDim2.new(0, 110, 0, 60)
  53. TextBox.Size = UDim2.new(0, 240, 0, 50)
  54. TextBox.Font = Enum.Font.Highway
  55. TextBox.Text = "Player Name"
  56. TextBox.TextSize = 50
  57.  
  58. TextLabel_2.Parent = Ui
  59. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TextLabel_2.BackgroundTransparency = 1
  61. TextLabel_2.Position = UDim2.new(0, 135, 0, 390)
  62. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  63. TextLabel_2.Font = Enum.Font.Highway
  64. TextLabel_2.Text = "Made By Vision_Roblox"
  65. TextLabel_2.TextColor3 = Color3.new(0.129412, 0.996078, 0.301961)
  66. TextLabel_2.TextSize = 50
  67.  
  68. Lock.Name = "Lock"
  69. Lock.Parent = Hax
  70. Lock.Active = true
  71. Lock.BackgroundColor3 = Color3.new(0.0666667, 0.470588, 1)
  72. Lock.BorderSizePixel = 0
  73. Lock.Draggable = true
  74. Lock.Position = UDim2.new(0, 470, 0, 190)
  75. Lock.Selectable = true
  76. Lock.Size = UDim2.new(0, 460, 0, 440)
  77.  
  78. Frame_2.Parent = Lock
  79. Frame_2.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 1)
  80. Frame_2.BorderSizePixel = 0
  81. Frame_2.Size = UDim2.new(0, 460, 0, 50)
  82.  
  83. TextLabel_3.Parent = Frame_2
  84. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextLabel_3.BackgroundTransparency = 1
  86. TextLabel_3.Position = UDim2.new(0, 130, 0, 0)
  87. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  88. TextLabel_3.Font = Enum.Font.Highway
  89. TextLabel_3.Text = "Vis Hax 1.0"
  90. TextLabel_3.TextColor3 = Color3.new(0.47451, 1, 0.0431373)
  91. TextLabel_3.TextSize = 50
  92.  
  93. Username.Name = "Username"
  94. Username.Parent = Lock
  95. Username.Active = false
  96. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  97. Username.BorderSizePixel = 0
  98. Username.Position = UDim2.new(0, 110, 0, 110)
  99. Username.Selectable = false
  100. Username.Size = UDim2.new(0, 240, 0, 50)
  101. Username.Font = Enum.Font.Highway
  102. Username.Text = ""..game.Players.LocalPlayer.Name
  103. Username.TextSize = 50
  104.  
  105. Usn.Name = "Usn"
  106. Usn.Parent = Lock
  107. Usn.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Usn.BackgroundTransparency = 1
  109. Usn.BorderSizePixel = 0
  110. Usn.Position = UDim2.new(0, 130, 0, 50)
  111. Usn.Size = UDim2.new(0, 200, 0, 50)
  112. Usn.Font = Enum.Font.Highway
  113. Usn.Text = "Username"
  114. Usn.TextColor3 = Color3.new(1, 0.0392157, 0.054902)
  115. Usn.TextSize = 50
  116.  
  117. Pas.Name = "Pas"
  118. Pas.Parent = Lock
  119. Pas.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Pas.BackgroundTransparency = 1
  121. Pas.BorderSizePixel = 0
  122. Pas.Position = UDim2.new(0, 130, 0, 170)
  123. Pas.Size = UDim2.new(0, 200, 0, 50)
  124. Pas.Font = Enum.Font.Highway
  125. Pas.Text = "Password"
  126. Pas.TextColor3 = Color3.new(1, 0.0392157, 0.054902)
  127. Pas.TextSize = 50
  128.  
  129. Password.Name = "Password"
  130. Password.Parent = Lock
  131. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Password.BorderSizePixel = 0
  133. Password.Position = UDim2.new(0, 110, 0, 230)
  134. Password.Size = UDim2.new(0, 240, 0, 50)
  135. Password.Font = Enum.Font.Highway
  136. Password.Text = ""
  137. Password.TextSize = 50
  138.  
  139. Login.Name = "Login"
  140. Login.Parent = Lock
  141. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Login.BorderSizePixel = 0
  143. Login.Position = UDim2.new(0, 130, 0, 320)
  144. Login.Size = UDim2.new(0, 200, 0, 50)
  145. Login.Font = Enum.Font.Highway
  146. Login.Text = "Login"
  147. Login.TextSize = 50
  148.  
  149. Login.MouseButton1Down:connect(function()
  150. if Username.Text == "Vison_Roblox" and Password.Text == "Vison" then
  151. Lock.Visible = false
  152. Ui.Visible = true
  153. end
  154. if Username.Text == "BaconExploitz" and Password.Text == "Bacon" then
  155. Lock.Visible = false
  156. Ui.Visible = true
  157. end
  158. end)
  159.  
  160. while wait() do
  161. TextLabel_2.Text = "Made "
  162. wait(0.1)
  163. TextLabel_2.Text = "Made By "
  164. wait(0.1)
  165. TextLabel_2.Text = "Made By Vision"
  166. wait(0.1)
  167. TextLabel_2.Text = "Made By Vision_"
  168. wait(0.1)
  169. TextLabel_2.Text = "Made By Vision_Roblox"
  170. wait(0.1)
  171. end
Add Comment
Please, Sign In to add comment