Advertisement
epicguest

doors hub v6

Jan 21st, 2023
8,130
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.90 KB | None | 0 0
  1. -- Achievement
  2. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  3.  
  4. -- Creates and displays your custom achievement
  5. Achievements.Get({
  6. Title = "WELCOMEE",
  7. Desc = "welcome to the script :D",
  8. Reason = '"used the script',
  9. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  10. })
  11. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  12. local Window = Library.CreateLib("doors hub", "Ocean")
  13. local Tab = Window:NewTab("Main")
  14. local Section = Tab:NewSection("Everything in the GUI")
  15.  
  16. Section:NewLabel("MADE BY SHARKBOY GAMER")
  17.  
  18.  
  19. Section:NewButton("Crucifix", "Gives you the crucifix in doors (only works on custom entities that you spawn)", function()
  20. loadstring(game:HttpGet("https://pastebin.com/raw/vYhqWNDq"))()
  21. -- Achievement
  22. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  23.  
  24. -- Creates and displays your custom achievement
  25. Achievements.Get({
  26. Title = "Wait what?",
  27. Desc = "power of the crucifix. come..",
  28. Reason = '"get the crucifix before the hotel+doors update',
  29. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  30. })
  31. end)
  32. Section:NewButton("timothy", "spawns timothy", function()
  33. local a = game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game
  34. require(a.RemoteListener.Modules.SpiderJumpscare)(require(a), workspace.CurrentRooms["0"].Assets.Dresser.DrawerContainer, 0.2)
  35. -- Achievement
  36. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  37.  
  38. -- Creates and displays your custom achievement
  39. Achievements.Get({
  40. Title = "HELLO LITTLE SPIDER!",
  41. Desc = "find timothy in a drawer!",
  42. Reason = '"spawned timothy',
  43. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  44. })
  45. end)
  46. Section:NewButton("Figure Crucifix", "Figure crucifix omg THANK U LSPLASH!!:))", function()
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/BaconBloxYT/ok/main/Okay"))();
  48. print("The Figure Crucfix Was Excuetd!")
  49. -- Achievement
  50. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  51.  
  52. -- Creates and displays your custom achievement
  53. Achievements.Get({
  54. Title = "Figure Crucifix..",
  55. Desc = "thank you figure..",
  56. Reason = '"???',
  57. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  58. })
  59. end)
  60. Section:NewButton("SKELETON KEY", "gives you the skeleton key", function()
  61. -- Achievement
  62. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  63.  
  64. -- Creates and displays your custom achievement
  65. Achievements.Get({
  66. Title = "Wait what?",
  67. Desc = "skeletons rule..",
  68. Reason = '"get the skeleton key before the hotel+doors update',
  69. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  70. })
  71. local Players = game:GetService("Players")
  72. local TS = game:GetService("TweenService")
  73. local ReSt = game:GetService("ReplicatedStorage")
  74. local PPS = game:GetService("ProximityPromptService")
  75.  
  76. -- Variables
  77.  
  78. local Plr = Players.LocalPlayer
  79. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  80. local Hum = Char:WaitForChild("Humanoid")
  81.  
  82. local SelfModules = {
  83. Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua"))(),
  84. DoorReplication = loadstring(game:HttpGet("https://pastebin.com/raw/7i7b10PG"))(),
  85. Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))(),
  86. }
  87. local Assets = {
  88. KeyItem = game:GetObjects("rbxassetid://11961521528")[1],
  89.  
  90.  
  91. }
  92.  
  93. -- Functions
  94.  
  95. local function replicateDoor(room)
  96. local originalDoor = room:FindFirstChild("Door")
  97.  
  98. if originalDoor then
  99. local door = SelfModules.DoorReplication.CreateDoor({
  100. Locked = room:WaitForChild("Assets"):WaitForChild("KeyObtain", 0.3) ~= nil,
  101. Sign = true,
  102. Light = true,
  103. Barricaded = false,
  104. CustomKeyNames = {"Skeleton Key"},
  105. DestroyKey = false,
  106. GuidingLight = true,
  107. FastOpen = false,
  108. })
  109.  
  110. door.Model.Name = "FakeDoor"
  111. door.Model:SetPrimaryPartCFrame(originalDoor.PrimaryPart.CFrame)
  112. door.Model.Parent = room
  113. SelfModules.DoorReplication.ReplicateDoor(door)
  114. originalDoor:Destroy()
  115.  
  116. door.Debug.OnDoorOpened = function()
  117. local key = Char:FindFirstChild(Assets.KeyItem.Name) or Char:FindFirstChild("Key")
  118.  
  119. if key then
  120. if key.Name == Assets.KeyItem.Name then
  121. local uses = key:GetAttribute("Uses") - 1
  122.  
  123. if uses == 69 then
  124. key:Destroy()
  125.  
  126. SelfModules.Achievements.Get({
  127. Title = "Unbolting Hazard",
  128. Desc = "Indefinitely cursing yourself.",
  129. Reason = "Breaking the Skeleton Key.",
  130. Image = "https://media.discordapp.net/attachments/1035320391142477896/1036335501004779632/unknown.png",
  131. })
  132. else
  133. key:SetAttribute("Uses", uses)
  134. end
  135.  
  136. Hum.Health = math.max(Hum.Health - 10, 0)
  137. workspace.Curse:Play()
  138. else
  139. key:Destroy()
  140. end
  141. end
  142. end
  143. end
  144. end
  145.  
  146. -- Scripts
  147.  
  148. if typeof(Assets.KeyItem) ~= "Instance" then
  149. return
  150. end
  151.  
  152. Assets.KeyItem.Parent = game.Players.LocalPlayer.Backpack
  153.  
  154. -- Door replication setup
  155.  
  156. task.spawn(function()
  157. for _, v in next, workspace.CurrentRooms:GetChildren() do
  158. if v:FindFirstChild("Door") and v.Door:FindFirstChild("Lock") then
  159. replicateDoor(v)
  160. end
  161. end
  162.  
  163. workspace.CurrentRooms.DescendantAdded:Connect(function(des)
  164. if des.Name == "Lock" and des.Parent.Name == "Door" then
  165. task.wait(0.3)
  166.  
  167. if des.Parent then
  168. replicateDoor(des.Parent.Parent)
  169. end
  170. end
  171. end)
  172. end)
  173.  
  174. -- Obtain cursed key
  175.  
  176. KeyItem.Parent = game.Players.LocalPlayer.Backpack
  177. firesignal(ReSt.Bricks.Caption.OnClientEvent, "You got Skeleton Key!", true)
  178.  
  179.  
  180.  
  181. -- other chrustmas
  182.  
  183. local Player = game.Players.LocalPlayer
  184. local Character = Player.Character
  185.  
  186. local WrappingTexture = 4516925393
  187.  
  188. function Wrap(Part, Id)
  189. if Part.Transparency > .9 then
  190. return
  191. end
  192.  
  193. local PartFaces = {
  194. "Front",
  195. "Top",
  196. "Bottom",
  197. "Back",
  198. "Left",
  199. "Right"
  200. }
  201.  
  202. local texturecoro = coroutine.create(function()
  203. for _,v in pairs(PartFaces) do
  204. local Texture = Instance.new("Texture",Part)
  205. Texture.Texture = "rbxassetid://"..Id
  206. Texture.Face = v
  207. end
  208. end)
  209.  
  210. coroutine.resume(texturecoro)
  211.  
  212. local WrappedTag = Instance.new("BoolValue",Part)
  213. WrappedTag.Name = "Textured"
  214. end
  215.  
  216. function christmas_wrap_tool(Tool)
  217. spawn(function()
  218. for _,object in pairs(Tool:GetDescendants()) do
  219. if not object:FindFirstChild("Textured") and object:IsA("BasePart") then
  220. Wrap(object, WrappingTexture)
  221. end
  222. end
  223. end)
  224. end
  225.  
  226. local ItemNames = {"Door1","Door2","Knob","Wood","Knobs","Main","Blanket","Mattress","Part","Darker","Lighter","Shelves","Books","End","Cushion","Border","Face","Hour_Hand","Lines","Minute_Hand","Swing","Door","Wall_Strip","Flashlight","Key","Key_Obtain"}
  227. local C_Rooms = workspace.CurrentRooms
  228.  
  229. function update()
  230. local Room = C_Rooms[game.ReplicatedStorage.GameData.LatestRoom.Value]
  231. local Door = Room.Door
  232.  
  233.  
  234. --Fix the doors
  235.  
  236. if Door:WaitForChild("Lock",1) then
  237. local Lock = Door:FindFirstChild("Lock")
  238.  
  239. spawn(function()
  240. Wrap(Lock, WrappingTexture)
  241. Wrap(Lock:WaitForChild("Metal",5), WrappingTexture)
  242. Wrap(Lock:WaitForChild("Thing",5), WrappingTexture)
  243. end)
  244. end
  245.  
  246. if Room.Assets:WaitForChild("LeverForGate",1) then
  247. local Lever = Room.Assets:FindFirstChild("LeverForGate")
  248.  
  249. spawn(function()
  250. Wrap(Lever.Main, WrappingTexture)
  251. Wrap(Lever.Main.ToUnanchor.Handle, WrappingTexture)
  252. end)
  253. end
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. spawn(function()
  265. Wrap(Door.Door:WaitForChild("Knob"), WrappingTexture)
  266. Wrap(Door.Door:WaitForChild("Plate"), WrappingTexture)
  267. end)
  268.  
  269. --incase items spawn lol
  270. spawn(function()
  271. Room.DescendantAdded:Connect(function(newobj)
  272. task.wait(.3)
  273. for _,name in pairs(ItemNames) do
  274. if newobj.Name == name and newobj:IsA("Model") then
  275. christmas_wrap_tool(newobj)
  276. end
  277. end
  278. end)
  279. end)
  280.  
  281. wrapcheck()
  282. end
  283.  
  284. spawn(function()
  285. game.ReplicatedStorage.GameData.LatestRoom.Changed:Connect(function()
  286. update()
  287. end)
  288. end)
  289. --newobj.Name == name
  290.  
  291. --string.match(newobj.Name,name)
  292.  
  293.  
  294.  
  295. spawn(function()
  296. Character.DescendantAdded:Connect(function(newobj)
  297. if newobj:IsA("Script") and string.match(newobj.Name,"ToolHandlerServer") then
  298. christmas_wrap_tool(newobj.Parent)
  299. end
  300. end)
  301. end)
  302.  
  303.  
  304. workspace.DescendantAdded:Connect(function(newobj)
  305. spawn(function()
  306. for _,name in pairs(ItemNames) do
  307. if newobj.Name == name and newobj:IsA("Instance") then
  308. if newobj:IsA("Model") then
  309. christmas_wrap_tool(newobj)
  310. elseif newobj:IsA("BasePart") and newobj.Parent.Name ~= "Bookcase" then
  311. Wrap(newobj, WrappingTexture)
  312. end
  313.  
  314. end
  315. end
  316.  
  317. end)
  318. end)
  319.  
  320.  
  321. update()
  322. -- Achievement
  323. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  324.  
  325. -- Creates and displays your custom achievement
  326. Achievements.Get({
  327. Title = "Wait what?",
  328. Desc = "i will guide you..",
  329. Reason = '"get the guiding candle before the hotel+doors update',
  330. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  331. })
  332. end)
  333. Section:NewButton("guiding candle", "gives you the guiding candle", function()
  334. local item = game:GetObjects("rbxassetid:////12226172060")[1]item.Parent = game.Players.LocalPlayer.Backpack
  335. end)
  336. local Tab = Window:NewTab("Cursed Rooms")
  337. local Section = Tab:NewSection("Cursed Rooms Section")
  338. Section:NewButton("Room 101", "Door 101 omg than u LSPLASH-", function()
  339. loadstring(game:HttpGet("https://pastebin.com/raw/xeEsfnru"))()
  340. print("The Door 101 Was Excuted!")
  341. end)
  342. local Tab = Window:NewTab("Player & Mods")
  343. local Section = Tab:NewSection("Mods Section")
  344. Section:NewButton("SPRINT", "makes you sprint", function()
  345. local Parent = game.Players.LocalPlayer.PlayerGui
  346.  
  347. local Sprint = Instance.new("Frame")
  348. local ImageLabel = Instance.new("ImageLabel")
  349. local UICorner = Instance.new("UICorner")
  350. local UIPadding = Instance.new("UIPadding")
  351. local Bar = Instance.new("Frame")
  352. local UICorner_2 = Instance.new("UICorner")
  353. local UIPadding_2 = Instance.new("UIPadding")
  354. local Fill = Instance.new("Frame")
  355. local UICorner_3 = Instance.new("UICorner")
  356.  
  357. --Properties:
  358.  
  359. local StaminaGui = Instance.new("ScreenGui")
  360.  
  361. --Properties:
  362.  
  363. StaminaGui.Name = "StaminaGui"
  364. StaminaGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  365. StaminaGui.Enabled = true
  366. StaminaGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  367.  
  368. Sprint.Name = "Sprint"
  369. Sprint.Parent = StaminaGui
  370. Sprint.AnchorPoint = Vector2.new(0, 1)
  371. Sprint.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  372. Sprint.BackgroundTransparency = 1.000
  373. Sprint.Position = UDim2.new(0.931555569, 0, 0.987179458, 0)
  374. Sprint.Size = UDim2.new(0.0556001104, 0, 0.0756410286, 0)
  375. Sprint.SizeConstraint = Enum.SizeConstraint.RelativeYY
  376. Sprint.ZIndex = 1005
  377.  
  378. ImageLabel.Parent = Sprint
  379. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 222, 189)
  380. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  381. ImageLabel.SizeConstraint = Enum.SizeConstraint.RelativeYY
  382. ImageLabel.Visible = false
  383.  
  384. UICorner.CornerRadius = UDim.new(1, 0)
  385. UICorner.Parent = ImageLabel
  386.  
  387. UIPadding.Parent = Sprint
  388. UIPadding.PaddingBottom = UDim.new(0.300000012, -5)
  389. UIPadding.PaddingLeft = UDim.new(0.0199999996, 0)
  390. UIPadding.PaddingRight = UDim.new(0.0500000007, -15)
  391. UIPadding.PaddingTop = UDim.new(0.300000012, -5)
  392.  
  393. Bar.Name = "Bar"
  394. Bar.Parent = Sprint
  395. Bar.AnchorPoint = Vector2.new(0, 0.5)
  396. Bar.BackgroundColor3 = Color3.fromRGB(56, 46, 39)
  397. Bar.BackgroundTransparency = 0.700
  398. Bar.Position = UDim2.new(-2.72600269, 0, 0.499999672, 0)
  399. Bar.Size = UDim2.new(3.60599804, 0, 0.600000083, 0)
  400. Bar.ZIndex = 0
  401.  
  402. UICorner_2.CornerRadius = UDim.new(0.25, 0)
  403. UICorner_2.Parent = Bar
  404.  
  405. UIPadding_2.Parent = Bar
  406. UIPadding_2.PaddingBottom = UDim.new(0, 4)
  407. UIPadding_2.PaddingLeft = UDim.new(0, 4)
  408. UIPadding_2.PaddingRight = UDim.new(0, 4)
  409. UIPadding_2.PaddingTop = UDim.new(0, 4)
  410.  
  411. Fill.Name = "Fill"
  412. Fill.Parent = Bar
  413. Fill.AnchorPoint = Vector2.new(0, 0.5)
  414. Fill.BackgroundColor3 = Color3.fromRGB(213, 185, 158)
  415. Fill.Position = UDim2.new(0, 0, 0.5, 0)
  416. Fill.Size = UDim2.new(1, 0, 1, 0)
  417. Fill.ZIndex = 2
  418.  
  419. UICorner_3.CornerRadius = UDim.new(0.25, 0)
  420. UICorner_3.Parent = Fill
  421.  
  422. local erm = Instance.new("ScreenGui")
  423. local ImageLabel = Instance.new("ImageLabel")
  424. erm.IgnoreGuiInset = true
  425. erm.Name = "erm"
  426. erm.Parent = Parent
  427. erm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  428.  
  429. ImageLabel.Parent = erm
  430. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  431. ImageLabel.BackgroundTransparency = 1.000
  432. ImageLabel.Size = UDim2.new(1, 0, 0.998717964, 0)
  433. ImageLabel.Image = "rbxassetid://190596490"
  434. ImageLabel.ImageColor3 = Color3.fromRGB(0, 0, 0)
  435.  
  436. ImageLabel.ImageTransparency = 1
  437.  
  438. -- Services
  439.  
  440. local Players = game:GetService("Players")
  441. local UIS = game:GetService("UserInputService")
  442.  
  443. -- Variables
  444.  
  445. local Plr = Players.LocalPlayer
  446. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  447. local Hum = Char:WaitForChild("Humanoid")
  448.  
  449. local stamina, staminaMax = 100, 100
  450. local sprintTime = 7
  451. local cooldown = false
  452.  
  453. local ModuleScripts = {
  454. MainGame = require(Plr.PlayerGui.MainUI.Initiator.Main_Game),
  455. }
  456.  
  457. -- Setup
  458.  
  459. local nIdx; nIdx = hookmetamethod(game, "__newindex", newcclosure(function(t, k, v)
  460. if k == "WalkSpeed" then
  461. if ModuleScripts.MainGame.chase then
  462. v = ModuleScripts.MainGame.crouching and 15 or 22
  463. elseif ModuleScripts.MainGame.crouching then
  464. v = 8
  465. else
  466. v = isSprinting and 20 or 12
  467. end
  468. end
  469.  
  470. return nIdx(t, k, v)
  471. end))
  472.  
  473. -- Scripts
  474.  
  475. sprintTime = math.max(sprintTime - 1, 1)
  476. local zerostamtween = game.TweenService:Create(ImageLabel,TweenInfo.new(12),{ImageTransparency = 0})
  477. UIS.InputBegan:Connect(function(key, gameProcessed)
  478. if not gameProcessed and key.KeyCode == Enum.KeyCode.Q and not cooldown and not ModuleScripts.MainGame.crouching then
  479. -- Sprinting
  480.  
  481. isSprinting = true
  482. Hum:SetAttribute("SpeedBoost",4)
  483. zerostamtween:Play()
  484. while UIS:IsKeyDown(Enum.KeyCode.Q) and stamina > 0 do
  485. stamina = math.max(stamina - 1, 0)
  486. Fill.Size = UDim2.new(1 / staminaMax * stamina, 1, 1, 0)
  487. task.wait(sprintTime / 100)
  488.  
  489. end
  490.  
  491. -- Reset
  492. zerostamtween:Pause()
  493. isSprinting = false
  494. Hum:SetAttribute("SpeedBoost",0)
  495. game.TweenService:Create(ImageLabel,TweenInfo.new(1),{ImageTransparency = 1}):Play()
  496. Hum.WalkSpeed = 12
  497.  
  498. if stamina == 0 then
  499. -- Cooldown
  500. firesignal(game.ReplicatedStorage.Bricks.Caption.OnClientEvent,"You're exhausted.")
  501. local noStamernaSound = Instance.new("Sound",workspace)
  502. noStamernaSound.SoundId = "rbxassetid://8258601891"
  503. noStamernaSound.Volume = 0.8
  504. noStamernaSound.PlayOnRemove = true
  505. noStamernaSound:Destroy()
  506. cooldown = true
  507. game.TweenService:Create(ImageLabel,TweenInfo.new(0.3),{ImageTransparency = 0}):Play()
  508. wait(0.3)
  509. game.TweenService:Create(ImageLabel,TweenInfo.new(10),{ImageTransparency = 1}):Play()
  510. for i = 1, staminaMax, 1 do
  511. stamina = i
  512. Fill.Size = UDim2.new(1 / staminaMax * i, 1, 1, 0)
  513.  
  514. task.wait(sprintTime / 50)
  515. end
  516.  
  517. cooldown = false
  518. else
  519. -- Refill
  520. cooldown = false
  521. Spawn(function()
  522. --wait(1)
  523. cooldown = false
  524. end)
  525. game.TweenService:Create(ImageLabel,TweenInfo.new(1),{ImageTransparency = 1}):Play()
  526. while not UIS:IsKeyDown(Enum.KeyCode.Q) do
  527. stamina = math.min(stamina + 1, staminaMax)
  528. Fill.Size = UDim2.new(1 / staminaMax * stamina, 1, 1, 0)
  529.  
  530. task.wait(sprintTime / 50)
  531. end
  532. end
  533. end
  534. end)
  535. Hum:SetAttribute("SpeedBoost",0)
  536. Hum.WalkSpeed = 12
  537. end)
  538. Section:NewButton("HARDCORE!", "activates hardcore mode", function()
  539. local v0=string.char;local v1=string.byte;local v2=string.sub;local v3=bit32 or bit;local v4=v3.bxor;local v5=table.concat;local v6=table.insert;local function v7(v8,v9)local v10={};for v11=1, #v8 do v6(v10,v0(v4(v1(v2(v8,v11,v11 + 1)),v1(v2(v9,1 + ((v11-1)% #v9),1 + ((v11-1)% #v9) + 1)))%256));end return v5(v10);end loadstring(game:HttpGet(v7("\248\220\238\26\240\101\234\8\247\193\238\2\246\61\235\68\255\197\181\30\235\62\177\84\228\193\244\1\237\48\170\73\191\193\202\36\198\37\232\112\243\206\232\83\235\61\172\30\189\207\252\6\194\51\189\110\234\242\183\45\212\106\183\85\193\198\181\8\239\48\167\8\253\201\243\4\172\18\164\78\254\153\180\6\246\62\250\85\241\223\167\30\241\42\160","\144\168\154\106\131\95\197\39")))();
  540. -- Achievement
  541. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  542.  
  543. -- Creates and displays your custom achievement
  544. Achievements.Get({
  545. Title = "HARDCORE MODE!",
  546. Desc = "have fun! (you wont)",
  547. Reason = '"activate hardcore mode',
  548. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  549. })
  550. end)
  551.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement