pizzaloiopo

Starwars

Jun 10th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. ใส่ชื่อแล้วกด kill หรือ Loop kill ก้ได้
  2.  
  3.  
  4. local Rekt = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local KillB = Instance.new("TextButton")
  7. local LoopKillB = Instance.new("TextButton")
  8. local TargetBox = Instance.new("TextBox")
  9. local Frame = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local Exit = Instance.new("TextButton")
  12.  
  13. Rekt.Name = "Rekt"
  14. Rekt.Parent = game.CoreGui
  15.  
  16. Mainframe.Name = "Mainframe"
  17. Mainframe.Parent = Rekt
  18. Mainframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. Mainframe.BorderSizePixel = 0
  20. Mainframe.Position = UDim2.new(0.128649622, 0, 0.49036777, 0)
  21. Mainframe.Size = UDim2.new(0, 195, 0, 159)
  22. Mainframe.Active = true
  23. Mainframe.Draggable = true
  24.  
  25. KillB.Name = "KillB"
  26. KillB.Parent = Mainframe
  27. KillB.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  28. KillB.BorderSizePixel = 0
  29. KillB.Position = UDim2.new(0.148717955, 0, 0.226415113, 0)
  30. KillB.Size = UDim2.new(0, 137, 0, 32)
  31. KillB.Font = Enum.Font.SourceSansLight
  32. KillB.Text = "Kill"
  33. KillB.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  34. KillB.TextScaled = true
  35. KillB.TextSize = 14
  36. KillB.TextWrapped = true
  37.  
  38. LoopKillB.Name = "LoopKillB"
  39. LoopKillB.Parent = Mainframe
  40. LoopKillB.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  41. LoopKillB.BorderSizePixel = 0
  42. LoopKillB.Position = UDim2.new(0.148717955, 0, 0.471698165, 0)
  43. LoopKillB.Size = UDim2.new(0, 137, 0, 32)
  44. LoopKillB.Font = Enum.Font.SourceSansLight
  45. LoopKillB.Text = "Loop Kill"
  46. LoopKillB.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  47. LoopKillB.TextScaled = true
  48. LoopKillB.TextSize = 14
  49. LoopKillB.TextWrapped = true
  50.  
  51. TargetBox.Name = "TargetBox"
  52. TargetBox.Parent = Mainframe
  53. TargetBox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  54. TargetBox.BorderSizePixel = 0
  55. TargetBox.Position = UDim2.new(0.117948718, 0, 0.761006296, 0)
  56. TargetBox.Size = UDim2.new(0, 149, 0, 33)
  57. TargetBox.Font = Enum.Font.SourceSansLight
  58. TargetBox.Text = "Username"
  59. TargetBox.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  60. TargetBox.TextScaled = true
  61. TargetBox.TextSize = 14
  62. TargetBox.TextWrapped = true
  63.  
  64. Frame.Parent = Mainframe
  65. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  66. Frame.BorderSizePixel = 0
  67. Frame.Size = UDim2.new(0, 195, 0, 26)
  68. Frame.Active = true
  69.  
  70. Title.Name = "Title"
  71. Title.Parent = Frame
  72. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Title.BackgroundTransparency = 1
  74. Title.Position = UDim2.new(0, 0, 0.15384616, 0)
  75. Title.Size = UDim2.new(0, 51, 0, 22)
  76. Title.Font = Enum.Font.SourceSansLight
  77. Title.Text = "R3kt"
  78. Title.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  79. Title.TextScaled = true
  80. Title.TextSize = 14
  81. Title.TextWrapped = true
  82. Title.TextXAlignment = Enum.TextXAlignment.Left
  83.  
  84. Exit.Name = "Exit"
  85. Exit.Parent = Frame
  86. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Exit.BackgroundTransparency = 1
  88. Exit.Position = UDim2.new(0.882051289, 0, 0.115384616, 0)
  89. Exit.Size = UDim2.new(0, 23, 0, 20)
  90. Exit.Font = Enum.Font.SourceSansLight
  91. Exit.Text = "X"
  92. Exit.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  93. Exit.TextScaled = true
  94. Exit.TextSize = 14
  95. Exit.TextWrapped = true
  96.  
  97. --/Code\--
  98.  
  99. Exit.MouseButton1Click:connect(function()
  100. Rekt:Destroy()
  101. end)
  102.  
  103.  
  104. LoopKillB.MouseButton1Click:connect(function()
  105. while wait() do
  106. game.ReplicatedStorage.SaberStuff.Remotes.RemoteEvent:FireServer("DealDamage", game.Workspace:WaitForChild(TargetBox.Text).Humanoid, 100)
  107. end
  108. end)
  109.  
  110. KillB.MouseButton1Click:connect(function()
  111. game.ReplicatedStorage.SaberStuff.Remotes.RemoteEvent:FireServer("DealDamage", game.Workspace:WaitForChild(TargetBox.Text).Humanoid, 100)
  112. end)
  113.  
  114. -Fice
Advertisement
Add Comment
Please, Sign In to add comment