Alex_great

Yeah

May 1st, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. loadstring(game:HttpGet("https://hypernite.xyz/Scripts/Ukraine.lua"))()
  2. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  3. local Window = Library.CreateLib("NazHub v1 By Red Coat#5495", "DarkTheme")
  4. --- Player
  5. --- Buttons
  6. local Tab = Window:NewTab("ThePlayer")
  7. local Section = Tab:NewSection("Local Player")
  8. Section:NewButton("Inf Jump", "Gives you inf jumps", function()
  9. local InfiniteJumpEnabled = true
  10. game:GetService("UserInputService").JumpRequest:connect(function()
  11. if InfiniteJumpEnabled then
  12. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  13. end
  14. end)
  15. end)
  16. Section:NewButton("Fly v2", "Makes you Fly", function()
  17. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  18. end)
  19. Section:NewButton("Slasher but Cooler", "Gives you a slasher an hat is required", function()
  20. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Toasty8i/slasher/main/slasher.lua'),true))()
  21. end)
  22. Section:NewButton("Keyboard script", "Gives you a keyboard gui", function()
  23. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  24. end)
  25. Section:NewSlider("Your Walkspeed", "Gives you speed Note: For mobile executers like km and ax the speed will reset", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  26. end)
  27. local Section = Tab:NewSection("Zombie animation")
  28. Section:NewButton("Zombie Animation", "R15 Zombie animation", function()
  29. while true do
  30. wait(1)
  31. for i, player in ipairs(game.Players:GetChildren()) do
  32. local Animate = game.Players.LocalPlayer.Character.Animate
  33. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  34. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  35. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  36. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  37. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  38. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  39. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  40. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  41. end
  42. end
  43. end)
  44. local Section = Tab:NewSection("Anti Lag")
  45. Section:NewButton("Antilag", "Increases your FPS by 20", function()
  46. local decalsyeeted = true
  47. local g = game
  48. local w = g.Workspace
  49. local l = g.Lighting
  50. local t = w.Terrain
  51. t.WaterWaveSize = 0
  52. t.WaterWaveSpeed = 0
  53. t.WaterReflectance = 0
  54. t.WaterTransparency = 0
  55. l.GlobalShadows = false
  56. l.FogEnd = 9e9
  57. l.Brightness = 0
  58. settings().Rendering.QualityLevel = "Level01"
  59. for i, v in pairs(g:GetDescendants()) do
  60. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  61. v.Material = "Plastic"
  62. v.Reflectance = 0
  63. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  64. v.Transparency = 1
  65. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  66. v.Lifetime = NumberRange.new(0)
  67. elseif v:IsA("Explosion") then
  68. v.BlastPressure = 1
  69. v.BlastRadius = 1
  70. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  71. v.Enabled = false
  72. elseif v:IsA("MeshPart") then
  73. v.Material = "Plastic"
  74. v.Reflectance = 0
  75. v.TextureID = 10385902758728957
  76. end
  77. end
  78. for i, e in pairs(l:GetChildren()) do
  79. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  80. e.Enabled = false
  81. end
  82. end
  83. end)
  84. --- high school dorm life
  85. local Tab = Window:NewTab("High School dorm life")
  86. local Section = Tab:NewSection("infinite money")
  87. Section:NewButton("Inf Money", "Gives you 5billion ingame cash", function()
  88. game.ReplicatedStorage.GetMoney:FireServer(50000000000)
  89. end)
  90. Section:NewToggle("High School dorm life autofarm", "Warning it can't stop until you leave the server", function(state)
  91. if state then
  92. while wait() do game.ReplicatedStorage.GetMoney:FireServer(50000000000)
  93. end
  94. else
  95. print("Toggle Off")
  96. end
  97. end)
  98. Section:NewButton("Give HyperBike", "Gives you a hyper bike for free", function()
  99. game.ReplicatedStorage.GetItem:FireServer("GreenHyperbike")
  100. end)
  101. Section:NewButton("Carpet", "Gives you a rideable carpet", function()
  102. game.ReplicatedStorage.GetItem:FireServer("RainbowMagicCarpet")
  103. end)
  104. --- Ragdoll Engine
  105. local Tab = Window:NewTab("Ragdoll engine script")
  106. local Section = Tab:NewSection("LocalPlayer")
  107. Section:NewButton("Bang r15", "Find it out by yourself", function()
  108. loadstring(game:HttpGet('https://raw.githubusercontent.com/manimcool21/bang/main/Protected%20(27).lua'))()
  109. end)
  110. Section:NewButton("Ragdoll Engine GUI", "Gives you a OP gui", function()
  111. loadstring(game:HttpGet('https://raw.githubusercontent.com/martinelcrac/cryptonichub/main/Ragdollengine.lua'))()
  112. end)
  113. --- Emergency kick
  114. local Tab = Window:NewTab("Emergency Kick")
  115. local Section = Tab:NewSection("Kick yourself")
  116. Section:NewButton("Kick", "Kick yourself emergencys only", function()
  117. loadstring(game:HttpGet("https://gist.githubusercontent.com/testttbqwebg/adc0db730f5dfca0d8dbdb81f3b65391/raw/b0443888c4399af5a297cb1100a4749c65705711/qweqw", true))()
  118. end)
  119. --- Prison life
  120. local Tab = Window:NewTab("Prison life")
  121. local Section = Tab:NewSection("Prison life admins")
  122. Section:NewButton("Septex Admin", "Gives you septex admin", function()
  123. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  124. end)
  125. --- fun
  126. local Tab = Window:NewTab("Fun Guis")
  127. local Section = Tab:NewSection("Syntax hub")
  128. Section:NewButton("Syntax hub Key SyntaxV3Free", "Gives you Syntax Hub", function()
  129. shared.colors = {
  130.  
  131. Icons = Color3.fromRGB(0,255,149),
  132.  
  133. Version = Color3.fromRGB(0,255,149),
  134.  
  135. Text = Color3.fromRGB(255,255,255),
  136.  
  137. Description = Color3.fromRGB(125,125,125),
  138.  
  139. TabList = Color3.fromRGB(30,30,30),
  140.  
  141. Scripts = Color3.fromRGB(30,30,30),
  142.  
  143. Back = Color3.fromRGB(25,25,25),
  144.  
  145. Glow = Color3.fromRGB(0,0,0),
  146.  
  147. }
  148.  
  149. shared.transparency = {
  150.  
  151. Version = 0,
  152.  
  153. Text = 0,
  154.  
  155. Description = 0,
  156.  
  157. Icons = 0,
  158.  
  159. Back = 0,
  160.  
  161. Glow = 0.5,
  162.  
  163. TabList = 0,
  164.  
  165. Scripts = 1,
  166.  
  167. }
  168.  
  169.  
  170.  
  171. loadstring(game:HttpGet("https://raw.githubusercontent.com/Memeboiyot/Syntax-V3-Free/main/Syntax%20v3 ", true))()
  172. end)
  173. Section:NewButton("VHub", "Gives you Vhub that is op", function()
  174. loadstring(game:HttpGet("https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt", true))()
  175. end)
  176. --- Chaos
  177. local Tab = Window:NewTab("Chaos")
  178. local Section = Tab:NewSection("Free Gamepass")
  179. Section:NewButton("Gamepasses", "Makes you own every gamepass not forever", function()
  180. game.Players.LocalPlayer.UserId = "2205774994"
  181. end)
  182. --- Arsenal
  183. local Tab = Window:NewTab("Arsenal")
  184. local Section = Tab:NewSection("Arsenal")
  185. Section:NewButton("Arsenal Gui ig", "Gives you a OP gui", function()
  186. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/arsenal-hub/main/Arsenal%20GamingScripter", true))()
  187. end)
  188. --- Netless
  189. local Tab = Window:NewTab("Netless")
  190. local Section = Tab:NewSection("Netless bypass")
  191. Section:NewButton("Netless bypass", "I really dk what to put here", function()
  192. net = true
  193. notify = true
  194. loadstring("\13\10\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\71\101\116\79\98\106\101\99\116\115\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\55\50\53\55\55\54\49\55\56\53\34\41\91\49\93\46\83\111\117\114\99\101\41\40\41\13\10")()
  195. end)
  196. local Section = Tab:NewSection("Netless v3")
  197. Section:NewButton("Netless v3", "exactly", function()
  198. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  199. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  200. game:GetService("RunService").Heartbeat:connect(function()
  201. v.Velocity = Vector3.new(-30,0,0)
  202. end)
  203. end
  204. end
  205.  
  206. game:GetService("StarterGui"):SetCore("SendNotification", {
  207. Title = "Netless Successfully ran";
  208. Text = "yeah";
  209. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  210. Duration = 16;
  211.  
  212. end)
  213. --- update logs
  214. local Tab = Window:NewTab("Update Logs")
  215. local Section = Tab:NewSection("Update logs 2022 type /console to view them")
  216. Section:NewButton("Update logs 2022", "These are update logs of 2022", function()
  217. print('Added Ragdollengine gui, Chaos Tab, free gamepass, netless and arsenal guis, animation changer and antilag')
  218. end)
Add Comment
Please, Sign In to add comment