Facebook
From Scribby Owl, 3 Years ago, written in Plain Text.
This paste is a reply to Roblox mad city script from Roblox Hackers - view diff
Embed
Download Paste or View Raw
Hits: 392
  1. Injectbutton.MouseButton1Down:connect(function()
  2. Script Here
  3. end)Injectbutton.MouseButton1Down:connect(function()
  4. Script Here
  5. end)
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Hackframe = Instance.new("Frame")
  8. local Hackname = Instance.new("TextLabel")
  9. local Scriptbox = Instance.new("TextBox")
  10. local Injectbutton = Instance.new("TextButton")
  11. local Clearbutton = Instance.new("TextButton")
  12. local Credits = Instance.new("TextLabel")
  13. local Gethackbutton = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. ScreenGui.Parent = game.Workspace
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Hackframe.Name = "Hackframe"
  21. Hackframe.Parent = ScreenGui
  22. Hackframe.BackgroundColor3 = Color3.new(0.180392, 0.545098, 0.545098)
  23. Hackframe.Position = UDim2.new(0.0679851621, 0, 0.230341017, 0)
  24. Hackframe.Size = UDim2.new(0, 643, 0, 299)
  25.  
  26. Hackname.Name = "Hackname"
  27. Hackname.Parent = ScreenGui
  28. Hackname.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Hackname.Position = UDim2.new(0.336217552, 0, 0.126506045, 0)
  30. Hackname.Size = UDim2.new(0, 200, 0, 50)
  31. Hackname.Font = Enum.Font.SourceSans
  32. Hackname.Text = "Mad City Hacker V1"
  33. Hackname.TextColor3 = Color3.new(1, 1, 1)
  34. Hackname.TextScaled = true
  35. Hackname.TextSize = 14
  36. Hackname.TextWrapped = true
  37.  
  38. Scriptbox.Name = "Scriptbox"
  39. Scriptbox.Parent = ScreenGui
  40. Scriptbox.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0.533333)
  41. Scriptbox.Position = UDim2.new(0.0679851696, 0, 0.285140574, 0)
  42. Scriptbox.Size = UDim2.new(0, 643, 0, 199)
  43. Scriptbox.Font = Enum.Font.SourceSans
  44. Scriptbox.Text = "Script here"
  45. Scriptbox.TextColor3 = Color3.new(0, 0, 0)
  46. Scriptbox.TextSize = 14
  47.  
  48. Injectbutton.Name = "Injectbutton"
  49. Injectbutton.Parent = ScreenGui
  50. Injectbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  51. Injectbutton.Position = UDim2.new(0.067985177, 0, 0.728915691, 0)
  52. Injectbutton.Size = UDim2.new(0, 200, 0, 50)
  53. Injectbutton.Font = Enum.Font.SourceSans
  54. Injectbutton.Text = "Inject"
  55. Injectbutton.TextColor3 = Color3.new(1, 1, 1)
  56. Injectbutton.TextScaled = true
  57. Injectbutton.TextSize = 14
  58. Injectbutton.TextWrapped = true
  59.  
  60. Clearbutton.Name = "Clearbutton"
  61. Clearbutton.Parent = ScreenGui
  62. Clearbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  63. Clearbutton.Position = UDim2.new(0.336217552, 0, 0.728915691, 0)
  64. Clearbutton.Size = UDim2.new(0, 200, 0, 50)
  65. Clearbutton.Font = Enum.Font.SourceSans
  66. Clearbutton.Text = "Clear"
  67. Clearbutton.TextColor3 = Color3.new(1, 1, 1)
  68. Clearbutton.TextScaled = true
  69. Clearbutton.TextSize = 14
  70. Clearbutton.TextWrapped = true
  71.  
  72. Credits.Name = "Credits"
  73. Credits.Parent = ScreenGui
  74. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Credits.Position = UDim2.new(0.0679851696, 0, 0.228915676, 0)
  76. Credits.Size = UDim2.new(0, 643, 0, 28)
  77. Credits.Font = Enum.Font.SourceSans
  78. Credits.Text = "GUI maded By vearpuppy2 aka vearpuppy244"
  79. Credits.TextColor3 = Color3.new(0, 0, 0)
  80. Credits.TextScaled = true
  81. Credits.TextSize = 14
  82. Credits.TextWrapped = true
  83.  
  84. Gethackbutton.Name = "Gethackbutton"
  85. Gethackbutton.Parent = ScreenGui
  86. Gethackbutton.BackgroundColor3 = Color3.new(0, 1, 1)
  87. Gethackbutton.Position = UDim2.new(0.615574777, 0, 0.728915691, 0)
  88. Gethackbutton.Size = UDim2.new(0, 200, 0, 50)
  89. Gethackbutton.Font = Enum.Font.SourceSans
  90. Gethackbutton.Text = "Get the Hacks"
  91. Gethackbutton.TextColor3 = Color3.new(1, 1, 1)
  92. Gethackbutton.TextScaled = true
  93. Gethackbutton.TextSize = 14
  94. Gethackbutton.TextWrapped = true
  95. local ScreenGui = Instance.new("ScreenGui")
  96. local Hackframe = Instance.new("Frame")
  97. local Hackname = Instance.new("TextLabel")
  98. local Scriptbox = Instance.new("TextBox")
  99. local Injectbutton = Instance.new("TextButton")
  100. local Clearbutton = Instance.new("TextButton")
  101. local Credits = Instance.new("TextLabel")
  102. local Gethackbutton = Instance.new("TextButton")
  103.  
  104. -- Properties
  105.  
  106. ScreenGui.Parent = game.Workspace
  107. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  108.  
  109. Hackframe.Name = "Hackframe"
  110. Hackframe.Parent = ScreenGui
  111. Hackframe.BackgroundColor3 = Color3.new(0.180392, 0.545098, 0.545098)
  112. Hackframe.Position = UDim2.new(0.0679851621, 0, 0.230341017, 0)
  113. Hackframe.Size = UDim2.new(0, 643, 0, 299)
  114.  
  115. Hackname.Name = "Hackname"
  116. Hackname.Parent = ScreenGui
  117. Hackname.BackgroundColor3 = Color3.new(0, 0, 0)
  118. Hackname.Position = UDim2.new(0.336217552, 0, 0.126506045, 0)
  119. Hackname.Size = UDim2.new(0, 200, 0, 50)
  120. Hackname.Font = Enum.Font.SourceSans
  121. Hackname.Text = "Mad City Hacker V1"
  122. Hackname.TextColor3 = Color3.new(1, 1, 1)
  123. Hackname.TextScaled = true
  124. Hackname.TextSize = 14
  125. Hackname.TextWrapped = true
  126.  
  127. Scriptbox.Name = "Scriptbox"
  128. Scriptbox.Parent = ScreenGui
  129. Scriptbox.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0.533333)
  130. Scriptbox.Position = UDim2.new(0.0679851696, 0, 0.285140574, 0)
  131. Scriptbox.Size = UDim2.new(0, 643, 0, 199)
  132. Scriptbox.Font = Enum.Font.SourceSans
  133. Scriptbox.Text = "Script here"
  134. Scriptbox.TextColor3 = Color3.new(0, 0, 0)
  135. Scriptbox.TextSize = 14
  136.  
  137. Injectbutton.Name = "Injectbutton"
  138. Injectbutton.Parent = ScreenGui
  139. Injectbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  140. Injectbutton.Position = UDim2.new(0.067985177, 0, 0.728915691, 0)
  141. Injectbutton.Size = UDim2.new(0, 200, 0, 50)
  142. Injectbutton.Font = Enum.Font.SourceSans
  143. Injectbutton.Text = "Inject"
  144. Injectbutton.TextColor3 = Color3.new(1, 1, 1)
  145. Injectbutton.TextScaled = true
  146. Injectbutton.TextSize = 14
  147. Injectbutton.TextWrapped = true
  148.  
  149. Clearbutton.Name = "Clearbutton"
  150. Clearbutton.Parent = ScreenGui
  151. Clearbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  152. Clearbutton.Position = UDim2.new(0.336217552, 0, 0.728915691, 0)
  153. Clearbutton.Size = UDim2.new(0, 200, 0, 50)
  154. Clearbutton.Font = Enum.Font.SourceSans
  155. Clearbutton.Text = "Clear"
  156. Clearbutton.TextColor3 = Color3.new(1, 1, 1)
  157. Clearbutton.TextScaled = true
  158. Clearbutton.TextSize = 14
  159. Clearbutton.TextWrapped = true
  160.  
  161. Credits.Name = "Credits"
  162. Credits.Parent = ScreenGui
  163. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Credits.Position = UDim2.new(0.0679851696, 0, 0.228915676, 0)
  165. Credits.Size = UDim2.new(0, 643, 0, 28)
  166. Credits.Font = Enum.Font.SourceSans
  167. Credits.Text = "GUI maded By vearpuppy2 aka vearpuppy244"
  168. Credits.TextColor3 = Color3.new(0, 0, 0)
  169. Credits.TextScaled = true
  170. Credits.TextSize = 14
  171. Credits.TextWrapped = true
  172.  
  173. Gethackbutton.Name = "Gethackbutton"
  174. Gethackbutton.Parent = ScreenGui
  175. Gethackbutton.BackgroundColor3 = Color3.new(0, 1, 1)
  176. Gethackbutton.Position = UDim2.new(0.615574777, 0, 0.728915691, 0)
  177. Gethackbutton.Size = UDim2.new(0, 200, 0, 50)
  178. Gethackbutton.Font = Enum.Font.SourceSans
  179. Gethackbutton.Text = "Get the Hacks"
  180. Gethackbutton.TextColor3 = Color3.new(1, 1, 1)
  181. Gethackbutton.TextScaled = true
  182. Gethackbutton.TextSize = 14
  183. Gethackbutton.TextWrapped = true