Advertisement
199123ghh

pressure

Oct 29th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | Science | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local p = Instance.new("Part")
  5. p.Position = Vector3.new(-34, 1494, -1120)
  6. p.Size = Vector3.new(100, 10, 100)
  7. p.Transparency = 0
  8. p.Anchored = true
  9. p.Parent = workspace
  10. local sp = 16
  11. local key = {}
  12. local monster = {}
  13. local trickster ={}
  14. local locker = {}
  15. local OrionLib = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()
  16. local Window = OrionLib:MakeWindow({
  17. Name = "Bery Hub by Felmo",
  18. HidePremium = false,
  19. SaveConfig = true,
  20. ConfigFolder = "PressureScript"
  21. })
  22. local Tab = Window:MakeTab({
  23. Name = "Main",
  24. Icon = "rbxassetid://4483345998",
  25. PremiumOnly = false
  26. })
  27. local Lobby = Window:MakeTab({
  28. Name = "Lobby Scripts",
  29. Icon = "rbxassetid://4483345998",
  30. PremiumOnly = false
  31. })
  32. Lobby:AddButton({
  33. Name = "Join Random Game (could be yourself or another player)",
  34. Callback = function()
  35. game:GetService("TeleportService"):Teleport(12552538292, game.Players.LocalPlayer)
  36. end
  37. })
  38. Tab:AddSlider({
  39. Name = "Set Walkspeed",
  40. Min = 5,
  41. Max = 100,
  42. Default = 16,
  43. Color = Color3.fromRGB(255,255,255),
  44. Increment = 1,
  45. ValueName = "sp",
  46. Callback = function(Value)
  47. sp = Value
  48. end
  49. })
  50. Tab:AddSlider({
  51. Name = "Set Waterspeed [soon]",
  52. Min = 5,
  53. Max = 200,
  54. Default = 16,
  55. Color = Color3.fromRGB(255,255,255),
  56. Increment = 1,
  57. ValueName = "Ws",
  58. Callback = function(Value)
  59. nothing = Value
  60. end
  61. })
  62.  
  63. Tab:AddButton({
  64. Name = "Fullbright",
  65. Callback = function()
  66. local lighting = game.Lighting
  67. lighting.Brightness = 2
  68. lighting.ClockTime = 14
  69. lighting.FogEnd = 100000
  70. lighting.GlobalShadows = false
  71. lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
  72. end
  73. })
  74. Tab:AddButton({
  75. Name = "Give Permanent NormalKey (pick a normalkey first)",
  76. Callback = function()
  77. game.Players.LocalPlayer.PlayerFolder.Inventory.NormalKeyCard:Destroy()
  78. local d = Instance.new("NumberValue")
  79. d.Name = "NormalKeyCard"
  80. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  81. end
  82. })
  83. Tab:AddButton({
  84. Name = "Give Permanent InnerKeyCard (pick a InnerKeyCard first)",
  85. Callback = function()
  86. game.Players.LocalPlayer.PlayerFolder.Inventory.InnerKeyCard:Destroy()
  87. local d = Instance.new("NumberValue")
  88. d.Name = "InnerKeyCard"
  89. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  90. end
  91. })
  92. Tab:AddButton({
  93. Name = "Give Permanent Code Breacher (pick a code breacher key fisrt)",
  94. Callback = function()
  95. game.Players.LocalPlayer.PlayerFolder.Inventory.CodeBreacher:Destroy()
  96. local d = Instance.new("NumberValue")
  97. d.Name = "CodeBreacher"
  98. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  99. end
  100. })
  101. Tab:AddButton({
  102. Name = "Give Permanent Medkit (pick medkit) (HEALING NOT WORK)",
  103. Callback = function()
  104. game.Players.LocalPlayer.PlayerFolder.Inventory.Medkit:Destroy()
  105. local d = Instance.new("NumberValue")
  106. d.Name = "Medkit"
  107. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  108. end
  109. })
  110. Tab:AddButton({
  111. Name = "Give Permanent FlashLight (Soon)",
  112. Callback = function()
  113. game.Players.LocalPlayer.PlayerFolder.Inventory.k:Destroy()
  114. local d = Instance.new("NumberValue")
  115. d.Name = ""
  116. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  117. end
  118. })
  119. Tab:AddToggle({
  120. Name = "No Proxmitiyprompt Duration",
  121. Default = true,
  122. Flag = "asdas",
  123. Save = true
  124. })
  125. Tab:AddToggle({
  126. Name = "Ultra Long Proxmitiyprompt Duration (NAHHH)",
  127. Default = False,
  128. Flag = "asdas2",
  129. Save = true
  130. })
  131. Tab:AddToggle({
  132. Name = "Notify Monster 90% Work",
  133. Default = true,
  134. Flag = "NotifyMonster",
  135. Save = true
  136. })
  137. Tab:AddToggle({
  138. Name = "Avoid any Monster (tested)",
  139. Default = true,
  140. Flag = "avoids",
  141. Save = true
  142. })
  143. Tab:AddToggle({
  144. Name = "No Eyefestation [beta]",
  145. Default = true,
  146. Flag = "noeyefestation",
  147. Save = true
  148. })
  149. Tab:AddToggle({
  150. Name = "No Searchlights [Use then be in Search game]",
  151. Default = false,
  152. Flag = "Searchlights",
  153. Save = true
  154. })
  155. Tab:AddToggle({
  156. Name = "No Steams",
  157. Default = true,
  158. Flag = "steaming",
  159. Save = true
  160. })
  161. Tab:AddToggle({
  162. Name = "Key ESP [working now]",
  163. Default = true,
  164. Flag = "keys",
  165. Save = true,
  166. Callback = function(Value)
  167. for _, cham in pairs(key) do
  168. cham.Enabled = Value
  169. end
  170. end
  171. })
  172. Tab:AddToggle({
  173. Name = "Monster ESP 90% work",
  174. Default = true,
  175. Flag = "monsters",
  176. Save = true,
  177. Callback = function(Value)
  178. for _, cham in pairs(monster) do
  179. cham.Enabled = Value
  180. end
  181. end
  182. })
  183. Tab:AddToggle({
  184. Name = "TricksterRoom ESP 100% Work",
  185. Default = true,
  186. Flag = "TricksterRoomdanger",
  187. Save = true,
  188. Callback = function(Value)
  189. for _, cham in pairs(trickster) do
  190. cham.Enabled = Value
  191. end
  192. end
  193. })
  194. Tab:AddToggle({
  195. Name = "Monster Locker ESP",
  196. Default = true,
  197. Flag = "monsterlocker",
  198. Save = true,
  199. Callback = function(Value)
  200. for _, cham in pairs(locker) do
  201. cham.Enabled = Value
  202. end
  203. end
  204. })
  205. local function applykey(inst)
  206. local text = Instance.new("BillboardGui")
  207. text.Name = "key"
  208. text.Adornee = inst
  209. text.Size = UDim2.new(0, 200, 0, 50)
  210. text.StudsOffset = Vector3.new(0, 2, 0)
  211. text.AlwaysOnTop = true
  212. text.Parent = game.CoreGui
  213. local label = Instance.new("TextLabel")
  214. label.Size = UDim2.new(1, 0, 1, 0)
  215. label.Text = inst.Name
  216. label.TextColor3 = Color3.new(1, 1, 1)
  217. label.BackgroundTransparency = 1
  218. label.TextStrokeTransparency = 0
  219. label.TextScaled = true
  220. label.Parent = text
  221. table.insert(key, text)
  222. end
  223. local function applymos(inst)
  224. local text = Instance.new("BillboardGui")
  225. text.Name = "mons"
  226. text.Adornee = inst
  227. text.Size = UDim2.new(0, 200, 0, 50)
  228. text.StudsOffset = Vector3.new(0, 2, 0)
  229. text.AlwaysOnTop = true
  230. text.Parent = game.CoreGui
  231. local label = Instance.new("TextLabel")
  232. label.Size = UDim2.new(1, 0, 1, 0)
  233. label.Text = inst.Name
  234. label.TextColor3 = Color3.new(1, 0, 0)
  235. label.BackgroundTransparency = 1
  236. label.TextStrokeTransparency = 0
  237. label.TextScaled = true
  238. label.Parent = text
  239. table.insert(monster, text)
  240. end
  241. local function applylocker(inst)
  242. local text = Instance.new("BillboardGui")
  243. text.Name = "locker"
  244. text.Adornee = inst
  245. text.Size = UDim2.new(0, 200, 0, 50)
  246. text.StudsOffset = Vector3.new(0, 2, 0)
  247. text.AlwaysOnTop = true
  248. text.Parent = game.CoreGui
  249. local label = Instance.new("TextLabel")
  250. label.Size = UDim2.new(1, 0, 1, 0)
  251. label.Text = "Monster Locker"
  252. label.TextColor3 = Color3.new(0.5, 0, 0.5)
  253. label.BackgroundTransparency = 1
  254. label.TextStrokeTransparency = 0
  255. label.TextScaled = true
  256. label.Parent = text
  257. table.insert(locker, text)
  258. end
  259. local function applytrickster(inst)
  260. local text = Instance.new("BillboardGui")
  261. text.Name = "locker"
  262. text.Adornee = inst
  263. text.Size = UDim2.new(0, 200, 0, 50)
  264. text.StudsOffset = Vector3.new(0, 2, 0)
  265. text.AlwaysOnTop = true
  266. text.Parent = game.CoreGui
  267. local label = Instance.new("TextLabel")
  268. label.Size = UDim2.new(1, 0, 1, 0)
  269. label.Text = "Do not enter"
  270. label.TextColor3 = Color3.new(1, 1, 1)
  271. label.BackgroundTransparency = 1
  272. label.TextStrokeTransparency = 0
  273. label.TextScaled = true
  274. label.Parent = text
  275. table.insert(trickster, text)
  276. end
  277. local keycor = coroutine.create(function()
  278. workspace.Rooms.DescendantAdded:Connect(function(inst)
  279. if inst:IsA("Model") and inst:GetAttribute("InteractionType") == "KeyCard" then
  280. applykey(inst)
  281. end
  282. if inst:IsA("Model") and inst:GetAttribute("InteractionType") == "InnerKeyCard" then
  283. applykey(inst)
  284. end
  285. end)
  286. end)
  287. coroutine.resume(keycor)
  288. for _, v in ipairs(workspace.Rooms:GetDescendants()) do
  289. if v:IsA("Model") and v:GetAttribute("InteractionType") == "KeyCard" then
  290. applykey(v)
  291. end
  292. if v:IsA("Model") and v:GetAttribute("InteractionType") == "InnerKeyCard" then
  293. applykey(v)
  294. end
  295. end
  296. workspace.ChildAdded:Connect(function(inst)
  297. local sikibid = {}
  298. for _, descendant in ipairs(game.ReplicatedStorage.DeathFolder:GetDescendants()) do
  299. table.insert(sikibid, descendant.Name)
  300. end
  301. if table.find(sikibid, inst.Name) then
  302. if OrionLib.Flags.NotifyMonster.Value then
  303. OrionLib:MakeNotification({
  304. Name = "MONSTER SPAWN HIDE!",
  305. Content = "WARNING!",
  306. Image = "rbxassetid://4483345998",
  307. Time = 5
  308. })
  309. end
  310. if OrionLib.Flags.monsters.Value then
  311. applymos(inst)
  312. end
  313. if OrionLib.Flags.avoids.Value then
  314. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  315. local tp = game:GetService("RunService").Heartbeat:Connect(function()
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(p.Position)
  317. end)
  318. inst.Destroying:Wait()
  319. tp:Disconnect()
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  321. end
  322. end
  323. end)
  324.  
  325. workspace.DescendantAdded:Connect(function(inst)
  326. if inst.Name == "Eyefestation" and OrionLib.Flags.noeyefestation.Value then
  327. task.wait(0.1)
  328. inst:Destroy()
  329. end
  330. if inst.Name == "SearchlightsEncounter" and OrionLib.Flags.Searchlights.Value then
  331. wait(10)
  332. inst:Destroy()
  333. end
  334. if inst:IsA("ProximityPrompt") and OrionLib.Flags.asdas.Value then
  335. task.wait(0.1)
  336. inst.HoldDuration = 0
  337. end
  338. if inst:IsA("ProximityPrompt") and OrionLib.Flags.asdas2.Value then
  339. task.wait(0.1)
  340. inst.HoldDuration = 10
  341. end
  342. if inst.Name == "Steams" and OrionLib.Flags.steaming.Value then
  343. task.wait(0.1)
  344. inst:Destroy()
  345. end
  346. if inst.Name == "MonsterLocker" and OrionLib.Flags.monsterlocker.Value then
  347. task.wait(0.1)
  348. applylocker(inst)
  349. end
  350. if inst.Name == "TricksterRoom" and OrionLib.Flags.TricksterRoomdanger.Value then
  351. task.wait(0.1)
  352. applytrickster(inst)
  353. end
  354. end)
  355. for _, v in ipairs(workspace:GetDescendants()) do
  356. if v.Name == "MonsterLocker" and OrionLib.Flags.monsterlocker.Value then
  357. applylocker(v)
  358. end
  359. end
  360. game:GetService("RunService").Heartbeat:Connect(function()
  361. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = sp
  362. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement