Advertisement
NATCHERMONOXIDE

Untitled

Oct 23rd, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2. local window = PabloLib:Create(
  3. "Fake kj script", -- Name here.
  4. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  5. "p" -- You can put any keybind here to open close.
  6. )
  7. local tab1 = window:CreateTab("basic moves")
  8. tab1:CreateButton("kj m1", function()
  9. loadstring(game:HttpGet("https://pastebin.com/raw/dxZ9PyyX"))()
  10. print("Hello World")
  11. end)
  12. tab1:CreateButton("Wall combo", function()
  13. loadstring(game:HttpGet("https://pastebin.com/raw/N98hhFri"))()
  14. print("Hello World")
  15. end)
  16. tab1:CreateButton("ravage", function()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/dn558sDj"))()
  18. print("Hello World")
  19. end)
  20. tab1:CreateButton("Swift sweep", function()
  21. loadstring(game:HttpGet("https://pastebin.com/raw/KSwcEYPE"))()
  22. print("Hello World")
  23. end)
  24. tab1:CreateButton("Colateral ruin", function()
  25. loadstring(game:HttpGet("https://pastebin.com/raw/2ftXwfkS"))()
  26. print("Hello World")
  27. end)
  28. local tab1 = window:CreateTab("Ultimate")
  29. tab1:CreateButton("Ult 1", function()
  30. loadstring(game:HttpGet("https://pastebin.com/raw/pwPfkbXf"))()
  31. print("Hello World")
  32. end)
  33. tab1:CreateButton("Ult 2", function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/J9Kv4Y95"))()
  35. print("Hello World")
  36. end)
  37. local tab1 = window:CreateTab("Ult moves")
  38. tab1:CreateButton("Five seasons", function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/FjratmKt"))()
  40. print("Hello World")
  41. end)
  42. tab1:CreateButton("20-20-20 dropkick", function()
  43. loadstring(game:HttpGet("https://pastebin.com/raw/KHF0uXdY"))()
  44. print("Hello World")
  45. end)
  46. local tab1 = window:CreateTab("Option")
  47. tab1:CreateTextbox("Ult name", function(txt)
  48. ult.Text = txt
  49. print(a)
  50. end)
  51. tab1:CreateButton("Close fake kj gui", function()
  52. PabloLib:Close()
  53. print("Hello World")
  54. end)
  55. local tab1 = window:CreateTab("Credit")
  56. tab1:CreateLabel("By NeverGonnaGiveUpLo4 on roblox")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement