Advertisement
MajorLeagueGamingHax

UnknownGUI

Nov 30th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local plr = game.Players.LocalPlayer
  7. local UnknownGUIV2 = Instance.new("ScreenGui")
  8. local LoginFrame = Instance.new("Frame")
  9. local Login = Instance.new("TextButton")
  10. local Name = Instance.new("TextBox")
  11. local Pass = Instance.new("TextBox")
  12. local LoginTitle = Instance.new("TextLabel")
  13. local LoginVersion = Instance.new("TextLabel")
  14. local MainFrame = Instance.new("Frame")
  15. local SetSpeed = Instance.new("TextButton")
  16. local MainTitle = Instance.new("TextLabel")
  17. local MainVersion = Instance.new("TextLabel")
  18. local SpeedValue = Instance.new("TextBox")
  19. local ResetSpeed = Instance.new("TextButton")
  20. local FPSGUI = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. UnknownGUIV2.Name = "UnknownGUIV2"
  25. UnknownGUIV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = UnknownGUIV2
  29. LoginFrame.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
  30. LoginFrame.BackgroundTransparency = 0.15000000596046
  31. LoginFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  32. LoginFrame.BorderSizePixel = 2
  33. LoginFrame.Position = UDim2.new(0.25316456, 0, 0.145631075, 0)
  34. LoginFrame.Size = UDim2.new(0, 190, 0, 300)
  35.  
  36. Login.Name = "Login"
  37. Login.Parent = LoginFrame
  38. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Login.BackgroundTransparency = 0.85000002384186
  40. Login.BorderSizePixel = 0
  41. Login.Position = UDim2.new(0.247368425, 0, 0.829999983, 0)
  42. Login.Size = UDim2.new(0, 95, 0, 21)
  43. Login.Font = Enum.Font.GothamBlack
  44. Login.Text = "Login"
  45. Login.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  46. Login.TextSize = 14
  47. Login.TextWrapped = true
  48.  
  49. Name.Name = "Name"
  50. Name.Parent = LoginFrame
  51. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  52. Name.BackgroundTransparency = 0.85000002384186
  53. Name.BorderSizePixel = 0
  54. Name.Position = UDim2.new(0.210526317, 0, 0.25333336, 0)
  55. Name.Size = UDim2.new(0, 110, 0, 30)
  56. Name.Font = Enum.Font.GothamBlack
  57. Name.Text = "Name"
  58. Name.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  59. Name.TextSize = 14
  60. Name.TextWrapped = true
  61.  
  62. Pass.Name = "Pass"
  63. Pass.Parent = LoginFrame
  64. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Pass.BackgroundTransparency = 0.85000002384186
  66. Pass.BorderSizePixel = 0
  67. Pass.Position = UDim2.new(0.210526347, 0, 0.446666747, 0)
  68. Pass.Size = UDim2.new(0, 110, 0, 30)
  69. Pass.Font = Enum.Font.GothamBlack
  70. Pass.Text = "Password"
  71. Pass.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  72. Pass.TextSize = 14
  73. Pass.TextWrapped = true
  74.  
  75. LoginTitle.Name = "LoginTitle"
  76. LoginTitle.Parent = LoginFrame
  77. LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  78. LoginTitle.BackgroundTransparency = 0.85000002384186
  79. LoginTitle.Size = UDim2.new(0, 190, 0, 36)
  80. LoginTitle.Font = Enum.Font.GothamBlack
  81. LoginTitle.Text = "Unknown GUI"
  82. LoginTitle.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  83. LoginTitle.TextSize = 14
  84.  
  85. LoginVersion.Name = "LoginVersion"
  86. LoginVersion.Parent = LoginFrame
  87. LoginVersion.BackgroundColor3 = Color3.new(0, 0, 0)
  88. LoginVersion.BackgroundTransparency = 1
  89. LoginVersion.Position = UDim2.new(0, 0, 0.946666658, 0)
  90. LoginVersion.Size = UDim2.new(0, 26, 0, 16)
  91. LoginVersion.Font = Enum.Font.GothamBlack
  92. LoginVersion.Text = "V2"
  93. LoginVersion.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  94. LoginVersion.TextSize = 14
  95.  
  96. MainFrame.Name = "MainFrame"
  97. MainFrame.Parent = UnknownGUIV2
  98. MainFrame.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
  99. MainFrame.BackgroundTransparency = 0.15000000596046
  100. MainFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  101. MainFrame.BorderSizePixel = 2
  102. MainFrame.Position = UDim2.new(0.589873433, 0, 0.14424412, 0)
  103. MainFrame.Size = UDim2.new(0, 190, 0, 300)
  104. MainFrame.Visible = false
  105.  
  106. SetSpeed.Name = "SetSpeed"
  107. SetSpeed.Parent = MainFrame
  108. SetSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  109. SetSpeed.BackgroundTransparency = 0.85000002384186
  110. SetSpeed.BorderSizePixel = 0
  111. SetSpeed.Position = UDim2.new(0.210526347, 0, 0.25666666, 0)
  112. SetSpeed.Size = UDim2.new(0, 60, 0, 30)
  113. SetSpeed.Font = Enum.Font.GothamBlack
  114. SetSpeed.Text = "Set Speed"
  115. SetSpeed.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  116. SetSpeed.TextSize = 14
  117. SetSpeed.TextWrapped = true
  118.  
  119. MainTitle.Name = "MainTitle"
  120. MainTitle.Parent = MainFrame
  121. MainTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  122. MainTitle.BackgroundTransparency = 0.85000002384186
  123. MainTitle.Size = UDim2.new(0, 190, 0, 36)
  124. MainTitle.Font = Enum.Font.GothamBlack
  125. MainTitle.Text = "Unknown GUI"
  126. MainTitle.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  127. MainTitle.TextSize = 14
  128.  
  129. MainVersion.Name = "MainVersion"
  130. MainVersion.Parent = MainFrame
  131. MainVersion.BackgroundColor3 = Color3.new(0, 0, 0)
  132. MainVersion.BackgroundTransparency = 1
  133. MainVersion.Position = UDim2.new(0, 0, 0.946666658, 0)
  134. MainVersion.Size = UDim2.new(0, 26, 0, 16)
  135. MainVersion.Font = Enum.Font.GothamBlack
  136. MainVersion.Text = "V2"
  137. MainVersion.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  138. MainVersion.TextSize = 14
  139.  
  140. SpeedValue.Name = "SpeedValue"
  141. SpeedValue.Parent = MainFrame
  142. SpeedValue.BackgroundColor3 = Color3.new(0, 0, 0)
  143. SpeedValue.BackgroundTransparency = 0.85000002384186
  144. SpeedValue.BorderSizePixel = 0
  145. SpeedValue.Position = UDim2.new(0.563157856, 0, 0.25666666, 0)
  146. SpeedValue.Size = UDim2.new(0, 43, 0, 30)
  147. SpeedValue.Font = Enum.Font.GothamBlack
  148. SpeedValue.Text = ""
  149. SpeedValue.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  150. SpeedValue.TextSize = 14
  151. SpeedValue.TextWrapped = true
  152.  
  153. ResetSpeed.Name = "ResetSpeed"
  154. ResetSpeed.Parent = MainFrame
  155. ResetSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  156. ResetSpeed.BackgroundTransparency = 0.85000002384186
  157. ResetSpeed.BorderSizePixel = 0
  158. ResetSpeed.Position = UDim2.new(0.210526317, 0, 0.456666648, 0)
  159. ResetSpeed.Size = UDim2.new(0, 110, 0, 30)
  160. ResetSpeed.Font = Enum.Font.GothamBlack
  161. ResetSpeed.Text = "Default Speed"
  162. ResetSpeed.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  163. ResetSpeed.TextSize = 14
  164. ResetSpeed.TextWrapped = true
  165.  
  166. FPSGUI.Name = "FPSGUI"
  167. FPSGUI.Parent = MainFrame
  168. FPSGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  169. FPSGUI.BackgroundTransparency = 0.85000002384186
  170. FPSGUI.BorderSizePixel = 0
  171. FPSGUI.Position = UDim2.new(0.210526317, 0, 0.656666696, 0)
  172. FPSGUI.Size = UDim2.new(0, 110, 0, 30)
  173. FPSGUI.Font = Enum.Font.GothamBlack
  174. FPSGUI.Text = "FPS GUI"
  175. FPSGUI.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  176. FPSGUI.TextSize = 14
  177. FPSGUI.TextWrapped = true
  178.  
  179. Login.MouseButton1Down:connect(function()
  180. if Pass.Text == "crackthisyoudumbass" and Name.Text == "bruh" then
  181. MainFrame.Visible = true
  182. LoginFrame.Visible = false
  183. end
  184. end)
  185.  
  186. SetSpeed.MouseButton1Down:connect(function()
  187. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedValue.Text
  188. end)
  189.  
  190. ResetSpeed.MouseButton1Down:connect(function()
  191. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  192. end)
  193.  
  194. FPSGUI.MouseButton1Down:connect(function()
  195.  
  196. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement