Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. --Made by Prebe Exploits#3442
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.Position = UDim2.new(0, 0, 0.800796807, 0)
  15. Frame.Size = UDim2.new(0, 228, 0, 100)
  16.  
  17. TextButton.Parent = Frame
  18. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  19. TextButton.Size = UDim2.new(0, 228, 0, 100)
  20. TextButton.Font = Enum.Font.Cartoon
  21. TextButton.Text = "Autofarm"
  22. TextButton.TextColor3 = Color3.new(0, 0, 0)
  23. TextButton.TextSize = 14
  24. TextButton.TextWrapped = true
  25. -- Scripts:
  26. function SCRIPT_WXHD71_FAKESCRIPT() -- TextButton.Script
  27. local script = Instance.new('Script')
  28. script.Parent = TextButton
  29. --aweslol Teleporter Script--
  30.  
  31. function onTouched(hit)
  32. print("Teleport")
  33. local human = hit.Parent:findFirstChild("Torso")
  34. brick = script.Parent
  35. if (human ~=nil) then
  36. human.CFrame= CFrame.new(Vector3.new(837.199, 122.425, 3020.172))--Replace this with the locatio you want to telport to.--
  37. end
  38. end
  39.  
  40. script.Parent.Touched:connect(onTouched)
  41.  
  42. end
  43. coroutine.resume(coroutine.create(SCRIPT_WXHD71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement