Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --cryptic
- --dont forget its clientsided so only you can see it
- -- Instances:
- local cs = Instance.new("ScreenGui")
- local back = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local title = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local exit = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local fire = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local sparkles = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local smoke = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local pe = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- cs.Name = "cs"
- cs.Parent = game.CoreGui
- back.Name = "back"
- back.Parent = cs
- back.BackgroundColor3 = Color3.fromRGB(255, 81, 0)
- back.Position = UDim2.new(0.0274888575, 0, 0.388557822, 0)
- back.Size = UDim2.new(0, 531, 0, 439)
- UICorner.CornerRadius = UDim.new(0, 5)
- UICorner.Parent = back
- title.Name = "title"
- title.Parent = back
- title.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- title.Position = UDim2.new(-0.000759721035, 0, 0, 0)
- title.Size = UDim2.new(0, 531, 0, 49)
- title.Font = Enum.Font.Garamond
- title.Text = "Flame Particles"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- title.TextXAlignment = Enum.TextXAlignment.Left
- UICorner_2.CornerRadius = UDim.new(0, 5)
- UICorner_2.Parent = title
- exit.Name = "exit"
- exit.Parent = title
- exit.BackgroundColor3 = Color3.fromRGB(193, 0, 3)
- exit.Position = UDim2.new(0.862523496, 0, 0, 0)
- exit.Size = UDim2.new(0, 72, 0, 49)
- exit.Font = Enum.Font.SourceSans
- exit.Text = "Exit"
- exit.TextColor3 = Color3.fromRGB(0, 0, 0)
- exit.TextSize = 30.000
- UICorner_3.CornerRadius = UDim.new(0, 5)
- UICorner_3.Parent = exit
- fire.Name = "fire"
- fire.Parent = back
- fire.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
- fire.Position = UDim2.new(0.0188323911, 0, 0.154897496, 0)
- fire.Size = UDim2.new(0, 247, 0, 162)
- fire.Font = Enum.Font.RobotoMono
- fire.Text = "Fire"
- fire.TextColor3 = Color3.fromRGB(0, 0, 0)
- fire.TextScaled = true
- fire.TextSize = 14.000
- fire.TextWrapped = true
- UICorner_4.CornerRadius = UDim.new(0, 5)
- UICorner_4.Parent = fire
- sparkles.Name = "sparkles"
- sparkles.Parent = back
- sparkles.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
- sparkles.Position = UDim2.new(0.510357797, 0, 0.154897496, 0)
- sparkles.Size = UDim2.new(0, 247, 0, 162)
- sparkles.Font = Enum.Font.RobotoMono
- sparkles.Text = "Sparkles"
- sparkles.TextColor3 = Color3.fromRGB(0, 0, 0)
- sparkles.TextScaled = true
- sparkles.TextSize = 14.000
- sparkles.TextWrapped = true
- UICorner_5.CornerRadius = UDim.new(0, 5)
- UICorner_5.Parent = sparkles
- smoke.Name = "smoke"
- smoke.Parent = back
- smoke.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
- smoke.Position = UDim2.new(0.018832393, 0, 0.550631642, 0)
- smoke.Size = UDim2.new(0, 247, 0, 162)
- smoke.Font = Enum.Font.RobotoMono
- smoke.Text = "Smoke"
- smoke.TextColor3 = Color3.fromRGB(0, 0, 0)
- smoke.TextScaled = true
- smoke.TextSize = 14.000
- smoke.TextWrapped = true
- UICorner_6.CornerRadius = UDim.new(0, 5)
- UICorner_6.Parent = smoke
- pe.Name = "pe"
- pe.Parent = back
- pe.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
- pe.Position = UDim2.new(0.510357797, 0, 0.550631642, 0)
- pe.Size = UDim2.new(0, 247, 0, 162)
- pe.Font = Enum.Font.RobotoMono
- pe.Text = "WhiteBigSparkles"
- pe.TextColor3 = Color3.fromRGB(0, 0, 0)
- pe.TextScaled = true
- pe.TextSize = 14.000
- pe.TextWrapped = true
- UICorner_7.CornerRadius = UDim.new(0, 5)
- UICorner_7.Parent = pe
- TextLabel.Parent = back
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.31014961, 0, 0.936566174, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 27)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "!!ONLY U CAN SEE THE PARTICLES!!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- -- Scripts:
- local function GRGXP_fake_script() -- exit.exit
- local script = Instance.new('LocalScript', exit)
- local ScreenGUI = script.Parent.Parent.Parent.Parent
- local LocalBtn = script.Parent
- LocalBtn.MouseButton1Click:Connect(function()
- ScreenGUI:Destroy()
- end)
- end
- coroutine.wrap(GRGXP_fake_script)()
- local function PSUWHDX_fake_script() -- fire.work
- local script = Instance.new('LocalScript', fire)
- local BTN = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- BTN.MouseButton1Click:Connect(function()
- local fire = Instance.new("Fire")
- fire.Parent = plr.Character.UpperTorso
- fire.Parent = plr.Character.Torso
- end)
- end
- coroutine.wrap(PSUWHDX_fake_script)()
- local function EFAMHHX_fake_script() -- sparkles.work
- local script = Instance.new('LocalScript', sparkles)
- local BTN = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- BTN.MouseButton1Click:Connect(function()
- local sparkles = Instance.new("Sparkles")
- sparkles.Parent = plr.Character.UpperTorso
- sparkles.Parent = plr.Character.Torso
- end)
- end
- coroutine.wrap(EFAMHHX_fake_script)()
- local function BHHX_fake_script() -- smoke.work
- local script = Instance.new('LocalScript', smoke)
- local BTN = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- BTN.MouseButton1Click:Connect(function()
- local smoke = Instance.new("Smoke")
- smoke.Parent = plr.Character.UpperTorso
- smoke.Parent = plr.Character.Torso
- end)
- end
- coroutine.wrap(BHHX_fake_script)()
- local function XOTG_fake_script() -- pe.work
- local script = Instance.new('LocalScript', pe)
- local BTN = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- BTN.MouseButton1Click:Connect(function()
- local PE = Instance.new("ParticleEmitter")
- PE.Parent = plr.Character.UpperTorso
- PE.Parent = plr.Character.Torso
- end)
- end
- coroutine.wrap(XOTG_fake_script)()
- local function OAORC_fake_script() -- back.Dragify
- local script = Instance.new('LocalScript', back)
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.wrap(OAORC_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement