Advertisement
StayBlueee

Untitled

Aug 14th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MainTemplate = Instance.new("ScreenGui")
  4. local TopBar = Instance.new("Frame")
  5. local OpenClose = Instance.new("TextButton")
  6. local TitleBar = Instance.new("Frame")
  7. local TitleBarTitle = Instance.new("TextLabel")
  8. local TitleBarCredits = Instance.new("TextLabel")
  9. local MainFrame = Instance.new("Frame")
  10. local Goto = Instance.new("TextButton")
  11. local Abort = Instance.new("TextButton")
  12. local GiveTool = Instance.new("TextButton")
  13. local Fix = Instance.new("TextButton")
  14. local Kill = Instance.new("TextButton")
  15. local Naked = Instance.new("TextButton")
  16. local Rape = Instance.new("TextButton")
  17. local Victim = Instance.new("TextBox")
  18.  
  19. -- Properties
  20.  
  21. MainTemplate.Name = "MainTemplate"
  22. MainTemplate.Parent = game:GetService("CoreGui")
  23.  
  24. TopBar.Name = "TopBar"
  25. TopBar.Parent = MainTemplate
  26. TopBar.Active = true
  27. TopBar.Draggable = true
  28. TopBar.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  29. TopBar.BorderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  30. TopBar.BorderSizePixel = 0
  31. TopBar.Position = UDim2.new(0.0108024776, 0, 0.624694347, 0)
  32. TopBar.Size = UDim2.new(0, 400, 0, 26)
  33.  
  34. OpenClose.Name = "OpenClose"
  35. OpenClose.Parent = TopBar
  36. OpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  37. OpenClose.BackgroundTransparency = 1
  38. OpenClose.BorderSizePixel = 0
  39. OpenClose.Position = UDim2.new(0.892499983, 0, 0, 0)
  40. OpenClose.Size = UDim2.new(0, 43, 0, 26)
  41. OpenClose.Font = Enum.Font.SourceSans
  42. OpenClose.Text = "-"
  43. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  44. OpenClose.TextSize = 32
  45. OpenClose.TextWrapped = true
  46. OpenClose.TextYAlignment = Enum.TextYAlignment.Bottom
  47.  
  48. TitleBar.Name = "TitleBar"
  49. TitleBar.Parent = TopBar
  50. TitleBar.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  51. TitleBar.BorderSizePixel = 0
  52. TitleBar.Position = UDim2.new(0, 0, 1, 0)
  53. TitleBar.Size = UDim2.new(0, 400, 0, 47)
  54.  
  55. TitleBarTitle.Name = "TitleBarTitle"
  56. TitleBarTitle.Parent = TitleBar
  57. TitleBarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  58. TitleBarTitle.BackgroundTransparency = 1
  59. TitleBarTitle.Size = UDim2.new(0, 400, 0, 27)
  60. TitleBarTitle.Font = Enum.Font.SourceSansLight
  61. TitleBarTitle.Text = "FE Hax GUI V1.1"
  62. TitleBarTitle.TextColor3 = Color3.new(1, 1, 1)
  63. TitleBarTitle.TextSize = 32
  64. TitleBarTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  65. TitleBarTitle.TextWrapped = true
  66.  
  67. TitleBarCredits.Name = "TitleBarCredits"
  68. TitleBarCredits.Parent = TitleBar
  69. TitleBarCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TitleBarCredits.BackgroundTransparency = 1
  71. TitleBarCredits.Position = UDim2.new(0, 0, 0.574468076, 0)
  72. TitleBarCredits.Size = UDim2.new(0, 400, 0, 14)
  73. TitleBarCredits.Font = Enum.Font.SourceSansLight
  74. TitleBarCredits.Text = "Commands/Scripts by StayBlue and Memcorrupt, UI by StayBlue"
  75. TitleBarCredits.TextColor3 = Color3.new(1, 1, 1)
  76. TitleBarCredits.TextScaled = true
  77. TitleBarCredits.TextSize = 32
  78. TitleBarCredits.TextStrokeColor3 = Color3.new(1, 1, 1)
  79. TitleBarCredits.TextWrapped = true
  80.  
  81. MainFrame.Name = "MainFrame"
  82. MainFrame.Parent = TopBar
  83. MainFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  84. MainFrame.BorderSizePixel = 0
  85. MainFrame.Position = UDim2.new(0.000524692237, 0, 2.80882049, 0)
  86. MainFrame.Size = UDim2.new(0, 400, 0, 227)
  87.  
  88. Goto.Name = "Goto"
  89. Goto.Parent = MainFrame
  90. Goto.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  91. Goto.BorderSizePixel = 0
  92. Goto.Position = UDim2.new(0.507499993, 0, 0.281938314, 0)
  93. Goto.Size = UDim2.new(0, 93, 0, 40)
  94. Goto.Font = Enum.Font.SourceSans
  95. Goto.Text = "Goto"
  96. Goto.TextColor3 = Color3.new(1, 1, 1)
  97. Goto.TextSize = 18
  98. Goto.TextWrapped = true
  99.  
  100. Abort.Name = "Abort"
  101. Abort.Parent = MainFrame
  102. Abort.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  103. Abort.BorderSizePixel = 0
  104. Abort.Position = UDim2.new(0.25999999, 0, 0.281938314, 0)
  105. Abort.Size = UDim2.new(0, 93, 0, 40)
  106. Abort.Font = Enum.Font.SourceSans
  107. Abort.Text = "Abort"
  108. Abort.TextColor3 = Color3.new(1, 1, 1)
  109. Abort.TextSize = 18
  110. Abort.TextWrapped = true
  111.  
  112. GiveTool.Name = "GiveTool"
  113. GiveTool.Parent = MainFrame
  114. GiveTool.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  115. GiveTool.BorderSizePixel = 0
  116. GiveTool.Position = UDim2.new(0.754999995, 0, 0.281938314, 0)
  117. GiveTool.Size = UDim2.new(0, 93, 0, 40)
  118. GiveTool.Font = Enum.Font.SourceSans
  119. GiveTool.Text = "Give Tool"
  120. GiveTool.TextColor3 = Color3.new(1, 1, 1)
  121. GiveTool.TextSize = 18
  122. GiveTool.TextWrapped = true
  123.  
  124. Fix.Name = "Fix"
  125. Fix.Parent = MainFrame
  126. Fix.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  127. Fix.BorderSizePixel = 0
  128. Fix.Position = UDim2.new(0.0125000002, 0, 0.48458147, 0)
  129. Fix.Size = UDim2.new(0, 93, 0, 40)
  130. Fix.Font = Enum.Font.SourceSans
  131. Fix.Text = "Fix"
  132. Fix.TextColor3 = Color3.new(1, 1, 1)
  133. Fix.TextSize = 18
  134. Fix.TextWrapped = true
  135.  
  136. Kill.Name = "Kill"
  137. Kill.Parent = MainFrame
  138. Kill.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  139. Kill.BorderSizePixel = 0
  140. Kill.Position = UDim2.new(0.0125000002, 0, 0.281938314, 0)
  141. Kill.Size = UDim2.new(0, 93, 0, 40)
  142. Kill.Font = Enum.Font.SourceSans
  143. Kill.Text = "Kill"
  144. Kill.TextColor3 = Color3.new(1, 1, 1)
  145. Kill.TextSize = 18
  146. Kill.TextWrapped = true
  147.  
  148. Naked.Name = "Naked"
  149. Naked.Parent = MainFrame
  150. Naked.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  151. Naked.BorderSizePixel = 0
  152. Naked.Position = UDim2.new(0.25999999, 0, 0.48458147, 0)
  153. Naked.Size = UDim2.new(0, 93, 0, 40)
  154. Naked.Font = Enum.Font.SourceSans
  155. Naked.Text = "Naked"
  156. Naked.TextColor3 = Color3.new(1, 1, 1)
  157. Naked.TextSize = 18
  158. Naked.TextWrapped = true
  159.  
  160. Rape.Name = "Rape"
  161. Rape.Parent = MainFrame
  162. Rape.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  163. Rape.BorderSizePixel = 0
  164. Rape.Position = UDim2.new(0.507499993, 0, 0.48458147, 0)
  165. Rape.Size = UDim2.new(0, 93, 0, 40)
  166. Rape.Font = Enum.Font.SourceSans
  167. Rape.Text = "Rape"
  168. Rape.TextColor3 = Color3.new(1, 1, 1)
  169. Rape.TextSize = 18
  170. Rape.TextWrapped = true
  171.  
  172. Victim.Name = "Victim"
  173. Victim.Parent = MainFrame
  174. Victim.BackgroundColor3 = Color3.new(1, 1, 1)
  175. Victim.BorderSizePixel = 0
  176. Victim.Position = UDim2.new(0.25, 0, 0.030837005, 0)
  177. Victim.Size = UDim2.new(0, 200, 0, 50)
  178. Victim.Font = Enum.Font.SourceSans
  179. Victim.Text = ""
  180. Victim.TextColor3 = Color3.new(0, 0, 0)
  181. Victim.TextSize = 16
  182.  
  183. -- Main Script
  184.  
  185. LocalPlayer = game:GetService("Players").LocalPlayer
  186. Name = LocalPlayer.Name
  187. Character = LocalPlayer.Character
  188. RunService = game:GetService("RunService")
  189. ReplicatedStorage = game:GetService("ReplicatedStorage")
  190. Loop = false
  191. AbortValue = false
  192.  
  193. Kill.MouseButton1Click:connect(function()
  194. local Thrust = Instance.new("BodyThrust")
  195. local waypoint = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  196. local Die = game:GetService('Players'):WaitForChild(Victim.Text)
  197. local running = true
  198. ev = game:GetService('RunService').Stepped:connect(function()
  199. Character.Head.CanCollide = false
  200. Character.Torso.CanCollide = false
  201. Character["Left Leg"].CanCollide = false
  202. Character["Right Leg"].CanCollide = false
  203. wait(0.1)
  204. Thrust.Parent = Character.HumanoidRootPart
  205. Thrust.Force = Vector3.new(500, 0, 500)
  206. Thrust.Location = Character.HumanoidRootPart.Position
  207. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 or game.Players[Victim.Text].Character.Humanoid.Health == 0 or AbortValue == true then
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  209. Character:WaitForChild("Head").CanCollide = true
  210. Character:WaitForChild("Torso").CanCollide = true
  211. Character["Left Leg"].CanCollide = true
  212. Character["Right Leg"].CanCollide = true
  213. Thrust:Destroy()
  214. ev:Disconnect()
  215. AbortValue = false
  216. --[[game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = waypoint
  217. wait(0.3)
  218. game.Players.LocalPlayer.Character.Head.Anchored = true
  219. wait(0.5)
  220. game.Players.LocalPlayer.Character.Head.Anchored = false--]]
  221. end
  222. end)
  223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Die.Character.HumanoidRootPart.CFrame
  224. end)
  225.  
  226. Abort.MouseButton1Click:connect(function()
  227. AbortValue = true
  228. end)
  229.  
  230. Goto.MouseButton1Click:connect(function()
  231. local Die = game:GetService('Players'):WaitForChild(Victim.Text)
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Die.Character.HumanoidRootPart.CFrame
  233. end)
  234.  
  235. Rape.MouseButton1Click:connect(function()
  236. local Die = game:GetService('Players'):WaitForChild(Victim.Text)
  237. local stupid = Instance.new('Animation')
  238. stupid.AnimationId = 'rbxassetid://148840371'
  239. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  240. pcall(function()
  241. hummy.Parent.Pants:Destroy()
  242. end)
  243. pcall(function()
  244. hummy.Parent.Shirt:Destroy()
  245. end)
  246. local notfunny = hummy:LoadAnimation(stupid)
  247. notfunny:Play()
  248. notfunny:AdjustSpeed(10)
  249. while hummy.Parent.Parent ~= nil do
  250. wait()
  251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Die.Character.HumanoidRootPart.CFrame
  252. end
  253. end)
  254.  
  255. Naked.MouseButton1Down:connect(function()
  256. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  257. pcall(function()
  258. hummy.Parent.Pants:Destroy()
  259. end)
  260. pcall(function()
  261. hummy.Parent.Shirt:Destroy()
  262. end)
  263. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement