Advertisement
SkiedMasterYTT

completenetworkantibanbypasseer

Jun 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2. local NetBypasser = Instance.new("ScreenGui")
  3. local MainUI = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local TeleportBypasser = Instance.new("TextButton")
  6. local TextButton = Instance.new("TextButton")
  7.  
  8. NetBypasser.Name = "NetBypasser"
  9. NetBypasser.Parent = game.CoreGui
  10. NetBypasser.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. MainUI.Name = "MainUI"
  13. MainUI.Parent = NetBypasser
  14. MainUI.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  15. MainUI.Position = UDim2.new(0.30536586, 0, 0.272099435, 0)
  16. MainUI.Size = UDim2.new(0, 272, 0, 232)
  17.  
  18. title.Name = "title"
  19. title.Parent = MainUI
  20. title.BackgroundColor3 = Color3.new(1, 1, 1)
  21. title.BackgroundTransparency = 3
  22. title.Position = UDim2.new(0.13187024, 0, 0, 0)
  23. title.Size = UDim2.new(0, 200, 0, 50)
  24. title.Font = Enum.Font.Cartoon
  25. title.Text = "Net Bypasser"
  26. title.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  27. title.TextSize = 45
  28.  
  29. TeleportBypasser.Name = "Teleport Bypasser"
  30. TeleportBypasser.Parent = MainUI
  31. TeleportBypasser.BackgroundColor3 = Color3.new(1, 1, 1)
  32. TeleportBypasser.Position = UDim2.new(0.128676474, 0, 0.612068951, 0)
  33. TeleportBypasser.Size = UDim2.new(0, 200, 0, 37)
  34. TeleportBypasser.Font = Enum.Font.SourceSansSemibold
  35. TeleportBypasser.Text = "Teleport Bypasser"
  36. TeleportBypasser.TextColor3 = Color3.new(0, 0, 0)
  37. TeleportBypasser.TextSize = 25
  38.  
  39. TextButton.Parent = MainUI
  40. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextButton.Position = UDim2.new(0.130598977, 0, 0.418532133, 0)
  42. TextButton.Size = UDim2.new(0, 200, 0, 36)
  43. TextButton.Font = Enum.Font.SourceSansSemibold
  44. TextButton.Text = "Network Bypasser"
  45. TextButton.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton.TextSize = 25
  47. -- Scripts:
  48.  
  49. while wait() do
  50. warn("ban attempt against u lol")
  51.  
  52. print("subscribe to skied master if ur reading")
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "LOLOLOLOL"
  54. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  55. char.HumanoidRootPart.Name = "HAHHAHAAAGAYY"
  56.  
  57.  
  58.  
  59. end)
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement