Advertisement
thegameplayer

Jn HH Bedwars X inf yield

Mar 14th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  4. wait(1)
  5. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. end)
  7.  
  8. game.StarterGui:SetCore("SendNotification", {
  9. Title = "Bedwars OP V2 Script";
  10. Text = "Made by JN HH Gaming"; -- what the text says (ofc)
  11. Duration = 60;
  12. })
  13. wait(1)
  14. game.StarterGui:SetCore("SendNotification", {
  15. Title = "Enjoy";
  16. Text = "Don't Forget to Subscribe JN HH Gaming"; -- what the text says (ofc)
  17. Duration = 60;
  18. })
  19.  
  20. -- Gui to Lua
  21. -- Version: 3.
  22. -- Instances:
  23.  
  24. local ScreenGui = Instance.new("ScreenGui")
  25. local Main = Instance.new("Frame")
  26. local TextLabel = Instance.new("TextLabel")
  27. local TextButton = Instance.new("TextButton")
  28.  
  29. --Properties:
  30.  
  31. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = ScreenGui
  35. Main.BackgroundColor3 = Color3.fromRGB(39, 15, 245)
  36. Main.Position = UDim2.new(0.363293529, 0, 0.28638497, 0)
  37. Main.Size = UDim2.new(0, 300, 0, 154)
  38. Main.Style = Enum.FrameStyle.ChatRed
  39.  
  40. TextLabel.Parent = Main
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  42. TextLabel.BackgroundTransparency = 1.000
  43. TextLabel.Position = UDim2.new(-0.025588274, 0, -0.0890700519, 0)
  44. TextLabel.Size = UDim2.new(0, 250, 0, 30)
  45. TextLabel.Font = Enum.Font.SciFi
  46. TextLabel.Text = "Bypass Anti-Cheat By JN HH Gaming"
  47. TextLabel.TextColor3 = Color3.fromRGB(245, 16, 16)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 12.000
  50. TextLabel.TextWrapped = true
  51.  
  52. TextButton.Parent = Main
  53. TextButton.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  54. TextButton.Position = UDim2.new(0.136470661, 0, 0.458670378, 0)
  55. TextButton.Size = UDim2.new(0, 200, 0, 58)
  56. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  57. TextButton.Font = Enum.Font.SciFi
  58. TextButton.Text = "Click To Activate"
  59. TextButton.TextColor3 = Color3.fromRGB(21, 235, 78)
  60. TextButton.TextScaled = true
  61. TextButton.TextSize = 14.000
  62. TextButton.TextWrapped = true
  63. TextButton.MouseButton1Down:connect(function()
  64. while true do wait() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 23 end
  65. Walkspeed()
  66. end)
  67. -- Scripts:
  68.  
  69. local function LASGYB_fake_script() -- ScreenGui.Script
  70. local script = Instance.new('Script', ScreenGui)
  71.  
  72. frame = script.Parent.Main -- Take out {}s, and put name of frame
  73. frame.Draggable = true
  74. frame.Active = true
  75. frame.Selectable = true
  76. end
  77. coroutine.wrap(LASGYB_fake_script)()
  78.  
  79. local InfiniteJumpEnabled = true
  80. game:GetService("UserInputService").JumpRequest:connect(function()
  81. if InfiniteJumpEnabled then
  82. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  83. end
  84. end)
  85.  
  86. shared.enabled = w
  87. game:GetService("RunService").heartbeat:connect(function()
  88. if not shared.enabled then return end
  89. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.GroundHit:FireServer(workspace.Map.Blocks,1645488277.345853)
  90. wait()
  91. end)
  92.  
  93. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement