Advertisement
Variouscacti

Square Root Function Hypixel Housing

Jun 20th, 2024 (edited)
662
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. // input: stat input
  2. // output: stat output
  3. // replace "teamName" with the name of a team in your house; team stat actions are used to make the function more compact
  4.  
  5. if () {
  6.  
  7. teamstat multi teamName = 3037000498
  8. teamstat multi teamName /= %stat.player/input%
  9. teamstat multi teamName += 1
  10.  
  11. stat input *= "%stat.team/multi teamName%"
  12. stat input *= "%stat.team/multi teamName%"
  13.  
  14. teamstat temp0 teamName = %stat.player/input%
  15. teamstat temp0 teamName /= 537752656
  16. teamstat temp0 teamName += 880298
  17.  
  18. globalstat temp1 = %stat.player/input%
  19. globalstat temp1 /= "%stat.team/temp0 teamName%"
  20. globalstat temp1 += "%stat.team/temp0 teamName%"
  21.  
  22. teamstat temp0 teamName = %stat.player/input%
  23. teamstat temp0 teamName /= %stat.global/temp1%
  24. globalstat temp1 /= 4
  25. globalstat temp1 += "%stat.team/temp0 teamName%"
  26.  
  27. globalstat temp2 = %stat.player/input%
  28. globalstat temp2 /= %stat.global/temp1%
  29. globalstat temp2 += %stat.global/temp1%
  30.  
  31. teamstat temp0 teamName = %stat.player/input%
  32. teamstat temp0 teamName /= %stat.global/temp2%
  33. globalstat temp2 /= 4
  34. globalstat temp2 += "%stat.team/temp0 teamName%"
  35.  
  36. stat output = %stat.player/input%
  37. stat output /= %stat.global/temp2%
  38. stat output += %stat.global/temp2%
  39.  
  40. stat input /= %stat.player/output%
  41. stat output /= 4
  42. stat output += %stat.player/input%
  43.  
  44. stat output += 1
  45.  
  46. stat output /= "%stat.team/multi teamName%"
  47.  
  48. }
Advertisement
Comments
  • andromedagmd
    312 days
    # text 0.16 KB | 0 0
    1. There's 10 errors when I attempt to import it with HTSL, and it seems oddly short. Are you sure that this made correctly? (Using for Al3xWarrior's Gun Tutorial)
    • Variouscacti
      277 days
      # text 0.19 KB | 0 0
      1. Did you replace "teamName" with the name of a team in your house? It uses team stats to make it smaller.
      2.  
      3. Also, the function Alex uses in his video is https://pastebin.com/ufZHxJFT, not this one
Add Comment
Please, Sign In to add comment
Advertisement