Advertisement
StenHisDirt

LocalPlayer

Jul 16th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Body = Instance.new("Frame")
  7. local Rarm = Instance.new("TextButton")
  8. local Larm = Instance.new("TextButton")
  9. local Lleg = Instance.new("TextButton")
  10. local Rleg = Instance.new("TextButton")
  11. local Torso = Instance.new("TextButton")
  12. local ShirtNPants = Instance.new("ImageButton")
  13. local Head = Instance.new("TextButton")
  14. local FaceNothing = Instance.new("ImageButton")
  15. local Head2 = Instance.new("Frame")
  16. local FaceNothing_2 = Instance.new("ImageButton")
  17. local Close = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. MainFrame.Name = "MainFrame"
  24. MainFrame.Parent = ScreenGui
  25. MainFrame.Active = true
  26. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. MainFrame.Position = UDim2.new(0.851828814, 0, 0.287469298, 0)
  28. MainFrame.Size = UDim2.new(0, 145, 0, 217)
  29. MainFrame.Style = Enum.FrameStyle.RobloxRound
  30. MainFrame.Draggable = true
  31.  
  32. Body.Name = "Body"
  33. Body.Parent = MainFrame
  34. Body.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Body.BackgroundTransparency = 1
  36. Body.Position = UDim2.new(0.259180903, 0, 0.253176332, 0)
  37. Body.Size = UDim2.new(0, 58, 0, 73)
  38.  
  39. Rarm.Name = "Rarm"
  40. Rarm.Parent = Body
  41. Rarm.BackgroundColor3 = Color3.new(1, 0.847059, 0.235294)
  42. Rarm.BorderColor3 = Color3.new(0, 0, 0)
  43. Rarm.Position = UDim2.new(-0.537469208, 0, -0.0410958827, 0)
  44. Rarm.Size = UDim2.new(0, 30, 0, 73)
  45. Rarm.Font = Enum.Font.SourceSans
  46. Rarm.Text = ""
  47. Rarm.TextColor3 = Color3.new(0, 0, 0)
  48. Rarm.TextSize = 14
  49. Rarm.MouseButton1Click:connect(function()
  50. Rarm.Visible = false
  51. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  52. end)
  53.  
  54. Larm.Name = "Larm"
  55. Larm.Parent = Body
  56. Larm.BackgroundColor3 = Color3.new(1, 0.847059, 0.235294)
  57. Larm.BorderColor3 = Color3.new(0, 0, 0)
  58. Larm.Position = UDim2.new(1.0650425, 0, -0.0410958827, 0)
  59. Larm.Size = UDim2.new(0, 31, 0, 73)
  60. Larm.Font = Enum.Font.SourceSans
  61. Larm.Text = ""
  62. Larm.TextColor3 = Color3.new(0, 0, 0)
  63. Larm.TextSize = 14
  64. Larm.MouseButton1Click:connect(function()
  65. Larm.Visible = false
  66. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  67. end)
  68.  
  69. Lleg.Name = "Lleg"
  70. Lleg.Parent = Body
  71. Lleg.BackgroundColor3 = Color3.new(0.207843, 0.580392, 0.12549)
  72. Lleg.BorderColor3 = Color3.new(0, 0, 0)
  73. Lleg.Position = UDim2.new(0.528241336, 0, 0.959397316, 0)
  74. Lleg.Size = UDim2.new(0, 31, 0, 73)
  75. Lleg.Font = Enum.Font.SourceSans
  76. Lleg.Text = ""
  77. Lleg.TextColor3 = Color3.new(0, 0, 0)
  78. Lleg.TextSize = 14
  79. Lleg.MouseButton1Click:connect(function()
  80. Lleg.Visible = false
  81. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  82. end)
  83.  
  84. Rleg.Name = "Rleg"
  85. Rleg.Parent = Body
  86. Rleg.BackgroundColor3 = Color3.new(0.207843, 0.580392, 0.12549)
  87. Rleg.BorderColor3 = Color3.new(0, 0, 0)
  88. Rleg.Position = UDim2.new(-0.00127543136, 0, 0.958904147, 0)
  89. Rleg.Size = UDim2.new(0, 30, 0, 73)
  90. Rleg.Font = Enum.Font.SourceSans
  91. Rleg.Text = ""
  92. Rleg.TextColor3 = Color3.new(0, 0, 0)
  93. Rleg.TextSize = 14
  94. Rleg.MouseButton1Click:connect(function()
  95. Rleg.Visible = false
  96. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  97. end)
  98.  
  99. Torso.Name = "Torso"
  100. Torso.Parent = Body
  101. Torso.BackgroundColor3 = Color3.new(0.109804, 0.168627, 1)
  102. Torso.BorderColor3 = Color3.new(0, 0, 0)
  103. Torso.Position = UDim2.new(-0.00680859014, 0, -0.0410958827, 0)
  104. Torso.Size = UDim2.new(0, 62, 0, 73)
  105. Torso.Font = Enum.Font.SourceSans
  106. Torso.Text = ""
  107. Torso.TextColor3 = Color3.new(0, 0, 0)
  108. Torso.TextSize = 14
  109.  
  110. ShirtNPants.Name = "ShirtNPants"
  111. ShirtNPants.Parent = Torso
  112. ShirtNPants.BackgroundColor3 = Color3.new(1, 1, 1)
  113. ShirtNPants.BackgroundTransparency = 1
  114. ShirtNPants.Size = UDim2.new(0, 62, 0, 73)
  115. ShirtNPants.Image = "rbxassetid://1028594"
  116. ShirtNPants.MouseButton1Click:connect(function()
  117. ShirtNPants.Visible = false
  118. game.Players.LocalPlayer.Character.Shirt:Destroy()
  119. game.Players.LocalPlayer.Character.Pants:Destroy()
  120. end)
  121. Head.Name = "Head"
  122. Head.Parent = Body
  123. Head.BackgroundColor3 = Color3.new(1, 0.847059, 0.235294)
  124. Head.BorderColor3 = Color3.new(0, 0, 0)
  125. Head.Position = UDim2.new(0.167539388, 0, -0.614870191, 0)
  126. Head.Size = UDim2.new(0, 41, 0, 41)
  127. Head.Font = Enum.Font.SourceSans
  128. Head.Text = ""
  129. Head.TextColor3 = Color3.new(0, 0, 0)
  130. Head.TextSize = 14
  131.  
  132. FaceNothing.Name = "FaceNothing"
  133. FaceNothing.Parent = Head
  134. FaceNothing.BackgroundColor3 = Color3.new(1, 1, 1)
  135. FaceNothing.BackgroundTransparency = 1
  136. FaceNothing.Position = UDim2.new(-0.170731708, 0, -0.048780486, 0)
  137. FaceNothing.Size = UDim2.new(0, 55, 0, 45)
  138. FaceNothing.Image = "rbxassetid://246592748"
  139. FaceNothing.MouseButton1Click:connect(function()
  140. Head.Visible = false
  141. Head2.Visible = true
  142. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  143. end)
  144.  
  145. Head2.Name = "Head2"
  146. Head2.Parent = Body
  147. Head2.BackgroundColor3 = Color3.new(1, 0.847059, 0.235294)
  148. Head2.Position = UDim2.new(-0.00298651331, 0, -0.61487025, 0)
  149. Head2.Size = UDim2.new(0, 62, 0, 41)
  150. Head2.Visible = false
  151.  
  152. FaceNothing_2.Name = "FaceNothing"
  153. FaceNothing_2.Parent = Head2
  154. FaceNothing_2.BackgroundColor3 = Color3.new(1, 1, 1)
  155. FaceNothing_2.BackgroundTransparency = 1
  156. FaceNothing_2.Position = UDim2.new(-0.154602051, 0, 0, 0)
  157. FaceNothing_2.Size = UDim2.new(0, 78, 0, 41)
  158. FaceNothing_2.Image = "rbxassetid://246592748"
  159.  
  160. Close.Name = "Close"
  161. Close.Parent = MainFrame
  162. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Close.Position = UDim2.new(0.888730884, 0, -0.0421286635, 0)
  164. Close.Size = UDim2.new(0, 23, 0, 23)
  165. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  166. Close.Font = Enum.Font.SourceSans
  167. Close.Text = "x"
  168. Close.TextColor3 = Color3.new(0, 0, 0)
  169. Close.TextScaled = true
  170. Close.TextSize = 14
  171. Close.TextWrapped = true
  172. Close.MouseButton1Click:connect(function()
  173. MainFrame.Visible = false
  174. end)
  175.  
  176. TextLabel.Parent = MainFrame
  177. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  178. TextLabel.BackgroundTransparency = 1
  179. TextLabel.Position = UDim2.new(-0.0946280658, 0, 0.980216742, 0)
  180. TextLabel.Size = UDim2.new(0, 149, 0, 11)
  181. TextLabel.Font = Enum.Font.SourceSans
  182. TextLabel.Text = "By Sten : )"
  183. TextLabel.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  184. TextLabel.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement