Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
5,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BPS = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local Farm = Instance.new("TextLabel")
  8. local black = Instance.new("TextLabel")
  9. local check = Instance.new("TextButton")
  10. local blackquest = Instance.new("TextLabel")
  11. local check_2 = Instance.new("TextButton")
  12. local white = Instance.new("TextLabel")
  13. local check_3 = Instance.new("TextButton")
  14. local whitequest = Instance.new("TextLabel")
  15. local check_4 = Instance.new("TextButton")
  16. local func = Instance.new("TextLabel")
  17. local noname = Instance.new("TextLabel")
  18. local check_5 = Instance.new("TextButton")
  19. --Properties:
  20. BPS.Name = "BPS"
  21. BPS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = BPS
  25. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  26. Main.BorderSizePixel = 0
  27. Main.Position = UDim2.new(0.181000009, 0, 0.261859566, 0)
  28. Main.Size = UDim2.new(0, 404, 0, 297)
  29.  
  30. title.Name = "title"
  31. title.Parent = Main
  32. title.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  33. title.Size = UDim2.new(0, 404, 0, 18)
  34. title.Font = Enum.Font.SciFi
  35. title.Text = "BPS Gui V3"
  36. title.TextColor3 = Color3.new(1, 1, 1)
  37. title.TextSize = 14
  38.  
  39. Farm.Name = "Farm"
  40. Farm.Parent = Main
  41. Farm.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  42. Farm.Position = UDim2.new(0, 0, 0.0808080807, 0)
  43. Farm.Size = UDim2.new(0, 162, 0, 21)
  44. Farm.Font = Enum.Font.SciFi
  45. Farm.Text = "Farm"
  46. Farm.TextColor3 = Color3.new(1, 1, 1)
  47. Farm.TextSize = 14
  48.  
  49. black.Name = "black"
  50. black.Parent = Main
  51. black.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  52. black.Position = UDim2.new(0, 0, 0.175084174, 0)
  53. black.Size = UDim2.new(0, 134, 0, 21)
  54. black.Font = Enum.Font.SciFi
  55. black.Text = "Blackbeard"
  56. black.TextColor3 = Color3.new(1, 1, 1)
  57. black.TextSize = 14
  58.  
  59. check.Name = "check"
  60. check.Parent = black
  61. check.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  62. check.BorderColor3 = Color3.new(0, 0, 0)
  63. check.Position = UDim2.new(1.04056454, 0, -0.0153920203, 0)
  64. check.Size = UDim2.new(0, 22, 0, 21)
  65. check.Font = Enum.Font.SciFi
  66. check.Text = ""
  67. check.TextColor3 = Color3.new(1, 1, 1)
  68. check.TextSize = 14
  69.  
  70. blackquest.Name = "blackquest"
  71. blackquest.Parent = Main
  72. blackquest.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  73. blackquest.Position = UDim2.new(0, 0, 0.269360274, 0)
  74. blackquest.Size = UDim2.new(0, 134, 0, 21)
  75. blackquest.Font = Enum.Font.SciFi
  76. blackquest.Text = "Blackbeard w/ quest"
  77. blackquest.TextColor3 = Color3.new(1, 1, 1)
  78. blackquest.TextSize = 14
  79.  
  80. check_2.Name = "check"
  81. check_2.Parent = blackquest
  82. check_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  83. check_2.BorderColor3 = Color3.new(0, 0, 0)
  84. check_2.Position = UDim2.new(1.04056454, 0, -0.0153920203, 0)
  85. check_2.Size = UDim2.new(0, 22, 0, 21)
  86. check_2.Font = Enum.Font.SciFi
  87. check_2.Text = ""
  88. check_2.TextColor3 = Color3.new(1, 1, 1)
  89. check_2.TextSize = 14
  90.  
  91. white.Name = "white"
  92. white.Parent = Main
  93. white.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  94. white.Position = UDim2.new(0, 0, 0.363636374, 0)
  95. white.Size = UDim2.new(0, 134, 0, 21)
  96. white.Font = Enum.Font.SciFi
  97. white.Text = "Whitebeard"
  98. white.TextColor3 = Color3.new(1, 1, 1)
  99. white.TextSize = 14
  100.  
  101. check_3.Name = "check"
  102. check_3.Parent = white
  103. check_3.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  104. check_3.BorderColor3 = Color3.new(0, 0, 0)
  105. check_3.Position = UDim2.new(1.04056454, 0, -0.0153920203, 0)
  106. check_3.Size = UDim2.new(0, 22, 0, 21)
  107. check_3.Font = Enum.Font.SciFi
  108. check_3.Text = ""
  109. check_3.TextColor3 = Color3.new(1, 1, 1)
  110. check_3.TextSize = 14
  111.  
  112. whitequest.Name = "whitequest"
  113. whitequest.Parent = Main
  114. whitequest.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  115. whitequest.Position = UDim2.new(0, 0, 0.464646459, 0)
  116. whitequest.Size = UDim2.new(0, 134, 0, 21)
  117. whitequest.Font = Enum.Font.SciFi
  118. whitequest.Text = "Whitebeard w/ quest"
  119. whitequest.TextColor3 = Color3.new(1, 1, 1)
  120. whitequest.TextSize = 14
  121.  
  122. check_4.Name = "check"
  123. check_4.Parent = whitequest
  124. check_4.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  125. check_4.BorderColor3 = Color3.new(0, 0, 0)
  126. check_4.Position = UDim2.new(1.04056454, 0, -0.0153920203, 0)
  127. check_4.Size = UDim2.new(0, 22, 0, 21)
  128. check_4.Font = Enum.Font.SciFi
  129. check_4.Text = ""
  130. check_4.TextColor3 = Color3.new(1, 1, 1)
  131. check_4.TextSize = 14
  132.  
  133. func.Name = "func"
  134. func.Parent = Main
  135. func.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  136. func.Position = UDim2.new(-0.00247524749, 0, 0.558922589, 0)
  137. func.Size = UDim2.new(0, 162, 0, 21)
  138. func.Font = Enum.Font.SciFi
  139. func.Text = "Functions"
  140. func.TextColor3 = Color3.new(1, 1, 1)
  141. func.TextSize = 14
  142.  
  143. noname.Name = "noname"
  144. noname.Parent = Main
  145. noname.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  146. noname.Position = UDim2.new(-0.00247524749, 0, 0.653198659, 0)
  147. noname.Size = UDim2.new(0, 134, 0, 21)
  148. noname.Font = Enum.Font.SciFi
  149. noname.Text = "Remove Name"
  150. noname.TextColor3 = Color3.new(1, 1, 1)
  151. noname.TextSize = 14
  152.  
  153. check_5.Name = "check"
  154. check_5.Parent = noname
  155. check_5.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  156. check_5.BorderColor3 = Color3.new(0, 0, 0)
  157. check_5.Position = UDim2.new(1.04056454, 0, -0.0153920203, 0)
  158. check_5.Size = UDim2.new(0, 22, 0, 21)
  159. check_5.Font = Enum.Font.SciFi
  160. check_5.Text = ""
  161. check_5.TextColor3 = Color3.new(1, 1, 1)
  162. check_5.TextSize = 14
  163. -- Scripts:
  164. function SCRIPT_JDIQ69_FAKESCRIPT() -- check.LocalScript
  165. local script = Instance.new('LocalScript')
  166. script.Parent = check
  167. local check = script.Parent.Parent.check
  168. local button = script.Parent
  169. local darcheck = false
  170.  
  171. button.MouseButton1Click:Connect(function()
  172.  
  173. if darcheck == false then
  174. darcheck = true
  175.  
  176. check.BorderColor3 = Color3.fromRGB(255,255,255)
  177.  
  178. _G.Enabled = true
  179.  
  180. while _G.Enabled do
  181.  
  182. local toolName = "Combat"
  183. local me = game:service'Players'.LocalPlayer
  184. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  185.  
  186. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  187.  
  188. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  189. for i,v in pairs(game.workspace:GetChildren()) do
  190. if v.Name == "Blackbeard" then
  191. v.Mainframe.Moves.Values.Radius.Value = 0
  192. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  193. wait(0.1)
  194. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  195. wait(0.4)
  196. v.Humanoid.Health = 0
  197. end
  198. end
  199.  
  200. wait()
  201. end
  202.  
  203. else
  204.  
  205. if darcheck == true then
  206. darcheck = false
  207.  
  208. check.BorderColor3 = Color3.fromRGB(0,0,0)
  209.  
  210. _G.Enabled = false
  211.  
  212. while _G.Enabled do
  213.  
  214. local toolName = "Combat"
  215. local me = game:service'Players'.LocalPlayer
  216. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  217.  
  218. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  219.  
  220. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  221. for i,v in pairs(game.workspace:GetChildren()) do
  222. if v.Name == "Blackbeard" then
  223. v.Mainframe.Moves.Values.Radius.Value = 0
  224. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  225. wait(0.1)
  226. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  227. wait(0.4)
  228. v.Humanoid.Health = 0
  229. end
  230. end
  231.  
  232. wait()
  233. end
  234.  
  235. end
  236.  
  237. end
  238.  
  239.  
  240. end)
  241.  
  242. end
  243. coroutine.resume(coroutine.create(SCRIPT_JDIQ69_FAKESCRIPT))
  244. function SCRIPT_XYVD72_FAKESCRIPT() -- Main.LocalScript
  245. local script = Instance.new('LocalScript')
  246. script.Parent = Main
  247. local UserInputService = game:GetService("UserInputService")
  248.  
  249. local gui = script.Parent.Parent.Main
  250.  
  251. local dragging
  252. local dragInput
  253. local dragStart
  254. local startPos
  255.  
  256. local function update(input)
  257. local delta = input.Position - dragStart
  258. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  259. end
  260.  
  261. gui.InputBegan:Connect(function(input)
  262. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  263. dragging = true
  264. dragStart = input.Position
  265. startPos = gui.Position
  266.  
  267. input.Changed:Connect(function()
  268. if input.UserInputState == Enum.UserInputState.End then
  269. dragging = false
  270. end
  271. end)
  272. end
  273. end)
  274.  
  275. gui.InputChanged:Connect(function(input)
  276. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  277. dragInput = input
  278. end
  279. end)
  280.  
  281. UserInputService.InputChanged:Connect(function(input)
  282. if input == dragInput and dragging then
  283. update(input)
  284. end
  285. end)
  286.  
  287. end
  288. coroutine.resume(coroutine.create(SCRIPT_XYVD72_FAKESCRIPT))
  289. function SCRIPT_ZQKT89_FAKESCRIPT() -- check_2.LocalScript
  290. local script = Instance.new('LocalScript')
  291. script.Parent = check_2
  292. local check = script.Parent.Parent.check
  293. local button = script.Parent
  294. local darcheck = false
  295.  
  296. button.MouseButton1Click:Connect(function()
  297.  
  298. if darcheck == false then
  299. darcheck = true
  300.  
  301. check.BorderColor3 = Color3.fromRGB(255,255,255)
  302.  
  303. _G.Enabled = true
  304.  
  305. while _G.Enabled do
  306.  
  307. local toolName = "Combat"
  308. local me = game:service'Players'.LocalPlayer
  309. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  310.  
  311. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  312.  
  313. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  314. for i,v in pairs(game.workspace:GetChildren()) do
  315. if v.Name == "Blackbeard" then
  316. v.Mainframe.Moves.Values.Radius.Value = 0
  317. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  318. wait(0.1)
  319. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  320. wait(0.4)
  321. v.Humanoid.Health = 0
  322. plrh.CFrame = CFrame.new(4204,391,1887)
  323. local oh1 = "finishblackbeardquest"
  324. game:GetService("ReplicatedStorage").DialogEvent:FireServer(oh1)
  325. wait(1)
  326. end
  327. end
  328.  
  329. wait()
  330. end
  331.  
  332. else
  333.  
  334. if darcheck == true then
  335. darcheck = false
  336.  
  337. check.BorderColor3 = Color3.fromRGB(0,0,0)
  338.  
  339. _G.Enabled = false
  340.  
  341. while _G.Enabled do
  342.  
  343. local toolName = "Combat"
  344. local me = game:service'Players'.LocalPlayer
  345. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  346.  
  347. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  348.  
  349. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  350. for i,v in pairs(game.workspace:GetChildren()) do
  351. if v.Name == "Blackbeard" then
  352. v.Mainframe.Moves.Values.Radius.Value = 0
  353. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  354. wait(0.1)
  355. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  356. wait(0.4)
  357. v.Humanoid.Health = 0
  358. plrh.CFrame = CFrame.new(4204,391,1887)
  359. local oh1 = "finishblackbeardquest"
  360. game:GetService("ReplicatedStorage").DialogEvent:FireServer(oh1)
  361. wait(1)
  362. end
  363. end
  364.  
  365. wait()
  366. end
  367.  
  368. end
  369.  
  370. end
  371.  
  372.  
  373. end)
  374.  
  375. end
  376. coroutine.resume(coroutine.create(SCRIPT_ZQKT89_FAKESCRIPT))
  377. function SCRIPT_DSJT88_FAKESCRIPT() -- check_3.LocalScript
  378. local script = Instance.new('LocalScript')
  379. script.Parent = check_3
  380. local check = script.Parent.Parent.check
  381. local button = script.Parent
  382. local darcheck = false
  383.  
  384. button.MouseButton1Click:Connect(function()
  385.  
  386. if darcheck == false then
  387. darcheck = true
  388.  
  389. check.BorderColor3 = Color3.fromRGB(255,255,255)
  390.  
  391. _G.Enabled = true
  392.  
  393. while _G.Enabled do
  394.  
  395. local toolName = "Combat"
  396. local me = game:service'Players'.LocalPlayer
  397. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  398.  
  399. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  400.  
  401. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  402. for i,v in pairs(game.workspace:GetChildren()) do
  403. if v.Name == "Whitebeard" then
  404. v.Mainframe.Moves.Values.Radius.Value = 0
  405. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  406. wait(0.1)
  407. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  408. wait(0.4)
  409. v.Humanoid.Health = 0
  410. end
  411. end
  412.  
  413. wait()
  414. end
  415.  
  416. else
  417.  
  418. if darcheck == true then
  419. darcheck = false
  420.  
  421. check.BorderColor3 = Color3.fromRGB(0,0,0)
  422.  
  423. _G.Enabled = false
  424.  
  425. while _G.Enabled do
  426.  
  427. local toolName = "Combat"
  428. local me = game:service'Players'.LocalPlayer
  429. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  430.  
  431. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  432.  
  433. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  434. for i,v in pairs(game.workspace:GetChildren()) do
  435. if v.Name == "Whitebeard" then
  436. v.Mainframe.Moves.Values.Radius.Value = 0
  437. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  438. wait(0.1)
  439. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  440. wait(0.4)
  441. v.Humanoid.Health = 0
  442. end
  443. end
  444.  
  445. wait()
  446. end
  447.  
  448. end
  449.  
  450. end
  451.  
  452.  
  453. end)
  454.  
  455. end
  456. coroutine.resume(coroutine.create(SCRIPT_DSJT88_FAKESCRIPT))
  457. function SCRIPT_AJIW90_FAKESCRIPT() -- check_4.LocalScript
  458. local script = Instance.new('LocalScript')
  459. script.Parent = check_4
  460. local check = script.Parent.Parent.check
  461. local button = script.Parent
  462. local darcheck = false
  463.  
  464. button.MouseButton1Click:Connect(function()
  465.  
  466. if darcheck == false then
  467. darcheck = true
  468.  
  469. check.BorderColor3 = Color3.fromRGB(255,255,255)
  470.  
  471. _G.Enabled = true
  472.  
  473. while _G.Enabled do
  474.  
  475. local toolName = "Combat"
  476. local me = game:service'Players'.LocalPlayer
  477. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  478.  
  479. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  480.  
  481. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  482. for i,v in pairs(game.workspace:GetChildren()) do
  483. if v.Name == "Whitebeard" then
  484. v.Mainframe.Moves.Values.Radius.Value = 0
  485. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  486. wait(0.1)
  487. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  488. wait(0.4)
  489. v.Humanoid.Health = 0
  490. plrh.CFrame = CFrame.new(-138,23,4476)
  491. local oh1 = "finishbeardquest"
  492. game:GetService("ReplicatedStorage").DialogEvent:FireServer(oh1)
  493. wait(1)
  494. end
  495. end
  496.  
  497. wait()
  498. end
  499.  
  500. else
  501.  
  502. if darcheck == true then
  503. darcheck = false
  504.  
  505. check.BorderColor3 = Color3.fromRGB(0,0,0)
  506.  
  507. _G.Enabled = false
  508.  
  509. while _G.Enabled do
  510.  
  511. local toolName = "Combat"
  512. local me = game:service'Players'.LocalPlayer
  513. me.Character.Humanoid:EquipTool(me.Backpack:FindFirstChild(toolName))
  514.  
  515. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  516.  
  517. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  518. for i,v in pairs(game.workspace:GetChildren()) do
  519. if v.Name == "Whitebeard" then
  520. v.Mainframe.Moves.Values.Radius.Value = 0
  521. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  522. wait(0.1)
  523. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  524. wait(0.4)
  525. v.Humanoid.Health = 0
  526. plrh.CFrame = CFrame.new(-138,23,4476)
  527. local oh1 = "finishbeardquest"
  528. game:GetService("ReplicatedStorage").DialogEvent:FireServer(oh1)
  529. wait(1)
  530. end
  531. end
  532.  
  533. wait()
  534. end
  535.  
  536. end
  537.  
  538. end
  539.  
  540.  
  541. end)
  542.  
  543. end
  544. coroutine.resume(coroutine.create(SCRIPT_AJIW90_FAKESCRIPT))
  545. function SCRIPT_UHLP88_FAKESCRIPT() -- check_5.LocalScript
  546. local script = Instance.new('LocalScript')
  547. script.Parent = check_5
  548. local check = script.Parent.Parent.check
  549. local button = script.Parent
  550. local darcheck = false
  551.  
  552. button.MouseButton1Click:Connect(function()
  553.  
  554. if darcheck == false then
  555. darcheck = true
  556.  
  557. check.BorderColor3 = Color3.fromRGB(255,255,255)
  558. local player = game.Players.LocalPlayer
  559. player.Character.Head.Overhead:Remove()
  560.  
  561. else
  562.  
  563. if darcheck == true then
  564. darcheck = false
  565.  
  566. check.BorderColor3 = Color3.fromRGB(0,0,0)
  567.  
  568.  
  569.  
  570. end
  571. end
  572.  
  573. end)
  574.  
  575. end
  576. coroutine.resume(coroutine.create(SCRIPT_UHLP88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement