0% found this document useful (0 votes)
377 views3 pages

The Rake GUI Script for Roblox

This document describes a GUI created for a game called "The Rake" that provides various cheats and modifications to the game. The GUI contains buttons to remove fog, instantly survive encounters with "The Rake" character, destroy map objects, teleport the player to The Rake, and open/close the GUI interface. It was created by a user named "luisninja116" to modify elements of the game.

Uploaded by

Nguyễn Huy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
377 views3 pages

The Rake GUI Script for Roblox

This document describes a GUI created for a game called "The Rake" that provides various cheats and modifications to the game. The GUI contains buttons to remove fog, instantly survive encounters with "The Rake" character, destroy map objects, teleport the player to The Rake, and open/close the GUI interface. It was created by a user named "luisninja116" to modify elements of the game.

Uploaded by

Nguyễn Huy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-- Farewell Infortality.

-- Version: 2.82
-- Instances:
local TheRakeGUI = [Link]("ScreenGui")
local frame50 = [Link]("Frame")
local open = [Link]("TextButton")
local main = [Link]("Frame")
local title = [Link]("TextBox")
local NoFog = [Link]("TextButton")
local DestroyRake = [Link]("TextButton")
local credits = [Link]("TextBox")
local DestroyMapItems = [Link]("TextButton")
local TPtoRake = [Link]("TextButton")
local Close = [Link]("TextButton")
--Properties:
[Link] = "The Rake GUI"
[Link] = [Link]

[Link] = "frame50"
[Link] = TheRakeGUI
frame50.BackgroundColor3 = [Link](1, 1, 1)
[Link] = [Link](-0.0128534706, 0, 0.507968068, 0)
[Link] = [Link](0, 119, 0, 20)
[Link] = [Link]

[Link] = "open"
[Link] = frame50
open.BackgroundColor3 = [Link](0, 0, 0)
open.BorderColor3 = [Link](0, 0, 0)
[Link] = [Link](-0.0756302029, 0, -1.10000002, 0)
[Link] = [Link](0, 119, 0, 20)
[Link] = [Link]
[Link] = "Open"
open.TextColor3 = [Link](1, 0, 0)
[Link] = 14
open.TextStrokeColor3 = [Link](0.333333, 1, 1)
open.MouseButton1Down:connect(function()
[Link] = true
[Link] = false
end)

[Link] = "main"
[Link] = frame50
main.BackgroundColor3 = [Link](1, 1, 1)
[Link] = [Link](1.16806722, 0, -18.7000008, 0)
[Link] = [Link](0, 561, 0, 254)
[Link] = false
[Link] = [Link]
[Link] = true
[Link] = true

[Link] = "title"
[Link] = main
title.BackgroundColor3 = [Link](0.666667, 0, 0)
[Link] = [Link](-0.0106951874, 0, -0.0354330689, 0)
[Link] = [Link](0, 561, 0, 21)
[Link] = false
[Link] = [Link]
title.PlaceholderColor3 = [Link](0, 0, 0)
[Link] = "The Rake GUI"
title.TextColor3 = [Link](0, 0, 0)
[Link] = 14
title.TextStrokeColor3 = [Link](1, 0, 0)

[Link] = "No Fog"


[Link] = main
NoFog.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](0.0160427801, 0, 0.110236228, 0)
[Link] = [Link](0, 149, 0, 50)
[Link] = false
[Link] = [Link]
[Link] = "No Fog"
NoFog.TextColor3 = [Link](0.666667, 0, 0)
[Link] = 30
No Fog.MouseButton1Down:connect(function()
[Link] = 999999999
end)

[Link] = "Destroy Rake"


[Link] = main
DestroyRake.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](0.0160427801, 0, 0.511811018, 0)
[Link] = [Link](0, 149, 0, 50)
[Link] = false
[Link] = [Link]
[Link] = "Always Survive"
DestroyRake.TextColor3 = [Link](0.666667, 0, 0)
[Link] = 24
Destroy Rake.MouseButton1Down:connect(function()
[Link]:Destroy()
end)

[Link] = "credits"
[Link] = frame50
credits.BackgroundColor3 = [Link](0.666667, 0, 0)
[Link] = [Link](1.18487394, 0, 29.1499996, 0)
[Link] = [Link](0, 559, 0, 21)
[Link] = false
[Link] = [Link]
credits.PlaceholderColor3 = [Link](0, 0, 0)
[Link] = "GUI Made By : luisninja116"
credits.TextColor3 = [Link](0, 0, 0)
[Link] = 14
credits.TextStrokeColor3 = [Link](1, 0, 0)

[Link] = "Destroy Map Items"


[Link] = frame50
DestroyMapItems.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](4.87394953, 0, 8.55000114, 0)
[Link] = [Link](0, 149, 0, 50)
[Link] = false
[Link] = [Link]
[Link] = "Destroy Map Items"
DestroyMapItems.TextColor3 = [Link](0.666667, 0, 0)
[Link] = 22
Destroy Map Items.MouseButton1Down:connect(function()
[Link]:Destroy()
[Link]:Destroy()
[Link]:Destroy()
[Link]:Destroy()
end)

[Link] = "TP to Rake"


[Link] = frame50
TPtoRake.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](4.88235283, 0, -11.3999996, 0)
[Link] = [Link](0, 149, 0, 50)
[Link] = false
[Link] = [Link]
[Link] = "TP To Rake"
TPtoRake.TextColor3 = [Link](0.666667, 0, 0)
[Link] = 30
TP to Rake.MouseButton1Down:connect(function()
local d = [Link]
for i,v in pairs([Link]:GetChildren()) do
if [Link] == "Rake" then
for _, b in pairs(v:GetChildren()) do
if [Link] == "HumanoidRootPart" then
[Link] = [Link]
end
end
end
end
end)

[Link] = "Close"
[Link] = frame50
Close.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](3.11688304, 0, -1.78976369, 0)
[Link] = [Link](0, 149, 0, 50)
[Link] = false
[Link] = [Link]
[Link] = "Close"
Close.TextColor3 = [Link](0.666667, 0, 0)
[Link] = 30
Close.MouseButton1Down:connect(function()
[Link] = true
[Link] = false
end)
-- Scripts:

You might also like