Advertisement
Guest User

exx

a guest
Dec 30th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("ImageLabel")
  3. local title = Instance.new("TextLabel")
  4. local ignore = Instance.new("Frame")
  5. local submit = Instance.new("TextButton")
  6. local submit_Roundify_10px = Instance.new("ImageLabel")
  7. local titleUser = Instance.new("TextLabel")
  8. local titlePass = Instance.new("TextLabel")
  9. local PassI = Instance.new("TextBox")
  10. local UserI = Instance.new("TextBox")
  11. local Exploit = Instance.new("Frame")
  12. local title_2 = Instance.new("TextLabel")
  13. local commands = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local credits = Instance.new("Frame")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Tabs = Instance.new("Frame")
  18. local cmds = Instance.new("TextButton")
  19. local creds = Instance.new("TextButton")
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. Frame.Name = "Frame"
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.BackgroundTransparency = 1
  25. Frame.Position = UDim2.new(0.5, -90, 0.5, -105)
  26. Frame.Size = UDim2.new(0, 181, 0, 210)
  27. Frame.Image = "rbxassetid://2271525915"
  28. Frame.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  29. Frame.ScaleType = Enum.ScaleType.Slice
  30. Frame.SliceCenter = Rect.new(10, 10, 11, 11)
  31. title.Name = "title"
  32. title.Parent = Frame
  33. title.BackgroundColor3 = Color3.new(1, 1, 1)
  34. title.BackgroundTransparency = 1
  35. title.BorderSizePixel = 0
  36. title.Size = UDim2.new(0, 181, 0, 29)
  37. title.Font = Enum.Font.Highway
  38. title.Text = "Login Form"
  39. title.TextColor3 = Color3.new(1, 1, 1)
  40. title.TextSize = 14
  41. ignore.Name = "ignore"
  42. ignore.Parent = Frame
  43. ignore.BackgroundColor3 = Color3.new(0, 0, 0)
  44. ignore.BorderSizePixel = 0
  45. ignore.Position = UDim2.new(0, 0, 0.123809576, 0)
  46. ignore.Size = UDim2.new(0, 181, 0, 3)
  47. submit.Name = "submit"
  48. submit.Parent = Frame
  49. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  50. submit.BackgroundTransparency = 1
  51. submit.BorderSizePixel = 0
  52. submit.Position = UDim2.new(0, 0, 0.942857146, 0)
  53. submit.Size = UDim2.new(0, 181, 0, 12)
  54. submit.ZIndex = 2
  55. submit.Font = Enum.Font.GothamBlack
  56. submit.Text = "LOGIN"
  57. submit.TextSize = 14
  58. submit_Roundify_10px.Name = "submit_Roundify_10px"
  59. submit_Roundify_10px.Parent = submit
  60. submit_Roundify_10px.BackgroundColor3 = Color3.new(1, 1, 1)
  61. submit_Roundify_10px.BackgroundTransparency = 1
  62. submit_Roundify_10px.Size = UDim2.new(1, 0, 1, 0)
  63. submit_Roundify_10px.Image = "rbxassetid://2271525915"
  64. submit_Roundify_10px.ScaleType = Enum.ScaleType.Slice
  65. submit_Roundify_10px.SliceCenter = Rect.new(10, 10, 11, 11)
  66. titleUser.Name = "titleUser"
  67. titleUser.Parent = Frame
  68. titleUser.BackgroundColor3 = Color3.new(1, 1, 1)
  69. titleUser.BorderSizePixel = 0
  70. titleUser.Position = UDim2.new(0, 0, 0.333333343, 0)
  71. titleUser.Size = UDim2.new(0, 70, 0, 17)
  72. titleUser.Font = Enum.Font.GothamBlack
  73. titleUser.Text = "USERNAME:"
  74. titleUser.TextScaled = true
  75. titleUser.TextSize = 14
  76. titleUser.TextWrapped = true
  77. titlePass.Name = "titlePass"
  78. titlePass.Parent = Frame
  79. titlePass.BackgroundColor3 = Color3.new(1, 1, 1)
  80. titlePass.BorderSizePixel = 0
  81. titlePass.Position = UDim2.new(0, 0, 0.54285717, 0)
  82. titlePass.Size = UDim2.new(0, 70, 0, 17)
  83. titlePass.Font = Enum.Font.GothamBlack
  84. titlePass.Text = "PASSWORD:"
  85. titlePass.TextScaled = true
  86. titlePass.TextSize = 14
  87. titlePass.TextWrapped = true
  88. PassI.Name = "PassI"
  89. PassI.Parent = Frame
  90. PassI.BackgroundColor3 = Color3.new(1, 1, 1)
  91. PassI.BorderSizePixel = 0
  92. PassI.Position = UDim2.new(0.447513819, 0, 0.54285717, 0)
  93. PassI.Size = UDim2.new(0, 100, 0, 16)
  94. PassI.Font = Enum.Font.GothamBold
  95. PassI.PlaceholderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  96. PassI.PlaceholderText = "Enter password"
  97. PassI.Text = ""
  98. PassI.TextSize = 14
  99. UserI.Name = "UserI"
  100. UserI.Parent = Frame
  101. UserI.BackgroundColor3 = Color3.new(1, 1, 1)
  102. UserI.BorderSizePixel = 0
  103. UserI.Position = UDim2.new(0.447513819, 0, 0.338095248, 0)
  104. UserI.Size = UDim2.new(0, 100, 0, 16)
  105. UserI.Font = Enum.Font.GothamBold
  106. UserI.PlaceholderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  107. UserI.PlaceholderText = "Enter username"
  108. UserI.Text = ""
  109. UserI.TextSize = 14
  110. Exploit.Name = "Exploit"
  111. Exploit.Parent = ScreenGui
  112. Exploit.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  113. Exploit.BorderSizePixel = 0
  114. Exploit.Position = UDim2.new(0.5, -220, 0.5, -104)
  115. Exploit.Size = UDim2.new(0, 440, 0, 208)
  116. Exploit.Visible = false
  117. title_2.Name = "title"
  118. title_2.Parent = Exploit
  119. title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  120. title_2.BackgroundTransparency = 1
  121. title_2.BorderSizePixel = 0
  122. title_2.Size = UDim2.new(0, 440, 0, 16)
  123. title_2.Font = Enum.Font.SourceSansBold
  124. title_2.Text = "CRIMSON - BETA v.10"
  125. title_2.TextColor3 = Color3.new(0, 0, 0)
  126. title_2.TextScaled = true
  127. title_2.TextSize = 14
  128. title_2.TextWrapped = true
  129. commands.Name = "commands"
  130. commands.Parent = Exploit
  131. commands.BackgroundColor3 = Color3.new(1, 1, 1)
  132. commands.BorderSizePixel = 0
  133. commands.Position = UDim2.new(0.0136363637, 0, 0.259615391, 0)
  134. commands.Size = UDim2.new(0, 428, 0, 147)
  135. TextLabel.Parent = commands
  136. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  137. TextLabel.BorderSizePixel = 0
  138. TextLabel.Position = UDim2.new(0.266355127, 0, 0.326530606, 0)
  139. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  140. TextLabel.Font = Enum.Font.SourceSans
  141. TextLabel.Text = "this is commands"
  142. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  143. TextLabel.TextSize = 14
  144. credits.Name = "credits"
  145. credits.Parent = Exploit
  146. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  147. credits.BorderSizePixel = 0
  148. credits.Position = UDim2.new(0.0136363637, 0, 0.259615391, 0)
  149. credits.Size = UDim2.new(0, 428, 0, 147)
  150. credits.Visible = false
  151. TextLabel_2.Parent = credits
  152. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  153. TextLabel_2.BorderSizePixel = 0
  154. TextLabel_2.Position = UDim2.new(0.266355127, 0, 0.326530606, 0)
  155. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  156. TextLabel_2.Font = Enum.Font.SourceSans
  157. TextLabel_2.Text = "this is credits"
  158. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel_2.TextSize = 14
  160. Tabs.Name = "Tabs"
  161. Tabs.Parent = Exploit
  162. Tabs.BackgroundColor3 = Color3.new(0, 0, 0)
  163. Tabs.BorderSizePixel = 0
  164. Tabs.Position = UDim2.new(0, 0, 0.0769230798, 0)
  165. Tabs.Size = UDim2.new(0, 440, 0, 32)
  166. cmds.Name = "cmds"
  167. cmds.Parent = Tabs
  168. cmds.BackgroundColor3 = Color3.new(1, 1, 1)
  169. cmds.BackgroundTransparency = 1
  170. cmds.BorderSizePixel = 0
  171. cmds.Size = UDim2.new(0, 134, 0, 32)
  172. cmds.Font = Enum.Font.GothamBold
  173. cmds.Text = "COMMANDS"
  174. cmds.TextColor3 = Color3.new(1, 1, 1)
  175. cmds.TextSize = 10
  176. creds.Name = "creds"
  177. creds.Parent = Tabs
  178. creds.BackgroundColor3 = Color3.new(1, 1, 1)
  179. creds.BackgroundTransparency = 1
  180. creds.BorderSizePixel = 0
  181. creds.Position = UDim2.new(0.695454538, 0, 0, 0)
  182. creds.Size = UDim2.new(0, 134, 0, 32)
  183. creds.Font = Enum.Font.GothamBold
  184. creds.Text = "CREDITS"
  185. creds.TextColor3 = Color3.new(1, 1, 1)
  186. creds.TextSize = 10
  187. creds.TextWrapped = true
  188. function SCRIPT_ZCIT88_FAKESCRIPT() -- submit.Script
  189. local script = Instance.new('Script')
  190. script.Parent = submit
  191. script.Parent.MouseButton1Click:Connect(function()
  192. local logini = script.Parent.Parent.UserI
  193. local passi = script.Parent.Parent.PassI
  194.  
  195. if logini.Text == "CrimsonB" and passi.Text == "BetaFromV3rm" then
  196. script.Parent.Parent.Parent.Exploit.Visible = true
  197. script.Parent.Parent.Visible = false
  198. end
  199. end)
  200.  
  201. end
  202. coroutine.resume(coroutine.create(SCRIPT_ZCIT88_FAKESCRIPT))
  203. function SCRIPT_NWKU85_FAKESCRIPT() -- Tabs.LocalScript
  204. local script = Instance.new('LocalScript')
  205. script.Parent = Tabs
  206. local cmdsB = script.Parent.cmds
  207. local credsB = script.Parent.creds
  208. local cmdsF = script.Parent.Parent.commands
  209. local credsF = script.Parent.Parent.credits
  210.  
  211.  
  212. cmdsB.MouseButton1Click:Connect(function()
  213. credsF.Visible = false
  214. cmdsF.Visible = true
  215. end)
  216. credsB.MouseButton1Click:Connect(function()
  217. credsF.Visible = true
  218. cmdsF.Visible = false
  219. end)
  220.  
  221. end
  222. coroutine.resume(coroutine.create(SCRIPT_NWKU85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement