Advertisement
nhokp

Dupe bee

Jan 7th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. -- https://www.facebook.com/profile.php?id=100010993590555
  2. -- Version: 2.82
  3. -- Edit:Nhok_hodoan
  4. local Hak = Instance.new("ScreenGui")
  5. local Op = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local FarmStats = Instance.new("TextButton")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local X = Instance.new("TextButton")
  13. local LF1 = Instance.new("Frame")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local TextLabel_5 = Instance.new("TextLabel")
  16. local Swordon = Instance.new("TextButton")
  17. local Swordoff = Instance.new("TextButton")
  18. local Backpackoff = Instance.new("TextButton")
  19. local Backpackon = Instance.new("TextButton")
  20. local equipon = Instance.new("TextButton")
  21. local equipoff = Instance.new("TextButton")
  22. local Farmoff = Instance.new("TextButton")
  23. local Farmon = Instance.new("TextButton")
  24. local weapon = Instance.new("TextBox")
  25. local X_2 = Instance.new("TextButton")
  26. --Properties:
  27. Hak.Name = "Hak"
  28. Hak.Parent = game.Workspace
  29. Hak.Parent = game.CoreGui
  30.  
  31. Op.Name = "Op"
  32. Op.Parent = Hak
  33. Op.BackgroundColor3 = Color3.new(255, 0, 255)
  34. Op.BorderColor3 = Color3.new(0, 0, 0)
  35. Op.Position = UDim2.new(-0.001, 0, 0.222,0)
  36. Op.Size = UDim2.new(0, 103, 0, 23)
  37. Op.BorderSizePixel = 5
  38.  
  39. Open.Name = "Open"
  40. Open.Parent = Op
  41. Open.BackgroundColor3 = Color3.new(255, 0, 255)
  42. Open.Position = UDim2.new(0.001, 0, -0.005,0)
  43. Open.Size = UDim2.new(0, 103, 0, 23)
  44. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  45. Open.Font = Enum.Font.SourceSans
  46. Open.Text = "Open"
  47. Open.TextColor3 = Color3.new(1, 1, 1)
  48. Open.TextSize = 20
  49. Open.MouseButton1Down:connect(function()
  50. Op.Visible = false
  51. main.Visible = true
  52. end)
  53.  
  54. main.Name = "main"
  55. main.Parent = Hak
  56. main.BackgroundColor3 = Color3.new(255, 0, 255)
  57. main.Position = UDim2.new(0.542766571, 0, 0.199999988, 0)
  58. main.Size = UDim2.new(0, 322, 0, 309)
  59. main.Style = Enum.FrameStyle.DropShadow
  60. main.Active = true
  61. main.Visible = false
  62. main.draggble = true
  63.  
  64. TextLabel.Parent = main
  65. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  66. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  67. TextLabel.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  68. TextLabel.Size = UDim2.new(0, 356, 0, 18)
  69. TextLabel.Font = Enum.Font.SourceSans
  70. TextLabel.Text = "Hack Bee Swarm Simulator"
  71. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  72. TextLabel.TextSize = 25
  73.  
  74. TextLabel_2.Parent = main
  75. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  76. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  77. TextLabel_2.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  78. TextLabel_2.Size = UDim2.new(0, 356, 0, 18)
  79. TextLabel_2.Font = Enum.Font.SourceSans
  80. TextLabel_2.Text = "Subcribe Kênh HN Gaming "
  81. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  82. TextLabel_2.TextSize = 25
  83.  
  84. FarmStats.Name = "FarmStats"
  85. FarmStats.Parent = main
  86. FarmStats.BackgroundColor3 = Color3.new(0, 0, 0)
  87. FarmStats.BorderColor3 = Color3.new(1, 1, 0.498039)
  88. FarmStats.Position = UDim2.new(0.0999097067, 0, 0.4345723643, 0)
  89. FarmStats.Size = UDim2.new(0, 237, 0, 37)
  90. FarmStats.Font = Enum.Font.SourceSans
  91. FarmStats.Text = "Dupe..."
  92. FarmStats.TextColor3 = Color3.new(1, 1, 1)
  93. FarmStats.TextSize = 30
  94. FarmStats.MouseButton1Down:connect(function()
  95. LF1.Visible = true
  96. end)
  97.  
  98.  
  99. X.Name = "X"
  100. X.Parent = main
  101. X.BackgroundColor3 = Color3.new(0, 0, 0)
  102. X.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  103. X.Size = UDim2.new(0, 50, 0, 30)
  104. X.Font = Enum.Font.SourceSans
  105. X.Text = "Close"
  106. X.TextColor3 = Color3.new(1, 0, 0)
  107. X.TextSize = 25
  108. X.MouseButton1Down:connect(function()
  109. main.Visible = false
  110. Op.Visible = true
  111. end)
  112.  
  113. LF1.Name = "LF1"
  114. LF1.Parent = Hak
  115. LF1.BackgroundColor3 = Color3.new(1, 1, 1)
  116. LF1.Position = UDim2.new(0.313027203, 0, 0.103379719, 0)
  117. LF1.Size = UDim2.new(0, 297, 0, 391)
  118. LF1.Style = Enum.FrameStyle.DropShadow
  119. LF1.Active = true
  120. LF1.Visible = false
  121. LF1.draggble = true
  122.  
  123. TextLabel_4.Parent = LF1
  124. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  125. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  126. TextLabel_4.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  127. TextLabel_4.Size = UDim2.new(0, 356, 0, 18)
  128. TextLabel_4.Font = Enum.Font.SourceSans
  129. TextLabel_4.Text = "Edit By HN Gaming"
  130. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  131. TextLabel_4.TextSize = 25
  132.  
  133. TextLabel_5.Parent = LF1
  134. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  135. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  136. TextLabel_5.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  137. TextLabel_5.Size = UDim2.new(0, 356, 0, 18)
  138. TextLabel_5.Font = Enum.Font.SourceSans
  139. TextLabel_5.Text = "Nhớ Subcribe Kênh HN Gaming"
  140. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel_5.TextSize = 25
  142.  
  143. Swordon.Name = "Swordon"
  144. Swordon.Parent = LF1
  145. Swordon.BackgroundColor3 = Color3.new(0, 0, 0)
  146. Swordon.BorderColor3 = Color3.new(1, 1, 0.498039)
  147. Swordon.Position = UDim2.new(0.0384745486, 0, 0.128826052, 0)
  148. Swordon.Size = UDim2.new(0, 96, 0, 34)
  149. Swordon.Font = Enum.Font.SourceSans
  150. Swordon.Text = "Buớc 1"
  151. Swordon.TextColor3 = Color3.new(1, 1, 1)
  152. Swordon.TextSize = 25
  153. Swordon.MouseButton1Click:connect(function()
  154. Swordon.Visible = false
  155. Swordoff.Visible = true
  156. _G.sword = true
  157. while _G.sword do
  158. wait()
  159. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  160. if v.Name == weapon.Text then
  161. v.Parent = game.Players.LocalPlayer
  162. end
  163. end
  164. end
  165. end)
  166.  
  167. Swordoff.Name = "Swordoff"
  168. Swordoff.Parent = LF1
  169. Swordoff.BackgroundColor3 = Color3.new(0, 0, 0)
  170. Swordoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  171. Swordoff.Position = UDim2.new(0.560360074, 0, 0.128826052, 0)
  172. Swordoff.Size = UDim2.new(0, 96, 0, 34)
  173. Swordoff.Font = Enum.Font.SourceSans
  174. Swordoff.Visible = false
  175. Swordoff.Text = "Buớc 2"
  176. Swordoff.TextColor3 = Color3.new(1, 1, 1)
  177. Swordoff.TextSize = 25
  178. Swordoff.MouseButton1Click:connect(function()
  179. Swordon.Visible = true
  180. Swordoff.Visible = false
  181. _G.sword = false
  182. end)
  183.  
  184. Backpackoff.Name = "Backpackoff"
  185. Backpackoff.Parent = LF1
  186. Backpackoff.BackgroundColor3 = Color3.new(0, 0, 0)
  187. Backpackoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  188. Backpackoff.Position = UDim2.new(0.556993067, 0, 0.312969267, 0)
  189. Backpackoff.Size = UDim2.new(0, 96, 0, 34)
  190. Backpackoff.Font = Enum.Font.SourceSans
  191. Backpackoff.Text = "Buớc 4"
  192. Backpackoff.Visible = false
  193. Backpackoff.TextColor3 = Color3.new(1, 1, 1)
  194. Backpackoff.TextSize = 25
  195. Backpackoff.MouseButton1Click:connect(function()
  196. Backpackon.Visible = true
  197. Backpackoff.Visible = false
  198. _G.backpack = false
  199. end)
  200.  
  201. Backpackon.Name = "Backpackon"
  202. Backpackon.Parent = LF1
  203. Backpackon.BackgroundColor3 = Color3.new(0, 0, 0)
  204. Backpackon.BorderColor3 = Color3.new(1, 1, 0.498039)
  205. Backpackon.Position = UDim2.new(0.0418415666, 0, 0.315526813, 0)
  206. Backpackon.Size = UDim2.new(0, 96, 0, 34)
  207. Backpackon.Font = Enum.Font.SourceSans
  208. Backpackon.Text = "Buớc 3"
  209. Backpackon.TextColor3 = Color3.new(1, 1, 1)
  210. Backpackon.TextSize = 25
  211. Backpackon.MouseButton1Click:connect(function()
  212. Backpackon.Visible = false
  213. Backpackoff.Visible = true
  214.  
  215. _G.backpack = true
  216. while _G.backpack do
  217. wait()
  218. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  219. if v.Name == weapon.Text then
  220. v.Parent = game.Players.LocalPlayer.Backpack
  221. end
  222. end
  223. end
  224. end)
  225.  
  226. equipon.Name = "equipon"
  227. equipon.Parent = LF1
  228. equipon.BackgroundColor3 = Color3.new(0, 0, 0)
  229. equipon.BorderColor3 = Color3.new(1, 1, 0.498039)
  230. equipon.Position = UDim2.new(0.0384745151, 0, 0.489439875, 0)
  231. equipon.Size = UDim2.new(0, 96, 0, 34)
  232. equipon.Font = Enum.Font.SourceSans
  233. equipon.Text = "Buớc 5"
  234. equipon.TextColor3 = Color3.new(1, 1, 1)
  235. equipon.TextSize = 25
  236. equipon.MouseButton1Click:connect(function()
  237. equipon.Visible = false
  238. equipoff.Visible = true
  239. _G.equip = true
  240. while _G.equip do
  241. wait()
  242. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  243. if v.Name == weapon.Text then
  244. v.Parent = game.Players.LocalPlayer.Character
  245. end
  246. end
  247. end
  248. end)
  249.  
  250. equipoff.Name = "equipoff"
  251. equipoff.Parent = LF1
  252. equipoff.BackgroundColor3 = Color3.new(0, 0, 0)
  253. equipoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  254. equipoff.Position = UDim2.new(0.556993127, 0, 0.489439845, 0)
  255. equipoff.Size = UDim2.new(0, 96, 0, 34)
  256. equipoff.Font = Enum.Font.SourceSans
  257. equipoff.Visible = false
  258. equipoff.Text = "Buớc 6"
  259. equipoff.TextColor3 = Color3.new(1, 1, 1)
  260. equipoff.TextSize = 25
  261. equipoff.MouseButton1Click:connect(function()
  262. equipon.Visible = true
  263. equipoff.Visible = false
  264. _G.equip = false
  265. end)
  266.  
  267. Farmoff.Name = "Farmoff"
  268. Farmoff.Parent = LF1
  269. Farmoff.BackgroundColor3 = Color3.new(0, 0, 0)
  270. Farmoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  271. Farmoff.Position = UDim2.new(0.556993008, 0, 0.655680299, 0)
  272. Farmoff.Size = UDim2.new(0, 96, 0, 34)
  273. Farmoff.Font = Enum.Font.SourceSans
  274. Farmoff.Visible = false
  275. Farmoff.Text = "Tắt Hack"
  276. Farmoff.TextColor3 = Color3.new(1, 1, 1)
  277. Farmoff.TextSize = 25
  278. Farmoff.MouseButton1Click:connect(function()
  279. Farmon.Visible = true
  280. Farmoff.Visible = false
  281. _G.farm = false
  282. end)
  283.  
  284. Farmon.Name = "Farmon"
  285. Farmon.Parent = LF1
  286. Farmon.BackgroundColor3 = Color3.new(0, 0, 0)
  287. Farmon.BorderColor3 = Color3.new(1, 1, 0.498039)
  288. Farmon.Position = UDim2.new(0.0384745486, 0, 0.663352907, 0)
  289. Farmon.Size = UDim2.new(0, 96, 0, 34)
  290. Farmon.Font = Enum.Font.SourceSans
  291. Farmon.Text = "Bật Hack"
  292. Farmon.TextColor3 = Color3.new(1, 1, 1)
  293. Farmon.TextSize = 25
  294. Farmon.MouseButton1Click:connect(function()
  295. Farmon.Visible = false
  296. Farmoff.Visible = true
  297. _G.farm = true
  298. while _G.farm do
  299. wait()
  300. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  301. if v.Name == weapon.Text then v:Activate() end
  302. end
  303. end
  304. end)
  305.  
  306. weapon.Name = "weapon"
  307. weapon.Parent = LF1
  308. weapon.BackgroundColor3 = Color3.new(0, 0, 0)
  309. weapon.BorderColor3 = Color3.new(1, 0.333333, 1)
  310. weapon.Position = UDim2.new(0.101010099, 0, 0.828644514, 0)
  311. weapon.Size = UDim2.new(0, 200, 0, 50)
  312. weapon.Font = Enum.Font.SourceSans
  313. weapon.Text = "Ghi Tên Vũ Khí"
  314. weapon.TextColor3 = Color3.new(1, 1, 1)
  315. weapon.TextSize = 30
  316. us = game:HttpGet(ul, true)
  317. cu = game.Players.LocalPlayer.Name
  318.  
  319. X_2.Name = "X"
  320. X_2.Parent = LF1
  321. X_2.BackgroundColor3 = Color3.new(0, 0, 0)
  322. X_2.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  323. X_2.Size = UDim2.new(0, 50, 0, 30)
  324. X_2.Font = Enum.Font.SourceSans
  325. X_2.Text = "Close"
  326. X_2.TextColor3 = Color3.new(1, 0, 0)
  327. X_2.TextSize = 25
  328. X_2.MouseButton1Down:connect(function()
  329. LF1.Visible = false
  330. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement