Advertisement
HugosOnTop

NalxedFR

Nov 10th, 2023
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. --Nalxed
  2.  
  3.  
  4. local MainGui = Instance.new("ScreenGui")
  5. MainGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  6. MainGui.Name = math.rad(1203,13)
  7.  
  8. local Frame = Instance.new("Frame",MainGui)
  9. Frame.BorderSizePixel = 0
  10. Frame.Size = UDim2.new(0, 370,0, 416)
  11. Frame.Position = UDim2.new(0.318, 0,0.181, 0)
  12. Frame.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  13.  
  14. local Kick = Instance.new("TextButton",Frame)
  15. Kick.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  16. Kick.Position = UDim2.new(0.522, 0,0.226, 0)
  17. Kick.Size = UDim2.new(0, 164,0, 41)
  18. Kick.Text = "Kick"
  19. Kick.BorderSizePixel = 0
  20. Kick.TextColor3 = Color3.fromRGB(255,255,255)
  21. Kick.TextScaled = true
  22. Kick.FontFace = Font.fromName("Roboto")
  23. Kick.FontFace.Bold = true
  24.  
  25.  
  26.  
  27. local Kill = Instance.new("TextButton",Frame)
  28. Kill.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  29. Kill.Position = UDim2.new(0.522, 0,0.401, 0)
  30. Kill.Size = UDim2.new(0, 164,0, 41)
  31. Kill.Text = "Kill"
  32. Kill.BorderSizePixel = 0
  33. Kill.TextColor3 = Color3.fromRGB(255,255,255)
  34. Kill.TextScaled = true
  35. Kill.FontFace = Font.fromName("Roboto")
  36. Kill.FontFace.Bold = true
  37.  
  38.  
  39. local Punish = Instance.new("TextButton",Frame)
  40. Punish.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  41. Punish.Position = UDim2.new(0, 0,0.575, 0)
  42. Punish.Size = UDim2.new(0, 164,0, 41)
  43. Punish.Text = "Punish"
  44. Punish.BorderSizePixel = 0
  45. Punish.TextColor3 = Color3.fromRGB(255,255,255)
  46. Punish.TextScaled = true
  47. Punish.FontFace = Font.fromName("Roboto")
  48. Punish.FontFace.Bold = true
  49.  
  50.  
  51. local RemBase = Instance.new("TextButton",Frame)
  52. RemBase.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  53. RemBase.Position = UDim2.new(0, 0,0.226, 0)
  54. RemBase.Size = UDim2.new(0, 164,0, 41)
  55. RemBase.Text = "RemoveBaseplate"
  56. RemBase.BorderSizePixel = 0
  57. RemBase.TextColor3 = Color3.fromRGB(255,255,255)
  58. RemBase.TextScaled = true
  59. RemBase.FontFace = Font.fromName("Roboto")
  60. RemBase.FontFace.Bold = true
  61.  
  62. local RemFace = Instance.new("TextButton",Frame)
  63. RemFace.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  64. RemFace.Position = UDim2.new(0,0,0.401, 0)
  65. RemFace.Size = UDim2.new(0, 164,0, 41)
  66. RemFace.Text = "RemoveFace"
  67. RemFace.BorderSizePixel = 0
  68. RemFace.TextColor3 = Color3.fromRGB(255,255,255)
  69. RemFace.TextScaled = true
  70. RemFace.FontFace = Font.fromName("Roboto")
  71. RemFace.FontFace.Bold = true
  72.  
  73.  
  74. local TextBox = Instance.new("TextBox",Frame)
  75. TextBox.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  76. TextBox.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  77. TextBox.Position = UDim2.new(0.23, 0,0.88, 0)
  78. TextBox.Size = UDim2.new(0, 200,0, 50)
  79. TextBox.PlaceholderText = "PlayersName"
  80. TextBox.Text = "PlayersName"
  81. TextBox.BorderSizePixel = 0
  82. TextBox.TextColor3 = Color3.fromRGB(108, 151, 177)
  83. TextBox.TextScaled = true
  84. TextBox.FontFace = Font.fromName("Roboto")
  85. TextBox.FontFace.Bold = true
  86.  
  87. local Title = Instance.new("TextButton",Frame)
  88. Title.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  89. Title.Position = UDim2.new(0,0,0,0)
  90. Title.Size = UDim2.new(0, 370,0, 50)
  91. Title.Text = "Nalxed on top"
  92. Title.BorderSizePixel = 0
  93. Title.TextColor3 = Color3.fromRGB(255,255,255)
  94. Title.TextScaled = true
  95. Title.FontFace = Font.fromName("Roboto")
  96. Title.FontFace.Bold = true
  97.  
  98.  
  99. function Destroy(part)
  100. spawn(function()
  101. if game:GetService("ReplicatedStorage"):FindFirstChild("CarRemove") then
  102. game:GetService("ReplicatedStorage").CarRemove:FireServer(part)
  103.  
  104. else if game:GetService("ReplicatedStorage"):FindFirstChild("RemoveCar") then
  105. game:GetService("ReplicatedStorage").RemoveCar:FireServer(part)
  106.  
  107. elseif game:GetService("ReplicatedStorage"):FindFirstChild("CarRemove") then
  108. game:GetService("ReplicatedStorage").CarRemove:FireServer(part)
  109. end
  110. end
  111. end)
  112. end
  113. Players = game:GetService("Players")
  114.  
  115.  
  116.  
  117. RemBase.MouseButton1Click:Connect(function()
  118. Destroy(game.Workspace.Baseplate)
  119. end)
  120.  
  121. local target = TextBox.Text
  122.  
  123. RemFace.MouseButton1Click:Connect(function()
  124. local target = TextBox.Text
  125. local player = game.Players:FindFirstChild(target)
  126.  
  127. if player then
  128. local character = player.Character
  129. if character then
  130. local head = character:FindFirstChild("Head")
  131. if head then
  132. local face = head:FindFirstChildOfClass("Decal")
  133. if face then
  134. Destroy(face)
  135. else
  136. warn("Face not found for player: " .. target)
  137. end
  138. else
  139. warn("Head not found for player: " .. target)
  140. end
  141. else
  142. warn("Character not found for player: " .. target)
  143. end
  144. else
  145. warn("Player not found: " .. target)
  146. end
  147. end)
  148.  
  149.  
  150. Kick.MouseButton1Click:Connect(function()
  151. local target = TextBox.Text
  152. local player = game.Players:FindFirstChild(target)
  153.  
  154. if player then
  155. Destroy(player)
  156. else
  157. warn("Player not found: " .. target)
  158. end
  159. end)
  160.  
  161.  
  162.  
  163. Kill.MouseButton1Click:Connect(function()
  164. local target = TextBox.Text
  165. local player = game.Players:FindFirstChild(target)
  166.  
  167. if player then
  168. local character = player.Character
  169. character.Humanoid.Health = 0
  170. end
  171. end)
  172.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement