Facebook
From Small Armadillo, 4 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Roblox mad city script from Chocolate Bee - view diff
Embed
Download Paste or View Raw
Hits: 258
  1. Injectbutton.MouseButton1Down:connect(function()
  2. Script Here
  3. end)
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Hackframe = Instance.new("Frame")
  6. local Hackname = Instance.new("TextLabel")
  7. local Scriptbox = Instance.new("TextBox")
  8.  
  9. local Injectbutton = Instance.new("TextButton")
  10. local Clearbutton = Instance.new("TextButton")
  11. local Credits = Instance.new("TextLabel")
  12. local Gethackbutton = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.Workspace
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Hackframe.Name = "Hackframe"
  20. Hackframe.Parent = ScreenGui
  21. Hackframe.BackgroundColor3 = Color3.new(0.180392, 0.545098, 0.545098)
  22. Hackframe.Position = UDim2.new(0.0679851621, 0, 0.230341017, 0)
  23. Hackframe.Size = UDim2.new(0, 643, 0, 299)
  24.  
  25. Hackname.Name = "Hackname"
  26. Hackname.Parent = ScreenGui
  27. Hackname.BackgroundColor3 = Color3.new(0, 0, 0)
  28. Hackname.Position = UDim2.new(0.336217552, 0, 0.126506045, 0)
  29. Hackname.Size = UDim2.new(0, 200, 0, 50)
  30. Hackname.Font = Enum.Font.SourceSans
  31. Hackname.Text = "Mad City Hacker V1"
  32. Hackname.TextColor3 = Color3.new(1, 1, 1)
  33. Hackname.TextScaled = true
  34. Hackname.TextSize = 14
  35. Hackname.TextWrapped = true
  36.  
  37. Scriptbox.Name = "Scriptbox"
  38. Scriptbox.Parent = ScreenGui
  39. Scriptbox.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0.533333)
  40. Scriptbox.Position = UDim2.new(0.0679851696, 0, 0.285140574, 0)
  41. Scriptbox.Size = UDim2.new(0, 643, 0, 199)
  42. Scriptbox.Font = Enum.Font.SourceSans
  43. Scriptbox.Text = "Script here"
  44. Scriptbox.TextColor3 = Color3.new(0, 0, 0)
  45. Scriptbox.TextSize = 14
  46.  
  47. Injectbutton.Name = "Injectbutton"
  48. Injectbutton.Parent = ScreenGui
  49. Injectbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  50. Injectbutton.Position = UDim2.new(0.067985177, 0, 0.728915691, 0)
  51. Injectbutton.Size = UDim2.new(0, 200, 0, 50)
  52. Injectbutton.Font = Enum.Font.SourceSans
  53. Injectbutton.Text = "Inject"
  54. Injectbutton.TextColor3 = Color3.new(1, 1, 1)
  55. Injectbutton.TextScaled = true
  56. Injectbutton.TextSize = 14
  57. Injectbutton.TextWrapped = true
  58.  
  59. Clearbutton.Name = "Clearbutton"
  60. Clearbutton.Parent = ScreenGui
  61. Clearbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  62. Clearbutton.Position = UDim2.new(0.336217552, 0, 0.728915691, 0)
  63. Clearbutton.Size = UDim2.new(0, 200, 0, 50)
  64. Clearbutton.Font = Enum.Font.SourceSans
  65. Clearbutton.Text = "Clear"
  66. Clearbutton.TextColor3 = Color3.new(1, 1, 1)
  67. Clearbutton.TextScaled = true
  68. Clearbutton.TextSize = 14
  69. Clearbutton.TextWrapped = true
  70.  
  71. Credits.Name = "Credits"
  72. Credits.Parent = ScreenGui
  73. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Credits.Position = UDim2.new(0.0679851696, 0, 0.228915676, 0)
  75. Credits.Size = UDim2.new(0, 643, 0, 28)
  76. Credits.Font = Enum.Font.SourceSans
  77. Credits.Text = "GUI maded By vearpuppy2 aka vearpuppy244"
  78. Credits.TextColor3 = Color3.new(0, 0, 0)
  79. Credits.TextScaled = true
  80. Credits.TextSize = 14
  81. Credits.TextWrapped = true
  82.  
  83. Gethackbutton.Name = "Gethackbutton"
  84. Gethackbutton.Parent = ScreenGui
  85. Gethackbutton.BackgroundColor3 = Color3.new(0, 1, 1)
  86. Gethackbutton.Position = UDim2.new(0.615574777, 0, 0.728915691, 0)
  87. Gethackbutton.Size = UDim2.new(0, 200, 0, 50)
  88. Gethackbutton.Font = Enum.Font.SourceSans
  89. Gethackbutton.Text = "Get the Hacks"
  90. Gethackbutton.TextColor3 = Color3.new(1, 1, 1)
  91. Gethackbutton.TextScaled = true
  92. Gethackbutton.TextSize = 14
  93. Gethackbutton.TextWrapped = true