Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local HACK = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Color = Instance.new("Frame")
  7. local TRUNON = Instance.new("TextButton")
  8. local TRUNOFF = Instance.new("TextButton")
  9. local VICTIM = Instance.new("TextBox")
  10. local TextLabel = Instance.new("TextLabel")
  11. local eXIT = Instance.new("TextButton")
  12. local Open = Instance.new("Frame")
  13. local OPEN = Instance.new("TextButton")
  14. --Properties:
  15. HACK.Name = "-*-HACK-*-"
  16. HACK.Parent = game.CoreGui
  17. HACK.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = HACK
  21. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  22. Main.Position = UDim2.new(0.184410676, 0, 0.128295258, 0)
  23. Main.Size = UDim2.new(0, 500, 0, 265)
  24. Main.Visible = false
  25.  
  26. Color.Name = "Color"
  27. Color.Parent = Main
  28. Color.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  29. Color.Position = UDim2.new(0.0219999999, 0, 0.0415094346, 0)
  30. Color.Size = UDim2.new(0, 478, 0, 239)
  31.  
  32. TRUNON.Name = "TRUN ON"
  33. TRUNON.Parent = Color
  34. TRUNON.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  35. TRUNON.Position = UDim2.new(0.0585773885, 0, 0.0794979036, 0)
  36. TRUNON.Size = UDim2.new(0, 200, 0, 50)
  37. TRUNON.Font = Enum.Font.GothamSemibold
  38. TRUNON.Text = "TRUN ON"
  39. TRUNON.TextColor3 = Color3.new(1, 1, 1)
  40. TRUNON.TextScaled = true
  41. TRUNON.TextSize = 14
  42. TRUNON.TextWrapped = true
  43. TRUNON.MouseButton1Down:connect(function()
  44. local Victim=VICTIM.Text
  45. local A=Instance.new'Animation'
  46. A.AnimationId='rbxassetid://148840371'
  47. local P=game:GetService'Players'.LocalPlayer
  48. local C=P.Character or P.CharacterAdded:Wait()
  49. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  50. H:Play()
  51. H:AdjustSpeed(2.5)
  52. game:GetService'RunService'.Stepped:Connect(function()
  53. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  54. end)
  55.  
  56. end)
  57.  
  58. TRUNOFF.Name = "TRUN OFF"
  59. TRUNOFF.Parent = Color
  60. TRUNOFF.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  61. TRUNOFF.Position = UDim2.new(0.0585773885, 0, 0.598326325, 0)
  62. TRUNOFF.Size = UDim2.new(0, 200, 0, 50)
  63. TRUNOFF.Font = Enum.Font.GothamSemibold
  64. TRUNOFF.Text = "TRUN OFF"
  65. TRUNOFF.TextColor3 = Color3.new(1, 1, 1)
  66. TRUNOFF.TextScaled = true
  67. TRUNOFF.TextSize = 14
  68. TRUNOFF.TextWrapped = true
  69. TRUNOFF.MouseButton1Down:connect(function()
  70. VICTIM.Text = "TRUNED OFF"
  71. TextLabel.Text = "I DONT KNOW HOW TO TRUN THIS THING OFF RIP"
  72. wait(2)
  73. TextLabel.Text = "-*- EXPLOIT -*-"
  74. end)
  75.  
  76. VICTIM.Name = "VICTIM"
  77. VICTIM.Parent = Color
  78. VICTIM.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  79. VICTIM.Position = UDim2.new(0.531380773, 0, 0.343096226, 0)
  80. VICTIM.Size = UDim2.new(0, 200, 0, 50)
  81. VICTIM.Font = Enum.Font.GothamSemibold
  82. VICTIM.PlaceholderColor3 = Color3.new(1, 1, 1)
  83. VICTIM.Text = "VICTIM"
  84. VICTIM.TextColor3 = Color3.new(1, 1, 1)
  85. VICTIM.TextSize = 14
  86.  
  87. TextLabel.Parent = Color
  88. TextLabel.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  89. TextLabel.Position = UDim2.new(-0.0230125524, 0, 0.903765678, 0)
  90. TextLabel.Size = UDim2.new(0, 499, 0, 38)
  91. TextLabel.Font = Enum.Font.GothamSemibold
  92. TextLabel.Text = "-*- EXPLOIT -*-"
  93. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  94. TextLabel.TextScaled = true
  95. TextLabel.TextSize = 14
  96. TextLabel.TextWrapped = true
  97.  
  98. eXIT.Name = "eXIT"
  99. eXIT.Parent = Color
  100. eXIT.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  101. eXIT.Position = UDim2.new(0.926778197, 0, -0.0460251048, 0)
  102. eXIT.Size = UDim2.new(0, 46, 0, 50)
  103. eXIT.Font = Enum.Font.GothamSemibold
  104. eXIT.Text = "X"
  105. eXIT.TextColor3 = Color3.new(0, 0, 0)
  106. eXIT.TextScaled = true
  107. eXIT.TextSize = 14
  108. eXIT.TextWrapped = true
  109. eXIT.MouseButton1Down:connect(function()
  110. Main.Visible = false
  111. Open.Visible = true
  112. end)
  113.  
  114. Open.Name = "Open"
  115. Open.Parent = HACK
  116. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. Open.Position = UDim2.new(0.245247155, 0, 0.868189812, 0)
  118. Open.Size = UDim2.new(0, 299, 0, 75)
  119.  
  120. OPEN.Name = "OPEN"
  121. OPEN.Parent = Open
  122. OPEN.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  123. OPEN.Position = UDim2.new(0.0491246544, 0, 0.159999996, 0)
  124. OPEN.Size = UDim2.new(0, 269, 0, 50)
  125. OPEN.Font = Enum.Font.GothamSemibold
  126. OPEN.Text = "OPEN"
  127. OPEN.TextColor3 = Color3.new(1, 1, 1)
  128. OPEN.TextScaled = true
  129. OPEN.TextSize = 14
  130. OPEN.TextWrapped = true
  131. OPEN.MouseButton1Down:connect(function()
  132. Open.Visible = false
  133. Main.Visible = true
  134. end)
  135. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement