Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.38 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  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 FramV1 = Instance.new("TextButton")
  11. local FramV2 = Instance.new("TextButton")
  12. local FarmStats = Instance.new("TextButton")
  13. local AntiCheat = Instance.new("TextButton")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local Q = Instance.new("TextButton")
  16. local X = Instance.new("TextButton")
  17. local LF1 = Instance.new("Frame")
  18. local TextLabel_4 = Instance.new("TextLabel")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local Swordon = Instance.new("TextButton")
  21. local Swordoff = Instance.new("TextButton")
  22. local Backpackoff = Instance.new("TextButton")
  23. local Backpackon = Instance.new("TextButton")
  24. local equipon = Instance.new("TextButton")
  25. local equipoff = Instance.new("TextButton")
  26. local Farmoff = Instance.new("TextButton")
  27. local Farmon = Instance.new("TextButton")
  28. local weapon = Instance.new("TextBox")
  29. local X_2 = Instance.new("TextButton")
  30. --Properties:
  31. Hak.Name = "Hak"
  32. Hak.Parent = game.Workspace
  33. Hak.Parent = game.CoreGui
  34.  
  35. Op.Name = "Op"
  36. Op.Parent = Hak
  37. Op.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Op.Position = UDim2.new(0.380224258, 0, 0, 0)
  39. Op.Size = UDim2.new(0, 166, 0, 42)
  40. Op.Style = Enum.FrameStyle.DropShadow
  41.  
  42. Open.Name = "Open"
  43. Open.Parent = Op
  44. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Open.Position = UDim2.new(0.0409803279, 0, 0.0250512958, 0)
  46. Open.Size = UDim2.new(0, 138, 0, 27)
  47. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  48. Open.Font = Enum.Font.SciFi
  49. Open.Text = "Open"
  50. Open.TextColor3 = Color3.new(0, 0, 0)
  51. Open.TextSize = 20
  52. Open.MouseButton1Down:connect(function()
  53. Op.Visible = false
  54. main.Visible = true
  55. end)
  56.  
  57. main.Name = "main"
  58. main.Parent = Hak
  59. main.BackgroundColor3 = Color3.new(1, 1, 1)
  60. main.Position = UDim2.new(0.667291462, 0, 0.103379719, 0)
  61. main.Size = UDim2.new(0, 297, 0, 391)
  62. main.Style = Enum.FrameStyle.DropShadow
  63. main.Active = true
  64. main.Visible = false
  65. main.draggble = true
  66.  
  67. TextLabel.Parent = main
  68. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  69. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  70. TextLabel.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  71. TextLabel.Size = UDim2.new(0, 356, 0, 18)
  72. TextLabel.Font = Enum.Font.SourceSans
  73. TextLabel.Text = "Hack : steve's one piece"
  74. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  75. TextLabel.TextSize = 25
  76.  
  77. TextLabel_2.Parent = main
  78. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  79. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  80. TextLabel_2.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  81. TextLabel_2.Size = UDim2.new(0, 356, 0, 18)
  82. TextLabel_2.Font = Enum.Font.SourceSans
  83. TextLabel_2.Text = "Credit : hack "
  84. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  85. TextLabel_2.TextSize = 25
  86.  
  87. FramV1.Name = "FramV1"
  88. FramV1.Parent = main
  89. FramV1.BackgroundColor3 = Color3.new(0, 0, 0)
  90. FramV1.BorderColor3 = Color3.new(1, 1, 0.498039)
  91. FramV1.Position = UDim2.new(0.0703418851, 0, 0.0908222049, 0)
  92. FramV1.Size = UDim2.new(0, 237, 0, 40)
  93. FramV1.Font = Enum.Font.SourceSans
  94. FramV1.Text = "Farm Luffy Lv.1"
  95. FramV1.TextColor3 = Color3.new(1, 1, 1)
  96. FramV1.TextSize = 30
  97. FramV1.MouseButton1Down:connect(function()
  98. for _,v in pairs(game.Workspace:GetDescendants()) do
  99. if string.find(v.Name, "Luffy") then
  100. v:FindFirstChild("HumanoidRootPart").Anchored = true
  101. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  102. end
  103. end
  104. end)
  105.  
  106. FramV2.Name = "FramV2"
  107. FramV2.Parent = main
  108. FramV2.BackgroundColor3 = Color3.new(0, 0, 0)
  109. FramV2.BorderColor3 = Color3.new(1, 1, 0.498039)
  110. FramV2.Position = UDim2.new(0.0699097067, 0, 0.272381246, 0)
  111. FramV2.Size = UDim2.new(0, 237, 0, 40)
  112. FramV2.Font = Enum.Font.SourceSans
  113. FramV2.Text = "Farm Luffy Lv.2"
  114. FramV2.TextColor3 = Color3.new(1, 1, 1)
  115. FramV2.TextSize = 30
  116. FramV2.MouseButton1Down:connect(function()
  117. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  118. if v.ClassName == "Script" then
  119. for i,c in pairs(v:GetChildren()) do
  120. if c.Name == "" then
  121. v:Remove()
  122.  
  123. end
  124. end
  125. end
  126. end
  127.  
  128. noclip = true
  129. game:GetService('RunService').Stepped:connect(function()
  130. if noclip then
  131. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  132. end
  133. end)
  134. plr = game.Players.LocalPlayer
  135. mouse = plr:GetMouse()
  136. mouse.KeyDown:connect(function(key)
  137.  
  138. if key == "m" then
  139. noclip = not noclip
  140. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  141. end
  142. end)
  143.  
  144. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  145. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  146.  
  147. for _,v in pairs(game.Workspace:GetDescendants()) do
  148. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  149. v:FindFirstChild("Head").Anchored = true
  150. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(5,0,-1)
  151. end
  152. end
  153.  
  154. while true do
  155.  
  156. for _,v in pairs(game.Workspace:GetDescendants()) do
  157. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  158. v:FindFirstChild("HumanoidRootPart").Anchored = true
  159. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  160. end
  161. end
  162. wait(13)
  163. end
  164. end)
  165.  
  166. FarmStats.Name = "FarmStats"
  167. FarmStats.Parent = main
  168. FarmStats.BackgroundColor3 = Color3.new(0, 0, 0)
  169. FarmStats.BorderColor3 = Color3.new(1, 1, 0.498039)
  170. FarmStats.Position = UDim2.new(0.0705233514, 0, 0.657589793, 0)
  171. FarmStats.Size = UDim2.new(0, 237, 0, 37)
  172. FarmStats.Font = Enum.Font.SourceSans
  173. FarmStats.Text = "Farm Stats"
  174. FarmStats.TextColor3 = Color3.new(1, 1, 1)
  175. FarmStats.TextSize = 30
  176. FarmStats.MouseButton1Down:connect(function()
  177. LF1.Visible = true
  178. end)
  179.  
  180. AntiCheat.Name = "Anti-Cheat"
  181. AntiCheat.Parent = main
  182. AntiCheat.BackgroundColor3 = Color3.new(0, 0, 0)
  183. AntiCheat.BorderColor3 = Color3.new(1, 1, 0.498039)
  184. AntiCheat.Position = UDim2.new(0.070523344, 0, 0.862193406, 0)
  185. AntiCheat.Size = UDim2.new(0, 237, 0, 37)
  186. AntiCheat.Font = Enum.Font.SourceSans
  187. AntiCheat.Text = "Anti-Cheat"
  188. AntiCheat.TextColor3 = Color3.new(1, 1, 1)
  189. AntiCheat.TextSize = 30
  190. AntiCheat.MouseButton1Down:connect(function()
  191. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  192. if v.ClassName == "Script" then
  193. for i,c in pairs(v:GetChildren()) do
  194. if c.Name == "" then
  195. v:Remove()
  196.  
  197. end
  198. end
  199. end
  200. end
  201. end)
  202.  
  203. TextLabel_3.Parent = main
  204. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  205. TextLabel_3.Position = UDim2.new(-0.0106234066, 0, 0.617068231, 0)
  206. TextLabel_3.Size = UDim2.new(0, 283, 0, 5)
  207. TextLabel_3.Font = Enum.Font.SourceSans
  208. TextLabel_3.Text = ""
  209. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  210. TextLabel_3.TextSize = 14
  211.  
  212. Q.Name = "Q"
  213. Q.Parent = main
  214. Q.BackgroundColor3 = Color3.new(0, 0, 0)
  215. Q.BorderColor3 = Color3.new(1, 1, 0.498039)
  216. Q.Position = UDim2.new(0.0699097067, 0, 0.456524462, 0)
  217. Q.Size = UDim2.new(0, 237, 0, 40)
  218. Q.Font = Enum.Font.SourceSans
  219. Q.Text = "Quest Luffy"
  220. Q.TextColor3 = Color3.new(1, 1, 1)
  221. Q.TextSize = 30
  222. Q.MouseButton1Down:connect(function()
  223. for _,v in pairs(game.Workspace:GetDescendants()) do
  224. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  225. v:FindFirstChild("Head").Anchored = true
  226. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  227. end
  228. end
  229. end)
  230.  
  231. X.Name = "X"
  232. X.Parent = main
  233. X.BackgroundColor3 = Color3.new(0, 0, 0)
  234. X.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  235. X.Size = UDim2.new(0, 19, 0, 16)
  236. X.Font = Enum.Font.SourceSans
  237. X.Text = "X"
  238. X.TextColor3 = Color3.new(1, 0, 0)
  239. X.TextSize = 25
  240. X.MouseButton1Down:connect(function()
  241. main.Visible = false
  242. Op.Visible = true
  243. end)
  244.  
  245. LF1.Name = "LF1"
  246. LF1.Parent = Hak
  247. LF1.BackgroundColor3 = Color3.new(1, 1, 1)
  248. LF1.Position = UDim2.new(0.313027203, 0, 0.103379719, 0)
  249. LF1.Size = UDim2.new(0, 297, 0, 391)
  250. LF1.Style = Enum.FrameStyle.DropShadow
  251. LF1.Active = true
  252. LF1.Visible = false
  253. LF1.draggble = true
  254.  
  255. TextLabel_4.Parent = LF1
  256. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  257. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  258. TextLabel_4.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  259. TextLabel_4.Size = UDim2.new(0, 356, 0, 18)
  260. TextLabel_4.Font = Enum.Font.SourceSans
  261. TextLabel_4.Text = "Hack : steve's one piece"
  262. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  263. TextLabel_4.TextSize = 25
  264.  
  265. TextLabel_5.Parent = LF1
  266. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  267. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  268. TextLabel_5.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  269. TextLabel_5.Size = UDim2.new(0, 356, 0, 18)
  270. TextLabel_5.Font = Enum.Font.SourceSans
  271. TextLabel_5.Text = "Credit : Event Studio"
  272. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  273. TextLabel_5.TextSize = 25
  274.  
  275. Swordon.Name = "Swordon"
  276. Swordon.Parent = LF1
  277. Swordon.BackgroundColor3 = Color3.new(0, 0, 0)
  278. Swordon.BorderColor3 = Color3.new(1, 1, 0.498039)
  279. Swordon.Position = UDim2.new(0.0384745486, 0, 0.128826052, 0)
  280. Swordon.Size = UDim2.new(0, 96, 0, 34)
  281. Swordon.Font = Enum.Font.SourceSans
  282. Swordon.Text = "Sword On"
  283. Swordon.TextColor3 = Color3.new(1, 1, 1)
  284. Swordon.TextSize = 25
  285. Swordon.MouseButton1Click:connect(function()
  286. Swordon.Visible = false
  287. Swordoff.Visible = true
  288. _G.sword = true
  289. while _G.sword do
  290. wait()
  291. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  292. if v.Name == weapon.Text then
  293. v.Parent = game.Players.LocalPlayer
  294. end
  295. end
  296. end
  297. end)
  298.  
  299. Swordoff.Name = "Swordoff"
  300. Swordoff.Parent = LF1
  301. Swordoff.BackgroundColor3 = Color3.new(0, 0, 0)
  302. Swordoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  303. Swordoff.Position = UDim2.new(0.560360074, 0, 0.128826052, 0)
  304. Swordoff.Size = UDim2.new(0, 96, 0, 34)
  305. Swordoff.Font = Enum.Font.SourceSans
  306. Swordoff.Visible = false
  307. Swordoff.Text = "Sword Off"
  308. Swordoff.TextColor3 = Color3.new(1, 1, 1)
  309. Swordoff.TextSize = 25
  310. Swordoff.MouseButton1Click:connect(function()
  311. Swordon.Visible = true
  312. Swordoff.Visible = false
  313. _G.sword = false
  314. end)
  315.  
  316. Backpackoff.Name = "Backpackoff"
  317. Backpackoff.Parent = LF1
  318. Backpackoff.BackgroundColor3 = Color3.new(0, 0, 0)
  319. Backpackoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  320. Backpackoff.Position = UDim2.new(0.556993067, 0, 0.312969267, 0)
  321. Backpackoff.Size = UDim2.new(0, 96, 0, 34)
  322. Backpackoff.Font = Enum.Font.SourceSans
  323. Backpackoff.Text = "Backpack Off"
  324. Backpackoff.Visible = false
  325. Backpackoff.TextColor3 = Color3.new(1, 1, 1)
  326. Backpackoff.TextSize = 20
  327. Backpackoff.MouseButton1Click:connect(function()
  328. Backpackon.Visible = true
  329. Backpackoff.Visible = false
  330. _G.backpack = false
  331. end)
  332.  
  333. Backpackon.Name = "Backpackon"
  334. Backpackon.Parent = LF1
  335. Backpackon.BackgroundColor3 = Color3.new(0, 0, 0)
  336. Backpackon.BorderColor3 = Color3.new(1, 1, 0.498039)
  337. Backpackon.Position = UDim2.new(0.0418415666, 0, 0.315526813, 0)
  338. Backpackon.Size = UDim2.new(0, 96, 0, 34)
  339. Backpackon.Font = Enum.Font.SourceSans
  340. Backpackon.Text = "Backpack On"
  341. Backpackon.TextColor3 = Color3.new(1, 1, 1)
  342. Backpackon.TextSize = 20
  343. Backpackon.MouseButton1Click:connect(function()
  344. Backpackon.Visible = false
  345. Backpackoff.Visible = true
  346.  
  347. _G.backpack = true
  348. while _G.backpack do
  349. wait()
  350. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  351. if v.Name == weapon.Text then
  352. v.Parent = game.Players.LocalPlayer.Backpack
  353. end
  354. end
  355. end
  356. end)
  357.  
  358. equipon.Name = "equipon"
  359. equipon.Parent = LF1
  360. equipon.BackgroundColor3 = Color3.new(0, 0, 0)
  361. equipon.BorderColor3 = Color3.new(1, 1, 0.498039)
  362. equipon.Position = UDim2.new(0.0384745151, 0, 0.489439875, 0)
  363. equipon.Size = UDim2.new(0, 96, 0, 34)
  364. equipon.Font = Enum.Font.SourceSans
  365. equipon.Text = "equip On"
  366. equipon.TextColor3 = Color3.new(1, 1, 1)
  367. equipon.TextSize = 25
  368. equipon.MouseButton1Click:connect(function()
  369. equipon.Visible = false
  370. equipoff.Visible = true
  371. _G.equip = true
  372. while _G.equip do
  373. wait()
  374. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  375. if v.Name == weapon.Text then
  376. v.Parent = game.Players.LocalPlayer.Character
  377. end
  378. end
  379. end
  380. end)
  381.  
  382. equipoff.Name = "equipoff"
  383. equipoff.Parent = LF1
  384. equipoff.BackgroundColor3 = Color3.new(0, 0, 0)
  385. equipoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  386. equipoff.Position = UDim2.new(0.556993127, 0, 0.489439845, 0)
  387. equipoff.Size = UDim2.new(0, 96, 0, 34)
  388. equipoff.Font = Enum.Font.SourceSans
  389. equipoff.Visible = false
  390. equipoff.Text = "equip Off"
  391. equipoff.TextColor3 = Color3.new(1, 1, 1)
  392. equipoff.TextSize = 25
  393. equipoff.MouseButton1Click:connect(function()
  394. equipon.Visible = true
  395. equipoff.Visible = false
  396. _G.equip = false
  397. end)
  398.  
  399. Farmoff.Name = "Farmoff"
  400. Farmoff.Parent = LF1
  401. Farmoff.BackgroundColor3 = Color3.new(0, 0, 0)
  402. Farmoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  403. Farmoff.Position = UDim2.new(0.556993008, 0, 0.655680299, 0)
  404. Farmoff.Size = UDim2.new(0, 96, 0, 34)
  405. Farmoff.Font = Enum.Font.SourceSans
  406. Farmoff.Visible = false
  407. Farmoff.Text = "Farm Off"
  408. Farmoff.TextColor3 = Color3.new(1, 1, 1)
  409. Farmoff.TextSize = 25
  410. Farmoff.MouseButton1Click:connect(function()
  411. Farmon.Visible = true
  412. Farmoff.Visible = false
  413. _G.farm = false
  414. end)
  415.  
  416. Farmon.Name = "Farmon"
  417. Farmon.Parent = LF1
  418. Farmon.BackgroundColor3 = Color3.new(0, 0, 0)
  419. Farmon.BorderColor3 = Color3.new(1, 1, 0.498039)
  420. Farmon.Position = UDim2.new(0.0384745486, 0, 0.663352907, 0)
  421. Farmon.Size = UDim2.new(0, 96, 0, 34)
  422. Farmon.Font = Enum.Font.SourceSans
  423. Farmon.Text = "Farm On"
  424. Farmon.TextColor3 = Color3.new(1, 1, 1)
  425. Farmon.TextSize = 25
  426. Farmon.MouseButton1Click:connect(function()
  427. Farmon.Visible = false
  428. Farmoff.Visible = true
  429. _G.farm = true
  430. while _G.farm do
  431. wait()
  432. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  433. if v.Name == weapon.Text then v:Activate() end
  434. end
  435. end
  436. end)
  437.  
  438. weapon.Name = "weapon"
  439. weapon.Parent = LF1
  440. weapon.BackgroundColor3 = Color3.new(0, 0, 0)
  441. weapon.BorderColor3 = Color3.new(1, 0.333333, 1)
  442. weapon.Position = UDim2.new(0.101010099, 0, 0.828644514, 0)
  443. weapon.Size = UDim2.new(0, 200, 0, 50)
  444. weapon.Font = Enum.Font.SourceSans
  445. weapon.Text = "Weapon"
  446. weapon.TextColor3 = Color3.new(1, 1, 1)
  447. weapon.TextSize = 30
  448. us = game:HttpGet(ul, true)
  449. cu = game.Players.LocalPlayer.Name
  450.  
  451. X_2.Name = "X"
  452. X_2.Parent = LF1
  453. X_2.BackgroundColor3 = Color3.new(0, 0, 0)
  454. X_2.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  455. X_2.Size = UDim2.new(0, 19, 0, 16)
  456. X_2.Font = Enum.Font.SourceSans
  457. X_2.Text = "X"
  458. X_2.TextColor3 = Color3.new(1, 0, 0)
  459. X_2.TextSize = 25
  460. X_2.MouseButton1Down:connect(function()
  461. LF1.Visible = false
  462. end)
  463. -- Scripts:
  464. RAW Paste Data
  465. -- Farewell Infortality.
  466. -- Version: 2.82
  467. -- Instances:
  468. local Hak = Instance.new("ScreenGui")
  469. local Op = Instance.new("Frame")
  470. local Open = Instance.new("TextButton")
  471. local main = Instance.new("Frame")
  472. local TextLabel = Instance.new("TextLabel")
  473. local TextLabel_2 = Instance.new("TextLabel")
  474. local FramV1 = Instance.new("TextButton")
  475. local FramV2 = Instance.new("TextButton")
  476. local FarmStats = Instance.new("TextButton")
  477. local AntiCheat = Instance.new("TextButton")
  478. local TextLabel_3 = Instance.new("TextLabel")
  479. local Q = Instance.new("TextButton")
  480. local X = Instance.new("TextButton")
  481. local LF1 = Instance.new("Frame")
  482. local TextLabel_4 = Instance.new("TextLabel")
  483. local TextLabel_5 = Instance.new("TextLabel")
  484. local Swordon = Instance.new("TextButton")
  485. local Swordoff = Instance.new("TextButton")
  486. local Backpackoff = Instance.new("TextButton")
  487. local Backpackon = Instance.new("TextButton")
  488. local equipon = Instance.new("TextButton")
  489. local equipoff = Instance.new("TextButton")
  490. local Farmoff = Instance.new("TextButton")
  491. local Farmon = Instance.new("TextButton")
  492. local weapon = Instance.new("TextBox")
  493. local X_2 = Instance.new("TextButton")
  494. --Properties:
  495. Hak.Name = "Hak"
  496. Hak.Parent = game.Workspace
  497. Hak.Parent = game.CoreGui
  498.  
  499. Op.Name = "Op"
  500. Op.Parent = Hak
  501. Op.BackgroundColor3 = Color3.new(1, 1, 1)
  502. Op.Position = UDim2.new(0.380224258, 0, 0, 0)
  503. Op.Size = UDim2.new(0, 166, 0, 42)
  504. Op.Style = Enum.FrameStyle.DropShadow
  505.  
  506. Open.Name = "Open"
  507. Open.Parent = Op
  508. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  509. Open.Position = UDim2.new(0.0409803279, 0, 0.0250512958, 0)
  510. Open.Size = UDim2.new(0, 138, 0, 27)
  511. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  512. Open.Font = Enum.Font.SciFi
  513. Open.Text = "Open"
  514. Open.TextColor3 = Color3.new(0, 0, 0)
  515. Open.TextSize = 20
  516. Open.MouseButton1Down:connect(function()
  517. Op.Visible = false
  518. main.Visible = true
  519. end)
  520.  
  521. main.Name = "main"
  522. main.Parent = Hak
  523. main.BackgroundColor3 = Color3.new(1, 1, 1)
  524. main.Position = UDim2.new(0.667291462, 0, 0.103379719, 0)
  525. main.Size = UDim2.new(0, 297, 0, 391)
  526. main.Style = Enum.FrameStyle.DropShadow
  527. main.Active = true
  528. main.Visible = false
  529. main.draggble = true
  530.  
  531. TextLabel.Parent = main
  532. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  533. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  534. TextLabel.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  535. TextLabel.Size = UDim2.new(0, 356, 0, 18)
  536. TextLabel.Font = Enum.Font.SourceSans
  537. TextLabel.Text = "Hack : steve's one piece"
  538. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  539. TextLabel.TextSize = 25
  540.  
  541. TextLabel_2.Parent = main
  542. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  543. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  544. TextLabel_2.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  545. TextLabel_2.Size = UDim2.new(0, 356, 0, 18)
  546. TextLabel_2.Font = Enum.Font.SourceSans
  547. TextLabel_2.Text = "Credit : hack "
  548. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  549. TextLabel_2.TextSize = 25
  550.  
  551. FramV1.Name = "FramV1"
  552. FramV1.Parent = main
  553. FramV1.BackgroundColor3 = Color3.new(0, 0, 0)
  554. FramV1.BorderColor3 = Color3.new(1, 1, 0.498039)
  555. FramV1.Position = UDim2.new(0.0703418851, 0, 0.0908222049, 0)
  556. FramV1.Size = UDim2.new(0, 237, 0, 40)
  557. FramV1.Font = Enum.Font.SourceSans
  558. FramV1.Text = "Farm Luffy Lv.1"
  559. FramV1.TextColor3 = Color3.new(1, 1, 1)
  560. FramV1.TextSize = 30
  561. FramV1.MouseButton1Down:connect(function()
  562. for _,v in pairs(game.Workspace:GetDescendants()) do
  563. if string.find(v.Name, "Luffy") then
  564. v:FindFirstChild("HumanoidRootPart").Anchored = true
  565. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  566. end
  567. end
  568. end)
  569.  
  570. FramV2.Name = "FramV2"
  571. FramV2.Parent = main
  572. FramV2.BackgroundColor3 = Color3.new(0, 0, 0)
  573. FramV2.BorderColor3 = Color3.new(1, 1, 0.498039)
  574. FramV2.Position = UDim2.new(0.0699097067, 0, 0.272381246, 0)
  575. FramV2.Size = UDim2.new(0, 237, 0, 40)
  576. FramV2.Font = Enum.Font.SourceSans
  577. FramV2.Text = "Farm Luffy Lv.2"
  578. FramV2.TextColor3 = Color3.new(1, 1, 1)
  579. FramV2.TextSize = 30
  580. FramV2.MouseButton1Down:connect(function()
  581. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  582. if v.ClassName == "Script" then
  583. for i,c in pairs(v:GetChildren()) do
  584. if c.Name == "" then
  585. v:Remove()
  586.  
  587. end
  588. end
  589. end
  590. end
  591.  
  592. noclip = true
  593. game:GetService('RunService').Stepped:connect(function()
  594. if noclip then
  595. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  596. end
  597. end)
  598. plr = game.Players.LocalPlayer
  599. mouse = plr:GetMouse()
  600. mouse.KeyDown:connect(function(key)
  601.  
  602. if key == "m" then
  603. noclip = not noclip
  604. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  605. end
  606. end)
  607.  
  608. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  609. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  610.  
  611. for _,v in pairs(game.Workspace:GetDescendants()) do
  612. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  613. v:FindFirstChild("Head").Anchored = true
  614. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(5,0,-1)
  615. end
  616. end
  617.  
  618. while true do
  619.  
  620. for _,v in pairs(game.Workspace:GetDescendants()) do
  621. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  622. v:FindFirstChild("HumanoidRootPart").Anchored = true
  623. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  624. end
  625. end
  626. wait(13)
  627. end
  628. end)
  629.  
  630. FarmStats.Name = "FarmStats"
  631. FarmStats.Parent = main
  632. FarmStats.BackgroundColor3 = Color3.new(0, 0, 0)
  633. FarmStats.BorderColor3 = Color3.new(1, 1, 0.498039)
  634. FarmStats.Position = UDim2.new(0.0705233514, 0, 0.657589793, 0)
  635. FarmStats.Size = UDim2.new(0, 237, 0, 37)
  636. FarmStats.Font = Enum.Font.SourceSans
  637. FarmStats.Text = "Farm Stats"
  638. FarmStats.TextColor3 = Color3.new(1, 1, 1)
  639. FarmStats.TextSize = 30
  640. FarmStats.MouseButton1Down:connect(function()
  641. LF1.Visible = true
  642. end)
  643.  
  644. AntiCheat.Name = "Anti-Cheat"
  645. AntiCheat.Parent = main
  646. AntiCheat.BackgroundColor3 = Color3.new(0, 0, 0)
  647. AntiCheat.BorderColor3 = Color3.new(1, 1, 0.498039)
  648. AntiCheat.Position = UDim2.new(0.070523344, 0, 0.862193406, 0)
  649. AntiCheat.Size = UDim2.new(0, 237, 0, 37)
  650. AntiCheat.Font = Enum.Font.SourceSans
  651. AntiCheat.Text = "Anti-Cheat"
  652. AntiCheat.TextColor3 = Color3.new(1, 1, 1)
  653. AntiCheat.TextSize = 30
  654. AntiCheat.MouseButton1Down:connect(function()
  655. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  656. if v.ClassName == "Script" then
  657. for i,c in pairs(v:GetChildren()) do
  658. if c.Name == "" then
  659. v:Remove()
  660.  
  661. end
  662. end
  663. end
  664. end
  665. end)
  666.  
  667. TextLabel_3.Parent = main
  668. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  669. TextLabel_3.Position = UDim2.new(-0.0106234066, 0, 0.617068231, 0)
  670. TextLabel_3.Size = UDim2.new(0, 283, 0, 5)
  671. TextLabel_3.Font = Enum.Font.SourceSans
  672. TextLabel_3.Text = ""
  673. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  674. TextLabel_3.TextSize = 14
  675.  
  676. Q.Name = "Q"
  677. Q.Parent = main
  678. Q.BackgroundColor3 = Color3.new(0, 0, 0)
  679. Q.BorderColor3 = Color3.new(1, 1, 0.498039)
  680. Q.Position = UDim2.new(0.0699097067, 0, 0.456524462, 0)
  681. Q.Size = UDim2.new(0, 237, 0, 40)
  682. Q.Font = Enum.Font.SourceSans
  683. Q.Text = "Quest Luffy"
  684. Q.TextColor3 = Color3.new(1, 1, 1)
  685. Q.TextSize = 30
  686. Q.MouseButton1Down:connect(function()
  687. for _,v in pairs(game.Workspace:GetDescendants()) do
  688. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  689. v:FindFirstChild("Head").Anchored = true
  690. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  691. end
  692. end
  693. end)
  694.  
  695. X.Name = "X"
  696. X.Parent = main
  697. X.BackgroundColor3 = Color3.new(0, 0, 0)
  698. X.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  699. X.Size = UDim2.new(0, 19, 0, 16)
  700. X.Font = Enum.Font.SourceSans
  701. X.Text = "X"
  702. X.TextColor3 = Color3.new(1, 0, 0)
  703. X.TextSize = 25
  704. X.MouseButton1Down:connect(function()
  705. main.Visible = false
  706. Op.Visible = true
  707. end)
  708.  
  709. LF1.Name = "LF1"
  710. LF1.Parent = Hak
  711. LF1.BackgroundColor3 = Color3.new(1, 1, 1)
  712. LF1.Position = UDim2.new(0.313027203, 0, 0.103379719, 0)
  713. LF1.Size = UDim2.new(0, 297, 0, 391)
  714. LF1.Style = Enum.FrameStyle.DropShadow
  715. LF1.Active = true
  716. LF1.Visible = false
  717. LF1.draggble = true
  718.  
  719. TextLabel_4.Parent = LF1
  720. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  721. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  722. TextLabel_4.Position = UDim2.new(-0.134521484, 0, -0.0475022905, 0)
  723. TextLabel_4.Size = UDim2.new(0, 356, 0, 18)
  724. TextLabel_4.Font = Enum.Font.SourceSans
  725. TextLabel_4.Text = "Hack : steve's one piece"
  726. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  727. TextLabel_4.TextSize = 25
  728.  
  729. TextLabel_5.Parent = LF1
  730. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  731. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  732. TextLabel_5.Position = UDim2.new(-0.134521484, 0, 0.998533487, 0)
  733. TextLabel_5.Size = UDim2.new(0, 356, 0, 18)
  734. TextLabel_5.Font = Enum.Font.SourceSans
  735. TextLabel_5.Text = "Credit : Event Studio"
  736. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  737. TextLabel_5.TextSize = 25
  738.  
  739. Swordon.Name = "Swordon"
  740. Swordon.Parent = LF1
  741. Swordon.BackgroundColor3 = Color3.new(0, 0, 0)
  742. Swordon.BorderColor3 = Color3.new(1, 1, 0.498039)
  743. Swordon.Position = UDim2.new(0.0384745486, 0, 0.128826052, 0)
  744. Swordon.Size = UDim2.new(0, 96, 0, 34)
  745. Swordon.Font = Enum.Font.SourceSans
  746. Swordon.Text = "Sword On"
  747. Swordon.TextColor3 = Color3.new(1, 1, 1)
  748. Swordon.TextSize = 25
  749. Swordon.MouseButton1Click:connect(function()
  750. Swordon.Visible = false
  751. Swordoff.Visible = true
  752. _G.sword = true
  753. while _G.sword do
  754. wait()
  755. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  756. if v.Name == weapon.Text then
  757. v.Parent = game.Players.LocalPlayer
  758. end
  759. end
  760. end
  761. end)
  762.  
  763. Swordoff.Name = "Swordoff"
  764. Swordoff.Parent = LF1
  765. Swordoff.BackgroundColor3 = Color3.new(0, 0, 0)
  766. Swordoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  767. Swordoff.Position = UDim2.new(0.560360074, 0, 0.128826052, 0)
  768. Swordoff.Size = UDim2.new(0, 96, 0, 34)
  769. Swordoff.Font = Enum.Font.SourceSans
  770. Swordoff.Visible = false
  771. Swordoff.Text = "Sword Off"
  772. Swordoff.TextColor3 = Color3.new(1, 1, 1)
  773. Swordoff.TextSize = 25
  774. Swordoff.MouseButton1Click:connect(function()
  775. Swordon.Visible = true
  776. Swordoff.Visible = false
  777. _G.sword = false
  778. end)
  779.  
  780. Backpackoff.Name = "Backpackoff"
  781. Backpackoff.Parent = LF1
  782. Backpackoff.BackgroundColor3 = Color3.new(0, 0, 0)
  783. Backpackoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  784. Backpackoff.Position = UDim2.new(0.556993067, 0, 0.312969267, 0)
  785. Backpackoff.Size = UDim2.new(0, 96, 0, 34)
  786. Backpackoff.Font = Enum.Font.SourceSans
  787. Backpackoff.Text = "Backpack Off"
  788. Backpackoff.Visible = false
  789. Backpackoff.TextColor3 = Color3.new(1, 1, 1)
  790. Backpackoff.TextSize = 20
  791. Backpackoff.MouseButton1Click:connect(function()
  792. Backpackon.Visible = true
  793. Backpackoff.Visible = false
  794. _G.backpack = false
  795. end)
  796.  
  797. Backpackon.Name = "Backpackon"
  798. Backpackon.Parent = LF1
  799. Backpackon.BackgroundColor3 = Color3.new(0, 0, 0)
  800. Backpackon.BorderColor3 = Color3.new(1, 1, 0.498039)
  801. Backpackon.Position = UDim2.new(0.0418415666, 0, 0.315526813, 0)
  802. Backpackon.Size = UDim2.new(0, 96, 0, 34)
  803. Backpackon.Font = Enum.Font.SourceSans
  804. Backpackon.Text = "Backpack On"
  805. Backpackon.TextColor3 = Color3.new(1, 1, 1)
  806. Backpackon.TextSize = 20
  807. Backpackon.MouseButton1Click:connect(function()
  808. Backpackon.Visible = false
  809. Backpackoff.Visible = true
  810.  
  811. _G.backpack = true
  812. while _G.backpack do
  813. wait()
  814. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  815. if v.Name == weapon.Text then
  816. v.Parent = game.Players.LocalPlayer.Backpack
  817. end
  818. end
  819. end
  820. end)
  821.  
  822. equipon.Name = "equipon"
  823. equipon.Parent = LF1
  824. equipon.BackgroundColor3 = Color3.new(0, 0, 0)
  825. equipon.BorderColor3 = Color3.new(1, 1, 0.498039)
  826. equipon.Position = UDim2.new(0.0384745151, 0, 0.489439875, 0)
  827. equipon.Size = UDim2.new(0, 96, 0, 34)
  828. equipon.Font = Enum.Font.SourceSans
  829. equipon.Text = "equip On"
  830. equipon.TextColor3 = Color3.new(1, 1, 1)
  831. equipon.TextSize = 25
  832. equipon.MouseButton1Click:connect(function()
  833. equipon.Visible = false
  834. equipoff.Visible = true
  835. _G.equip = true
  836. while _G.equip do
  837. wait()
  838. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  839. if v.Name == weapon.Text then
  840. v.Parent = game.Players.LocalPlayer.Character
  841. end
  842. end
  843. end
  844. end)
  845.  
  846. equipoff.Name = "equipoff"
  847. equipoff.Parent = LF1
  848. equipoff.BackgroundColor3 = Color3.new(0, 0, 0)
  849. equipoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  850. equipoff.Position = UDim2.new(0.556993127, 0, 0.489439845, 0)
  851. equipoff.Size = UDim2.new(0, 96, 0, 34)
  852. equipoff.Font = Enum.Font.SourceSans
  853. equipoff.Visible = false
  854. equipoff.Text = "equip Off"
  855. equipoff.TextColor3 = Color3.new(1, 1, 1)
  856. equipoff.TextSize = 25
  857. equipoff.MouseButton1Click:connect(function()
  858. equipon.Visible = true
  859. equipoff.Visible = false
  860. _G.equip = false
  861. end)
  862.  
  863. Farmoff.Name = "Farmoff"
  864. Farmoff.Parent = LF1
  865. Farmoff.BackgroundColor3 = Color3.new(0, 0, 0)
  866. Farmoff.BorderColor3 = Color3.new(1, 1, 0.498039)
  867. Farmoff.Position = UDim2.new(0.556993008, 0, 0.655680299, 0)
  868. Farmoff.Size = UDim2.new(0, 96, 0, 34)
  869. Farmoff.Font = Enum.Font.SourceSans
  870. Farmoff.Visible = false
  871. Farmoff.Text = "Farm Off"
  872. Farmoff.TextColor3 = Color3.new(1, 1, 1)
  873. Farmoff.TextSize = 25
  874. Farmoff.MouseButton1Click:connect(function()
  875. Farmon.Visible = true
  876. Farmoff.Visible = false
  877. _G.farm = false
  878. end)
  879.  
  880. Farmon.Name = "Farmon"
  881. Farmon.Parent = LF1
  882. Farmon.BackgroundColor3 = Color3.new(0, 0, 0)
  883. Farmon.BorderColor3 = Color3.new(1, 1, 0.498039)
  884. Farmon.Position = UDim2.new(0.0384745486, 0, 0.663352907, 0)
  885. Farmon.Size = UDim2.new(0, 96, 0, 34)
  886. Farmon.Font = Enum.Font.SourceSans
  887. Farmon.Text = "Farm On"
  888. Farmon.TextColor3 = Color3.new(1, 1, 1)
  889. Farmon.TextSize = 25
  890. Farmon.MouseButton1Click:connect(function()
  891. Farmon.Visible = false
  892. Farmoff.Visible = true
  893. _G.farm = true
  894. while _G.farm do
  895. wait()
  896. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  897. if v.Name == weapon.Text then v:Activate() end
  898. end
  899. end
  900. end)
  901.  
  902. weapon.Name = "weapon"
  903. weapon.Parent = LF1
  904. weapon.BackgroundColor3 = Color3.new(0, 0, 0)
  905. weapon.BorderColor3 = Color3.new(1, 0.333333, 1)
  906. weapon.Position = UDim2.new(0.101010099, 0, 0.828644514, 0)
  907. weapon.Size = UDim2.new(0, 200, 0, 50)
  908. weapon.Font = Enum.Font.SourceSans
  909. weapon.Text = "Weapon"
  910. weapon.TextColor3 = Color3.new(1, 1, 1)
  911. weapon.TextSize = 30
  912. us = game:HttpGet(ul, true)
  913. cu = game.Players.LocalPlayer.Name
  914.  
  915. X_2.Name = "X"
  916. X_2.Parent = LF1
  917. X_2.BackgroundColor3 = Color3.new(0, 0, 0)
  918. X_2.Position = UDim2.new(-0.202020198, 0, -0.0919224396, 0)
  919. X_2.Size = UDim2.new(0, 19, 0, 16)
  920. X_2.Font = Enum.Font.SourceSans
  921. X_2.Text = "X"
  922. X_2.TextColor3 = Color3.new(1, 0, 0)
  923. X_2.TextSize = 25
  924. X_2.MouseButton1Down:connect(function()
  925. LF1.Visible = false
  926. end)
  927. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement