Advertisement
ygiyroa1730
Sep 27th, 2024
28
0
Never
This is comment for paste PRESSURE SCRIPT
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 = "Pressure Script",
  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",
  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 = 0,
  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.  
  51. Tab:AddButton({
  52. Name = "Fullbright",
  53. Callback = function()
  54. local lighting = game.Lighting
  55. lighting.Brightness = 2
  56. lighting.ClockTime = 14
  57. lighting.FogEnd = 100000
  58. lighting.GlobalShadows = false
  59. lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
  60. end
  61. })
  62. Tab:AddButton({
  63. Name = "Give Permanent NormalKey (pick a normalkey first)",
  64. Callback = function()
  65. game.Players.LocalPlayer.PlayerFolder.Inventory.NormalKeyCard:Destroy()
  66. local d = Instance.new("NumberValue")
  67. d.Name = "NormalKeyCard"
  68. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  69. end
  70. })
  71. Tab:AddButton({
  72. Name = "Give Permanent InnerKeyCard (pick a InnerKeyCard first)",
  73. Callback = function()
  74. game.Players.LocalPlayer.PlayerFolder.Inventory.InnerKeyCard:Destroy()
  75. local d = Instance.new("NumberValue")
  76. d.Name = "InnerKeyCard"
  77. d.Parent = game.Players.LocalPlayer.PlayerFolder.Inventory
  78. end
  79. })
  80. Tab:AddToggle({
  81. Name = "no proxmitiyprompt duration",
  82. Default = true,
  83. Flag = "asdas",
  84. Save = true
  85. })
  86. Tab:AddToggle({
  87. Name = "Notify Monster",
  88. Default = true,
  89. Flag = "NotifyMonster",
  90. Save = true
  91. })
  92. Tab:AddToggle({
  93. Name = "Avoid any Monster (tested)",
  94. Default = true,
  95. Flag = "avoids",
  96. Save = true
  97. })
  98. Tab:AddToggle({
  99. Name = "No Eyefestation",
  100. Default = true,
  101. Flag = "noeyefestation",
  102. Save = true
  103. })
  104. Tab:AddToggle({
  105. Name = "No Searchlights",
  106. Default = true,
  107. Flag = "Searchlights",
  108. Save = true
  109. })
  110. Tab:AddToggle({
  111. Name = "No Steams",
  112. Default = true,
  113. Flag = "steaming",
  114. Save = true
  115. })
  116. Tab:AddToggle({
  117. Name = "Key ESP",
  118. Default = true,
  119. Flag = "keys",
  120. Save = true,
  121. Callback = function(Value)
  122. for _, cham in pairs(key) do
  123. cham.Enabled = Value
  124. end
  125. end
  126. })
  127. Tab:AddToggle({
  128. Name = "Monster ESP",
  129. Default = true,
  130. Flag = "monsters",
  131. Save = true,
  132. Callback = function(Value)
  133. for _, cham in pairs(monster) do
  134. cham.Enabled = Value
  135. end
  136. end
  137. })
  138. Tab:AddToggle({
  139. Name = "TricksterRoom ESP",
  140. Default = true,
  141. Flag = "TricksterRoomdanger",
  142. Save = true,
  143. Callback = function(Value)
  144. for _, cham in pairs(trickster) do
  145. cham.Enabled = Value
  146. end
  147. end
  148. })
  149. Tab:AddToggle({
  150. Name = "Monster Locker ESP",
  151. Default = true,
  152. Flag = "monsterlocker",
  153. Save = true,
  154. Callback = function(Value)
  155. for _, cham in pairs(locker) do
  156. cham.Enabled = Value
  157. end
  158. end
  159. })
  160. local credits = Window:MakeTab({
  161. Name = "Credits",
  162. Icon = "rbxassetid://4483345998",
  163. PremiumOnly = false
  164. })
  165. credits:AddParagraph("Credits to playvora", "https://scriptblox.com/script/Pressure-script-15848")
  166. credits:AddParagraph("https://www.roblox.com/users/2207117597/profile")
  167. local others = Window:MakeTab({
  168. Name = "other stuff",
  169. Icon = "rbxassetid://4483345998",
  170. PremiumOnly = false
  171. })
  172. others:AddButton({
  173. Name = "Infinity Yield",
  174. Callback = function()
  175. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  176. end
  177. })
  178. others:AddButton({
  179. Name = "Dex",
  180. Callback = function()
  181. loadstring(game:HttpGet('https://raw.githubusercontent.com/infyiff/backup/main/dex.lua'))()
  182. end
  183. })
  184. local function applykey(inst)
  185. local text = Instance.new("BillboardGui")
  186. text.Name = "key"
  187. text.Adornee = inst
  188. text.Size = UDim2.new(0, 200, 0, 50)
  189. text.StudsOffset = Vector3.new(0, 2, 0)
  190. text.AlwaysOnTop = true
  191. text.Parent = game.CoreGui
  192. local label = Instance.new("TextLabel")
  193. label.Size = UDim2.new(1, 0, 1, 0)
  194. label.Text = inst.Name
  195. label.TextColor3 = Color3.new(1, 1, 1)
  196. label.BackgroundTransparency = 1
  197. label.TextStrokeTransparency = 0
  198. label.TextScaled = true
  199. label.Parent = text
  200. table.insert(key, text)
  201. end
  202. local function applymos(inst)
  203. local text = Instance.new("BillboardGui")
  204. text.Name = "mons"
  205. text.Adornee = inst
  206. text.Size = UDim2.new(0, 200, 0, 50)
  207. text.StudsOffset = Vector3.new(0, 2, 0)
  208. text.AlwaysOnTop = true
  209. text.Parent = game.CoreGui
  210. local label = Instance.new("TextLabel")
  211. label.Size = UDim2.new(1, 0, 1, 0)
  212. label.Text = inst.Name
  213. label.TextColor3 = Color3.new(1, 0, 0)
  214. label.BackgroundTransparency = 1
  215. label.TextStrokeTransparency = 0
  216. label.TextScaled = true
  217. label.Parent = text
  218. table.insert(monster, text)
  219. end
  220. local function applylocker(inst)
  221. local text = Instance.new("BillboardGui")
  222. text.Name = "locker"
  223. text.Adornee = inst
  224. text.Size = UDim2.new(0, 200, 0, 50)
  225. text.StudsOffset = Vector3.new(0, 2, 0)
  226. text.AlwaysOnTop = true
  227. text.Parent = game.CoreGui
  228. local label = Instance.new("TextLabel")
  229. label.Size = UDim2.new(1, 0, 1, 0)
  230. label.Text = "Monster Locker"
  231. label.TextColor3 = Color3.new(0.5, 0, 0.5)
  232. label.BackgroundTransparency = 1
  233. label.TextStrokeTransparency = 0
  234. label.TextScaled = true
  235. label.Parent = text
  236. table.insert(locker, text)
  237. end
  238. local function applytrickster(inst)
  239. local text = Instance.new("BillboardGui")
  240. text.Name = "locker"
  241. text.Adornee = inst
  242. text.Size = UDim2.new(0, 200, 0, 50)
  243. text.StudsOffset = Vector3.new(0, 2, 0)
  244. text.AlwaysOnTop = true
  245. text.Parent = game.CoreGui
  246. local label = Instance.new("TextLabel")
  247. label.Size = UDim2.new(1, 0, 1, 0)
  248. label.Text = "Do not enter"
  249. label.TextColor3 = Color3.new(1, 1, 1)
  250. label.BackgroundTransparency = 1
  251. label.TextStrokeTransparency = 0
  252. label.TextScaled = true
  253. label.Parent = text
  254. table.insert(trickster, text)
  255. end
  256. local keycor = coroutine.create(function()
  257. workspace.Rooms.DescendantAdded:Connect(function(inst)
  258. if inst:IsA("Model") and inst:GetAttribute("InteractionType") == "KeyCard" then
  259. applykey(inst)
  260. end
  261. if inst:IsA("Model") and inst:GetAttribute("InteractionType") == "InnerKeyCard" then
  262. applykey(inst)
  263. end
  264. end)
  265. end)
  266. coroutine.resume(keycor)
  267. for _, v in ipairs(workspace.Rooms:GetDescendants()) do
  268. if v:IsA("Model") and v:GetAttribute("InteractionType") == "KeyCard" then
  269. applykey(v)
  270. end
  271. if v:IsA("Model") and v:GetAttribute("InteractionType") == "InnerKeyCard" then
  272. applykey(v)
  273. end
  274. end
  275. workspace.ChildAdded:Connect(function(inst)
  276. local sikibid = {}
  277. for _, descendant in ipairs(game.ReplicatedStorage.DeathFolder:GetDescendants()) do
  278. table.insert(sikibid, descendant.Name)
  279. end
  280. if table.find(sikibid, inst.Name) then
  281. if OrionLib.Flags.NotifyMonster.Value then
  282. OrionLib:MakeNotification({
  283. Name = "A monster has spawned go hide in the closet",
  284. Content = "WARNING!!!!!!!!!!!!",
  285. Image = "rbxassetid://4483345998",
  286. Time = 10
  287. })
  288. end
  289. if OrionLib.Flags.monsters.Value then
  290. applymos(inst)
  291. end
  292. if OrionLib.Flags.avoids.Value then
  293. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  294. local tp = game:GetService("RunService").Heartbeat:Connect(function()
  295. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(p.Position)
  296. end)
  297. inst.Destroying:Wait()
  298. tp:Disconnect()
  299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  300. end
  301. end
  302. end)
  303.  
  304. workspace.DescendantAdded:Connect(function(inst)
  305. if inst.Name == "Eyefestation" and OrionLib.Flags.noeyefestation.Value then
  306. task.wait(0.1)
  307. inst:Destroy()
  308. end
  309. if inst.Name == "SearchlightsEncounter" and OrionLib.Flags.Searchlights.Value then
  310. task.wait(0.1)
  311. inst:Destroy()
  312. end
  313. if inst:IsA("ProximityPrompt") and OrionLib.Flags.asdas.Value then
  314. task.wait(0.1)
  315. inst.HoldDuration = 0
  316. end
  317. if inst.Name == "Steams" and OrionLib.Flags.steaming.Value then
  318. task.wait(0.1)
  319. inst:Destroy()
  320. end
  321. if inst.Name == "MonsterLocker" and OrionLib.Flags.monsterlocker.Value then
  322. task.wait(0.1)
  323. applylocker(inst)
  324. end
  325. if inst.Name == "TricksterRoom" and OrionLib.Flags.TricksterRoomdanger.Value then
  326. task.wait(0.1)
  327. applytrickster(inst)
  328. end
  329. end)
  330. for _, v in ipairs(workspace:GetDescendants()) do
  331. if v.Name == "MonsterLocker" and OrionLib.Flags.monsterlocker.Value then
  332. applylocker(v)
  333. end
  334. end
  335. game:GetService("RunService").Heartbeat:Connect(function()
  336. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = sp
  337. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement