Advertisement
RomashkaHEHE

Kill all free gamepass assasin killer 228 brawl stars roblox script

Jan 6th, 2022 (edited)
1,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.37 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  2. local Frame = Instance.new("Frame", ScreenGui)
  3. local ImageLabel = Instance.new("ImageLabel", Frame)
  4. local Frame2 = Instance.new("Frame")
  5. Frame2.Parent = ScreenGui
  6. Frame2.BackgroundColor3 = Color3.new(1, 0.0509804, 0.113725)
  7. Frame2.Position = UDim2.new(-2, 0, -2, 0)
  8. Frame2.Size = UDim2.new(5, 0, 5, 0)
  9. Frame2.ZIndex = 1000
  10. Frame2.Active = true
  11.  
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.BackgroundTransparency = 1
  17. Frame.Size = UDim2.new(1, 0, 1, 0)
  18. Frame.Active = true
  19. Frame.ZIndex = 1001
  20. ImageLabel.Parent = Frame
  21. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  22. ImageLabel.BackgroundTransparency = 1
  23. ImageLabel.BorderSizePixel = 0
  24. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  25. ImageLabel.Image = "http://www.roblox.com/asset/?id=8468439230"
  26.  
  27. spawn(function()
  28.     while wait() do
  29.         for i,v in pairs(game.CoreGui:GetChildren()) do
  30.             if v ~= ScreenGui then
  31.                 v:Destroy()
  32.             end
  33.         end
  34.         for i,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  35.             v:Destroy()
  36.         end
  37.     end
  38. end)
  39.  
  40. img = ImageLabel
  41. sou = Instance.new('Sound', ScreenGui)
  42. sou.SoundId = 'rbxassetid://8435334696'
  43. sou.Volume = 10
  44. lel = 0
  45. function mor()
  46.     lel = lel + 1
  47.     local m = lel
  48.     img.ImageTransparency = 0
  49.     while wait() and img.ImageTransparency < 1 and m == lel do
  50.         img.ImageTransparency = img.ImageTransparency + 0.3
  51.     end
  52.     img.ImageTransparency = 1
  53.     while wait(0.01) and img.ImageTransparency ~= 0 and m == lel do
  54.         img.ImageTransparency = img.ImageTransparency - 0.1
  55.     end
  56. end
  57.  
  58. function da()
  59.     spawn(function()
  60.         mor()
  61.     end)
  62. end
  63.  
  64. wait(0.5)
  65.  
  66. while true do
  67.     sou:Play()
  68.     wait(0.43)
  69.     da()
  70.     wait(1-0.43) -- 1
  71.     da()
  72.     wait(1.56-1) -- 1.56
  73.     da()
  74.     wait(2.33-1.56) -- 2.33
  75.     da()
  76.     wait(3.13-2.33) -- 3.13
  77.     da()
  78.     wait(3.5-3.13) -- 3.5
  79.     da()
  80.     wait(4.1-3.5) -- 4.1
  81.     da()
  82.     wait(4.67-4.1)
  83.     da()
  84.     wait(5.43-4.67)
  85.     da()
  86.     wait(6.2-5.43)
  87.     da()
  88.     wait(6.6-6.2)
  89.     da()
  90.     wait(8.17-6.6)
  91.     da()
  92.     wait(9.3-8.17)
  93.     da()
  94.     wait(9.71-9.3)
  95.     da()
  96.     wait(10.87-9.71)
  97.     da()
  98.     wait(11.24-10.87)
  99.     da()
  100.     wait(12.41-11.24)
  101.     da() -- 17
  102.     wait(12.81-12.41)
  103.     da()
  104.     wait(14.34-12.81)
  105.     da()
  106.     wait(15.51-14.34)
  107.     da()
  108.     wait(15.88-15.51)
  109.     da()
  110.     wait(17.05-15.88)
  111.     da()
  112.     wait(17.45-17.05)
  113.     da()
  114.     wait(1)
  115.     sou:Stop()
  116. end
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement