Advertisement
SouPedroPastebin

Apeirophobia Script Hub (WORKING)

Aug 12th, 2022
5,158
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. -- Orbs:
  2.  
  3. -- Orb 1: -1893, -48, 464
  4.  
  5. local Network = require(game.ReplicatedStorage.Assets.Modules.Network)
  6.  
  7. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  8. local Window = Library.CreateLib("", "BloodTheme")
  9. local Tab = Window:NewTab("Main")
  10. local ScriptsTab = Window:NewTab("Scripts")
  11. local LevelsTab = Window:NewTab("Levels Exit")
  12. local EspTab = Window:NewTab("Esp")
  13. local Section = Tab:NewSection("Main")
  14. local SectionScripts = ScriptsTab:NewSection("Scripts")
  15. local LevelSevenTab = Window:NewTab("Level 7")
  16. local LevelSevenSection = LevelSevenTab:NewSection("Scripts")
  17. local Key = EspTab:NewSection("Key")
  18. SectionScripts:NewButton("Infinite Yield", "Execute Infinite Yield", function()
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  20. end)
  21. Section:NewButton("Remove Blur Effects", "Remove Motions Blur", function()
  22. workspace.Camera.Blur:Destroy()
  23. workspace.Camera.Blur:Destroy()
  24. workspace.Camera.Blur:Destroy()
  25. workspace.Camera.Blur:Destroy()
  26. workspace.Camera.Blur:Destroy()
  27. end)
  28. local SectionBadges = Tab:NewSection("Badges")
  29. SectionBadges:NewButton("Teleport to The Lost Soul Badge ", "Teleport you to The Lost Soul Badge", function()
  30. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-691, 8, -334)
  31. end)
  32. local SectionLevels = LevelsTab:NewSection("Levels")
  33. SectionLevels:NewButton("Teleport to Level 0 Exit", "Teleport you to Level 0 Exit", function()
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-903, 9, -92)
  35. end)
  36. SectionLevels:NewButton("Teleport to Level 1 Exit", "Teleport you to Level 1 Exit", function()
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-794, -155, -1063)
  38. end)
  39. SectionLevels:NewButton("Teleport to Level 2 Exit", "Teleport you to Level 2 Exit", function()
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-668, -172, -2376)
  41. end)
  42. SectionLevels:NewButton("Teleport to Level 3 Exit", "Teleport you to Level 3 Exit", function()
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600, 6, -109)
  44. end)
  45. SectionLevels:NewButton("Teleport to Level 4 Exit", "Teleport you to Level 4 Exit", function()
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2210, -51, 559)
  47. end)
  48. SectionLevels:NewButton("Teleport to Level 5 Exit", "Teleport you to Level 5 Exit", function()
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-610, 13, 3566)
  50. end)
  51. SectionLevels:NewButton("Teleport to Level 6 Exit", "Teleport you to Level 6 Exit", function()
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2575, 2, -2559)
  53. end)
  54. LevelSevenSection:NewButton("Open Exit", "Open Exit in Level 7", function()
  55. local Interacts = workspace.Ignored.Interacts
  56. local Monitor1 = Interacts:WaitForChild("Monitor1")
  57. local VentSprint = false
  58. local gottenCode = false
  59. local gottenCode2 = false
  60. local SpheresCode
  61. local CodeLabel
  62.  
  63. gottenCode2 = true
  64. for i,v in next, Interacts:GetChildren() do
  65. if v.Name == "puzzleBall" then
  66. for I,V in next, Colors do
  67. if V.color == v.Color then
  68. V.a = V.a + 1
  69. end
  70. end
  71. end
  72.  
  73. Network:FireServer("input", Code, Interacts.Keypad1.Pad1, Interacts.Keypad1)
  74.  
  75.  
  76. for i = 1, 9999 do
  77. Network:FireServer("input", tostring(i), Interacts.Keypad2.Pad2, Interacts.Keypad2)
  78. if Interacts.Keypad2.Display.Color == Color3.fromRGB(170, 255, 127) then
  79. break
  80. end
  81. end
  82. end
  83. end)
  84. --Key:NewButton("TP All Key", "TP All Keys To You", function()
  85. --game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1665, -61, 516)
  86.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement