Advertisement
so50que

D

Dec 21st, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. --SETTINGS
  2. _G.TpDash = false --tp dashes
  3. _G.WallComboFrames = true
  4. _G.WallCutscene = true --cutscene for wallcombo
  5. _G.KJAnims = true --Plays real kj anims while others still see the FE anims
  6. _G.ImpactTransparency = 0 --if u wanna see the world while seeing the frames then set it to 0.3 or smth
  7. _G.MoreSFX = false -- unused rn --(Recommended if you want more spicier sfx than just official tsb sfx for kj)
  8. _G.InfiniteKJ = false --(dont use for now, it breaks the script after death aka with num4 or num3) (to disable after use, choose another character)
  9. _G.CustomBlock = false
  10. _G.nostunoption = false
  11. _G.captions = true
  12. _G.nodashcooldown = true --removes dash cooldown (ONLY WORKS ON PRIVATE SERVERS)
  13. _G.FightMusic = false --turns ur mindset into the main character (plays under 75% health)
  14. _G.DashTech = false --might break dash for some users, but allows you to use dash tech
  15.  
  16. --[[ NOTES:
  17. - ULT IS UNFINISHED
  18. - Get Ultimate 1 by standing still, get Ultimate 2 by walking while Ulting
  19. - Critical Blow will change depending if u use Barrage before it
  20. - Ravage does 46.5% Damage
  21. - Use Variants of 1 or 2 by holding jump button
  22. - Five Seasons Auto Aims towards the nearest target at a range of 1500 studs (they cant escape)
  23. - Five Seasons might break for some users that dont have good pcs
  24. - VARIANTS RELY ON GOOD PING
  25.  
  26. TIPS:
  27. - Stoic Bomb's Range is further on the front by a little
  28. - Dropkick's Run goes faster in air, but is harder to aim
  29. - Using death counter wont give ur base movesets names back, which breaks the script,
  30. which also allows you to keep no stun on, but sacrifices the ability to use Variants
  31. - To do the M1 tech, u gotta sidedash, m1, and jump, at the same time
  32. - Downslam + Critical Blow Variant acts the same way as Deadly Ninja's Whirlwind Kick,
  33. which basically means that if u use Downslam and then use Critical Blow right when they get up,
  34. it will make then downslammed again (big combo extender)
  35. ]]
  36.  
  37. loadstring(game:HttpGet("https://raw.githubusercontent.com/fartmaggot445/KYR/refs/heads/main/kj"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement