Advertisement
dannthebesttt

Untitled

Aug 5th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local bruh = Instance.new("ScreenGui")
  5. local activation = Instance.new("Frame")
  6. local execute = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. --Properties:
  9. bruh.Parent = game.CoreGui
  10. bruh.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. activation.Name = "activation"
  13. activation.Parent = bruh
  14. activation.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  15. activation.BorderColor3 = Color3.new(0, 0, 0)
  16. activation.BorderSizePixel = 3
  17. activation.Position = UDim2.new(0.268605649, 0, 0.278184474, 0)
  18. activation.Size = UDim2.new(0, 541, 0, 302)
  19. activation.Visible = true
  20.  
  21. execute.Name = "execute"
  22. execute.Parent = activation
  23. execute.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  24. execute.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  25. execute.BorderSizePixel = 3
  26. execute.Position = UDim2.new(0.283956885, 0, 0.648659348, 0)
  27. execute.Size = UDim2.new(0, 233, 0, 77)
  28. execute.Font = Enum.Font.Highway
  29. execute.Text = "activate the script"
  30. execute.TextColor3 = Color3.new(0, 0, 0)
  31. execute.TextScaled = true
  32. execute.TextSize = 14
  33. execute.TextWrapped = true
  34. execute.MouseButton1Click:connect(function()
  35. bruh:Destroy()
  36. print("script by fixed#8267")
  37. while true do
  38. wait(0.001)
  39. if game.workspace.CashPart.transparency == 0
  40. then
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(499.008209, 5.49299622, 1616.83997)
  42. end
  43. wait(2) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(680.445496, -4.636, 846.081787)
  44. end
  45. end)
  46.  
  47. TextLabel.Parent = activation
  48. TextLabel.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  49. TextLabel.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  50. TextLabel.BorderSizePixel = 3
  51. TextLabel.Position = UDim2.new(0.225508317, 0, 0.0678807944, 0)
  52. TextLabel.Size = UDim2.new(0, 297, 0, 59)
  53. TextLabel.Font = Enum.Font.Highway
  54. TextLabel.Text = "made by fixed#8267"
  55. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  56. TextLabel.TextScaled = true
  57. TextLabel.TextSize = 14
  58. TextLabel.TextWrapped = true
  59. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement