Advertisement
Guest User

Kj script *Please copy all*

a guest
Jan 17th, 2025
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. ----<< BOOTLEG KJ / Baldy To KJ / KaitamJ >>----
  2. --[[ Credits:
  3. - i.am.an.agent : Script Developer
  4. - _1.8e308 : Revival Of Script, Script Developer
  5. ]]
  6.  
  7. --// BUILD January 11 12:00 PM GMT+8 by i.am.an.agent
  8.  
  9. getgenv().Moveset_Settings = {
  10. ["ExecuteOnRespawn"] = true, --// If true, the moveset will load everytime you respawn
  11.  
  12. ["TSBStyleNotification"] = true, --// If true, uses the TSB notification when you spawn in with KJ
  13.  
  14. ["UseOldCollateralRuin"] = true, --// If true, uses the old Collateral Ruin VFX and SFX
  15.  
  16. ["NoWarning"] = true, --// If true, removes the warning that appears when you're not on Saitama
  17. ["NoDeathCounterImages"] = false, --// If true, will disable the images that appear in death counter slap
  18. ["NoBarrageArms"] = false, --// If true, will destroy the barrage arms that appear when you use consecutive punch
  19. ["NoPreysPerilAttract"] = true, --// If true, preys peril will not be able to attract you.
  20. ["NoWalls"] = false,
  21. ["NoTrees"] = false,
  22.  
  23. ["RavageTool"] = true,
  24. ["AdrenalineBoostTool"] = true,
  25. ["Adrenaline_Multiplier"] = 2, --// how much adrenaline multiplies your speed by
  26.  
  27. ["CustomUppercutAnimation"] = true,
  28. ["CustomDownslamAnimation"] = true,
  29. ["CustomIdleAnimation"] = true,
  30.  
  31. ["UltNames"] = {
  32. "20 SERIES",
  33. "COME AT ME",
  34. "I'M DONE",
  35. },
  36.  
  37. ["MoveNames"] = {
  38. ["Normal Punch"] = "Ravaging Kick",
  39. ["Consecutive Punches"] = "Fist Fusillade",
  40. ["Shove"] = "Swift Sweep",
  41. ["Uppercut"] = "Collateral Storm",
  42.  
  43. ["Death Counter"] = "Sudden Strike",
  44. ["Table Flip"] = "Stoic Bomb",
  45. ["Serious Punch"] = "Destructive Power",
  46. ["Omni Directional Punch"] = "Omni Directional Fists"
  47. },
  48. }
  49.  
  50. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToKJ/refs/heads/main/Latest.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement