Advertisement
Azzz_4565

Untitled

Jun 26th, 2025
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.25 KB | None | 0 0
  1. --[[
  2. _________                       _____            ___________________
  3. __  ____/__________________________(_)_______    ___  ____/__  ____/
  4. _  / __ _  _ \_  __ \  _ \_  ___/_  /__  ___/    __  /_   __  __/  
  5. / /_/ / /  __/  / / /  __/(__  )_  / _(__  )     _  __/   _  /___  
  6. \____/  \___//_/ /_/\___//____/ /_/  /____/      /_/      /_____/                                                          
  7.  
  8.  
  9. by rqz                                        
  10. https://discord.com/invite/aEZpBEHgMT
  11. ]]--
  12.  
  13.  
  14. --===================================--
  15. --=         Script Options          =--
  16. --===================================--
  17.  
  18.  
  19. transparent = true --toggle clientsided parts (dragon head, claws, etc)
  20. effects = true --toggle clientsided effects (punch effect, laser effect, etc), set this to false if you use an emulator and you are lagging
  21.  
  22.  
  23. --====================================--
  24. --           FDless Options           --
  25. --====================================--
  26.  
  27.  
  28. permadeath = true --adds permanent death (no respawning), see #supported-executors channel for executors that work with this
  29. fling = true --toggle fling
  30. allowshiftlock = true --adds shiftlock to patchma rig
  31. ctrltp = false --adds control click tp
  32. placeholders = true --adds transparent parts showing your hats when you don't have real ones
  33. clickfling = false --adds click flinging regardless of attacks
  34. highlightflingtargets = true --highlight fling
  35. discharscripts = true --disable character scripts
  36. flingchangestate = true --fling with whole body
  37. hidedeatheffect = true --hides the red damage border when you die (respawn)
  38. respawntp = 3 --respawn tp mode
  39. -- 0 - stay at spawn
  40. -- 1 - randomtp close
  41. -- 2 - behind fake character
  42. -- 3 - hide body
  43. breakjointsmethod = 1 --breakjoints mode
  44. -- 1 - health+breakjoints (the most support)
  45. -- 2 - health or breakjoints
  46. -- 3 - breakjoints
  47. simrad = true --sets simulation radius
  48.  
  49.  
  50. --==========================================================================================================================--
  51.  
  52.  
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sin%20Dragon"))()
  54.  
  55.  
  56. --==========================================================================================================================--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement