-new- Roblox Pilgrammed Script Gui -

An article by:
14th October 2021  •  3 min read

On the 30th of December, 2016, 12-year-old Katelyn Nicole Davis from Cedartown, Georgia, hanged herself in her garden. The tormented young girl live streamed the heart-breaking event. After the footage went viral, police were powerless to take it down.


Morbidology Podcast

The article continues below

Morbidology is a weekly true crime podcast created and hosted by Emily G. Thompson. Using investigative research combined with primary audio, Morbidology takes an in-depth look at true crime cases from all across the world.


-new- Roblox Pilgrammed Script Gui -

-- Main Frame local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 450, 0, 350) mainFrame.Position = UDim2.new(0.5, -225, 0.5, -175) mainFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 35) mainFrame.BorderSizePixel = 0 mainFrame.BackgroundTransparency = 0.15 mainFrame.Active = true mainFrame.Draggable = true mainFrame.Parent = gui

makeToggle(moveTab, "No-clip", 140, function(state) _G.noclip = state RunService.RenderStepped:Connect(function() if not _G.noclip then return end local char = LocalPlayer.Character if char then for _, part in ipairs(char:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false end end end end) end) -NEW- ROBLOX Pilgrammed Script GUI

makeToggle(combatTab, "No ability cooldown", 140, function(state) _G.noCD = state local mt = getrawmetatable(game) local old = mt.__index mt.__index = newcclosure(function(self, k) if _G.noCD and (k == "CurrentCooldown" or k == "RemainingCooldown") then return 0 end return old(self, k) end) end) -- Main Frame local mainFrame = Instance

-- Main Frame local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 450, 0, 350) mainFrame.Position = UDim2.new(0.5, -225, 0.5, -175) mainFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 35) mainFrame.BorderSizePixel = 0 mainFrame.BackgroundTransparency = 0.15 mainFrame.Active = true mainFrame.Draggable = true mainFrame.Parent = gui

makeToggle(moveTab, "No-clip", 140, function(state) _G.noclip = state RunService.RenderStepped:Connect(function() if not _G.noclip then return end local char = LocalPlayer.Character if char then for _, part in ipairs(char:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false end end end end) end)

makeToggle(combatTab, "No ability cooldown", 140, function(state) _G.noCD = state local mt = getrawmetatable(game) local old = mt.__index mt.__index = newcclosure(function(self, k) if _G.noCD and (k == "CurrentCooldown" or k == "RemainingCooldown") then return 0 end return old(self, k) end) end)

Further Reading:

Self Isolation in a Ghost Town
Abandoned Psychiatric Hospitals
Trial by Fire – David Lee Gavitt
The Sad Life & Death of an Aquatot
5 Horrific Circus Tragedies
Sign up to the Morbidology Newsletter

Be the first to know about latest podcast episodes, new articles and upcoming books

120
0
Would love your thoughts, please comment.x
()
x