Daniel8cz

Arsenal Gui Kill all

Aug 24th, 2021 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.57 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  2.  
  3. local w = library:CreateWindow("Arsenal Gui Fuckerrr") -- Creates the window
  4.  
  5. local b = w:CreateFolder("Open Options") -- Creates the folder(U will put here your buttons,etc)
  6.  
  7. b:Label("Main",{
  8.     TextSize = 25; -- Self Explaining
  9.     TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  10.     BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  11.    
  12. })
  13.  
  14. b:Button("Esp",function()
  15.     loadstring(game:HttpGet("https://pastebin.com/raw/uVH1Z6Pa", true))()
  16. end)
  17.  
  18.  
  19.  
  20. b:Button("Silent aim wall bang",function()
  21. loadstring(game:HttpGet("https://pastebin.com/raw/haVaKgXs", true))()
  22. end)
  23.  
  24.  
  25. b:Button("Infinite ammo ",function()
  26. loadstring(game:HttpGet("https://pastebin.com/raw/AghcRUBJ", true))()
  27. end)
  28.  
  29. b:Button("Speed (k)",function()
  30. loadstring(game:HttpGet("https://pastebin.com/raw/QRSgQiQh", true))()
  31. end)
  32.  
  33. b:Button("kill hackula (R)",function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/k0DsMhBq", true))()
  35. end)
  36.  
  37.  
  38. b:Button("Kill all E",function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/jJ4BUrjL", true))()
  40. end)
  41.  
  42. b:Button("CC aimbot",function()
  43. loadstring(game:HttpGet("https://pastebin.com/raw/Ld3rvbyw", true))()  
  44. end)
  45.  
  46. b:Button("Wallbang for CC aimbot",function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/tCsqmrZp", true))()
  48. end)
  49.  
  50. b:Button("shoot kill all",function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/h7n8fuRd", true))()
  52. end)
  53.  
  54. b:Button("Esp 2",function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/gwN6fn2v", true))()
  56. end)
  57.  
  58.  
  59. ----- NOTIFICATION
  60. local function LLVB_fake_script() -- Frame.LocalScript
  61.     local script = Instance.new('LocalScript', Frame)
  62.  
  63.     wait(0.3)
  64.     game:GetService("StarterGui"):SetCore("SendNotification", {
  65.         Title = "Arsenal Gui 2 Fuckerrr Loaded !";
  66.         Text = "Load infinite ammo when you're in the game! ";
  67.  
  68.     })
  69.     wait(0.3)
  70.     game:GetService("StarterGui"):SetCore("SendNotification", {
  71.         Title = "Arsenal Gui Reminder!";
  72.         Text = "toggle key ctrl";
  73.     })
  74. end
  75. coroutine.wrap(LLVB_fake_script)()
  76.  
  77.  
  78.  
  79.  
  80.  local function callback(Text)
  81.  if Text == "Button1 text" then
  82.   print ("Answer")
  83. elseif Text == ("Button2 text") then
  84.  print ("Answer2")
  85.  end
  86. end
  87.  
  88. local NotificationBindable = Instance.new("BindableFunction")
  89. NotificationBindable.OnInvoke = callback
  90. --
  91. game.StarterGui:SetCore("SendNotification",  {
  92.  Title = "Arsenal gui";
  93.  Text = "New UI!";
  94.  Icon = "";
  95.  Duration = 5;
  96.  Button1 = "Nice";
  97.  Button2 = "its shit";
  98.  Callback = NotificationBindable;
  99. })
Add Comment
Please, Sign In to add comment