Advertisement
ThanhTruong2004

10000000 Gun

Dec 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. local GuiMain = Instance.new("ScreenGui")
  2. local OpenGui = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local MAINGUI = Instance.new("Frame")
  5. local B1 = Instance.new("TextButton")
  6. local TextBox = Instance.new("TextBox")
  7. local B2 = Instance.new("TextButton")
  8. local B3 = Instance.new("TextButton")
  9. local B4 = Instance.new("TextButton")
  10. local B5 = Instance.new("TextButton")
  11. local B6 = Instance.new("TextButton")
  12. local B7 = Instance.new("TextButton")
  13. local B8 = Instance.new("TextButton")
  14. local B9 = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. --Properties:
  17. GuiMain.Name = "GuiMain"
  18. GuiMain.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. OpenGui.Name = "OpenGui"
  21. OpenGui.Parent = GuiMain
  22. OpenGui.BackgroundColor3 = Color3.new(0, 255, 255)
  23. OpenGui.BorderColor3 = Color3.new(1, 1, 1)
  24. OpenGui.BorderSizePixel = 5
  25. OpenGui.Position = UDim2.new(-0.001, 0, 0.222,0)
  26. OpenGui.Size = UDim2.new(0, 103, 0, 23)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenGui
  30. Open.BackgroundColor3 = Color3.new(0, 255, 255)
  31. Open.Position = UDim2.new(-0.001, 0, 0.222,0)
  32. Open.Size = UDim2.new(0, 103, 0, 23)
  33. Open.Font = Enum.Font.SourceSans
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.new(0, 0, 0)
  36. Open.TextSize = 14
  37. Open.MouseButton1Down:connect(function()
  38. MAINGUI.Visible = true
  39. OpenGui.Visible = false
  40. end)
  41.  
  42. MAINGUI.Name = "MAINGUI"
  43. MAINGUI.Parent = GuiMain
  44. MAINGUI.BackgroundColor3 = Color3.new(255, 0, 255)
  45. MAINGUI.BorderColor3 = Color3.new(0.101961, 0.207843, 0.2)
  46. MAINGUI.BorderSizePixel = 10
  47. MAINGUI.Position = UDim2.new(0.542766571, 0, 0.199999988, 0)
  48. MAINGUI.Size = UDim2.new(0, 322, 0, 309)
  49. MAINGUI.Visible = false
  50.  
  51. B1.Name = "B1"
  52. B1.Parent = MAINGUI
  53. B1.BackgroundColor3 = Color3.new(1, 1, 1)
  54. B1.Position = UDim2.new(0, 0, 0.197411001, 0)
  55. B1.Size = UDim2.new(0, 103, 0, 50)
  56. B1.Font = Enum.Font.SciFi
  57. B1.Text = "Buớc 1"
  58. B1.TextColor3 = Color3.new(0, 0, 0)
  59. B1.TextScaled = true
  60. B1.TextSize = 14
  61. B1.TextWrapped = true
  62. B1.MouseButton1Down:connect(function()
  63. local weapon = game.Players.LocalPlayer.Backpack
  64. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  65. if v.Name == "Dual Flintlock" then
  66. v.Parent = game.Players.LocalPlayer
  67. end
  68. end
  69. end)
  70.  
  71. TextBox.Parent = MAINGUI
  72. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  73. TextBox.Position = UDim2.new(0.1863354, 0, 0, 0)
  74. TextBox.Size = UDim2.new(0, 203, 0, 50)
  75. TextBox.Font = Enum.Font.SciFi
  76. TextBox.Text = "By NÐHN Doremon"
  77. TextBox.TextColor3 = Color3.new(0, 0, 0)
  78. TextBox.TextScaled = true
  79. TextBox.TextSize = 14
  80. TextBox.TextWrapped = true
  81.  
  82. B2.Name = "B2"
  83. B2.Parent = MAINGUI
  84. B2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. B2.Position = UDim2.new(0.680124223, 0, 0.197411001, 0)
  86. B2.Size = UDim2.new(0, 103, 0, 50)
  87. B2.Font = Enum.Font.SciFi
  88. B2.Text = "Buớc 2"
  89. B2.TextColor3 = Color3.new(0, 0, 0)
  90. B2.TextScaled = true
  91. B2.TextSize = 14
  92. B2.TextWrapped = true
  93. B2.MouseButton1Down:connect(function()
  94. local weapon = game.Players.LocalPlayer.Backpack
  95. _G.weapon = true
  96. while _G.weapon do
  97. wait()
  98. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  99. if v.Name == "Dual Flintlock" then
  100. v.Parent = game.Players.LocalPlayer
  101. end
  102. end
  103. end
  104. end)
  105.  
  106. B3.Name = "B3"
  107. B3.Parent = MAINGUI
  108. B3.BackgroundColor3 = Color3.new(1, 1, 1)
  109. B3.Position = UDim2.new(0, 0, 0.407766998, 0)
  110. B3.Size = UDim2.new(0, 103, 0, 50)
  111. B3.Font = Enum.Font.SciFi
  112. B3.Text = "Buớc 3"
  113. B3.TextColor3 = Color3.new(0, 0, 0)
  114. B3.TextScaled = true
  115. B3.TextSize = 14
  116. B3.TextWrapped = true
  117. B3.MouseButton1Down:connect(function()
  118. local weapon = game.Players.LocalPlayer.Backpack
  119. _G.weapon = false
  120. while _G.weapon do
  121. wait()
  122. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  123. if v.Name == "Dual Flintlock" then
  124. v.Parent = game.Players.LocalPlayer
  125. end
  126. end
  127. end
  128. end)
  129.  
  130. B4.Name = "B4"
  131. B4.Parent = MAINGUI
  132. B4.BackgroundColor3 = Color3.new(1, 1, 1)
  133. B4.Position = UDim2.new(0.680124223, 0, 0.407766998, 0)
  134. B4.Size = UDim2.new(0, 103, 0, 50)
  135. B4.Font = Enum.Font.SciFi
  136. B4.Text = "Buớc 4"
  137. B4.TextColor3 = Color3.new(0, 0, 0)
  138. B4.TextScaled = true
  139. B4.TextSize = 14
  140. B4.TextWrapped = true
  141. B4.MouseButton1Down:connect(function()
  142. local weapon = game.Players.LocalPlayer.Backpack
  143. _G.weapon = true
  144. while _G.weapon do
  145. wait()
  146. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  147. if v.Name == "Dual Flintlock" then
  148. v.Parent = game.Players.LocalPlayer.Backpack
  149. end
  150. end
  151. end
  152. end)
  153.  
  154. B5.Name = "B5"
  155. B5.Parent = MAINGUI
  156. B5.BackgroundColor3 = Color3.new(1, 1, 1)
  157. B5.Position = UDim2.new(7.4505806e-09, 0, 0.614886701, 0)
  158. B5.Size = UDim2.new(0, 103, 0, 50)
  159. B5.Font = Enum.Font.SciFi
  160. B5.Text = "Buớc 5"
  161. B5.TextColor3 = Color3.new(0, 0, 0)
  162. B5.TextScaled = true
  163. B5.TextSize = 14
  164. B5.TextWrapped = true
  165. B5.MouseButton1Down:connect(function()
  166. local weapon = game.Players.LocalPlayer.Backpack
  167. _G.weapon = false
  168. while _G.weapon do
  169. wait()
  170. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  171. if v.Name == "Dual Flintlock" then
  172. v.Parent = game.Players.LocalPlayer.Backpack
  173. end
  174. end
  175. end
  176. end)
  177.  
  178. B6.Name = "B6"
  179. B6.Parent = MAINGUI
  180. B6.BackgroundColor3 = Color3.new(1, 1, 1)
  181. B6.Position = UDim2.new(0.680124223, 0, 0.614886761, 0)
  182. B6.Size = UDim2.new(0, 103, 0, 50)
  183. B6.Font = Enum.Font.SciFi
  184. B6.Text = "Buớc 6"
  185. B6.TextColor3 = Color3.new(0, 0, 0)
  186. B6.TextScaled = true
  187. B6.TextSize = 14
  188. B6.TextWrapped = true
  189. B6.MouseButton1Down:connect(function()
  190. local weapon = game.Players.LocalPlayer.Backpack
  191. _G.weapon = true
  192. while _G.weapon do
  193. wait()
  194. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  195. if v.Name == "Dual Flintlock" then
  196. v.Parent = game.Players.LocalPlayer.Character
  197. end
  198. end
  199. end
  200. end)
  201.  
  202. B7.Name = "B7"
  203. B7.Parent = MAINGUI
  204. B7.BackgroundColor3 = Color3.new(1, 1, 1)
  205. B7.Position = UDim2.new(0, 0, 0.838187695, 0)
  206. B7.Size = UDim2.new(0, 103, 0, 50)
  207. B7.Font = Enum.Font.SciFi
  208. B7.Text = "Buớc 7"
  209. B7.TextColor3 = Color3.new(0, 0, 0)
  210. B7.TextScaled = true
  211. B7.TextSize = 14
  212. B7.TextWrapped = true
  213. B7.MouseButton1Down:connect(function()
  214. local weapon = game.Players.LocalPlayer.Backpack
  215. _G.weapon = true
  216. while _G.weapon do
  217. wait(0.1)
  218. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  219. if v.Name == "Dual Flintlock" then v:Activate() end
  220. end
  221. end
  222. end)
  223.  
  224. B8.Name = "B8"
  225. B8.Parent = MAINGUI
  226. B8.BackgroundColor3 = Color3.new(1, 1, 1)
  227. B8.Position = UDim2.new(0.680124223, 0, 0.838187695, 0)
  228. B8.Size = UDim2.new(0, 103, 0, 50)
  229. B8.Font = Enum.Font.SciFi
  230. B8.Text = "Subcribe kênh NDHN Doremon"
  231. B8.TextColor3 = Color3.new(0, 0, 0)
  232. B8.TextScaled = true
  233. B8.TextSize = 14
  234. B8.TextWrapped = true
  235. B8.MouseButton1Down:connect(function()
  236. end)
  237.  
  238. B9.Name = "B9"
  239. B9.Parent = MAINGUI
  240. B9.BackgroundColor3 = Color3.new(1, 1, 1)
  241. B9.Position = UDim2.new(0.338509321, 0, 0.407766998, 0)
  242. B9.Size = UDim2.new(0, 104, 0, 114)
  243. B9.Font = Enum.Font.SciFi
  244. B9.Text = "Ngừng Hack"
  245. B9.TextColor3 = Color3.new(0, 0, 0)
  246. B9.TextScaled = true
  247. B9.TextSize = 14
  248. B9.TextWrapped = true
  249. B9.MouseButton1Down:connect(function()
  250. local weapon = game.Players.LocalPlayer.Backpack
  251. _G.weapon = false
  252. while _G.weapon do
  253. wait(0.5)
  254. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  255. if v.Name == "Dual Flintlock" then v:Activate() end
  256. end
  257. end
  258.  
  259. end)
  260.  
  261. Close.Name = "Close"
  262. Close.Parent = MAINGUI
  263. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  264. Close.BackgroundTransparency = 2
  265. Close.Position = UDim2.new(0.931677043, 0, 0, 0)
  266. Close.Size = UDim2.new(0, 22, 0, 22)
  267. Close.Font = Enum.Font.SourceSansBold
  268. Close.Text = "Thoát"
  269. Close.TextColor3 = Color3.new(0, 0, 0)
  270. Close.TextScaled = true
  271. Close.TextSize = 25
  272. Close.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  273. Close.TextWrapped = true
  274. Close.MouseButton1Down:connect(function()
  275. MAINGUI.Visible = false
  276. OpenGui.Visible = true
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement