Advertisement
thegameplayer

Untitled

Mar 27th, 2022 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. --Made by : https://v3rmillion.net/member.php?action=profile&uid=507120
  2. --Go vouch release thread : https://v3rmillion.net/showthread.php?tid=1040650
  3.  
  4. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  5.  
  6. local w = library:CreateWindow("Exploiter Hub") -- Creates the window
  7.  
  8. local b = w:CreateFolder("SCRIPTS") -- Creates the folder(U will put here your buttons,etc)
  9.  
  10. b:Label("Pretty Useless NGL",{
  11. TextSize = 15; -- Self Explaining
  12. TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  13. BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  14.  
  15. })
  16.  
  17. b:Button("Bedwars",function()
  18. local vu = game:GetService("VirtualUser")
  19. game:GetService("Players").LocalPlayer.Idled:connect(function()
  20. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  21. wait(1)
  22. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  23. end)
  24.  
  25. game.StarterGui:SetCore("SendNotification", {
  26. Title = "Bedwars OP V4 Script";
  27. Text = "Made by JN HH Gaming"; -- what the text says (ofc)
  28. Duration = 60;
  29. })
  30. wait(1)
  31. game.StarterGui:SetCore("SendNotification", {
  32. Title = "Enjoy";
  33. Text = "Don't Forget to Subscribe JN HH Gaming"; -- what the text says (ofc)
  34. Duration = 60;
  35. })
  36.  
  37. -- Gui to Lua
  38. -- Version: 3.
  39. -- Instances:
  40.  
  41. local ScreenGui = Instance.new("ScreenGui")
  42. local Main = Instance.new("Frame")
  43. local TextLabel = Instance.new("TextLabel")
  44. local TextButton = Instance.new("TextButton")
  45.  
  46. --Properties:
  47.  
  48. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = ScreenGui
  52. Main.BackgroundColor3 = Color3.fromRGB(39, 15, 245)
  53. Main.Position = UDim2.new(0.363293529, 0, 0.28638497, 0)
  54. Main.Size = UDim2.new(0, 300, 0, 154)
  55. Main.Style = Enum.FrameStyle.ChatRed
  56.  
  57. TextLabel.Parent = Main
  58. TextLabel.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  59. TextLabel.BackgroundTransparency = 1.000
  60. TextLabel.Position = UDim2.new(-0.025588274, 0, -0.0890700519, 0)
  61. TextLabel.Size = UDim2.new(0, 250, 0, 30)
  62. TextLabel.Font = Enum.Font.SciFi
  63. TextLabel.Text = "JN HH Gaming V4"
  64. TextLabel.TextColor3 = Color3.fromRGB(245, 16, 16)
  65. TextLabel.TextScaled = true
  66. TextLabel.TextSize = 12.000
  67. TextLabel.TextWrapped = true
  68.  
  69. TextButton.Parent = Main
  70. TextButton.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  71. TextButton.Position = UDim2.new(0.136470661, 0, 0.458670378, 0)
  72. TextButton.Size = UDim2.new(0, 200, 0, 58)
  73. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  74. TextButton.Font = Enum.Font.SciFi
  75. TextButton.Text = "Click To Activate"
  76. TextButton.TextColor3 = Color3.fromRGB(21, 235, 78)
  77. TextButton.TextScaled = true
  78. TextButton.TextSize = 14.000
  79. TextButton.TextWrapped = true
  80. TextButton.MouseButton1Down:connect(function()
  81. while true do wait() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 23 end
  82. Walkspeed()
  83. end)
  84. -- Scripts:
  85.  
  86. local function LASGYB_fake_script() -- ScreenGui.Script
  87. local script = Instance.new('Script', ScreenGui)
  88.  
  89. frame = script.Parent.Main -- Take out {}s, and put name of frame
  90. frame.Draggable = true
  91. frame.Active = true
  92. frame.Selectable = true
  93. end
  94. coroutine.wrap(LASGYB_fake_script)()
  95.  
  96. local InfiniteJumpEnabled = true
  97. game:GetService("UserInputService").JumpRequest:connect(function()
  98. if InfiniteJumpEnabled then
  99. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  100. end
  101. end)
  102.  
  103. shared.enabled = w
  104. game:GetService("RunService").heartbeat:connect(function()
  105. if not shared.enabled then return end
  106. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.GroundHit:FireServer(workspace.Map.Blocks,1645488277.345853)
  107. wait()
  108. end)
  109.  
  110. function getplrsname()
  111. for i,v in pairs(game:GetChildren()) do
  112. if v.ClassName == "Players" then
  113. return v.Name
  114. end
  115. end
  116. end
  117. local players = getplrsname()
  118. local plr = game[players].LocalPlayer
  119. coroutine.resume(coroutine.create(function()
  120. while wait(1) do
  121. coroutine.resume(coroutine.create(function()
  122. for _,v in pairs(game[players]:GetPlayers()) do
  123. if v.Name ~= plr.Name and v.Character then
  124. v.Character.HeadHB.CanCollide = false
  125. v.Character.HeadHB.Transparency = 10
  126. v.Character.HeadHB.Size = Vector3.new(100,100,100)
  127. v.Character.HumanoidRootPart.CanCollide = false
  128. v.Character.HumanoidRootPart.Transparency = 10
  129. v.Character.HumanoidRootPart.Size = Vector3.new(100,100,100)
  130. end
  131. end
  132. end))
  133. end
  134. end))
  135. function CreateSG(name,parent,face)
  136. local SurfaceGui = Instance.new("SurfaceGui",parent)
  137. SurfaceGui.Parent = parent
  138. SurfaceGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  139. SurfaceGui.Face = Enum.NormalId[face]
  140. SurfaceGui.LightInfluence = 0
  141. SurfaceGui.ResetOnSpawn = false
  142. SurfaceGui.Name = name
  143. SurfaceGui.AlwaysOnTop = true
  144. local Frame = Instance.new("Frame",SurfaceGui)
  145. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 153)
  146. Frame.Size = UDim2.new(1,0,1,0)
  147. end
  148. while wait(1) do
  149. for i,v in pairs (game:GetService("Players"):GetPlayers()) do
  150. if v ~= game:GetService("Players").LocalPlayer and v.Character ~= nil and
  151. v.Character:FindFirstChild("LowerTorso") and v.Character.LowerTorso:FindFirstChild("cham") == nil then
  152. for i,v in pairs (v.Character:GetChildren()) do
  153. if v:IsA("MeshPart") or v.Name == "LowerTorso" then
  154. CreateSG("cham",v,"Back")
  155. CreateSG("cham",v,"Front")
  156. CreateSG("cham",v,"Left")
  157. CreateSG("cham",v,"Right")
  158. CreateSG("cham",v,"Right")
  159. CreateSG("cham",v,"Top")
  160. CreateSG("cham",v,"Bottom")
  161. end
  162. end
  163. end
  164. end
  165. end
  166.  
  167. end)
  168. b:Button("Pushing Sim",function()
  169. local vu = game:GetService("VirtualUser")
  170. game:GetService("Players").LocalPlayer.Idled:connect(function()
  171. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  172. wait(1)
  173. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  174. end)
  175. loadstring(game:HttpGet("https://pastebin.com/raw/fuhQDtZb"))()
  176. end)
  177. b:Button("Saza Hub",function()
  178. local vu = game:GetService("VirtualUser")
  179. game:GetService("Players").LocalPlayer.Idled:connect(function()
  180. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  181. wait(1)
  182. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  183. end)
  184. loadstring(game:HttpGet"https://www.scriptblox.com/raw/SAZA-HUB_496")()
  185. end)
  186. local b = w:CreateFolder("FE") -- Creates the folder(U will put here your buttons,etc)
  187. b:Button("Slasher Sword Required",function()
  188. local vu = game:GetService("VirtualUser")
  189. game:GetService("Players").LocalPlayer.Idled:connect(function()
  190. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  191. wait(1)
  192. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  193. end)
  194. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Toasty8i/slasher/main/slasher.lua'),true))()
  195. end)
  196. b:Button("FE KEYBOARD",function()
  197. local vu = game:GetService("VirtualUser")
  198. game:GetService("Players").LocalPlayer.Idled:connect(function()
  199. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  200. wait(1)
  201. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  202. end)
  203. -- Gui to Lua
  204. -- Version: 3.2
  205.  
  206. -- Instances:
  207.  
  208. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  209. local KeyboardguiWarriorRoberrVersion = Instance.new("ScreenGui")
  210. local Drag = Instance.new("Frame")
  211. local Close = Instance.new("TextButton")
  212.  
  213. --Properties:
  214.  
  215. KeyboardguiWarriorRoberrVersion.Name = "Keyboard gui WarriorRoberr Version"
  216. KeyboardguiWarriorRoberrVersion.Parent = game.CoreGui
  217. KeyboardguiWarriorRoberrVersion.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  218.  
  219. Drag.Name = "Drag"
  220. Drag.Parent = KeyboardguiWarriorRoberrVersion
  221. Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  222. Drag.BorderSizePixel = 0
  223. Drag.Position = UDim2.new(0.147916675, 0, 0.0593749993, 0)
  224. Drag.Size = UDim2.new(0, 270, 0, 30)
  225. Drag.Active = true
  226. Drag.Draggable = true
  227.  
  228. Close.Name = "Close"
  229. Close.Parent = Drag
  230. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  231. Close.BorderSizePixel = 0
  232. Close.Position = UDim2.new(0.999839723, 0, -0.00729167089, 0)
  233. Close.Size = UDim2.new(0, 30, 0, 30)
  234. Close.Font = Enum.Font.SourceSans
  235. Close.Text = "X"
  236. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. Close.TextSize = 35.000
  238. Close.MouseButton1Click:Connect(function()
  239. KeyboardguiWarriorRoberrVersion:Destroy()
  240. end)
  241. game.CoreGui["BUNB0yBUN BOARD"].KeyBoard.Parent = Drag
  242. game.CoreGui["BUNB0yBUN BOARD"]:Destroy()
  243. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Bunb0ybun.Text = "MADE BY WARRIORROBERR BETTER VERSION "
  244. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Position = UDim2.new(0, 0, 0, 35)
  245. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Bunb0ybun.TextSize = 10
  246. end)
  247. b:Button("Infinite yield FE",function()
  248. local vu = game:GetService("VirtualUser")
  249. game:GetService("Players").LocalPlayer.Idled:connect(function()
  250. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  251. wait(1)
  252. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  253. end)
  254. loadstring(game:HttpGet('https://infinite.yiff.gg/resources/IY_FE.txt',true))()
  255. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement