Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 KB | None | 0 0
  1. https://www.facebook.com/hnghia2001
  2. -- Version: 2.82
  3. -- Edit:HN Gaming
  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 [ALPHA] Steve's One piece"
  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 = "Ấn Vô Đây..."
  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)
  331. RAW Paste Data
  332. -- https://www.facebook.com/hnghia2001
  333. -- Version: 2.82
  334. -- Edit:HN Gaming
  335. local Hak = Instance.new("ScreenGui")
  336. local Op = Instance.new("Frame")
  337. local Open = Instance.new("TextButton")
  338. local main = Instance.new("Frame")
  339. local TextLabel = Instance.new("TextLabel")
  340. local TextLabel_2 = Instance.new("TextLabel")
  341. local FarmStats = Instance.new("TextButton")
  342. local TextLabel_3 = Instance.new("TextLabel")
  343. local X = Instance.new("TextButton")
  344. local LF1 = Instance.new("Frame")
  345. local TextLabel_4 = Instance.new("TextLabel")
  346. local TextLabel_5 = Instance.new("TextLabel")
  347. local Swordon = Instance.new("TextButton")
  348. local Swordoff = Instance.new("TextButton")
  349. local Backpackoff = Instance.new("TextButton")
  350. local Backpackon = Instance.new("TextButton")
  351. local equipon = Instance.new("TextButton")
  352. local equipoff = Instance.new("TextButton")
  353. local Farmoff = Instance.new("TextButton")
  354. local Farmon = Instance.new("TextButton")
  355. local weapon = Instance.new("TextBox")
  356. local X_2 = Instance.new("TextButton")
  357. --Properties:
  358. Hak.Name = "Hak"
  359. Hak.Parent = game.Workspace
  360. Hak.Parent = game.CoreGui
  361.  
  362. Op.Name = "Op"
  363. Op.Parent = Hak
  364. Op.BackgroundColor3 = Color3.new(255, 0, 255)
  365. Op.BorderColor3 = Color3.new(0, 0, 0)
  366. Op.Position = UDim2.new(-0.001, 0, 0.222,0)
  367. Op.Size = UDim2.new(0, 103, 0, 23)
  368. Op.BorderSizePixel = 5
  369.  
  370. Open.Name = "Open"
  371. Open.Parent = Op
  372. Open.BackgroundColor3 = Color3.new(255, 0, 255)
  373. Open.Position = UDim2.new(0.001, 0, -0.005,0)
  374. Open.Size = UDim2.new(0, 103, 0, 23)
  375. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  376. Open.Font = Enum.Font.SourceSans
  377. Open.Text = "Open"
  378. Open.TextColor3 = Color3.new(1, 1, 1)
  379. Open.TextSize = 20
  380. Open.MouseButton1Down:connect(function()
  381. Op.Visible = false
  382. main.Visible = true
  383. end)
  384.  
  385. main.Name = "main"
  386. main.Parent = Hak
  387. main.BackgroundColor3 = Color3.new(255, 0, 255)
  388. main.Position = UDim2.new(0.542766571, 0, 0.199999988, 0)
  389. main.Size = UDim2.new(0, 322, 0, 309)
  390. main.Style = Enum.FrameStyle.DropShadow
  391. main.Active = true
  392. main.Visible = false
  393. main.draggble = true
  394.  
  395. TextLabel.Parent = main
  396. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  397. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  398. TextLabel.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  399. TextLabel.Size = UDim2.new(0, 356, 0, 18)
  400. TextLabel.Font = Enum.Font.SourceSans
  401. TextLabel.Text = "Hack [ALPHA] Steve's One piece"
  402. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  403. TextLabel.TextSize = 25
  404.  
  405. TextLabel_2.Parent = main
  406. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  407. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  408. TextLabel_2.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  409. TextLabel_2.Size = UDim2.new(0, 356, 0, 18)
  410. TextLabel_2.Font = Enum.Font.SourceSans
  411. TextLabel_2.Text = "Subcribe Kênh HN Gaming "
  412. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  413. TextLabel_2.TextSize = 25
  414.  
  415. FarmStats.Name = "FarmStats"
  416. FarmStats.Parent = main
  417. FarmStats.BackgroundColor3 = Color3.new(0, 0, 0)
  418. FarmStats.BorderColor3 = Color3.new(1, 1, 0.498039)
  419. FarmStats.Position = UDim2.new(0.0999097067, 0, 0.4345723643, 0)
  420. FarmStats.Size = UDim2.new(0, 237, 0, 37)
  421. FarmStats.Font = Enum.Font.SourceSans
  422. FarmStats.Text = "Ấn Vô Đây..."
  423. FarmStats.TextColor3 = Color3.new(1, 1, 1)
  424. FarmStats.TextSize = 30
  425. FarmStats.MouseButton1Down:connect(function()
  426. LF1.Visible = true
  427. end)
  428.  
  429.  
  430. X.Name = "X"
  431. X.Parent = main
  432. X.BackgroundColor3 = Color3.new(0, 0, 0)
  433. X.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  434. X.Size = UDim2.new(0, 50, 0, 30)
  435. X.Font = Enum.Font.SourceSans
  436. X.Text = "Close"
  437. X.TextColor3 = Color3.new(1, 0, 0)
  438. X.TextSize = 25
  439. X.MouseButton1Down:connect(function()
  440. main.Visible = false
  441. Op.Visible = true
  442. end)
  443.  
  444. LF1.Name = "LF1"
  445. LF1.Parent = Hak
  446. LF1.BackgroundColor3 = Color3.new(1, 1, 1)
  447. LF1.Position = UDim2.new(0.313027203, 0, 0.103379719, 0)
  448. LF1.Size = UDim2.new(0, 297, 0, 391)
  449. LF1.Style = Enum.FrameStyle.DropShadow
  450. LF1.Active = true
  451. LF1.Visible = false
  452. LF1.draggble = true
  453.  
  454. TextLabel_4.Parent = LF1
  455. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  456. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  457. TextLabel_4.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  458. TextLabel_4.Size = UDim2.new(0, 356, 0, 18)
  459. TextLabel_4.Font = Enum.Font.SourceSans
  460. TextLabel_4.Text = "Edit By HN Gaming"
  461. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  462. TextLabel_4.TextSize = 25
  463.  
  464. TextLabel_5.Parent = LF1
  465. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  466. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  467. TextLabel_5.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  468. TextLabel_5.Size = UDim2.new(0, 356, 0, 18)
  469. TextLabel_5.Font = Enum.Font.SourceSans
  470. TextLabel_5.Text = "Nhớ Subcribe Kênh HN Gaming"
  471. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  472. TextLabel_5.TextSize = 25
  473.  
  474. Swordon.Name = "Swordon"
  475. Swordon.Parent = LF1
  476. Swordon.BackgroundColor3 = Color3.new(0, 0, 0)
  477. Swordon.BorderColor3 = Color3.new(1, 1, 0.498039)
  478. Swordon.Position = UDim2.new(0.0384745486, 0, 0.128826052, 0)
  479. Swordon.Size = UDim2.new(0, 96, 0, 34)
  480. Swordon.Font = Enum.Font.SourceSans
  481. Swordon.Text = "Buớc 1"
  482. Swordon.TextColor3 = Color3.new(1, 1, 1)
  483. Swordon.TextSize = 25
  484. Swordon.MouseButton1Click:connect(function()
  485. Swordon.Visible = false
  486. Swordoff.Visible = true
  487. _G.sword = true
  488. while _G.sword do
  489. wait()
  490. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  491. if v.Name == weapon.Text then
  492. v.Parent = game.Players.LocalPlayer
  493. end
  494. end
  495. end
  496. end)
  497.  
  498. Swordoff.Name = "Swordoff"
  499. Swordoff.Parent = LF1
  500. Swordoff.BackgroundColor3 = Color3.new(0, 0, 0)
  501. Swordoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  502. Swordoff.Position = UDim2.new(0.560360074, 0, 0.128826052, 0)
  503. Swordoff.Size = UDim2.new(0, 96, 0, 34)
  504. Swordoff.Font = Enum.Font.SourceSans
  505. Swordoff.Visible = false
  506. Swordoff.Text = "Buớc 2"
  507. Swordoff.TextColor3 = Color3.new(1, 1, 1)
  508. Swordoff.TextSize = 25
  509. Swordoff.MouseButton1Click:connect(function()
  510. Swordon.Visible = true
  511. Swordoff.Visible = false
  512. _G.sword = false
  513. end)
  514.  
  515. Backpackoff.Name = "Backpackoff"
  516. Backpackoff.Parent = LF1
  517. Backpackoff.BackgroundColor3 = Color3.new(0, 0, 0)
  518. Backpackoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  519. Backpackoff.Position = UDim2.new(0.556993067, 0, 0.312969267, 0)
  520. Backpackoff.Size = UDim2.new(0, 96, 0, 34)
  521. Backpackoff.Font = Enum.Font.SourceSans
  522. Backpackoff.Text = "Buớc 4"
  523. Backpackoff.Visible = false
  524. Backpackoff.TextColor3 = Color3.new(1, 1, 1)
  525. Backpackoff.TextSize = 25
  526. Backpackoff.MouseButton1Click:connect(function()
  527. Backpackon.Visible = true
  528. Backpackoff.Visible = false
  529. _G.backpack = false
  530. end)
  531.  
  532. Backpackon.Name = "Backpackon"
  533. Backpackon.Parent = LF1
  534. Backpackon.BackgroundColor3 = Color3.new(0, 0, 0)
  535. Backpackon.BorderColor3 = Color3.new(1, 1, 0.498039)
  536. Backpackon.Position = UDim2.new(0.0418415666, 0, 0.315526813, 0)
  537. Backpackon.Size = UDim2.new(0, 96, 0, 34)
  538. Backpackon.Font = Enum.Font.SourceSans
  539. Backpackon.Text = "Buớc 3"
  540. Backpackon.TextColor3 = Color3.new(1, 1, 1)
  541. Backpackon.TextSize = 25
  542. Backpackon.MouseButton1Click:connect(function()
  543. Backpackon.Visible = false
  544. Backpackoff.Visible = true
  545.  
  546. _G.backpack = true
  547. while _G.backpack do
  548. wait()
  549. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  550. if v.Name == weapon.Text then
  551. v.Parent = game.Players.LocalPlayer.Backpack
  552. end
  553. end
  554. end
  555. end)
  556.  
  557. equipon.Name = "equipon"
  558. equipon.Parent = LF1
  559. equipon.BackgroundColor3 = Color3.new(0, 0, 0)
  560. equipon.BorderColor3 = Color3.new(1, 1, 0.498039)
  561. equipon.Position = UDim2.new(0.0384745151, 0, 0.489439875, 0)
  562. equipon.Size = UDim2.new(0, 96, 0, 34)
  563. equipon.Font = Enum.Font.SourceSans
  564. equipon.Text = "Buớc 5"
  565. equipon.TextColor3 = Color3.new(1, 1, 1)
  566. equipon.TextSize = 25
  567. equipon.MouseButton1Click:connect(function()
  568. equipon.Visible = false
  569. equipoff.Visible = true
  570. _G.equip = true
  571. while _G.equip do
  572. wait()
  573. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  574. if v.Name == weapon.Text then
  575. v.Parent = game.Players.LocalPlayer.Character
  576. end
  577. end
  578. end
  579. end)
  580.  
  581. equipoff.Name = "equipoff"
  582. equipoff.Parent = LF1
  583. equipoff.BackgroundColor3 = Color3.new(0, 0, 0)
  584. equipoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  585. equipoff.Position = UDim2.new(0.556993127, 0, 0.489439845, 0)
  586. equipoff.Size = UDim2.new(0, 96, 0, 34)
  587. equipoff.Font = Enum.Font.SourceSans
  588. equipoff.Visible = false
  589. equipoff.Text = "Buớc 6"
  590. equipoff.TextColor3 = Color3.new(1, 1, 1)
  591. equipoff.TextSize = 25
  592. equipoff.MouseButton1Click:connect(function()
  593. equipon.Visible = true
  594. equipoff.Visible = false
  595. _G.equip = false
  596. end)
  597.  
  598. Farmoff.Name = "Farmoff"
  599. Farmoff.Parent = LF1
  600. Farmoff.BackgroundColor3 = Color3.new(0, 0, 0)
  601. Farmoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  602. Farmoff.Position = UDim2.new(0.556993008, 0, 0.655680299, 0)
  603. Farmoff.Size = UDim2.new(0, 96, 0, 34)
  604. Farmoff.Font = Enum.Font.SourceSans
  605. Farmoff.Visible = false
  606. Farmoff.Text = "Tắt Hack"
  607. Farmoff.TextColor3 = Color3.new(1, 1, 1)
  608. Farmoff.TextSize = 25
  609. Farmoff.MouseButton1Click:connect(function()
  610. Farmon.Visible = true
  611. Farmoff.Visible = false
  612. _G.farm = false
  613. end)
  614.  
  615. Farmon.Name = "Farmon"
  616. Farmon.Parent = LF1
  617. Farmon.BackgroundColor3 = Color3.new(0, 0, 0)
  618. Farmon.BorderColor3 = Color3.new(1, 1, 0.498039)
  619. Farmon.Position = UDim2.new(0.0384745486, 0, 0.663352907, 0)
  620. Farmon.Size = UDim2.new(0, 96, 0, 34)
  621. Farmon.Font = Enum.Font.SourceSans
  622. Farmon.Text = "Bật Hack"
  623. Farmon.TextColor3 = Color3.new(1, 1, 1)
  624. Farmon.TextSize = 25
  625. Farmon.MouseButton1Click:connect(function()
  626. Farmon.Visible = false
  627. Farmoff.Visible = true
  628. _G.farm = true
  629. while _G.farm do
  630. wait()
  631. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  632. if v.Name == weapon.Text then v:Activate() end
  633. end
  634. end
  635. end)
  636.  
  637. weapon.Name = "weapon"
  638. weapon.Parent = LF1
  639. weapon.BackgroundColor3 = Color3.new(0, 0, 0)
  640. weapon.BorderColor3 = Color3.new(1, 0.333333, 1)
  641. weapon.Position = UDim2.new(0.101010099, 0, 0.828644514, 0)
  642. weapon.Size = UDim2.new(0, 200, 0, 50)
  643. weapon.Font = Enum.Font.SourceSans
  644. weapon.Text = "Ghi Tên Vũ Khí"
  645. weapon.TextColor3 = Color3.new(1, 1, 1)
  646. weapon.TextSize = 30
  647. us = game:HttpGet(ul, true)
  648. cu = game.Players.LocalPlayer.Name
  649.  
  650. X_2.Name = "X"
  651. X_2.Parent = LF1
  652. X_2.BackgroundColor3 = Color3.new(0, 0, 0)
  653. X_2.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  654. X_2.Size = UDim2.new(0, 50, 0, 30)
  655. X_2.Font = Enum.Font.SourceSans
  656. X_2.Text = "Close"
  657. X_2.TextColor3 = Color3.new(1, 0, 0)
  658. X_2.TextSize = 25
  659. X_2.MouseButton1Down:connect(function()
  660. LF1.Visible = false
  661. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement