Advertisement
karobloxYT

nhu L

Mar 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local hackmoney = Instance.new("TextButton")
  7. --Properties:
  8. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  13. Frame.Position = UDim2.new(0.10480769, 0, 0.075250864, 0)
  14. Frame.Size = UDim2.new(0, 456, 0, 217)
  15. Frame.Style = Enum.FrameStyle.RobloxRound
  16. Frame.Draggable = true
  17. Frame.Active =true
  18.  
  19. hackmoney.Name = "hack money"
  20. hackmoney.Parent = Frame
  21. hackmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  22. hackmoney.Position = UDim2.new(0.22807017, 0, 0.290322572, 0)
  23. hackmoney.Size = UDim2.new(0, 200, 0, 50)
  24. hackmoney.Font = Enum.Font.SourceSans
  25. hackmoney.Text = "hack money"
  26. hackmoney.TextColor3 = Color3.new(0, 0, 0)
  27. hackmoney.TextSize = 14
  28. hackmoney._G.aa = false
  29. -- Scripts:
  30. function SCRIPT_GCII79_FAKESCRIPT() -- hackmoney.LocalScript
  31. local script = Instance.new('LocalScript')
  32. script.Parent = hackmoney
  33. hackmoney.MouseButton1Click:connect(function()
  34. hackmoney.Visible = false
  35. hackmoneyOff.Visible = true
  36. _G.aa = true -- false to stop
  37. while _G.aa do
  38. wait(0.5)
  39. for i,v in pairs(game.Workspace:GetChildren()) do
  40. str = v.Name
  41. if string.match(str, "Bandit") then
  42. game.Workspace:WaitForChild(game.Players.LocalPlayer.Character.Name).HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  43. end
  44. end
  45. end
  46. end)
  47.  
  48. end
  49. coroutine.resume(coroutine.create(SCRIPT_GCII79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement