Advertisement
Meliodas0_0

Bring palyer arsenal

Jun 26th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. ---[[[ Arsenal Is 4 Fags ]]]---
  2. ---[[[ Made by lurk ]]]---
  3. ---[[[ Just press 'f', shoot and watch the magic happen! ]]]---
  4.  
  5.  
  6.  
  7. ---[[[ Code ]]]---
  8. if game:GetService('CoreGui'):FindFirstChild('Arsenal_Is_4_Fags') == nil then
  9. local Arsenal_Is_4_Fags = Instance.new('ScreenGui');
  10. local BFrame = Instance.new('Frame');
  11. local HelpTL = Instance.new('TextLabel');
  12. local CredzFrame = Instance.new('TextLabel');
  13. Arsenal_Is_4_Fags.Name = 'Arsenal_Is_4_Fags';
  14. Arsenal_Is_4_Fags.Parent = game:GetService('CoreGui');
  15. BFrame.Name = 'BFrame';
  16. BFrame.Parent = Arsenal_Is_4_Fags;
  17. BFrame.BackgroundColor3 = Color3.new(0, 0, 0);
  18. BFrame.BackgroundTransparency = 0.5;
  19. BFrame.BorderColor3 = Color3.new(0.219608, 0.219608, 0.219608);
  20. BFrame.BorderSizePixel = 0;
  21. BFrame.Position = UDim2.new(1.1, 0, 0.903490722, 0);
  22. BFrame.Size = UDim2.new(0, 459, 0, 41);
  23. HelpTL.Name = 'HelpTL';
  24. HelpTL.Parent = BFrame;
  25. HelpTL.BackgroundColor3 = Color3.new(1, 1, 1);
  26. HelpTL.BackgroundTransparency = 1;
  27. HelpTL.Position = UDim2.new(0.0871459693, 0, 0.146341473, 0);
  28. HelpTL.Size = UDim2.new(0, 379, 0, 28);
  29. HelpTL.Font = Enum.Font.SourceSansItalic;
  30. HelpTL.Text = 'Press \'f\' to start the script and press \'f\' to stop it!';
  31. HelpTL.TextColor3 = Color3.new(1, 0.333333, 0);
  32. HelpTL.TextScaled = true;
  33. HelpTL.TextSize = 14;
  34. HelpTL.TextStrokeTransparency = 0.40000000596046;
  35. HelpTL.TextTransparency = 0.20000000298023;
  36. HelpTL.TextWrapped = true;
  37. CredzFrame.Name = 'CredzFrame';
  38. CredzFrame.Parent = BFrame;
  39. CredzFrame.BackgroundColor3 = Color3.new(0, 0, 0);
  40. CredzFrame.BackgroundTransparency = 0.20000000298023;
  41. CredzFrame.BorderSizePixel = 0;
  42. CredzFrame.Position = UDim2.new(-0.132897601, 0, 0.121951185, 0);
  43. CredzFrame.Size = UDim2.new(0, 61, 0, 30);
  44. CredzFrame.Font = Enum.Font.SourceSansItalic;
  45. CredzFrame.Text = 'Made by lurk';
  46. CredzFrame.TextColor3 = Color3.new(1, 0.333333, 0);
  47. CredzFrame.TextScaled = true;
  48. CredzFrame.TextSize = 14;
  49. CredzFrame.TextStrokeTransparency = 0;
  50. CredzFrame.TextWrapped = true;
  51. wait(1);
  52. BFrame:TweenPosition(UDim2.new(0.332, 0, 0.903, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Elastic, 2.3, false);
  53. local uis = game:GetService('UserInputService');
  54. local players = game:GetService('Players');
  55. local lplayer = players.LocalPlayer;
  56. local on = false;
  57. uis.InputBegan:connect(function(key)
  58. if key.KeyCode == Enum.KeyCode.F then
  59. on = not on;
  60. game:GetService('RunService').RenderStepped:connect(function()
  61. if on then
  62. for _, player in next, players:GetPlayers() do
  63. if player.Status.Alive and player.TeamColor ~= lplayer.TeamColor and player.Character.Head.BrickColor ~= BrickColor.new('Bright yellow') and player.Character:FindFirstChild('ShuckyHAX') == nil then
  64. local root = player.Character.HumanoidRootPart;
  65. root.Anchored = true;
  66. root.CFrame = lplayer.Character.HumanoidRootPart.CFrame*CFrame.new(Vector3.new(0,0,-4.7))
  67. end
  68. end
  69. end
  70. end)
  71. end
  72. end)
  73. else
  74. print('Already Exists');
  75. end
  76. ---[[[ Code ]]]---
  77.  
  78.  
  79.  
  80. ---[[[ Arsenal Is 4 Fags ]]]---
  81. ---[[[ Made by lurk ]]]---
  82. ---[[[ Just press 'f', shoot and watch the magic happen! ]]]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement