Advertisement
ScriptHubRoblox

autobuildtwohbox

Dec 13th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. local args = {
  2. [1] = "LearnSkill",
  3. [2] = {
  4. ["Skill"] = "Tough Skin III",
  5. ["SkillTreeType"] = "Spec"
  6. }
  7. }
  8.  
  9. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  10.  
  11. local args = {
  12. [1] = "LearnSkill",
  13. [2] = {
  14. ["Skill"] = "Jaw Breaker",
  15. ["SkillTreeType"] = "Spec"
  16. }
  17. }
  18.  
  19. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  20.  
  21. local args = {
  22. [1] = "LearnSkill",
  23. [2] = {
  24. ["Skill"] = "Mastered Eye Gouge",
  25. ["SkillTreeType"] = "Spec"
  26. }
  27. }
  28.  
  29. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  30.  
  31. local args = {
  32. [1] = "LearnSkill",
  33. [2] = {
  34. ["Skill"] = "Agility V",
  35. ["SkillTreeType"] = "Character"
  36. }
  37. }
  38.  
  39. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  40.  
  41. local args = {
  42. [1] = "LearnSkill",
  43. [2] = {
  44. ["Skill"] = "Vitality IX",
  45. ["SkillTreeType"] = "Character"
  46. }
  47. }
  48.  
  49. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  50.  
  51. local args = {
  52. [1] = "LearnSkill",
  53. [2] = {
  54. ["Skill"] = "Sturdiness II",
  55. ["SkillTreeType"] = "Character"
  56. }
  57. }
  58.  
  59. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  60.  
  61. local args = {
  62. [1] = "LearnSkill",
  63. [2] = {
  64. ["Skill"] = "Health Regen II",
  65. ["SkillTreeType"] = "Character"
  66. }
  67. }
  68.  
  69. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  70.  
  71. local args = {
  72. [1] = "LearnSkill",
  73. [2] = {
  74. ["Skill"] = "The World",
  75. ["SkillTreeType"] = "Stand"
  76. }
  77. }
  78.  
  79. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  80.  
  81. local args = {
  82. [1] = "LearnSkill",
  83. [2] = {
  84. ["Skill"] = "Destructive Power V",
  85. ["SkillTreeType"] = "Stand"
  86. }
  87. }
  88.  
  89. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  90.  
  91. local args = {
  92. [1] = "LearnSkill",
  93. [2] = {
  94. ["Skill"] = "Self Injury Overwrite",
  95. ["SkillTreeType"] = "Stand"
  96. }
  97. }
  98.  
  99. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  100.  
  101. local args = {
  102. [1] = "LearnSkill",
  103. [2] = {
  104. ["Skill"] = "Heaven Ascended Smite",
  105. ["SkillTreeType"] = "Stand"
  106. }
  107. }
  108.  
  109. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  110.  
  111. local args = {
  112. [1] = "LearnSkill",
  113. [2] = {
  114. ["Skill"] = "Triple the Knives",
  115. ["SkillTreeType"] = "Stand"
  116. }
  117. }
  118.  
  119. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  120.  
  121. local args = {
  122. [1] = "LearnSkill",
  123. [2] = {
  124. ["Skill"] = "Reality Overwriting Punch",
  125. ["SkillTreeType"] = "Stand"
  126. }
  127. }
  128.  
  129. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  130. task.wait(2)
  131. game.Players.LocalPlayer.Character.Humanoid.Health = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement