Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RobloxExploit = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local On = Instance.new("TextButton")
  7. local Off = Instance.new("TextButton")
  8. local XPFARM = Instance.new("TextLabel")
  9. local Credit = Instance.new("TextLabel")
  10. --Properties:
  11. RobloxExploit.Name = "RobloxExploit"
  12. RobloxExploit.Parent = game.CoreGui
  13.  
  14. MainGui.Active = true
  15. MainGui.Draggable = true
  16.  
  17. MainGui.Name = "MainGui"
  18. MainGui.Parent = RobloxExploit
  19. MainGui.BackgroundColor3 = Color3.new(0.807843, 0.788235, 0.788235)
  20. MainGui.Position = UDim2.new(0.683246076, 0, 0.0721062645, 0)
  21. MainGui.Size = UDim2.new(0, 152, 0, 180)
  22.  
  23. On.Name = "On"
  24. On.Parent = MainGui
  25. On.BackgroundColor3 = Color3.new(1, 1, 1)
  26. On.Position = UDim2.new(0.0860927179, 0, 0.253209233, 0)
  27. On.Size = UDim2.new(0, 125, 0, 37)
  28. On.Font = Enum.Font.SourceSans
  29. On.Text = "On"
  30. On.TextColor3 = Color3.new(0, 0, 0)
  31. On.TextScaled = true
  32. On.TextSize = 14
  33. On.TextWrapped = true
  34. On.MouseButton1Click:connect(function()
  35. _G.YEET = true
  36.  
  37. while wait() do
  38. if _G.YEET then
  39. for _, v in next, game.Players:GetPlayers() do
  40. if v.Team.Name == "Criminals" then
  41. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  42. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  44. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  45. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  46. end
  47. end
  48. end
  49. end
  50. end
  51. end)
  52.  
  53. Off.Name = "Off"
  54. Off.Parent = MainGui
  55. Off.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Off.Position = UDim2.new(0.0795137733, 0, 0.514466584, 0)
  57. Off.Size = UDim2.new(0, 125, 0, 37)
  58. Off.Font = Enum.Font.SourceSans
  59. Off.Text = "Off"
  60. Off.TextColor3 = Color3.new(0, 0, 0)
  61. Off.TextScaled = true
  62. Off.TextSize = 14
  63. Off.TextWrapped = true
  64. Off.MouseButton1Click:connect(function()
  65. _G.YEET = false
  66.  
  67. while wait() do
  68. if _G.YEET then
  69. for _, v in next, game.Players:GetPlayers() do
  70. if v.Team.Name == "Criminals" then
  71. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  72. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  73. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  74. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  75. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  76. end
  77. end
  78. end
  79. end
  80. end
  81. end)
  82.  
  83. XPFARM.Name = "XP FARM"
  84. XPFARM.Parent = MainGui
  85. XPFARM.BackgroundColor3 = Color3.new(1, 1, 1)
  86. XPFARM.Position = UDim2.new(0.105263233, 0, 0.0388888903, 0)
  87. XPFARM.Size = UDim2.new(0, 119, 0, 32)
  88. XPFARM.Font = Enum.Font.SourceSans
  89. XPFARM.Text = "XP FARM"
  90. XPFARM.TextColor3 = Color3.new(0, 0, 0)
  91. XPFARM.TextScaled = true
  92. XPFARM.TextSize = 14
  93. XPFARM.TextWrapped = true
  94.  
  95. Credit.Name = "Credit"
  96. Credit.Parent = MainGui
  97. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Credit.Position = UDim2.new(0.111842111, 0, 0.766666651, 0)
  99. Credit.Size = UDim2.new(0, 118, 0, 34)
  100. Credit.Font = Enum.Font.SourceSans
  101. Credit.Text = "Made By : Grend#8726"
  102. Credit.TextColor3 = Color3.new(0, 0, 0)
  103. Credit.TextScaled = true
  104. Credit.TextSize = 14
  105. Credit.TextWrapped = true
  106. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement