NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

-- Objects

local RoCitizensFucker = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local InfMoney = Instance.new("TextButton")
local AllGamepasses = Instance.new("TextButton")
local Sleigher = Instance.new("TextButton")
local PoliceCar = Instance.new("TextButton")
local Schoolbus = Instance.new("TextButton")
local NoclipV = Instance.new("TextButton")
local AntiPropertyBan = Instance.new("TextButton")
local FurnitureSpawner = Instance.new("TextButton")
local PaintingSpawner = Instance.new("TextButton")
local HauntedManor = Instance.new("TextButton")
local JobEXP = Instance.new("TextButton")
local CREDITS = Instance.new("TextButton")
local creditsname = Instance.new("TextButton")
local TextButton = Instance.new("TextButton")

-- Properties

RoCitizensFucker.Name = "RoCitizens Fucker"
RoCitizensFucker.Parent = game.CoreGui
RoCitizensFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Frame.Active = true
Frame.Draggable = true

Frame.Parent = RoCitizensFucker
Frame.Active = true
Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
Frame.Position = UDim2.new(0.299793065, 0, 0.172916085, 0)
Frame.Size = UDim2.new(0, 348, 0, 282)

InfMoney.Name = "Inf Money"
InfMoney.Parent = Frame
InfMoney.BackgroundColor3 = Color3.new(1, 1, 1)
InfMoney.Position = UDim2.new(0.0366972461, 0, 0.0460992903, 0)
InfMoney.Size = UDim2.new(0, 99, 0, 29)
InfMoney.Font = Enum.Font.SciFi
InfMoney.Text = "Inf Money"
InfMoney.TextColor3 = Color3.new(0, 0, 0)
InfMoney.TextSize = 14
InfMoney.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.ChangeMoney:Fire(200000000000)
end)

AllGamepasses.Name = "All Gamepasses"
AllGamepasses.Parent = Frame
AllGamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
AllGamepasses.Position = UDim2.new(0.370951831, 0, 0.0460992903, 0)
AllGamepasses.Size = UDim2.new(0, 99, 0, 29)
AllGamepasses.Font = Enum.Font.SciFi
AllGamepasses.Text = "All Gamepasses"
AllGamepasses.TextColor3 = Color3.new(0, 0, 0)
AllGamepasses.TextSize = 14
AllGamepasses.MouseButton1Click:Connect(function()
local plr = game.Players.LocalPlayer
local gui = plr.PlayerGui
local gamevalue = gui.GameValues
local maingui = gui.Main
gamevalue.OwnsCustomizeTool.Value = true
local plr = game.Players.LocalPlayer
local gui = plr.PlayerGui
local gamevalue = gui.GameValues
local maingui = gui.Main
gamevalue.OwnsCatalogAccess.Value = true
local plr = game.Players.LocalPlayer
local gui = plr.PlayerGui
local gamevalue = gui.GameValues
local maingui = gui.Main
maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
game.Players.LocalPlayer.PlayerGui.GameValues.Perk1.Value = 1
game.Players.LocalPlayer.PlayerGui.GameValues.Perk2.Value = 1
game.Players.LocalPlayer.PlayerGui.GameValues.Perk3.Value = 1
end)

Sleigher.Name = "Sleigher"
Sleigher.Parent = Frame
Sleigher.BackgroundColor3 = Color3.new(1, 1, 1)
Sleigher.Position = UDim2.new(0, 0, 0.219858155, 0)
Sleigher.Size = UDim2.new(0, 68, 0, 33)
Sleigher.Font = Enum.Font.SciFi
Sleigher.Text = "Sleigher"
Sleigher.TextColor3 = Color3.new(0, 0, 0)
Sleigher.TextSize = 14
Sleigher.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true

game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
end)

PoliceCar.Name = "Police Car"
PoliceCar.Parent = Frame
PoliceCar.BackgroundColor3 = Color3.new(1, 1, 1)
PoliceCar.Position = UDim2.new(0.214134753, 0, 0.219858155, 0)
PoliceCar.Size = UDim2.new(0, 65, 0, 33)
PoliceCar.Font = Enum.Font.SciFi
PoliceCar.Text = "Police Car"
PoliceCar.TextColor3 = Color3.new(0, 0, 0)
PoliceCar.TextSize = 14
PoliceCar.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true

game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Police Intrepid"
end)

Schoolbus.Name = "Schoolbus"
Schoolbus.Parent = Frame
Schoolbus.BackgroundColor3 = Color3.new(1, 1, 1)
Schoolbus.Position = UDim2.new(0.41766268, 0, 0.219858155, 0)
Schoolbus.Size = UDim2.new(0, 85, 0, 33)
Schoolbus.Font = Enum.Font.SciFi
Schoolbus.Text = "Schoolbus"
Schoolbus.TextColor3 = Color3.new(0, 0, 0)
Schoolbus.TextSize = 14
Schoolbus.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true

game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Schoolbus"
end)

NoclipV.Name = "No-clip [F]"
NoclipV.Parent = Frame
NoclipV.BackgroundColor3 = Color3.new(1, 1, 1)
NoclipV.Position = UDim2.new(-0.00143258157, 0, 0.425531924, 0)
NoclipV.Size = UDim2.new(0, 68, 0, 29)
NoclipV.Font = Enum.Font.SciFi
NoclipV.Text = "No-clip [F]"
NoclipV.TextColor3 = Color3.new(0, 0, 0)
NoclipV.TextSize = 14
NoclipV.MouseButton1Click:Connect(function()
local noclip = false
game:GetService('RunService').Stepped:Connect(function()
if noclip then
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end
end)

local plr = game.Players.LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:Connect(function(key)
if key == 'f' then
noclip = not noclip
game.Players.LocalPlayer.Character.Humanoid:ChangeState(14)
end
end)
end)

AntiPropertyBan.Name = "Anti Property Ban"
AntiPropertyBan.Parent = Frame
AntiPropertyBan.BackgroundColor3 = Color3.new(1, 1, 1)
AntiPropertyBan.Position = UDim2.new(0.214134812, 0, 0.425531924, 0)
AntiPropertyBan.Size = UDim2.new(0, 150, 0, 29)
AntiPropertyBan.Font = Enum.Font.SciFi
AntiPropertyBan.Text = "Anti PropertyBan"
AntiPropertyBan.TextColor3 = Color3.new(0, 0, 0)
AntiPropertyBan.TextSize = 14
AntiPropertyBan.MouseButton1Click:Connect(function()
game:GetService("Workspace").CommunicationRelays.Interclient.CheckPropertyPermissions:Destroy()
end)

FurnitureSpawner.Name = "Furniture Spawner"
FurnitureSpawner.Parent = Frame
FurnitureSpawner.BackgroundColor3 = Color3.new(1, 1, 1)
FurnitureSpawner.Position = UDim2.new(0, 0, 0.528368831, 0)
FurnitureSpawner.Size = UDim2.new(0, 113, 0, 50)
FurnitureSpawner.Font = Enum.Font.SciFi
FurnitureSpawner.Text = "Furniture Spawner"
FurnitureSpawner.TextColor3 = Color3.new(0, 0, 0)
FurnitureSpawner.TextSize = 14
FurnitureSpawner.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/MY5DEMjc", true))()
end)

PaintingSpawner.Name = "Painting Spawner"
PaintingSpawner.Parent = Frame
PaintingSpawner.BackgroundColor3 = Color3.new(1, 1, 1)
PaintingSpawner.Position = UDim2.new(0.354310751, 0, 0.528368771, 0)
PaintingSpawner.Size = UDim2.new(0, 105, 0, 50)
PaintingSpawner.Font = Enum.Font.SciFi
PaintingSpawner.Text = "Painting Spawner"
PaintingSpawner.TextColor3 = Color3.new(0, 0, 0)
PaintingSpawner.TextSize = 14
PaintingSpawner.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/vDWzbnGQ", true))()
end)

HauntedManor.Name = "Haunted Manor"
HauntedManor.Parent = Frame
HauntedManor.BackgroundColor3 = Color3.new(1, 1, 1)
HauntedManor.Position = UDim2.new(0.0366972461, 0, 0.751773059, 0)
HauntedManor.Size = UDim2.new(0, 200, 0, 50)
HauntedManor.Font = Enum.Font.SciFi
HauntedManor.Text = "Haunted Manor"
HauntedManor.TextColor3 = Color3.new(0, 0, 0)
HauntedManor.TextSize = 14
HauntedManor.MouseButton1Click:Connect(function()
local player = game.Players.LocalPlayer

local BPShop = player.PlayerGui.Main.Shop.BlueprintsShop
local BPShop2 = player.PlayerGui.Main.Shop.BlueprintsShop

BPShop["Haunted Manor"].Visible = true
BPShop["Haunted Manor"].Lock:Destroy()
BPShop["Haunted Manor"].ShopBlueprintSelect:Destroy()

local original = BPShop2["Modern Bungalow"].ShopBlueprintSelect
local clone = original:clone()
clone.Parent = BPShop["Haunted Manor"]

end)

JobEXP.Name = "Job EXP"
JobEXP.Parent = Frame
JobEXP.BackgroundColor3 = Color3.new(1, 1, 1)
JobEXP.Position = UDim2.new(0.716088414, 0, 0.0460992903, 0)
JobEXP.Size = UDim2.new(0, 90, 0, 29)
JobEXP.Font = Enum.Font.SciFi
JobEXP.Text = "Job EXP"
JobEXP.TextColor3 = Color3.new(0, 0, 0)
JobEXP.TextSize = 14
JobEXP.MouseButton1Click:Connect(function()
local player = game.Players.LocalPlayer -- finds player also must be doing a job
local items = player.PlayerGui.Working
local xp = items.JobExperience:GetChildren()
local amounts = items.ShiftAmounts:GetChildren()
for exp = 1, #xp do
xp[exp].Value = 500000 -- 500 thousand xp
end
for cash = 1, #amounts do
amounts[cash].Value = 200000000 -- 200 million cash
end
end)

CREDITS.Name = "CREDITS"
CREDITS.Parent = Frame
CREDITS.BackgroundColor3 = Color3.new(1, 1, 1)
CREDITS.Position = UDim2.new(0.715517342, 0, 0.411347508, 0)
CREDITS.Size = UDim2.new(0, 99, 0, 50)
CREDITS.Font = Enum.Font.SciFi
CREDITS.Text = "GUI MADE BY :"
CREDITS.TextColor3 = Color3.new(0, 0, 0)
CREDITS.TextSize = 14
CREDITS.TextWrapped = true

creditsname.Name = "credits name"
creditsname.Parent = Frame
creditsname.BackgroundColor3 = Color3.new(1, 1, 1)
creditsname.Position = UDim2.new(0.715517342, 0, 0.588652492, 0)
creditsname.Size = UDim2.new(0, 99, 0, 50)
creditsname.Font = Enum.Font.SciFi
creditsname.Text = "luisninja116"
creditsname.TextColor3 = Color3.new(0, 0, 0)
creditsname.TextSize = 14

TextButton.Parent = RoCitizensFucker
TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
TextButton.Position = UDim2.new(0, 0, 0.420157999, 0)
TextButton.Size = UDim2.new(0, 163, 0, 50)
TextButton.Font = Enum.Font.SciFi
TextButton.Text = "OPEN/CLOSE"
TextButton.TextColor3 = Color3.new(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14
TextButton.TextWrapped = true
TextButton.MouseButton1Click:Connect(function()
if Frame.Visible == false then
Frame.Visible = true
else
Frame.Visible = false
end
end)
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.