nguyenminhnghia

cc

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