Advertisement
HackerLuna

Reckless Gui

Nov 13th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. local TheRecklessGui = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local BeautyA = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local BeautyB = Instance.new("Frame")
  8. local Credit = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local TextButton_8 = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18.  
  19. TheRecklessGui.Name = "The Reckless Gui"
  20. TheRecklessGui.Parent = owner.PlayerGui
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = TheRecklessGui
  24. OpenFrame.BackgroundColor3 = Color3.new(0.431373, 1, 0.717647)
  25. OpenFrame.Position = UDim2.new(0, 0, 0.517544568, 0)
  26. OpenFrame.Size = UDim2.new(0, 90, 0, 39)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenFrame
  30. Open.BackgroundColor3 = Color3.new(0.972549, 0.12549, 1)
  31. Open.BorderSizePixel = 0
  32. Open.Position = UDim2.new(0.119473055, 0, 0.189532161, 0)
  33. Open.Size = UDim2.new(0, 67, 0, 23)
  34. Open.Font = Enum.Font.Cartoon
  35. Open.Text = "Open"
  36. Open.TextColor3 = Color3.new(1, 0.968628, 0.972549)
  37. Open.TextScaled = true
  38. Open.TextSize = 14
  39. Open.TextWrapped = true
  40. Open.MouseButton1Down:connect(function()
  41. Main.Visible = true
  42. OpenFrame.Visible = false
  43. end)
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = TheRecklessGui
  47. Main.Active = true
  48. Main.BackgroundColor3 = Color3.new(0.494118, 0.552941, 0.776471)
  49. Main.BackgroundTransparency = 0.20000000298023
  50. Main.BorderSizePixel = 0
  51. Main.Position = UDim2.new(0.776133776, 0, 0.094421193, 0)
  52. Main.Size = UDim2.new(0, 278, 0, 258)
  53. Main.Visible = false
  54. Main.Draggable = true
  55.  
  56. BeautyA.Name = "BeautyA"
  57. BeautyA.Parent = Main
  58. BeautyA.BackgroundColor3 = Color3.new(0.345098, 1, 0.956863)
  59. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  60. BeautyA.BorderSizePixel = 0
  61. BeautyA.Size = UDim2.new(0, 278, 0, 18)
  62.  
  63. Name.Name = "Name"
  64. Name.Parent = BeautyA
  65. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Name.BackgroundTransparency = 1
  67. Name.BorderSizePixel = 0
  68. Name.Position = UDim2.new(0.140287772, 0, 0, 0)
  69. Name.Size = UDim2.new(0, 200, 0, 18)
  70. Name.Font = Enum.Font.GothamBold
  71. Name.Text = "The Reckless Gui"
  72. Name.TextColor3 = Color3.new(1, 1, 0.976471)
  73. Name.TextSize = 25
  74. Name.TextWrapped = true
  75.  
  76. BeautyB.Name = "BeautyB"
  77. BeautyB.Parent = Main
  78. BeautyB.BackgroundColor3 = Color3.new(0.345098, 1, 0.956863)
  79. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  80. BeautyB.BorderSizePixel = 0
  81. BeautyB.Position = UDim2.new(0, 0, 0.956097543, 0)
  82. BeautyB.Size = UDim2.new(0, 278, 0, 18)
  83.  
  84. Credit.Name = "Credit"
  85. Credit.Parent = BeautyB
  86. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Credit.BackgroundTransparency = 1
  88. Credit.BorderSizePixel = 0
  89. Credit.Size = UDim2.new(0, 278, 0, 17)
  90. Credit.Text = "Gui Made By Karma#0949 [Script credits to their respectful Owners]"
  91. Credit.TextColor3 = Color3.new(0, 0, 0)
  92. Credit.TextScaled = true
  93. Credit.TextSize = 1
  94. Credit.TextWrapped = true
  95.  
  96. TextButton.Parent = Main
  97. TextButton.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  98. TextButton.BorderSizePixel = 0
  99. TextButton.Position = UDim2.new(0.0969277769, 0, 0.556958914, 0)
  100. TextButton.Size = UDim2.new(0, 97, 0, 30)
  101. TextButton.Text = "Party Gunner"
  102. TextButton.TextColor3 = Color3.new(1, 1, 1)
  103. TextButton.TextScaled = true
  104. TextButton.TextSize = 14
  105. TextButton.TextWrapped = true
  106. TextButton.MouseButton1Down:Connect(funcion()
  107.  
  108. TextButton_2.Parent = Main
  109. TextButton_2.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  110. TextButton_2.BorderSizePixel = 0
  111. TextButton_2.Position = UDim2.new(0.581496, 0, 0.11739175, 0)
  112. TextButton_2.Size = UDim2.new(0, 97, 0, 28)
  113. TextButton_2.Text = "Glitcher"
  114. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  115. TextButton_2.TextScaled = true
  116. TextButton_2.TextSize = 14
  117. TextButton_2.TextWrapped = true
  118. TextButton_2.MouseButton1Down:Connect(funcion()
  119. require(3084414471).Spec("FoolishMirror75")
  120. end)
  121.  
  122. TextButton_3.Parent = Main
  123. TextButton_3.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  124. TextButton_3.BorderSizePixel = 0
  125. TextButton_3.Position = UDim2.new(0.577788651, 0, 0.556958914, 0)
  126. TextButton_3.Size = UDim2.new(0, 97, 0, 28)
  127. TextButton_3.Text = "Random Switcher"
  128. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  129. TextButton_3.TextScaled = true
  130. TextButton_3.TextSize = 14
  131. TextButton_3.TextWrapped = true
  132. TextButton_3.MouseButton1Down:Connect(funcion()
  133. require(3991610634):yes("FoolishMirror75")
  134.  
  135. TextButton_4.Parent = Main
  136. TextButton_4.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  137. TextButton_4.BorderSizePixel = 0
  138. TextButton_4.Position = UDim2.new(0.577650309, 0, 0.32848075, 0)
  139. TextButton_4.Size = UDim2.new(0, 97, 0, 30)
  140. TextButton_4.Text = "Mr.PG"
  141. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  142. TextButton_4.TextSize = 14
  143. TextButton_4.TextWrapped = true
  144. TextButton_4.MouseButton1Down:Connect(funcion()
  145. require(2436070371).MrPG(owner.Name)
  146. end)
  147.  
  148. TextButton_5.Parent = Main
  149. TextButton_5.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  150. TextButton_5.BorderSizePixel = 0
  151. TextButton_5.Position = UDim2.new(0.097066097, 0, 0.80129993, 0)
  152. TextButton_5.Size = UDim2.new(0, 97, 0, 30)
  153. TextButton_5.Text = "Gui"
  154. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  155. TextButton_5.TextScaled = true
  156. TextButton_5.TextSize = 14
  157. TextButton_5.TextWrapped = true
  158. TextButton_5.MouseButton1Down:Connect(funcion()
  159. require(4154130567).ik("FoolishMirror75")
  160. end)
  161.  
  162. TextButton_6.Parent = Main
  163. TextButton_6.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  164. TextButton_6.BorderSizePixel = 0
  165. TextButton_6.Position = UDim2.new(0.097066097, 0, 0.32848075, 0)
  166. TextButton_6.Size = UDim2.new(0, 97, 0, 30)
  167. TextButton_6.Text = "Kickisher Gui"
  168. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  169. TextButton_6.TextScaled = true
  170. TextButton_6.TextSize = 14
  171. TextButton_6.TextWrapped = true
  172. TextButton_6.MouseButton1Down:Connect(funcion()
  173. require(4182999918):KickGuirework("FoolishMirror75")
  174. end)
  175.  
  176. TextButton_7.Parent = Main
  177. TextButton_7.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  178. TextButton_7.BorderSizePixel = 0
  179. TextButton_7.Position = UDim2.new(0.097066097, 0, 0.11739175, 0)
  180. TextButton_7.Size = UDim2.new(0, 97, 0, 30)
  181. TextButton_7.Text = "Revenge"
  182. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  183. TextButton_7.TextScaled = true
  184. TextButton_7.TextSize = 14
  185. TextButton_7.TextWrapped = true
  186. TextButton_7.MouseButton1Down:Connect(funcion()
  187. require(3744778514).die(owner.Name)
  188. end)
  189.  
  190. TextButton_8.Parent = Main
  191. TextButton_8.BackgroundColor3 = Color3.new(0.207843, 0.784314, 0.145098)
  192. TextButton_8.BorderSizePixel = 0
  193. TextButton_8.Position = UDim2.new(0.581496, 0, 0.80129993, 0)
  194. TextButton_8.Size = UDim2.new(0, 97, 0, 28)
  195. TextButton_8.Font = Enum.Font.SourceSans
  196. TextButton_8.Text = "Rainbow PUNCHER"
  197. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  198. TextButton_8.TextSize = 14
  199. TextButton_8.TextWrapped = true
  200. TextButton_8.MouseButton1Down:Connect(funcion()
  201. require(3261323531).a("FoolishMirror75")
  202. end)
  203.  
  204. Close.Name = "Close"
  205. Close.Parent = Main
  206. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  207. Close.BackgroundTransparency = 1
  208. Close.BorderSizePixel = 0
  209. Close.Position = UDim2.new(0.924460411, 0, 0, 0)
  210. Close.Size = UDim2.new(0, 20, 0, 18)
  211. Close.Text = "X"
  212. Close.TextColor3 = Color3.new(0, 0, 0)
  213. Close.TextScaled = true
  214. Close.TextSize = 14
  215. Close.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement