Advertisement
proscripting

wsbg toggle kill aura

Apr 6th, 2023 (edited)
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
  2.  --sorry, the reach right now patched i'll try as i can as soon fix the reach!--
  3. local Window = Library.CreateLib("Wsbg Kill Aura Toggle", "RJTheme3")
  4.  
  5. local Tab = Window:NewTab("KillAura Hub")
  6.  
  7. local Section = Tab:NewSection("KillAura Toggle")
  8. Section:NewToggle("Toggle Aura", "Toggles Aura", function(state)
  9.     if state then
  10.        loadstring(game:HttpGet("https://pastebin.com/q5uQeDFd"))()
  11.      else
  12.         loadstring(game:HttpGet("https://pastebin.com/J9Sfuc52"))()
  13.      end
  14. end)
  15.  
  16. local Tab = Window:NewTab("Hub Credits")
  17. local Section = Tab:NewSection("Credits To Realmekorova For making a toggle hub")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement