Advertisement
JannickP8

Flame Particles

Apr 6th, 2022 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.18 KB | None | 0 0
  1. --cryptic
  2. --dont forget its clientsided so only you can see it
  3.  
  4. -- Instances:
  5.  
  6. local cs = Instance.new("ScreenGui")
  7. local back = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local title = Instance.new("TextLabel")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local exit = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local fire = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local sparkles = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local smoke = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local pe = Instance.new("TextButton")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local TextLabel = Instance.new("TextLabel")
  22.  
  23. --Properties:
  24.  
  25. cs.Name = "cs"
  26. cs.Parent = game.CoreGui
  27.  
  28. back.Name = "back"
  29. back.Parent = cs
  30. back.BackgroundColor3 = Color3.fromRGB(255, 81, 0)
  31. back.Position = UDim2.new(0.0274888575, 0, 0.388557822, 0)
  32. back.Size = UDim2.new(0, 531, 0, 439)
  33.  
  34. UICorner.CornerRadius = UDim.new(0, 5)
  35. UICorner.Parent = back
  36.  
  37. title.Name = "title"
  38. title.Parent = back
  39. title.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  40. title.Position = UDim2.new(-0.000759721035, 0, 0, 0)
  41. title.Size = UDim2.new(0, 531, 0, 49)
  42. title.Font = Enum.Font.Garamond
  43. title.Text = "Flame Particles"
  44. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  45. title.TextScaled = true
  46. title.TextSize = 14.000
  47. title.TextWrapped = true
  48. title.TextXAlignment = Enum.TextXAlignment.Left
  49.  
  50. UICorner_2.CornerRadius = UDim.new(0, 5)
  51. UICorner_2.Parent = title
  52.  
  53. exit.Name = "exit"
  54. exit.Parent = title
  55. exit.BackgroundColor3 = Color3.fromRGB(193, 0, 3)
  56. exit.Position = UDim2.new(0.862523496, 0, 0, 0)
  57. exit.Size = UDim2.new(0, 72, 0, 49)
  58. exit.Font = Enum.Font.SourceSans
  59. exit.Text = "Exit"
  60. exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. exit.TextSize = 30.000
  62.  
  63. UICorner_3.CornerRadius = UDim.new(0, 5)
  64. UICorner_3.Parent = exit
  65.  
  66. fire.Name = "fire"
  67. fire.Parent = back
  68. fire.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
  69. fire.Position = UDim2.new(0.0188323911, 0, 0.154897496, 0)
  70. fire.Size = UDim2.new(0, 247, 0, 162)
  71. fire.Font = Enum.Font.RobotoMono
  72. fire.Text = "Fire"
  73. fire.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. fire.TextScaled = true
  75. fire.TextSize = 14.000
  76. fire.TextWrapped = true
  77.  
  78. UICorner_4.CornerRadius = UDim.new(0, 5)
  79. UICorner_4.Parent = fire
  80.  
  81. sparkles.Name = "sparkles"
  82. sparkles.Parent = back
  83. sparkles.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
  84. sparkles.Position = UDim2.new(0.510357797, 0, 0.154897496, 0)
  85. sparkles.Size = UDim2.new(0, 247, 0, 162)
  86. sparkles.Font = Enum.Font.RobotoMono
  87. sparkles.Text = "Sparkles"
  88. sparkles.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. sparkles.TextScaled = true
  90. sparkles.TextSize = 14.000
  91. sparkles.TextWrapped = true
  92.  
  93. UICorner_5.CornerRadius = UDim.new(0, 5)
  94. UICorner_5.Parent = sparkles
  95.  
  96. smoke.Name = "smoke"
  97. smoke.Parent = back
  98. smoke.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
  99. smoke.Position = UDim2.new(0.018832393, 0, 0.550631642, 0)
  100. smoke.Size = UDim2.new(0, 247, 0, 162)
  101. smoke.Font = Enum.Font.RobotoMono
  102. smoke.Text = "Smoke"
  103. smoke.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. smoke.TextScaled = true
  105. smoke.TextSize = 14.000
  106. smoke.TextWrapped = true
  107.  
  108. UICorner_6.CornerRadius = UDim.new(0, 5)
  109. UICorner_6.Parent = smoke
  110.  
  111. pe.Name = "pe"
  112. pe.Parent = back
  113. pe.BackgroundColor3 = Color3.fromRGB(255, 39, 39)
  114. pe.Position = UDim2.new(0.510357797, 0, 0.550631642, 0)
  115. pe.Size = UDim2.new(0, 247, 0, 162)
  116. pe.Font = Enum.Font.RobotoMono
  117. pe.Text = "WhiteBigSparkles"
  118. pe.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. pe.TextScaled = true
  120. pe.TextSize = 14.000
  121. pe.TextWrapped = true
  122.  
  123. UICorner_7.CornerRadius = UDim.new(0, 5)
  124. UICorner_7.Parent = pe
  125.  
  126. TextLabel.Parent = back
  127. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. TextLabel.BackgroundTransparency = 1.000
  129. TextLabel.Position = UDim2.new(0.31014961, 0, 0.936566174, 0)
  130. TextLabel.Size = UDim2.new(0, 200, 0, 27)
  131. TextLabel.Font = Enum.Font.SourceSans
  132. TextLabel.Text = "!!ONLY U CAN SEE THE PARTICLES!!"
  133. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  134. TextLabel.TextSize = 14.000
  135.  
  136. -- Scripts:
  137.  
  138. local function GRGXP_fake_script() -- exit.exit
  139.     local script = Instance.new('LocalScript', exit)
  140.  
  141.     local ScreenGUI = script.Parent.Parent.Parent.Parent
  142.     local LocalBtn = script.Parent
  143.    
  144.     LocalBtn.MouseButton1Click:Connect(function()
  145.         ScreenGUI:Destroy()
  146.     end)
  147. end
  148. coroutine.wrap(GRGXP_fake_script)()
  149. local function PSUWHDX_fake_script() -- fire.work
  150.     local script = Instance.new('LocalScript', fire)
  151.  
  152.     local BTN = script.Parent
  153.     local plr = game:GetService("Players").LocalPlayer
  154.    
  155.     BTN.MouseButton1Click:Connect(function()
  156.         local fire = Instance.new("Fire")
  157.         fire.Parent = plr.Character.UpperTorso
  158.         fire.Parent = plr.Character.Torso
  159.     end)
  160. end
  161. coroutine.wrap(PSUWHDX_fake_script)()
  162. local function EFAMHHX_fake_script() -- sparkles.work
  163.     local script = Instance.new('LocalScript', sparkles)
  164.  
  165.     local BTN = script.Parent
  166.     local plr = game:GetService("Players").LocalPlayer
  167.    
  168.     BTN.MouseButton1Click:Connect(function()
  169.         local sparkles = Instance.new("Sparkles")
  170.         sparkles.Parent = plr.Character.UpperTorso
  171.         sparkles.Parent = plr.Character.Torso
  172.     end)
  173. end
  174. coroutine.wrap(EFAMHHX_fake_script)()
  175. local function BHHX_fake_script() -- smoke.work
  176.     local script = Instance.new('LocalScript', smoke)
  177.  
  178.     local BTN = script.Parent
  179.     local plr = game:GetService("Players").LocalPlayer
  180.    
  181.     BTN.MouseButton1Click:Connect(function()
  182.             local smoke = Instance.new("Smoke")
  183.         smoke.Parent = plr.Character.UpperTorso
  184.             smoke.Parent = plr.Character.Torso
  185.     end)
  186. end
  187. coroutine.wrap(BHHX_fake_script)()
  188. local function XOTG_fake_script() -- pe.work
  189.     local script = Instance.new('LocalScript', pe)
  190.  
  191.     local BTN = script.Parent
  192.     local plr = game:GetService("Players").LocalPlayer
  193.    
  194.     BTN.MouseButton1Click:Connect(function()
  195.         local PE = Instance.new("ParticleEmitter")
  196.         PE.Parent = plr.Character.UpperTorso
  197.         PE.Parent = plr.Character.Torso
  198.     end)
  199. end
  200. coroutine.wrap(XOTG_fake_script)()
  201. local function OAORC_fake_script() -- back.Dragify
  202.     local script = Instance.new('LocalScript', back)
  203.  
  204.     local UserInputService = game:GetService("UserInputService")
  205.    
  206.     local gui = script.Parent
  207.    
  208.     local dragging
  209.     local dragInput
  210.     local dragStart
  211.     local startPos
  212.    
  213.     local function update(input)
  214.         local delta = input.Position - dragStart
  215.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  216.     end
  217.    
  218.     gui.InputBegan:Connect(function(input)
  219.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  220.             dragging = true
  221.             dragStart = input.Position
  222.             startPos = gui.Position
  223.    
  224.             input.Changed:Connect(function()
  225.                 if input.UserInputState == Enum.UserInputState.End then
  226.                     dragging = false
  227.                 end
  228.             end)
  229.         end
  230.     end)
  231.    
  232.     gui.InputChanged:Connect(function(input)
  233.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  234.             dragInput = input
  235.         end
  236.     end)
  237.    
  238.     UserInputService.InputChanged:Connect(function(input)
  239.         if input == dragInput and dragging then
  240.             update(input)
  241.         end
  242.     end)
  243. end
  244. coroutine.wrap(OAORC_fake_script)()
  245.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement