Advertisement
SCRIPTCUSTOMIZER

Test

Dec 5th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. local deathpoint=nil
  2. local lp=game:GetService"Players".LocalPlayer
  3. local function gp(parent,name,className)
  4. if typeof(parent)=="Instance" then
  5. for i,v in pairs(parent:GetChildren()) do
  6. if v.Name==name and v:IsA(className) then
  7. return v
  8. end
  9. end
  10. end
  11. return nil
  12. end
  13. local function loopgp(...)
  14. while true do
  15. local r=gp(...)
  16. if r then
  17. return r
  18. end
  19. task.wait()
  20. end
  21. end
  22. local function oncharacter()
  23. local c=lp.Character
  24. if not c then return end
  25. local hrp=loopgp(c,"HumanoidRootPart","BasePart")
  26. if deathpoint then
  27. hrp.CFrame=deathpoint
  28. end
  29. while task.wait() and c:IsDescendantOf(game) do
  30. deathpoint=hrp.CFrame
  31. end
  32. end
  33. lp:GetPropertyChangedSignal"Character":Connect(oncharacter)
  34. oncharacter()
  35. end
  36.  
  37. local settings = {
  38. FlingItem = "Sword", -- put your tool name here
  39. }
  40.  
  41. local function equipTools() -- coded by nil (i forgor)
  42. local backpack = game.Players.LocalPlayer.Backpack
  43. for _, item in pairs(backpack:GetChildren()) do
  44. if item:IsA("Tool") and item.Name == settings.FlingItem then
  45. item.Parent = game.Players.LocalPlayer.Character
  46. end
  47. end
  48. end
  49.  
  50. equipTools()
  51.  
  52. game:GetService("StarterGui"):SetCore("SendNotification", {
  53. Title = "RIP FE Scripts";
  54. Text = "2019-2023";
  55. Icon = ""})
  56. Duration = 3;
  57.  
  58. loadstring(game:HttpGet("https://pastebin.com/raw/dZeHRpWR"))()
  59.  
  60. player = game.Players.LocalPlayer
  61. cplayer = player.Character
  62.  
  63. local function gp(parent, name, className)
  64. if typeof(parent) == "Instance" then
  65. for i, v in pairs(parent:GetChildren()) do
  66. if (v.Name == name) and v:IsA(className) then
  67. return v
  68. end
  69. end
  70. end
  71. return nil
  72. end
  73.  
  74. local hat2 = gp(cplayer, "Front", "Accessory")
  75. local handle2 = gp(hat2, "Handle", "BasePart")
  76. local att2 = gp(handle2, "att1_Handle", "Attachment")
  77. att2.Parent = cplayer["Torso"]
  78. att2.Position = Vector3.new(0, 0, 0)
  79. att2.Rotation = Vector3.new(0, 180, 0)
  80.  
  81. local hat2 = gp(cplayer, "Extra Left hand (Blocky)_white", "Accessory")
  82. local handle2 = gp(hat2, "Handle", "BasePart")
  83. local att2 = gp(handle2, "att1_Handle", "Attachment")
  84. att2.Parent = cplayer["Left Arm"]
  85. att2.Position = Vector3.new(0, -0.25, 0)
  86. att2.Rotation = Vector3.new(-110, 0, 0)
  87.  
  88. local hat2 = gp(cplayer, "Extra Right hand (Blocky)_white", "Accessory")
  89. local handle2 = gp(hat2, "Handle", "BasePart")
  90. local att2 = gp(handle2, "att1_Handle", "Attachment")
  91. att2.Parent = cplayer["Right Arm"]
  92. att2.Position = Vector3.new(0, -0.25, 0)
  93. att2.Rotation = Vector3.new(-110, 0, 0) --LavanderHair
  94.  
  95. local hat2 = gp(cplayer, "Unloaded head", "Accessory")
  96. local handle2 = gp(hat2, "Handle", "BasePart")
  97. local att2 = gp(handle2, "att1_Handle", "Attachment")
  98. att2.Parent = cplayer["Right Leg"]
  99. att2.Position = Vector3.new(0, 0, 0) --Robloxclassicred
  100. att2.Rotation = Vector3.new(0, -90, 90)
  101.  
  102. local hat2 = gp(cplayer, "MeshPartAccessory", "Accessory")
  103. local handle2 = gp(hat2, "Handle", "BasePart")
  104. local att2 = gp(handle2, "att1_Handle", "Attachment")
  105. att2.Parent = cplayer["Left Leg"]
  106. att2.Position = Vector3.new(0, 0, 0)
  107. att2.Rotation = Vector3.new(0, 90, 90)
  108.  
  109. while true do
  110.  
  111. wait(5.55)
  112.  
  113. local deathpoint=nil
  114. local lp=game:GetService"Players".LocalPlayer
  115. local function gp(parent,name,className)
  116. if typeof(parent)=="Instance" then
  117. for i,v in pairs(parent:GetChildren()) do
  118. if v.Name==name and v:IsA(className) then
  119. return v
  120. end
  121. end
  122. end
  123. return nil
  124. end
  125. local function loopgp(...)
  126. while true do
  127. local r=gp(...)
  128. if r then
  129. return r
  130. end
  131. task.wait()
  132. end
  133. end
  134. local function oncharacter()
  135. local c=lp.Character
  136. if not c then return end
  137. local hrp=loopgp(c,"HumanoidRootPart","BasePart")
  138. if deathpoint then
  139. hrp.CFrame=deathpoint
  140. end
  141. while task.wait() and c:IsDescendantOf(game) do
  142. deathpoint=hrp.CFrame
  143. end
  144. end
  145. lp:GetPropertyChangedSignal"Character":Connect(oncharacter)
  146. oncharacter()
  147. end
  148.  
  149. equipTools()
  150.  
  151. loadstring(game:HttpGet("https://pastebin.com/raw/dZeHRpWR"))()
  152.  
  153. player = game.Players.LocalPlayer
  154. cplayer = player.Character
  155.  
  156. local hat2 = gp(cplayer, "Front", "Accessory")
  157. local handle2 = gp(hat2, "Handle", "BasePart")
  158. local att2 = gp(handle2, "att1_Handle", "Attachment")
  159. att2.Parent = cplayer["Torso"]
  160. att2.Position = Vector3.new(0, 0, 0)
  161. att2.Rotation = Vector3.new(0, 180, 0)
  162.  
  163. local hat2 = gp(cplayer, "Extra Left hand (Blocky)_white", "Accessory")
  164. local handle2 = gp(hat2, "Handle", "BasePart")
  165. local att2 = gp(handle2, "att1_Handle", "Attachment")
  166. att2.Parent = cplayer["Left Arm"]
  167. att2.Position = Vector3.new(0, -0.25, 0)
  168. att2.Rotation = Vector3.new(-110, 0, 0)
  169.  
  170. local hat2 = gp(cplayer, "Extra Right hand (Blocky)_white", "Accessory")
  171. local handle2 = gp(hat2, "Handle", "BasePart")
  172. local att2 = gp(handle2, "att1_Handle", "Attachment")
  173. att2.Parent = cplayer["Right Arm"]
  174. att2.Position = Vector3.new(0, -0.25, 0)
  175. att2.Rotation = Vector3.new(-110, 0, 0) --LavanderHair
  176.  
  177. local hat2 = gp(cplayer, "Unloaded head", "Accessory")
  178. local handle2 = gp(hat2, "Handle", "BasePart")
  179. local att2 = gp(handle2, "att1_Handle", "Attachment")
  180. att2.Parent = cplayer["Right Leg"]
  181. att2.Position = Vector3.new(0, 0, 0) --Robloxclassicred
  182. att2.Rotation = Vector3.new(0, -90, 90)
  183.  
  184. local hat2 = gp(cplayer, "MeshPartAccessory", "Accessory")
  185. local handle2 = gp(hat2, "Handle", "BasePart")
  186. local att2 = gp(handle2, "att1_Handle", "Attachment")
  187. att2.Parent = cplayer["Left Leg"]
  188. att2.Position = Vector3.new(0, 0, 0)
  189. att2.Rotation = Vector3.new(0, 90, 90)
  190. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement