Advertisement
yougotoof

1

May 11th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. local MadCityGunModifier = Instance.new("ScreenGui")
  2. local PrintGUI = Instance.new("Frame")
  3. local drag = Instance.new("Frame")
  4. local drag2 = Instance.new("Frame")
  5. local printbtn = Instance.new("TextButton")
  6. local design = Instance.new("Frame")
  7. local printtxt2 = Instance.new("TextBox")
  8. local exit = Instance.new("TextButton")
  9. local title = Instance.new("TextLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11. --Properties:
  12. MadCityGunModifier.Name = "Mad City Gun Modifier"
  13. MadCityGunModifier.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. PrintGUI.Name = "PrintGUI"
  16. PrintGUI.Parent = MadCityGunModifier
  17. PrintGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  18. PrintGUI.BorderSizePixel = 0
  19. PrintGUI.Position = UDim2.new(0.358543426, 0, 0.210852608, 0)
  20. PrintGUI.Size = UDim2.new(0, 385, 0, 322)
  21.  
  22. drag.Name = "drag"
  23. drag.Parent = PrintGUI
  24. drag.BackgroundColor3 = Color3.new(0.156863, 0.462745, 0.427451)
  25. drag.BorderSizePixel = 0
  26. drag.Size = UDim2.new(0, 385, 0, 18)
  27.  
  28. drag2.Name = "drag2"
  29. drag2.Parent = PrintGUI
  30. drag2.BackgroundColor3 = Color3.new(0.156863, 0.462745, 0.427451)
  31. drag2.BorderSizePixel = 0
  32. drag2.Position = UDim2.new(0, 0, 0.0559006222, 0)
  33. drag2.Size = UDim2.new(0, 385, 0, 48)
  34.  
  35. printbtn.Name = "printbtn"
  36. printbtn.Parent = PrintGUI
  37. printbtn.BackgroundColor3 = Color3.new(1, 1, 1)
  38. printbtn.BorderSizePixel = 0
  39. printbtn.Position = UDim2.new(0.238961041, 0, 0.661490679, 0)
  40. printbtn.Size = UDim2.new(0, 200, 0, 50)
  41. printbtn.Font = Enum.Font.SciFi
  42. printbtn.Text = "Modify"
  43. printbtn.TextColor3 = Color3.new(0, 0, 0)
  44. printbtn.TextScaled = true
  45. printbtn.TextSize = 14
  46. printbtn.TextWrapped = true
  47.  
  48. design.Name = "design"
  49. design.Parent = printbtn
  50. design.BackgroundColor3 = Color3.new(1, 1, 1)
  51. design.BorderSizePixel = 0
  52. design.Size = UDim2.new(0, 6, 0, 50)
  53. design.Style = Enum.FrameStyle.ChatBlue
  54.  
  55. printtxt2.Name = "printtxt2"
  56. printtxt2.Parent = PrintGUI
  57. printtxt2.BackgroundColor3 = Color3.new(1, 1, 1)
  58. printtxt2.BorderSizePixel = 0
  59. printtxt2.Position = UDim2.new(0.135064945, 0, 0.422360241, 0)
  60. printtxt2.Size = UDim2.new(0, 280, 0, 50)
  61. printtxt2.Font = Enum.Font.Cartoon
  62. printtxt2.MultiLine = true
  63. printtxt2.Text = "Gun Here"
  64. printtxt2.TextColor3 = Color3.new(0, 0, 0)
  65. printtxt2.TextSize = 20
  66. printtxt2.TextWrapped = true
  67.  
  68. exit.Name = "exit"
  69. exit.Parent = PrintGUI
  70. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  71. exit.BackgroundTransparency = 1
  72. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  73. exit.Size = UDim2.new(0, 28, 0, 18)
  74. exit.Font = Enum.Font.Cartoon
  75. exit.Text = "X"
  76. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  77. exit.TextScaled = true
  78. exit.TextSize = 14
  79. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  80. exit.TextStrokeTransparency = 2
  81. exit.TextWrapped = true
  82.  
  83. title.Name = "title"
  84. title.Parent = PrintGUI
  85. title.BackgroundColor3 = Color3.new(1, 1, 1)
  86. title.BackgroundTransparency = 1
  87. title.BorderSizePixel = 0
  88. title.Position = UDim2.new(0.0337662324, 0, 0.0900621116, 0)
  89. title.Size = UDim2.new(0, 355, 0, 25)
  90. title.Font = Enum.Font.Fantasy
  91. title.Text = "Mad City Bullet Modifer"
  92. title.TextColor3 = Color3.new(1, 1, 1)
  93. title.TextScaled = true
  94. title.TextSize = 14
  95. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  96. title.TextStrokeTransparency = 0
  97. title.TextTransparency = 1
  98. title.TextWrapped = true
  99.  
  100. TextLabel.Parent = PrintGUI
  101. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel.Position = UDim2.new(0.238961041, 0, 0.285586953, 0)
  103. TextLabel.Size = UDim2.new(0, 200, 0, 29)
  104. TextLabel.Font = Enum.Font.SourceSans
  105. TextLabel.Text = "CAPS SENSITIVE"
  106. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  107. TextLabel.TextScaled = true
  108. TextLabel.TextSize = 14
  109. TextLabel.TextWrapped = true
  110. -- Scripts:
  111. function SCRIPT_GKBM78_FAKESCRIPT() -- printbtn.Script
  112. local script = Instance.new('Script')
  113. script.Parent = printbtn
  114. local oof = script.Parent.Parent.printtxt2
  115. script.Parent.MouseButton1Click:Connect(function()
  116. local Thing = oof.Text
  117. local Power = 3
  118. local Script = "RifleScript"
  119.  
  120. local backpack = game.Players.LocalPlayer.Backpack
  121. local gun = backpack[Thing] --MP5,Pistol,Baton,Shotgun,Baton etc.
  122. local ss = gun[Script] --RifleScript,PistolScript,MeeleScript,ShotgunScript etc.
  123. for i=1,Power do --u can change this to higher value if u want more damage
  124. ss:Clone().Parent = gun
  125. end
  126. end)
  127.  
  128. end
  129. end)
  130. coroutine.resume(coroutine.create(SCRIPT_GKBM78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement