Advertisement
NATCHERMONOXIDE

Fake kj script

Oct 23rd, 2024 (edited)
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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("spawn animation", function()
  9. local player = game.Players.LocalPlayer
  10. repeat wait() until player.Character.Humanoid
  11. local humanoid = player.Character.Humanoid
  12. local character = player.Character or player.CharacterAdded:Wait()
  13. local UserInputService = game:GetService("UserInputService")
  14.  
  15. local anim2 = Instance.new("Animation")
  16. anim2.AnimationId = "rbxassetid://17325160621"
  17.  
  18. local playAnim2 = humanoid:LoadAnimation(anim2)
  19. playAnim2:Play()
  20. print("Hello World")
  21. end)
  22. tab1:CreateButton("kj m1", function()
  23. loadstring(game:HttpGet("https://pastebin.com/raw/dxZ9PyyX"))()
  24. print("Hello World")
  25. end)
  26. tab1:CreateButton("Wall combo", function()
  27. loadstring(game:HttpGet("https://pastebin.com/raw/N98hhFri"))()
  28. print("Hello World")
  29. end)
  30. tab1:CreateButton("ravage", function()
  31. loadstring(game:HttpGet("https://pastebin.com/raw/dn558sDj"))()
  32. print("Hello World")
  33. end)
  34. tab1:CreateButton("Swift sweep", function()
  35. loadstring(game:HttpGet("https://pastebin.com/raw/KSwcEYPE"))()
  36. print("Hello World")
  37. end)
  38. tab1:CreateButton("Colateral ruin", function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/2ftXwfkS"))()
  40. print("Hello World")
  41. end)
  42. local tab1 = window:CreateTab("Ultimate")
  43. tab1:CreateButton("Ult 1", function()
  44. loadstring(game:HttpGet("https://pastebin.com/raw/pwPfkbXf"))()
  45. print("Hello World")
  46. end)
  47. tab1:CreateButton("Ult 2", function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/J9Kv4Y95"))()
  49. print("Hello World")
  50. end)
  51. local tab1 = window:CreateTab("Ult moves")
  52. tab1:CreateButton("Five seasons", function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/FjratmKt"))()
  54. print("Hello World")
  55. end)
  56. tab1:CreateButton("20-20-20 dropkick", function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/KHF0uXdY"))()
  58. print("Hello World")
  59. end)
  60. local tab1 = window:CreateTab("Option")
  61. tab1:CreateTextbox("Ult name", function(txt)
  62. ult.Text = txt
  63. print(a)
  64. end)
  65. tab1:CreateButton("Close fake kj gui", function()
  66. PabloLib:Close()
  67. print("Hello World")
  68. end)
  69. local tab1 = window:CreateTab("Credit")
  70. tab1:CreateLabel("By NeverGonnaGiveUpLo4 on roblox")
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement