Advertisement
troymikeyt

guuuuu

Jul 4th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LoginGUI = Instance.new("ScreenGui")
  4. local LoginUI = Instance.new("Frame")
  5. local Topbar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Login = Instance.new("TextButton")
  8. local Exit = Instance.new("TextButton")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local Main = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Jailbreak = Instance.new("TextLabel")
  14. local Jailbreak_2 = Instance.new("Frame")
  15. local Underline = Instance.new("TextButton")
  16. local Btools = Instance.new("TextButton")
  17. local Bank = Instance.new("TextButton")
  18. local Jewlery = Instance.new("TextButton")
  19. local Musam = Instance.new("TextButton")
  20. local back = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. LoginGUI.Name = "LoginGUI"
  25. LoginGUI.Parent = game.Players.LocalPlayer.PlayerGui
  26.  
  27. LoginUI.Name = "LoginUI"
  28. LoginUI.Parent = LoginGUI
  29. LoginUI.Active = true
  30. LoginUI.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  31. LoginUI.BorderColor3 = Color3.new(0, 0, 0)
  32. LoginUI.BorderSizePixel = 7
  33. LoginUI.Position = UDim2.new(0.0490716174, 0, 0.222222224, 0)
  34. LoginUI.Size = UDim2.new(0, 202, 0, 264)
  35. LoginUI.Draggable = true
  36.  
  37. Topbar.Name = "Topbar"
  38. Topbar.Parent = LoginUI
  39. Topbar.Active = true
  40. Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Topbar.Position = UDim2.new(-0.00495049497, 0, 0, 0)
  42. Topbar.Size = UDim2.new(0, 202, 0, 34)
  43.  
  44. TextLabel.Parent = Topbar
  45. TextLabel.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  46. TextLabel.Size = UDim2.new(0, 126, 0, 34)
  47. TextLabel.Font = Enum.Font.SourceSans
  48. TextLabel.Text = "ProjectTCM"
  49. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  50. TextLabel.TextSize = 14
  51.  
  52. Login.Name = "Login"
  53. Login.Parent = Topbar
  54. Login.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  55. Login.Position = UDim2.new(0.153465346, 0, 6.58823538, 0)
  56. Login.Size = UDim2.new(0, 142, 0, 24)
  57. Login.Font = Enum.Font.SourceSans
  58. Login.Text = "LOGIN"
  59. Login.TextColor3 = Color3.new(0, 0, 0)
  60. Login.TextSize = 29
  61.  
  62. Exit.Name = "Exit"
  63. Exit.Parent = Topbar
  64. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Exit.BackgroundTransparency = 1
  66. Exit.Position = UDim2.new(0.821782172, 0, 0, 0)
  67. Exit.Size = UDim2.new(0, 36, 0, 34)
  68. Exit.Font = Enum.Font.SourceSans
  69. Exit.Text = "X"
  70. Exit.TextColor3 = Color3.new(1, 1, 1)
  71. Exit.TextSize = 29
  72.  
  73. Username.Name = "Username"
  74. Username.Parent = LoginUI
  75. Username.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  76. Username.Position = UDim2.new(0.00495049497, 0, 0.234848484, 0)
  77. Username.Size = UDim2.new(0, 200, 0, 34)
  78. Username.Font = Enum.Font.SourceSans
  79. Username.Text = "Username"
  80. Username.TextColor3 = Color3.new(0, 0, 0)
  81. Username.TextSize = 21
  82. Username.TextXAlignment = Enum.TextXAlignment.Left
  83.  
  84. Password.Name = "Password"
  85. Password.Parent = LoginUI
  86. Password.BackgroundColor3 = Color3.new(1, 0.0745098, 0.878431)
  87. Password.Position = UDim2.new(0.00990098994, 0, 0.49242425, 0)
  88. Password.Size = UDim2.new(0, 200, 0, 34)
  89. Password.Font = Enum.Font.SourceSans
  90. Password.Text = "Password"
  91. Password.TextColor3 = Color3.new(0, 0, 0)
  92. Password.TextSize = 21
  93. Password.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. Main.Name = "Main"
  96. Main.Parent = LoginGUI
  97. Main.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  98. Main.BorderColor3 = Color3.new(0, 0, 0)
  99. Main.BorderSizePixel = 7
  100. Main.Position = UDim2.new(-0.517771876, 0, 0.222222224, 0)
  101. Main.Size = UDim2.new(0, 413, 0, 264)
  102. Main.Active = true
  103. Main.Draggable = true
  104.  
  105. TextLabel_2.Parent = Main
  106. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  107. TextLabel_2.BackgroundTransparency = 1
  108. TextLabel_2.Size = UDim2.new(0, 413, 0, 40)
  109. TextLabel_2.Font = Enum.Font.SourceSans
  110. TextLabel_2.Text = "Scripts"
  111. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  112. TextLabel_2.TextSize = 26
  113.  
  114. Jailbreak.Name = "Jailbreak"
  115. Jailbreak.Parent = Main
  116. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Jailbreak.BackgroundTransparency = 1
  118. Jailbreak.Position = UDim2.new(-0.0387409218, 0, 0.128787875, 0)
  119. Jailbreak.Selectable = true
  120. Jailbreak.Size = UDim2.new(0, 134, 0, 20)
  121. Jailbreak.Font = Enum.Font.SourceSans
  122. Jailbreak.Text = "Jailbreak"
  123. Jailbreak.TextColor3 = Color3.new(0, 0, 0)
  124. Jailbreak.TextSize = 14
  125.  
  126. Jailbreak_2.Name = "Jailbreak"
  127. Jailbreak_2.Parent = Main
  128. Jailbreak_2.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Jailbreak_2.BackgroundTransparency = 1
  130. Jailbreak_2.Position = UDim2.new(0.417771876, 0, 0.32391715, 0)
  131. Jailbreak_2.Size = UDim2.new(0, 134, 0, 210)
  132.  
  133. Underline.Name = "Underline"
  134. Underline.Parent = Jailbreak_2
  135. Underline.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Underline.BackgroundTransparency = 1
  137. Underline.Position = UDim2.new(-1.07462692, 0, -0.219047621, 0)
  138. Underline.Size = UDim2.new(0, 44, 0, 15)
  139. Underline.Font = Enum.Font.SourceSans
  140. Underline.Text = "________"
  141. Underline.TextColor3 = Color3.new(0, 0, 0)
  142. Underline.TextSize = 14
  143.  
  144. Btools.Name = "Btools"
  145. Btools.Parent = Jailbreak_2
  146. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Btools.BackgroundTransparency = 1
  148. Btools.Position = UDim2.new(-1.41044772, 0, -0.152380973, 0)
  149. Btools.Size = UDim2.new(0, 134, 0, 16)
  150. Btools.Font = Enum.Font.SourceSans
  151. Btools.Text = "Btools"
  152. Btools.TextColor3 = Color3.new(0, 0, 0)
  153. Btools.TextSize = 14
  154.  
  155. Bank.Name = "Bank"
  156. Bank.Parent = Jailbreak_2
  157. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Bank.BackgroundTransparency = 1
  159. Bank.Position = UDim2.new(-1.41044772, 0, -0.0761904866, 0)
  160. Bank.Size = UDim2.new(0, 134, 0, 16)
  161. Bank.Font = Enum.Font.SourceSans
  162. Bank.Text = "Bank"
  163. Bank.TextColor3 = Color3.new(0, 0, 0)
  164. Bank.TextSize = 14
  165.  
  166. Jewlery.Name = "Jewlery"
  167. Jewlery.Parent = Jailbreak_2
  168. Jewlery.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Jewlery.BackgroundTransparency = 1
  170. Jewlery.Position = UDim2.new(-1.41044772, 0, 1.86264515e-09, 0)
  171. Jewlery.Size = UDim2.new(0, 134, 0, 16)
  172. Jewlery.Font = Enum.Font.SourceSans
  173. Jewlery.Text = "Jerlery"
  174. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  175. Jewlery.TextSize = 14
  176.  
  177. Musam.Name = "Musam"
  178. Musam.Parent = Jailbreak_2
  179. Musam.BackgroundColor3 = Color3.new(1, 1, 1)
  180. Musam.BackgroundTransparency = 1
  181. Musam.Position = UDim2.new(-1.41044772, 0, 0.0761904716, 0)
  182. Musam.Size = UDim2.new(0, 134, 0, 16)
  183. Musam.Font = Enum.Font.SourceSans
  184. Musam.Text = "Musem"
  185. Musam.TextColor3 = Color3.new(0, 0, 0)
  186. Musam.TextSize = 14
  187.  
  188. back.Name = "back"
  189. back.Parent = Jailbreak_2
  190. back.BackgroundColor3 = Color3.new(1, 1, 1)
  191. back.BackgroundTransparency = 1
  192. back.Position = UDim2.new(1.48507464, 0, -0.380952388, 0)
  193. back.Size = UDim2.new(0, 41, 0, 28)
  194. back.Font = Enum.Font.SourceSans
  195. back.Text = "X"
  196. back.TextColor3 = Color3.new(0, 0, 0)
  197. back.TextSize = 20
  198.  
  199. Login.MouseButton1Down:connect(function()
  200. if Username.Text == "Username" and Password.Text == "Password" then
  201. LoginUI.Visible = false
  202. Main.Visible = true
  203. Main:TweenPosition(UDim2.new(0.423, 0, 0.217, 0), 'Out', 'Bounce', 1, true)
  204. end
  205. end)
  206.  
  207. back.MouseButton1Down:connect(function()
  208. Main.Visible = false
  209. LoginUI.Visible = true
  210. end)
  211.  
  212. Btools.MouseButton1Down:connect(function()
  213. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  214. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  215. if child.ClassName == "Part" then
  216. child.Locked = false
  217. end
  218. if child.ClassName == "MeshPart" then
  219. child.Locked = false
  220. end
  221. if child.ClassName == "UnionOperation" then
  222. child.Locked = false
  223. end
  224. if child.ClassName == "Model" then
  225. for index, chil in pairs(child:GetChildren()) do
  226. if chil.ClassName == "Part" then
  227. chil.Locked = false
  228. end
  229. if chil.ClassName == "MeshPart" then
  230. chil.Locked = false
  231. end
  232. if chil.ClassName == "UnionOperation" then
  233. chil.Locked = false
  234. end
  235. if chil.ClassName == "Model" then
  236. for index, childe in pairs(chil:GetChildren()) do
  237. if childe.ClassName == "Part" then
  238. childe.Locked = false
  239. end
  240. if childe.ClassName == "MeshPart" then
  241. childe.Locked = false
  242. end
  243. if childe.ClassName == "UnionOperation" then
  244. childe.Locked = false
  245. end
  246. if childe.ClassName == "Model" then
  247. for index, childeo in pairs(childe:GetChildren()) do
  248. if childeo.ClassName == "Part" then
  249. childeo.Locked = false
  250. end
  251. if childeo.ClassName == "MeshPart" then
  252. childeo.Locked = false
  253. end
  254. if childeo.ClassName == "UnionOperation" then
  255. childeo.Locked = false
  256. end
  257. if childeo.ClassName == "Model" then
  258. end
  259. end
  260. end
  261. end
  262. end
  263. end
  264. end
  265. end
  266. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  267. c.BinType = Enum.BinType.Hammer
  268. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  269. c.BinType = Enum.BinType.Clone
  270. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  271. c.BinType = Enum.BinType.Grab
  272. end)
  273.  
  274. Bank.MouseButton1Down:connect(function()
  275. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  276. end)
  277. Jewlery.MouseButton1Down:connect(function()
  278. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  279. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement