Play here: I play Aquarium Story on Roblox which is a camping/story game where you go to the.
Roblox Spa Simulator Download
Aug 13th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local SPAM = false
- local ScreenGui = Instance.new('ScreenGui', game.Players.LocalPlayer.PlayerGui)
- local OFF = Instance.new('TextButton')
- local KEW = Instance.new('TextButton')
- local SPAMHATSMODE = Instance.new('TextButton')
- local SPAMBLOCKSMODE = Instance.new('TextButton')
- local KillName = Instance.new('TextBox')
- ScreenGui.ResetOnSpawn = false
- ON.Parent = ScreenGui
- ON.Size = UDim2.new(0, 200, 0, 50)
- ON.Text = 'SPAM ON'
- KEWL.Parent = ScreenGui
- KEWL.Position = UDim2.new(0, 0, 0, 150)
- KEWL.Font = Enum.Font.SourceSans
- KEWL.TextSize = 14
- Kill.Name = 'KillPlr'
- Kill.BackgroundColor3 = Color3.new(1, 1, 1)
- Kill.Size = UDim2.new(0, 200, 0, 50)
- Kill.Text = 'Kill'
- KillName.BackgroundColor3 = Color3.new(1, 1, 1)
- KillName.Size = UDim2.new(0, 200, 0, 50)
- KillName.Text = 'PT Kill'
- KEW.Parent = ScreenGui
- KEW.Position = UDim2.new(0, 0, 0, 200)
- KEW.Font = Enum.Font.SourceSans
- KEW.TextSize = 14
- OFF.Name = 'OFF'
- OFF.BackgroundColor3 = Color3.new(1, 1, 1)
- OFF.Size = UDim2.new(0, 200, 0, 50)
- OFF.Text = 'spam off'
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Text = 'needs hats to work'
- SPAMHATSMODE.BackgroundColor3 = Color3.new(1, 1, 1)
- SPAMHATSMODE.Size = UDim2.new(0, 200, 0, 50)
- SPAMHATSMODE.Text = 'SPAMHATS MODE'
- SPAMBLOCKSMODE.BackgroundColor3 = Color3.new(1, 1, 1)
- SPAMBLOCKSMODE.Position = UDim2.new(0, 0, 0, 400)
- SPAMBLOCKSMODE.Font = Enum.Font.SciFi
- SPAMBLOCKSMODE.TextSize = 20
- ON.MouseButton1Click:connect(function()
- end)
- SPAMHATSMODE.MouseButton1Click:connect(function()
- end)
- SPAMBLOCKSMODE.MouseButton1Click:connect(function()
- end)
- Kill.MouseButton1Click:connect(function()
- TARGET = KillName.Text
- lplayer = game:GetService('Players').LocalPlayer
- for i,v in pairs(lplayer.Backpack:GetChildren())do
- end
- for i,v in pairs(game:GetService('Players').LocalPlayer.Backpack:GetDescendants()) do
- v.Parent = lplayer.Character
- v.Parent = game:GetService('Players')[TARGET].Character
- end
- lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- local p = Instance.new('Tool', game.Players.LocalPlayer.Character)
- end
- end)
- OFF.MouseButton1Click:connect(function()
- end)
- KEWL.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid:Destroy()
- Instance.new('Humanoid', game.Players.LocalPlayer.Character)
- if SPAM true then
- for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if (v:IsA('Accessory')) and v.Handle:FindFirstChild('Mesh') then
- v.Handle:FindFirstChild('Mesh'):remove()
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- v.Parent = workspace
- end
- game.Players.LocalPlayer.Character.Humanoid.Health = -99
- wait(3.7)
RAW Paste Data