Advertisement
1e_0

Untitled

Dec 6th, 2020
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. -- R15 Legless (ONLY WORKS FOR RAGDOLL ENGINE)
  2.  
  3. -- CHANGE ALL VICTIM TO YOUR VICTIM'S USERNAME
  4.  
  5. -- (notepad, ctrl + h, replace VICTIM and find what: victim's user) --
  6.  
  7. local tool
  8. for i,v in pairs (game.Players:GetPlayers()) do
  9. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  10. if tool then break end
  11. end
  12.  
  13. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  14. if v.Name == "LeftLowerLeg" and v:GetDescendants() then
  15. tool.TransEvent:FireServer(v,1)
  16. end
  17. end
  18.  
  19. local tool
  20. for i,v in pairs (game.Players:GetPlayers()) do
  21. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  22. if tool then break end
  23. end
  24.  
  25. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  26. if v.Name == "LeftUpperLeg" and v:GetDescendants() then
  27. tool.TransEvent:FireServer(v,1)
  28. end
  29. end
  30.  
  31. local tool
  32. for i,v in pairs (game.Players:GetPlayers()) do
  33. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  34. if tool then break end
  35. end
  36.  
  37. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  38. if v.Name == "LeftFoot" and v:GetDescendants() then
  39. tool.TransEvent:FireServer(v,1)
  40. end
  41. end
  42.  
  43. local tool
  44. for i,v in pairs (game.Players:GetPlayers()) do
  45. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  46. if tool then break end
  47. end
  48.  
  49. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  50. if v.Name == "LeftAnkeJoint" and v:GetDescendants() then
  51. tool.TransEvent:FireServer(v,1)
  52. end
  53. end
  54.  
  55. local tool
  56. for i,v in pairs (game.Players:GetPlayers()) do
  57. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  58. if tool then break end
  59. end
  60.  
  61. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  62. if v.Name == "LeftKneeJoint" and v:GetDescendants() then
  63. tool.TransEvent:FireServer(v,1)
  64. end
  65. end
  66.  
  67.  
  68. local tool
  69. for i,v in pairs (game.Players:GetPlayers()) do
  70. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  71. if tool then break end
  72. end
  73.  
  74. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  75. if v.Name == "RightLowerLeg" and v:GetDescendants() then
  76. tool.TransEvent:FireServer(v,1)
  77. end
  78. end
  79.  
  80. local tool
  81. for i,v in pairs (game.Players:GetPlayers()) do
  82. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  83. if tool then break end
  84. end
  85.  
  86. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  87. if v.Name == "RightUpperLeg" and v:GetDescendants() then
  88. tool.TransEvent:FireServer(v,1)
  89. end
  90. end
  91.  
  92. local tool
  93. for i,v in pairs (game.Players:GetPlayers()) do
  94. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  95. if tool then break end
  96. end
  97.  
  98. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  99. if v.Name == "RightKneeJoint" and v:GetDescendants() then
  100. tool.TransEvent:FireServer(v,1)
  101. end
  102. end
  103.  
  104. local tool
  105. for i,v in pairs (game.Players:GetPlayers()) do
  106. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  107. if tool then break end
  108. end
  109.  
  110. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  111. if v.Name == "RightAnkeJoint" and v:GetDescendants() then
  112. tool.TransEvent:FireServer(v,1)
  113. end
  114. end
  115.  
  116. local tool
  117. for i,v in pairs (game.Players:GetPlayers()) do
  118. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  119. if tool then break end
  120. end
  121.  
  122. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  123. if v.Name == "RightFoot" and v:GetDescendants() then
  124. tool.TransEvent:FireServer(v,1)
  125. end
  126. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement