Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
1,632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TrxpFe = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local Annoy = Instance.new("TextButton")
  7. local Rape = Instance.new("TextButton")
  8. local FlingPlayers = Instance.new("TextButton")
  9. local InfJump = Instance.new("TextButton")
  10. local SpamMessage = Instance.new("TextButton")
  11. local Exit = Instance.new("TextButton")
  12. local Username = Instance.new("TextBox")
  13. --Properties:
  14. TrxpFe.Name = "TrxpFe"
  15. TrxpFe.Parent = game.CoreGui
  16. TrxpFe.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. main.Name = "main"
  19. main.Parent = TrxpFe
  20. main.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  21. main.Position = UDim2.new(0.00736842118, 0, 0.424311936, 0)
  22. main.Size = UDim2.new(0, 227, 0, 149)
  23.  
  24. Annoy.Name = "Annoy"
  25. Annoy.Parent = main
  26. Annoy.BackgroundColor3 = Color3.new(0, 1, 1)
  27. Annoy.Position = UDim2.new(0.0484581515, 0, 0.269005835, 0)
  28. Annoy.Size = UDim2.new(0, 98, 0, 26)
  29. Annoy.Font = Enum.Font.GothamBold
  30. Annoy.Text = "Annoy"
  31. Annoy.TextColor3 = Color3.new(0, 0, 0)
  32. Annoy.TextSize = 14
  33.  
  34. Rape.Name = "Rape"
  35. Rape.Parent = main
  36. Rape.BackgroundColor3 = Color3.new(0, 1, 1)
  37. Rape.Position = UDim2.new(0.528634369, 0, 0.269005835, 0)
  38. Rape.Size = UDim2.new(0, 98, 0, 26)
  39. Rape.Font = Enum.Font.GothamBold
  40. Rape.Text = "Rape"
  41. Rape.TextColor3 = Color3.new(0, 0, 0)
  42. Rape.TextSize = 14
  43.  
  44. FlingPlayers.Name = "FlingPlayers"
  45. FlingPlayers.Parent = main
  46. FlingPlayers.BackgroundColor3 = Color3.new(0, 1, 1)
  47. FlingPlayers.Position = UDim2.new(0.528634369, 0, 0.502256751, 0)
  48. FlingPlayers.Size = UDim2.new(0, 98, 0, 26)
  49. FlingPlayers.Font = Enum.Font.GothamBold
  50. FlingPlayers.Text = "Fling"
  51. FlingPlayers.TextColor3 = Color3.new(0, 0, 0)
  52. FlingPlayers.TextSize = 14
  53.  
  54. InfJump.Name = "InfJump"
  55. InfJump.Parent = main
  56. InfJump.BackgroundColor3 = Color3.new(0, 1, 1)
  57. InfJump.Position = UDim2.new(0.048458159, 0, 0.502256751, 0)
  58. InfJump.Size = UDim2.new(0, 98, 0, 26)
  59. InfJump.Font = Enum.Font.GothamBold
  60. InfJump.Text = "Inf Jump"
  61. InfJump.TextColor3 = Color3.new(0, 0, 0)
  62. InfJump.TextSize = 14
  63.  
  64. SpamMessage.Name = "SpamMessage"
  65. SpamMessage.Parent = main
  66. SpamMessage.BackgroundColor3 = Color3.new(0, 1, 1)
  67. SpamMessage.Position = UDim2.new(0.048458159, 0, 0.727932811, 0)
  68. SpamMessage.Size = UDim2.new(0, 98, 0, 26)
  69. SpamMessage.Font = Enum.Font.GothamBold
  70. SpamMessage.Text = "Spam Msg"
  71. SpamMessage.TextColor3 = Color3.new(0, 0, 0)
  72. SpamMessage.TextSize = 14
  73.  
  74. Exit.Name = "Exit"
  75. Exit.Parent = main
  76. Exit.BackgroundColor3 = Color3.new(0, 1, 1)
  77. Exit.Position = UDim2.new(0.528634369, 0, 0.727932811, 0)
  78. Exit.Size = UDim2.new(0, 98, 0, 26)
  79. Exit.Font = Enum.Font.GothamBold
  80. Exit.Text = "Exit"
  81. Exit.TextColor3 = Color3.new(0, 0, 0)
  82. Exit.TextSize = 14
  83.  
  84. Username.Name = "Username"
  85. Username.Parent = main
  86. Username.BackgroundColor3 = Color3.new(0, 1, 1)
  87. Username.Position = UDim2.new(0.0484581515, 0, 0.0469798669, 0)
  88. Username.Size = UDim2.new(0, 207, 0, 26)
  89. Username.Font = Enum.Font.GothamBold
  90. Username.Text = "Username Or Message"
  91. Username.TextColor3 = Color3.new(0, 0, 0)
  92. Username.TextSize = 14
  93. -- Scripts:
  94. function SCRIPT_GOHG77_FAKESCRIPT() -- Annoy.LocalScript
  95. local script = Instance.new('LocalScript')
  96. script.Parent = Annoy
  97. script.Parent.MouseButton1Click:Connect(function()
  98. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  99. local Victim = script.Parent.Parent.Username.Text
  100. local P=game:GetService'Players'.LocalPlayer
  101. local C=P.Character or P.CharacterAdded:Wait()
  102. game:GetService'RunService'.Stepped:Connect(function()
  103. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'Head'.Position)
  104. end)
  105. end)
  106.  
  107. end
  108. coroutine.resume(coroutine.create(SCRIPT_GOHG77_FAKESCRIPT))
  109. function SCRIPT_NLIE72_FAKESCRIPT() -- Rape.LocalScript
  110. local script = Instance.new('LocalScript')
  111. script.Parent = Rape
  112. script.Parent.MouseButton1Click:Connect(function()
  113. local player = script.Parent.Parent.Username.Text
  114. local stupid = Instance.new('Animation')
  115. stupid.AnimationId = 'rbxassetid://148840371'
  116. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  117. pcall(function()
  118. hummy.Parent.Pants.PantsTemplate = "rbxassetid://567464824"
  119. end)
  120. pcall(function()
  121. hummy.Parent.Shirt.ShirtTemplate = "rbxassetid://161937549"
  122. end)
  123. local notfunny = hummy:LoadAnimation(stupid)
  124. notfunny:Play()
  125. notfunny:AdjustSpeed(10)
  126. while hummy.Parent.Parent ~= nil do
  127. wait()
  128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  129. end
  130. end)
  131.  
  132. end
  133. coroutine.resume(coroutine.create(SCRIPT_NLIE72_FAKESCRIPT))
  134. function SCRIPT_PPMR86_FAKESCRIPT() -- FlingPlayers.LocalScript
  135. local script = Instance.new('LocalScript')
  136. script.Parent = FlingPlayers
  137. script.Parent.MouseButton1Click:Connect(function()
  138. local LocalPlayer = game:GetService("Players").LocalPlayer
  139. local torsoname = "Torso"
  140. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  141. torsoname = "UpperTorso"
  142. end
  143. LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
  144. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  145. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  146. LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
  147. tool.Handle.Massless = true
  148. tool.GripPos = Vector3.new(0, math.huge, 0)
  149. tool.Parent = LocalPlayer.Character
  150. wait()
  151. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  152. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  153. end)
  154.  
  155. end
  156. coroutine.resume(coroutine.create(SCRIPT_PPMR86_FAKESCRIPT))
  157. function SCRIPT_MXMH69_FAKESCRIPT() -- InfJump.LocalScript
  158. local script = Instance.new('LocalScript')
  159. script.Parent = InfJump
  160. script.Parent.MouseButton1Click:Connect(function()
  161. local Player = game:GetService'Players'.LocalPlayer;
  162. local UIS = game:GetService'UserInputService';
  163.  
  164. _G.JumpHeight = 50;
  165.  
  166. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  167.  
  168. UIS.InputBegan:connect(function(UserInput)
  169. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  170. Action(Player.Character.Humanoid, function(self)
  171. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  172. Action(self.Parent.HumanoidRootPart, function(self)
  173. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  174. end)
  175. end
  176. end)
  177. end
  178. end)
  179. end)
  180.  
  181. end
  182. coroutine.resume(coroutine.create(SCRIPT_MXMH69_FAKESCRIPT))
  183. function SCRIPT_VFNB82_FAKESCRIPT() -- SpamMessage.LocalScript
  184. local script = Instance.new('LocalScript')
  185. script.Parent = SpamMessage
  186. script.Parent.MouseButton1Click:Connect(function()
  187. while wait(1.5) do
  188. local A_1 = script.Parent.Parent.Username.Text
  189. local A_2 = "All"
  190. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  191. Event:FireServer(A_1, A_2)
  192. end
  193. end)
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_VFNB82_FAKESCRIPT))
  197. function SCRIPT_KGKE80_FAKESCRIPT() -- Exit.LocalScript
  198. local script = Instance.new('LocalScript')
  199. script.Parent = Exit
  200. script.Parent.MouseButton1Click:Connect(function()
  201. script.Parent.Parent.Parent:Destroy()
  202. end)
  203.  
  204. end
  205. coroutine.resume(coroutine.create(SCRIPT_KGKE80_FAKESCRIPT))
  206. function SCRIPT_IPWW66_FAKESCRIPT() -- TrxpFe.GroupWhitelist
  207. local script = Instance.new('LocalScript')
  208. script.Parent = TrxpFe
  209.  
  210. end
  211.  
  212. coroutine.resume(coroutine.create(SCRIPT_IPWW66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement