Advertisement
pastebin2rblxscripts

redzk1 hub

Jul 6th, 2025 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. -- Load Luna UI (must be run in Studio)
  2. local Luna = loadstring(game:HttpGet("https://raw.githubusercontent.com/Nebula-Softworks/Luna-Interface-Suite/refs/heads/master/source.lua", true))()
  3.  
  4. local Window = Luna:CreateWindow({
  5. Name = "redzk1dd Hub V2 - Fortnight Games",
  6. Subtitle = "by: @ChinaBoller321",
  7. LogoID = nil,
  8. LoadingEnabled = true,
  9. LoadingTitle = "Loading...",
  10. LoadingSubtitle = "redzk1dd Hub is starting...",
  11. ConfigSettings = {
  12. ConfigFolder = "RedzHub"
  13. },
  14. KeySystem = true,
  15. KeySettings = {
  16. Title = "Redzk1 Hub Access",
  17. Subtitle = "Key Required",
  18. Note = "Get key from the link below",
  19. SaveKey = true,
  20. Key = {"RedzOnTop"},
  21. SecondAction = {
  22. Enabled = true,
  23. Type = "Link",
  24. Parameter = "https://pastebin.com/raw/UqTnkXxA"
  25. }
  26. }
  27. })
  28.  
  29. -- Main Tab
  30. local MainTab = Window:CreateTab({
  31. Name = "Hello and Bye",
  32. Icon = "home",
  33. ImageSource = "Material",
  34. ShowTitle = true
  35. })
  36.  
  37. MainTab:CreateButton({
  38. Name = "no",
  39. Description = "Client-sided visual only",
  40. Callback = function()
  41.  
  42. end
  43. end
  44. })
  45.  
  46. MainTab:CreateButton({
  47. Name = "fortnight not longer supported (this will run hydra.vip instead)",
  48. Description = "Basic range auto attack",
  49. Callback = function()
  50. loadstring(game:HttpGet("https://rawscripts.net/raw/FORTLINE-free-vip-script-24909"))()
  51. print("ok)")
  52. end
  53. })
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement