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

Replies to Re: Re: Roblox mad city script rss

Title Name Language When
Re: Re: Re: Roblox mad city script Botched Cat text 3 Years ago.