Advertisement
Guest User

ttttt

a guest
Mar 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. -- a gui made by animus
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local logingui = Instance.new("Frame")
  4. local username = Instance.new("TextBox")
  5. local titaniumv2 = Instance.new("TextLabel")
  6. local login = Instance.new("TextButton")
  7. local password = Instance.new("TextBox")
  8. local exploitgui = Instance.new("Frame")
  9. local text = Instance.new("TextLabel")
  10. local informatontext1 = Instance.new("TextLabel")
  11. local myscript1 = Instance.new("TextButton")
  12. local informatontext2 = Instance.new("TextLabel")
  13. local information3 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. logingui.Name = "logingui"
  19. logingui.Parent = ScreenGui
  20. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  21. logingui.Position = UDim2.new(0.0341880247, 0, 0.221130237, 0)
  22. logingui.Size = UDim2.new(0, 258, 0, 326)
  23. logingui.Style = Enum.FrameStyle.RobloxRound
  24. logingui.Active = true
  25. logingui.Draggable = true
  26.  
  27. username.Name = "username"
  28. username.Parent = logingui
  29. username.BackgroundColor3 = Color3.new(1, 1, 1)
  30. username.Position = UDim2.new(0.0968992114, 0, 0.171779141, 0)
  31. username.Size = UDim2.new(0, 200, 0, 50)
  32. username.Font = Enum.Font.SourceSansBold
  33. username.Text = "Username "
  34. username.TextColor3 = Color3.new(0, 0, 0)
  35. username.TextScaled = true
  36. username.TextSize = 14
  37. username.TextWrapped = true
  38.  
  39. titaniumv2.Name = "titaniumv2"
  40. titaniumv2.Parent = logingui
  41. titaniumv2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. titaniumv2.BackgroundTransparency = 1
  43. titaniumv2.Position = UDim2.new(0.157743245, 0, 0.0172004942, 0)
  44. titaniumv2.Size = UDim2.new(0, 167, 0, 43)
  45. titaniumv2.Font = Enum.Font.SciFi
  46. titaniumv2.Text = "TitaniumV2 Login "
  47. titaniumv2.TextColor3 = Color3.new(0, 1, 0)
  48. titaniumv2.TextScaled = true
  49. titaniumv2.TextSize = 14
  50. titaniumv2.TextWrapped = true
  51.  
  52. login.Name = "login"
  53. login.Parent = logingui
  54. login.BackgroundColor3 = Color3.new(1, 1, 1)
  55. login.Position = UDim2.new(0.19409889, 0, 0.690654576, 0)
  56. login.Size = UDim2.new(0, 153, 0, 37)
  57. login.Font = Enum.Font.SourceSansBold
  58. login.Text = "Login"
  59. login.TextColor3 = Color3.new(0, 0, 0)
  60. login.TextScaled = true
  61. login.TextSize = 14
  62. login.TextWrapped = true
  63.  
  64. password.Name = "password"
  65. password.Parent = logingui
  66. password.BackgroundColor3 = Color3.new(1, 1, 1)
  67. password.Position = UDim2.new(0.0968992114, 0, 0.43865034, 0)
  68. password.Size = UDim2.new(0, 200, 0, 50)
  69. password.Font = Enum.Font.SourceSansBold
  70. password.Text = "Password"
  71. password.TextColor3 = Color3.new(0, 0, 0)
  72. password.TextScaled = true
  73. password.TextSize = 14
  74. password.TextWrapped = true
  75.  
  76. exploitgui.Name = "exploitgui"
  77. exploitgui.Parent = ScreenGui
  78. exploitgui.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  79. exploitgui.Position = UDim2.new(0.365722001, 0, 0.280098289, 0)
  80. exploitgui.Size = UDim2.new(0, 596, 0, 317)
  81. exploitgui.Style = Enum.FrameStyle.DropShadow
  82. exploitgui.Active = true
  83. exploitgui.Draggable = true
  84.  
  85. text.Name = "text"
  86. text.Parent = exploitgui
  87. text.BackgroundColor3 = Color3.new(1, 1, 1)
  88. text.BackgroundTransparency = 1
  89. text.Position = UDim2.new(-0.00434332713, 0, 0.000652901828, 0)
  90. text.Size = UDim2.new(0, 585, 0, 38)
  91. text.Font = Enum.Font.SourceSans
  92. text.Text = "THIS GUI IS FOR SCRIPTS THAT ARE CREATED BY ME"
  93. text.TextColor3 = Color3.new(0, 1, 0)
  94. text.TextScaled = true
  95. text.TextSize = 14
  96. text.TextWrapped = true
  97.  
  98. informatontext1.Name = "informatontext1"
  99. informatontext1.Parent = exploitgui
  100. informatontext1.BackgroundColor3 = Color3.new(1, 1, 1)
  101. informatontext1.BackgroundTransparency = 1
  102. informatontext1.Position = UDim2.new(-0.00512726046, 0, 0.892644942, 0)
  103. informatontext1.Size = UDim2.new(0, 228, 0, 36)
  104. informatontext1.Font = Enum.Font.SourceSans
  105. informatontext1.Text = "Credits to Pristh and Neverscript"
  106. informatontext1.TextColor3 = Color3.new(1, 1, 1)
  107. informatontext1.TextScaled = true
  108. informatontext1.TextSize = 14
  109. informatontext1.TextWrapped = true
  110.  
  111. myscript1.Name = "myscript1"
  112. myscript1.Parent = exploitgui
  113. myscript1.BackgroundColor3 = Color3.new(1, 1, 1)
  114. myscript1.Position = UDim2.new(0.0219723471, 0, 0.154696777, 0)
  115. myscript1.Size = UDim2.new(0, 175, 0, 51)
  116. myscript1.Font = Enum.Font.Gotham
  117. myscript1.Text = "Black Jack"
  118. myscript1.TextColor3 = Color3.new(0, 0, 0)
  119. myscript1.TextScaled = true
  120. myscript1.TextSize = 14
  121. myscript1.TextWrapped = true
  122.  
  123. informatontext2.Name = "informatontext2"
  124. informatontext2.Parent = exploitgui
  125. informatontext2.BackgroundColor3 = Color3.new(1, 1, 1)
  126. informatontext2.BackgroundTransparency = 1
  127. informatontext2.Position = UDim2.new(0.454750419, 0, 0.858653009, 0)
  128. informatontext2.Size = UDim2.new(0, 324, 0, 50)
  129. informatontext2.Font = Enum.Font.SourceSans
  130. informatontext2.Text = "MAKE SURE TO CHECK IN ANNOUNCEMENTS FOR UPDATES ABOUT THIS GUI!"
  131. informatontext2.TextColor3 = Color3.new(1, 1, 1)
  132. informatontext2.TextScaled = true
  133. informatontext2.TextSize = 14
  134. informatontext2.TextWrapped = true
  135.  
  136. information3.Name = "information3"
  137. information3.Parent = exploitgui
  138. information3.BackgroundColor3 = Color3.new(1, 1, 1)
  139. information3.Position = UDim2.new(0.0147935478, 0, 0.324010432, 0)
  140. information3.Size = UDim2.new(0, 182, 0, 84)
  141. information3.Font = Enum.Font.SourceSansBold
  142. information3.Text = "MAKE SURE TO CLICK HERE FIRST, BEFORE YOU CLICK ON BLACK JACK"
  143. information3.TextColor3 = Color3.new(1, 0, 0)
  144. information3.TextScaled = true
  145. information3.TextSize = 14
  146. information3.TextWrapped = true
  147. information3.MouseButton1Click:connect(function()
  148. loadstring(game:GetObjects("rbxassetid://2948738890")[1].Source)()
  149. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement