Advertisement
SkyRedgamerHDYT

D3rkR3dSpl0it (By Me) it may not work...

Jun 7th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. -- ZOMG! ITS MADE BY SKYREDGAMERHDYT! (SkyRedGamerHDYT)
  2. --Like the GUI/Executer? follow SkyRedGamerHDYT and Subscribe to ItsYeSky Roblox, and more; https://www.youtube.com/channel/UCX_6M3ZrqEzGtd6sd6qyfOw
  3. --Give credit if you want more!
  4. --U: ItsYeSky
  5. --P: 30Subs
  6. -- Objects
  7.  
  8. local D3rkR3dSpl0it = Instance.new("ScreenGui")
  9. local UI = Instance.new("Frame")
  10. local TextField = Instance.new("TextBox")
  11. local Title = Instance.new("TextLabel")
  12. local Execute = Instance.new("TextButton")
  13. local RoXploit = Instance.new("TextButton")
  14. local Login = Instance.new("Frame")
  15. local cred1 = Instance.new("TextLabel")
  16. local Username = Instance.new("TextBox")
  17. local Password = Instance.new("TextBox")
  18. local Title_2 = Instance.new("TextLabel")
  19. local Submit = Instance.new("TextButton")
  20. local x = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. D3rkR3dSpl0it.Name = "D3rkR3dSpl0it"
  25. D3rkR3dSpl0it.Parent = game.StarterGui
  26.  
  27. UI.Name = "UI"
  28. UI.Parent = D3rkR3dSpl0it
  29. UI.BackgroundColor3 = Color3.new(0, 0, 0)
  30. UI.Position = UDim2.new(0, 0, 0, 132)
  31. UI.Size = UDim2.new(0, 224, 0, 267)
  32. UI.Visible = false
  33.  
  34. TextField.Name = "TextField"
  35. TextField.Parent = UI
  36. TextField.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  37. TextField.Position = UDim2.new(0, 0, 0, 32)
  38. TextField.Size = UDim2.new(0, 224, 0, 181)
  39. TextField.Font = Enum.Font.Code
  40. TextField.FontSize = Enum.FontSize.Size14
  41. TextField.MultiLine = true
  42. TextField.Text = "print (\"HEY\")"
  43. TextField.TextColor3 = Color3.new(1, 0, 0)
  44. TextField.TextSize = 14
  45. TextField.TextXAlignment = Enum.TextXAlignment.Left
  46. TextField.TextYAlignment = Enum.TextYAlignment.Top
  47.  
  48. Title.Name = "Title"
  49. Title.Parent = UI
  50. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Title.Position = UDim2.new(0, -2, 0, 0)
  52. Title.Size = UDim2.new(0, 226, 0, 27)
  53. Title.Font = Enum.Font.SourceSans
  54. Title.FontSize = Enum.FontSize.Size14
  55. Title.Text = "D3rkR3dSpl0it"
  56. Title.TextColor3 = Color3.new(0.666667, 0, 0)
  57. Title.TextSize = 14
  58.  
  59. Execute.Name = "Execute"
  60. Execute.Parent = UI
  61. Execute.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  62. Execute.Position = UDim2.new(0, 44, 0, 227)
  63. Execute.Size = UDim2.new(0, 124, 0, 21)
  64. Execute.Font = Enum.Font.Garamond
  65. Execute.FontSize = Enum.FontSize.Size14
  66. Execute.Text = "Execute"
  67. Execute.TextColor3 = Color3.new(1, 0, 0)
  68. Execute.TextSize = 14
  69.  
  70. RoXploit.Name = "Ro-Xploit"
  71. RoXploit.Parent = UI
  72. RoXploit.BackgroundColor3 = Color3.new(0, 0, 0)
  73. RoXploit.BorderColor3 = Color3.new(1, 1, 1)
  74. RoXploit.Position = UDim2.new(0, 0, 0, 267)
  75. RoXploit.Size = UDim2.new(0, 224, 0, 18)
  76. RoXploit.Font = Enum.Font.SourceSans
  77. RoXploit.FontSize = Enum.FontSize.Size14
  78. RoXploit.Text = "Click for Ro-Xploit!"
  79. RoXploit.TextColor3 = Color3.new(1, 0, 0)
  80. RoXploit.TextScaled = true
  81. RoXploit.TextSize = 14
  82. RoXploit.TextWrapped = true
  83.  
  84. Login.Name = "Login"
  85. Login.Parent = D3rkR3dSpl0it
  86. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  87. Login.Position = UDim2.new(0, 565, 0, 142)
  88. Login.Size = UDim2.new(0, 227, 0, 248)
  89.  
  90. cred1.Name = "cred1"
  91. cred1.Parent = Login
  92. cred1.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  93. cred1.Position = UDim2.new(0, 54, 0, 168)
  94. cred1.Size = UDim2.new(0, 139, 0, 30)
  95. cred1.Text = "By SkyRedGamerHDYT"
  96. cred1.TextColor3 = Color3.new(1, 0, 0)
  97. cred1.TextSize = 7
  98.  
  99. Username.Name = "Username"
  100. Username.Parent = Login
  101. Username.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  102. Username.Position = UDim2.new(0, 67, 0, 60)
  103. Username.Size = UDim2.new(0, 109, 0, 27)
  104. Username.Font = Enum.Font.Code
  105. Username.FontSize = Enum.FontSize.Size14
  106. Username.Text = "Username"
  107. Username.TextColor3 = Color3.new(1, 0, 0)
  108. Username.TextSize = 14
  109.  
  110. Password.Name = "Password"
  111. Password.Parent = Login
  112. Password.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  113. Password.Position = UDim2.new(0, 67, 0, 97)
  114. Password.Size = UDim2.new(0, 109, 0, 27)
  115. Password.Font = Enum.Font.Code
  116. Password.FontSize = Enum.FontSize.Size14
  117. Password.Text = "Password"
  118. Password.TextColor3 = Color3.new(1, 0, 0)
  119. Password.TextSize = 14
  120.  
  121. Title_2.Name = "Title"
  122. Title_2.Parent = Login
  123. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  124. Title_2.Size = UDim2.new(0, 186, 0, 28)
  125. Title_2.Font = Enum.Font.SourceSans
  126. Title_2.FontSize = Enum.FontSize.Size14
  127. Title_2.Text = "D3rkR3dSpl0it"
  128. Title_2.TextColor3 = Color3.new(0.666667, 0, 0)
  129. Title_2.TextSize = 14
  130.  
  131. Submit.Name = "Submit"
  132. Submit.Parent = Login
  133. Submit.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  134. Submit.Position = UDim2.new(0, 82, 0, 140)
  135. Submit.Size = UDim2.new(0, 82, 0, 16)
  136. Submit.Font = Enum.Font.Code
  137. Submit.FontSize = Enum.FontSize.Size14
  138. Submit.Text = "Submit"
  139. Submit.TextColor3 = Color3.new(1, 0, 0)
  140. Submit.TextSize = 14
  141.  
  142. x.Name = "x"
  143. x.Parent = Login
  144. x.BackgroundColor3 = Color3.new(0, 0, 0)
  145. x.Position = UDim2.new(0, 191, 0, 0)
  146. x.Size = UDim2.new(0, 36, 0, 46)
  147. x.Font = Enum.Font.SourceSans
  148. x.FontSize = Enum.FontSize.Size14
  149. x.Text = "X"
  150. x.TextColor3 = Color3.new(1, 0, 0)
  151. x.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement