Advertisement
Guest User

stupid

a guest
Apr 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. -- Made by XZ7S
  2. -- RAC Bypass released by tostring
  3. -- CBROHACKS released by Autumn
  4.  
  5. -- Objects
  6.  
  7. local KrakenGUI = Instance.new("ScreenGui")
  8. local login = Instance.new("Frame")
  9. local bar1 = Instance.new("Frame")
  10. local bar2 = Instance.new("Frame")
  11. local username = Instance.new("TextBox")
  12. local token = Instance.new("TextBox")
  13. local login_2 = Instance.new("TextButton")
  14. local loginkraken = Instance.new("TextLabel")
  15. local madeby = Instance.new("TextLabel")
  16. local Main = Instance.new("Frame")
  17. local bar3 = Instance.new("Frame")
  18. local bar4 = Instance.new("Frame")
  19. local mainname = Instance.new("TextLabel")
  20. local RAC = Instance.new("TextButton")
  21. local AimbotESPOPK = Instance.new("TextButton")
  22. local Credits = Instance.new("TextLabel")
  23.  
  24. -- Properties
  25.  
  26. KrakenGUI.Name = "KrakenGUI"
  27. KrakenGUI.Parent = game.StarterGui
  28.  
  29. login.Name = "login"
  30. login.Parent = KrakenGUI
  31. login.Active = true
  32. login.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  33. login.Position = UDim2.new(0.0347896628, 0, 0.254278719, 0)
  34. login.Selectable = true
  35. login.Size = UDim2.new(0, 400, 0, 402)
  36. login.Style = Enum.FrameStyle.DropShadow
  37.  
  38. bar1.Name = "bar1"
  39. bar1.Parent = login
  40. bar1.BackgroundColor3 = Color3.new(1, 1, 1)
  41. bar1.Position = UDim2.new(0.0399999991, 0, 0.0199005008, 0)
  42. bar1.Size = UDim2.new(0, 354, 0, 19)
  43. bar1.Style = Enum.FrameStyle.RobloxRound
  44.  
  45. bar2.Name = "bar2"
  46. bar2.Parent = login
  47. bar2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. bar2.Position = UDim2.new(0.0399999991, 0, 0.932835817, 0)
  49. bar2.Size = UDim2.new(0, 354, 0, 19)
  50. bar2.Style = Enum.FrameStyle.RobloxRound
  51.  
  52. username.Name = "username"
  53. username.Parent = login
  54. username.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  55. username.BackgroundTransparency = 0.30000001192093
  56. username.Position = UDim2.new(0.075000003, 0, 0.278606981, 0)
  57. username.Size = UDim2.new(0, 326, 0, 50)
  58. username.Font = Enum.Font.SciFi
  59. username.Text = "USERNAME"
  60. username.TextColor3 = Color3.new(0, 0, 0)
  61. username.TextScaled = true
  62. username.TextSize = 29
  63. username.TextWrapped = true
  64. username.TextXAlignment = Enum.TextXAlignment.Left
  65.  
  66. token.Name = "token"
  67. token.Parent = login
  68. token.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  69. token.BackgroundTransparency = 0.30000001192093
  70. token.Position = UDim2.new(0.075000003, 0, 0.460199028, 0)
  71. token.Size = UDim2.new(0, 326, 0, 50)
  72. token.Font = Enum.Font.SciFi
  73. token.Text = "TOKEN"
  74. token.TextColor3 = Color3.new(0, 0, 0)
  75. token.TextScaled = true
  76. token.TextSize = 29
  77. token.TextWrapped = true
  78. token.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. login_2.Name = "login"
  81. login_2.Parent = login
  82. login_2.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  83. login_2.BackgroundTransparency = 0.30000001192093
  84. login_2.Position = UDim2.new(0.230000004, 0, 0.671641767, 0)
  85. login_2.Size = UDim2.new(0, 200, 0, 50)
  86. login_2.Font = Enum.Font.SciFi
  87. login_2.Text = "LOG IN"
  88. login_2.TextColor3 = Color3.new(0, 0, 0)
  89. login_2.TextScaled = true
  90. login_2.TextSize = 29
  91. login_2.TextWrapped = true
  92. login_2.MouseButton1Down:connect(function()
  93. --//variables
  94. local login_2 = script.Parent.Parent
  95. local username = login:FindFirstChild('username')
  96. local token = login:FindFirstChild('token')
  97. --// I recommend token or ID over password since ROBLOX might ban you for thinking
  98.  
  99. script.Parent.MouseButton1Click:Connect(function() --// :connect is deprecated so use :Connect
  100. if username.Text == "ihave" and token.text == "bbc" then
  101. --// Change "Regen" to the username and "2716" to the token. This is an 'if' statement if it's false then something else will occur
  102. local Main = login_2.Parent:FindFirstChild('Main') --Defining our new frame which will be visible
  103. Main.Visible = true
  104. script.Parent.Text = "Login Success!"
  105. wait(0.3)
  106. login_2.Visible = false
  107. wait(2)
  108. script.Parent.Text = "LOG IN"
  109. else --This 'else' will occur if the username or(and) token is incorrect
  110. script.Parent.Text = "Invalid user or token!"
  111. wait(2)
  112. script.Parent.Text = "LOG IN"
  113. end
  114. end)
  115.  
  116. loginkraken.Name = "loginkraken"
  117. loginkraken.Parent = login
  118. loginkraken.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  119. loginkraken.BackgroundTransparency = 1
  120. loginkraken.Position = UDim2.new(0.0399999991, 0, 0.0250000004, 0)
  121. loginkraken.Size = UDim2.new(0, 354, 0, 108)
  122. loginkraken.Font = Enum.Font.SciFi
  123. loginkraken.Text = "KRAKEN LOGIN"
  124. loginkraken.TextColor3 = Color3.new(1, 0, 0.0156863)
  125. loginkraken.TextSize = 50
  126. loginkraken.TextWrapped = true
  127.  
  128. madeby.Name = "madeby"
  129. madeby.Parent = login
  130. madeby.BackgroundColor3 = Color3.new(1, 1, 1)
  131. madeby.BackgroundTransparency = 1
  132. madeby.Position = UDim2.new(-0.0199999977, 0, 0.931591988, 0)
  133. madeby.Size = UDim2.new(0, 200, 0, 16)
  134. madeby.Font = Enum.Font.Code
  135. madeby.Text = "Made by XZ7S#1592"
  136. madeby.TextColor3 = Color3.new(1, 1, 1)
  137. madeby.TextScaled = true
  138. madeby.TextSize = 14
  139. madeby.TextWrapped = true
  140.  
  141. Main.Name = "Main"
  142. Main.Parent = KrakenGUI
  143. Main.Active = true
  144. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Main.Position = UDim2.new(0.372977346, 0, 0.213325173, 0)
  146. Main.Selectable = true
  147. Main.Size = UDim2.new(0, 359, 0, 469)
  148. Main.Visible = false
  149. Main.Style = Enum.FrameStyle.DropShadow
  150.  
  151. bar3.Name = "bar3"
  152. bar3.Parent = Main
  153. bar3.BackgroundColor3 = Color3.new(1, 1, 1)
  154. bar3.Position = UDim2.new(0.0348189399, 0, 0.0341151394, 0)
  155. bar3.Size = UDim2.new(0, 320, 0, 19)
  156. bar3.Style = Enum.FrameStyle.RobloxRound
  157.  
  158. bar4.Name = "bar4"
  159. bar4.Parent = Main
  160. bar4.BackgroundColor3 = Color3.new(1, 1, 1)
  161. bar4.Position = UDim2.new(0.0348189399, 0, 0.929637551, 0)
  162. bar4.Size = UDim2.new(0, 320, 0, 19)
  163. bar4.Style = Enum.FrameStyle.RobloxRound
  164.  
  165. mainname.Name = "mainname"
  166. mainname.Parent = Main
  167. mainname.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  168. mainname.BackgroundTransparency = 1
  169. mainname.Position = UDim2.new(0.0389972143, 0, 0.0319829397, 0)
  170. mainname.Size = UDim2.new(0, 317, 0, 108)
  171. mainname.Font = Enum.Font.SciFi
  172. mainname.Text = "K R A K E N"
  173. mainname.TextColor3 = Color3.new(1, 0, 0.0156863)
  174. mainname.TextSize = 50
  175. mainname.TextWrapped = true
  176.  
  177. RAC.Name = "RAC"
  178. RAC.Parent = Main
  179. RAC.BackgroundColor3 = Color3.new(1, 1, 1)
  180. RAC.Position = UDim2.new(0.119777158, 0, 0.249466941, 0)
  181. RAC.Size = UDim2.new(0, 262, 0, 64)
  182. RAC.Style = Enum.ButtonStyle.RobloxRoundButton
  183. RAC.Font = Enum.Font.Arcade
  184. RAC.Text = "RAC BYPASS"
  185. RAC.TextColor3 = Color3.new(0.0156863, 1, 0)
  186. RAC.TextSize = 42
  187.  
  188. AimbotESPOPK.Name = "AimbotESPOPK"
  189. AimbotESPOPK.Parent = Main
  190. AimbotESPOPK.BackgroundColor3 = Color3.new(1, 1, 1)
  191. AimbotESPOPK.Position = UDim2.new(0.118384399, 0, 0.742004275, 0)
  192. AimbotESPOPK.Size = UDim2.new(0, 262, 0, 64)
  193. AimbotESPOPK.Style = Enum.ButtonStyle.RobloxRoundButton
  194. AimbotESPOPK.Font = Enum.Font.Arcade
  195. AimbotESPOPK.Text = "AIMBOT + ESP + OPK"
  196. AimbotESPOPK.TextColor3 = Color3.new(0, 1, 0.917647)
  197. AimbotESPOPK.TextSize = 23
  198. AimbotESPOPK.TextWrapped = true
  199.  
  200. Credits.Name = "Credits"
  201. Credits.Parent = Main
  202. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Credits.BackgroundTransparency = 1
  204. Credits.Position = UDim2.new(0.00557103008, 0, 0.413646042, 0)
  205. Credits.Size = UDim2.new(0, 339, 0, 134)
  206. Credits.Font = Enum.Font.Code
  207. Credits.Text = "-- Credits\n\nGUI : XZ7S#1592\nRAC Bypass : tostring\nCBROHACKS : Autumn\n\nThanks to TOSTRING and AUTUMN for making this op scripts!"
  208. Credits.TextColor3 = Color3.new(1, 1, 1)
  209. Credits.TextScaled = true
  210. Credits.TextSize = 14
  211. Credits.TextWrapped = true
  212.  
  213. print("KrakenGUI loaded successfully!")
  214.  
  215. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement