Advertisement
KRNL_KEYS

Free fe gui

Dec 14th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.21 KB | None | 0 0
  1. -- MADE BY ENCODER AND KRNL_KEYS!!!
  2. local ScreenGui = Instance.new("ScreenGui")
  3.  local Frame = Instance.new("Frame")
  4.  local Credits = Instance.new("TextLabel")
  5.  local insaneall = Instance.new("TextButton")
  6.  local daball = Instance.new("TextButton")
  7.  local dabothers = Instance.new("TextButton")
  8.  local insaneothers = Instance.new("TextButton")
  9.  
  10.  -- Properties
  11.  
  12.  ScreenGui.Parent = game.CoreGui
  13.  
  14.  Frame.Parent = ScreenGui
  15.  Frame.Active = true
  16.  Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  17.  Frame.BackgroundTransparency = 0.5
  18.  Frame.Draggable = true
  19.  Frame.Position = UDim2.new(0, 341, 0, 41)
  20.  Frame.Size = UDim2.new(0, 358, 0, 423)
  21.  
  22.  Credits.Name = "Credits"
  23.  Credits.Parent = Frame
  24.  Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  25.  Credits.BackgroundTransparency = 0.5
  26.  Credits.Position = UDim2.new(0, 79, 0, 0)
  27.  Credits.Size = UDim2.new(0, 200, 0, 50)
  28.  Credits.Font = Enum.Font.SciFi
  29.  Credits.FontSize = Enum.FontSize.Size24
  30.  Credits.Text = "made by Encoder And KRNL_KEYS"
  31.  Credits.TextColor3 = Color3.new(0, 1, 1)
  32.  Credits.TextSize = 24
  33.  
  34.  insaneall.Name = "insaneall"
  35.  insaneall.Parent = Frame
  36.  insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  37.  insaneall.BackgroundTransparency = 0.5
  38.  insaneall.Position = UDim2.new(0, 0, 0, 106)
  39.  insaneall.Size = UDim2.new(0, 155, 0, 50)
  40.  insaneall.Font = Enum.Font.SciFi
  41.  insaneall.FontSize = Enum.FontSize.Size18
  42.  insaneall.Text = "Insane All {FE}"
  43.  insaneall.TextColor3 = Color3.new(0, 1, 1)
  44.  insaneall.TextSize = 18
  45.  
  46.  daball.Name = "daball"
  47.  daball.Parent = Frame
  48.  daball.BackgroundColor3 = Color3.new(0, 0, 0)
  49.  daball.BackgroundTransparency = 0.5
  50.  daball.Position = UDim2.new(0, 0, 0, 228)
  51.  daball.Size = UDim2.new(0, 155, 0, 50)
  52.  daball.Font = Enum.Font.SciFi
  53.  daball.FontSize = Enum.FontSize.Size18
  54.  daball.Text = "Dab All {FE}"
  55.  daball.TextColor3 = Color3.new(0, 1, 1)
  56.  daball.TextSize = 18
  57.  
  58.  dabothers.Name = "dabothers"
  59.  dabothers.Parent = Frame
  60.  dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  61.  dabothers.BackgroundTransparency = 0.5
  62.  dabothers.Position = UDim2.new(0, 203, 0, 230)
  63.  dabothers.Size = UDim2.new(0, 155, 0, 50)
  64.  dabothers.Font = Enum.Font.SciFi
  65.  dabothers.FontSize = Enum.FontSize.Size18
  66.  dabothers.Text = "Dab Others {FE}"
  67.  dabothers.TextColor3 = Color3.new(0, 1, 1)
  68.  dabothers.TextSize = 18
  69.  
  70.  insaneothers.Name = "insaneothers"
  71.  insaneothers.Parent = Frame
  72.  insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  73.  insaneothers.BackgroundTransparency = 0.5
  74.  insaneothers.Position = UDim2.new(0, 203, 0, 105)
  75.  insaneothers.Size = UDim2.new(0, 155, 0, 50)
  76.  insaneothers.Font = Enum.Font.SciFi
  77.  insaneothers.FontSize = Enum.FontSize.Size18
  78.  insaneothers.Text = "Dab All {FE}"
  79.  insaneothers.TextColor3 = Color3.new(0, 1, 1)
  80.  insaneothers.TextSize = 18
  81.  
  82.  insaneall.MouseButton1Click:connect(function()
  83.  for i,v in pairs(game.Players:GetPlayers()) do
  84.  local AnimationId = "33796059"
  85.  local Anim = Instance.new("Animation")
  86.  Anim.AnimationId = "rbxassetid://"..AnimationId
  87.  local k = v.Character.Humanoid:LoadAnimation(Anim)
  88.  k:Play()
  89.  k:AdjustSpeed(90)-- Adjust this to ur pref {Nor. 1}
  90.  end
  91.  end)
  92.  insaneothers.MouseButton1Click:connect(function()
  93.  for i,v in pairs(game.Players:GetPlayers()) do
  94.  if v.Name~=game.Players.LocalPlayer.Name then
  95.  local AnimationId = "33796059"
  96.  local Anim = Instance.new("Animation")
  97.  Anim.AnimationId = "rbxassetid://"..AnimationId
  98.  local k = v.Character.Humanoid:LoadAnimation(Anim)
  99.  k:Play()
  100.  k:AdjustSpeed(90)-- Adjust this to ur pref {Nor. 1}
  101.  end
  102.  end
  103.  end)
  104.  dabothers.MouseButton1Click:connect(function()
  105.  for i,v in pairs(game.Players:GetPlayers()) do
  106.  if v.Name~=game.Players.LocalPlayer.Name then
  107.  local AnimationId = "248263260"
  108.  local Anim = Instance.new("Animation")
  109.  Anim.AnimationId = "rbxassetid://"..AnimationId
  110.  local k = v.Character.Humanoid:LoadAnimation(Anim)
  111.  k:Play()
  112.  k:AdjustSpeed(1)-- Adjust this to ur pref {Nor. 1}
  113.  end
  114.  end
  115.  end)
  116.  daball.MouseButton1Click:connect(function()
  117.  for i,v in pairs(game.Players:GetPlayers()) do
  118.  local AnimationId = "248263260"
  119.  local Anim = Instance.new("Animation")
  120.  Anim.AnimationId = "rbxassetid://"..AnimationId
  121.  local k = v.Character.Humanoid:LoadAnimation(Anim)
  122.  k:Play()
  123.  k:AdjustSpeed(1)-- Adjust this to ur pref {Nor. 1}
  124.  end
  125.  end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement