Advertisement
Lancere

Untitled

Mar 15th, 2023
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "TROUBLESOME Battlegrounds 2 | For Star <3", HidePremium = false, SaveConfig = true, ConfigFolder = "Orion"})
  3. local tab = Window:MakeTab({Name = "For Star <3"})
  4. local sec = tab:AddSection({Name = "For Star <3"})
  5. sec:AddBind({Name = "Spam Hamon (Hold)", Default = Enum.KeyCode.C, Hold = true, Callback = function(t)
  6.    cuh = t
  7.  
  8.     repeat
  9.         local args = {
  10.             [1] = "Hamon Charge",
  11.             [2] = game:GetService("Players").LocalPlayer.Character.Skills.Special.Active,
  12.             [3] = 1
  13.         }
  14.        
  15.         game:GetService("ReplicatedStorage").Assets.Remotes.Ability:FireServer(unpack(args))
  16.         wait()
  17.     until not cuh
  18. end})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement