Advertisement
nOOB_YOTO

Untitled

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