reversevisible

200 subs special

Sep 19th, 2023
4,514
2
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.27 KB | None | 2 0
  1. --THINGS ABOUT THE MOD :
  2. --Red Dragon Spirit replaces Time For Resolve, with a whole new moveset
  3. --You can switch between Dragon and Legend, with a 10 second cooldown
  4. --They have different abilities, Legend has a bootleg Twist Counter, UE on Full Heat and Sumo Slapping
  5. --Dragon has Red Dragon Spirit, Kiryu's Ultimate Essence and Essence of Fast Footwork
  6. --CODE BELOW IS REQUIRED
  7. --CODE BELOW IS REQUIRED
  8. _G.Notifications = true --switch to false or true to disable or enable notifs
  9. _G.Keybind = "L" --keybind to switch to dragon or legend, only works on PC, required if on mobile, works with letters from A to Z
  10. _G.Stumble = true --switch to false or true to disable or enable enemy stumbling on Red Dragon Spirit
  11.  
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/dragonlegend.lua"))();
  13.  
  14. --OPTIONAL STYLE TO GO WITH DRAGON
  15. --OPTIONAL STYLE TO GO WITH DRAGON
  16.  
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/yakuza0styles.lua"))();
  18.  
  19. --UNCOMPATIBLE STYLE, DOESNT WORK WITH YAKUZA 0 STYLES OR DRAGON AND LEGEND
  20. --UNCOMPATIBLE STYLE, DOESNT WORK WITH YAKUZA 0 STYLES OR DRAGON AND LEGEND
  21.  
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/parkerstyle.lua"))();
Advertisement
Comments
Add Comment
Please, Sign In to add comment