Advertisement
Guest User

Super TZE

a guest
May 24th, 2025
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. -- ( TIP : TO ROTATE WHILE FLYING ENABLE SHIFT LOCK. )
  2. getgenv().LockOnHitboxSize = 128 -- ( Lock On Hitbox Size ( in Vector3 scaling ) )
  3. getgenv().M1ChargeSize = 128 -- ( Size for the m1 zoom to size ( in Vector3 scaling ) + ( recommend to not go above 128. ) )
  4. getgenv().ButtonToGoSuper = true -- ( Makes it so you only go super after u press a button in the settings menu )
  5. getgenv().M1OnlyChargeAtLockedOn = true -- ( makes it so it only charges at the person you're locking onto (still needs to be in hitbox distance ! !) )
  6. -- ( SKILL NAMES [ CHANGEABLE ] )
  7. getgenv()["Lightning Beatdown"] = "Lightning Beatdown"
  8. getgenv()["Electric Orb"] = "Electric Orb"
  9. -- ( PC CONTROLS [ CHANGEABLE + DEFAULT ONES ARE OFFICIAL ONES ] )
  10. getgenv().ToggleFly = "e" -- must be lower case while rest need to be CAPITAL
  11. getgenv().Boost = "Q"
  12. getgenv().ToggleLockOn = "R"
  13.  
  14. loadstring(game:HttpGet("https://rawscripts.net/raw/Jujutsu-Shenanigans-Super-Tze-Moveset-Fixed-fly-on-mobile-devices-39532"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement