Advertisement
GL_Script

NodeTx hub v2

Jul 20th, 2024 (edited)
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("NodeTx Hub", "DarkTheme")
  3. local Tab = Window:NewTab("스피드")
  4. local Section = Tab:NewSection("스피드를 올려줌")
  5. Section:NewSlider("스피드", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  7. end)
  8. local Tab = Window:NewTab("점프력")
  9. local Section = Tab:NewSection("점프력을 키워줌")
  10. Section:NewSlider("점프력", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  11. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  12. end)
  13. local Tab = Window:NewTab("채력")
  14. local Section = Tab:NewSection("채력이 딸피일때 풀로 채워줌")
  15. Section:NewButton("채력 풀로 채우기", "ButtonInfo", function()
  16. game.Players.LocalPlayer.Character.Humanoid.Health = 100
  17. end)
  18. local Tab = Window:NewTab("어드민 스크립트")
  19. local Section = Tab:NewSection("말 안해도 알지?")
  20. Section:NewButton("Infinite Yield", "ButtonInfo", function()
  21. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  22. end)
  23. local Tab = Window:NewTab("리치 스크립트")
  24. local Section = Tab:NewSection("세계관 최강자가 될 수도 있음")
  25. Section:NewButton("Reach", "ButtonInfo", function()
  26.  
  27. local active = true
  28. local trueActive = true
  29. local reachType = "Sphere"
  30. local dmgEnabled = truew
  31. local visualizerEnabled = false
  32.  
  33. local visualizer = Instance.new("Part")
  34. visualizer.BrickColor = BrickColor.Blue()
  35. visualizer.Transparency = 0.6
  36. visualizer.Anchored = true
  37. visualizer.CanCollide = false
  38. visualizer.Size = Vector3.new(0.5,0.5,0.5)
  39. visualizer.BottomSurface = Enum.SurfaceType.Smooth
  40. visualizer.TopSurface = Enum.SurfaceType.Smooth
  41.  
  42. local ScreenGui = Instance.new("ScreenGui")
  43. local Frame = Instance.new("Frame")
  44. local TextLabel = Instance.new("TextLabel")
  45. local TextBox = Instance.new("TextBox")
  46. local TextLabel_2 = Instance.new("TextLabel")
  47. local TextLabel_3 = Instance.new("TextLabel")
  48. local TextLabel_4 = Instance.new("TextLabel")
  49. local TextButton = Instance.new("TextButton")
  50. local Frame_2 = Instance.new("Frame")
  51. local Frame_3 = Instance.new("Frame")
  52. local Frame_4 = Instance.new("Frame")
  53. local Frame_5 = Instance.new("Frame")
  54. local TextButton_2 = Instance.new("TextButton")
  55.  
  56. --Properties:
  57.  
  58. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59. ScreenGui.DisplayOrder = 999999999
  60. ScreenGui.ResetOnSpawn = false
  61.  
  62. Frame.Parent = ScreenGui
  63. Frame.AnchorPoint = Vector2.new(0, 0.5)
  64. Frame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  65. Frame.BackgroundTransparency = 0.300
  66. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  67. Frame.BorderSizePixel = 4
  68. Frame.Position = UDim2.new(0, 0, 0.600000024, 0)
  69. Frame.Size = UDim2.new(0.150000006, 0, 0.300000012, 0)
  70.  
  71. TextLabel.Parent = Frame
  72. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel.BackgroundTransparency = 1.000
  74. TextLabel.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  75. TextLabel.Font = Enum.Font.SourceSans
  76. TextLabel.Text = "Reach:"
  77. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. TextLabel.TextScaled = true
  79. TextLabel.TextSize = 14.000
  80. TextLabel.TextWrapped = true
  81.  
  82. TextBox.Parent = Frame
  83. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextBox.BackgroundTransparency = 1.000
  85. TextBox.Position = UDim2.new(0.600000024, 0, 0, 0)
  86. TextBox.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  87. TextBox.Font = Enum.Font.SourceSans
  88. TextBox.Text = "3.5"
  89. TextBox.TextColor3 = Color3.fromRGB(255, 76, 76)
  90. TextBox.TextScaled = true
  91. TextBox.TextSize = 14.000
  92. TextBox.TextWrapped = true
  93.  
  94. TextLabel_2.Parent = Frame
  95. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. TextLabel_2.BackgroundTransparency = 1.000
  97. TextLabel_2.Position = UDim2.new(0, 0, 0.200000003, 0)
  98. TextLabel_2.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  99. TextLabel_2.Font = Enum.Font.SourceSans
  100. TextLabel_2.Text = "Shape:"
  101. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. TextLabel_2.TextScaled = true
  103. TextLabel_2.TextSize = 14.000
  104. TextLabel_2.TextWrapped = true
  105.  
  106. TextLabel_3.Parent = Frame
  107. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. TextLabel_3.BackgroundTransparency = 1.000
  109. TextLabel_3.Position = UDim2.new(0, 0, 0.400000006, 0)
  110. TextLabel_3.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  111. TextLabel_3.Font = Enum.Font.SourceSans
  112. TextLabel_3.Text = "Damage:"
  113. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. TextLabel_3.TextScaled = true
  115. TextLabel_3.TextSize = 14.000
  116. TextLabel_3.TextWrapped = true
  117.  
  118. TextLabel_4.Parent = Frame
  119. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel_4.BackgroundTransparency = 1.000
  121. TextLabel_4.Position = UDim2.new(0, 0, 0.600000024, 0)
  122. TextLabel_4.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  123. TextLabel_4.Font = Enum.Font.SourceSans
  124. TextLabel_4.Text = "Visualizer:"
  125. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. TextLabel_4.TextScaled = true
  127. TextLabel_4.TextSize = 14.000
  128. TextLabel_4.TextWrapped = true
  129.  
  130. TextButton.Parent = Frame
  131. TextButton.AnchorPoint = Vector2.new(0, 1)
  132. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. TextButton.BackgroundTransparency = 1.000
  134. TextButton.Position = UDim2.new(0, 0, 1, 0)
  135. TextButton.Size = UDim2.new(1, 0, 0.150000006, 0)
  136. TextButton.Font = Enum.Font.SourceSansBold
  137. TextButton.Text = "Kill Script"
  138. TextButton.TextColor3 = Color3.fromRGB(222, 0, 0)
  139. TextButton.TextScaled = true
  140. TextButton.TextSize = 14.000
  141. TextButton.TextWrapped = true
  142.  
  143. Frame_2.Parent = Frame
  144. Frame_2.Active = true
  145. Frame_2.AnchorPoint = Vector2.new(0, 0.5)
  146. Frame_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  147. Frame_2.BorderSizePixel = 0
  148. Frame_2.Position = UDim2.new(0.725000024, 0, 0.699999988, 0)
  149. Frame_2.Size = UDim2.new(0, 25, 0, 25)
  150. Frame_2.ZIndex = 5
  151.  
  152. Frame_3.Parent = Frame_2
  153. Frame_3.AnchorPoint = Vector2.new(0.5, 0.5)
  154. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  155. Frame_3.BorderSizePixel = 0
  156. Frame_3.LayoutOrder = 1
  157. Frame_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  158.  
  159. Frame_4.Parent = Frame
  160. Frame_4.Active = true
  161. Frame_4.AnchorPoint = Vector2.new(0, 0.5)
  162. Frame_4.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  163. Frame_4.BorderSizePixel = 0
  164. Frame_4.Position = UDim2.new(0.725000024, 0, 0.5, 0)
  165. Frame_4.Size = UDim2.new(0, 25, 0, 25)
  166. Frame_4.ZIndex = 5
  167.  
  168. Frame_5.Parent = Frame_4
  169. Frame_5.AnchorPoint = Vector2.new(0.5, 0.5)
  170. Frame_5.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  171. Frame_5.BorderSizePixel = 0
  172. Frame_5.LayoutOrder = 1
  173. Frame_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  174. Frame_5.Size = UDim2.new(1, 0, 1, 0)
  175.  
  176. TextButton_2.Parent = Frame
  177. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  178. TextButton_2.BackgroundTransparency = 1.000
  179. TextButton_2.Position = UDim2.new(0.600000024, 0, 0.200000003, 0)
  180. TextButton_2.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  181. TextButton_2.Font = Enum.Font.SourceSans
  182. TextButton_2.Text = "Sphere"
  183. TextButton_2.TextColor3 = Color3.fromRGB(255, 76, 76)
  184. TextButton_2.TextScaled = true
  185. TextButton_2.TextSize = 14.000
  186. TextButton_2.TextWrapped = true
  187.  
  188. repeat wait() until game.Players.LocalPlayer
  189. ScreenGui.Parent = game:GetService("CoreGui")
  190.  
  191.  
  192.  
  193. Frame_4.InputBegan:connect(function(inp)
  194. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  195. dmgEnabled = not dmgEnabled
  196. local goal = {Size = UDim2.new(0,0,0,0)}
  197. if dmgEnabled then
  198. goal = {Size = UDim2.new(1,0,1,0)}
  199. end
  200. game:GetService("TweenService"):Create(Frame_5,TweenInfo.new(0.12,Enum.EasingStyle.Quad),goal):Play()
  201. end
  202. end)
  203. Frame_2.InputBegan:connect(function(inp)
  204. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  205. visualizerEnabled = not visualizerEnabled
  206. local goal = {Size = UDim2.new(0,0,0,0)}
  207. if visualizerEnabled then
  208. goal = {Size = UDim2.new(1,0,1,0)}
  209. end
  210. game:GetService("TweenService"):Create(Frame_3,TweenInfo.new(0.12,Enum.EasingStyle.Linear),goal):Play()
  211. end
  212. end)
  213. TextButton_2.MouseButton1Click:connect(function()
  214. if reachType == "Sphere" then
  215. reachType = "Line"
  216. else
  217. reachType = "Sphere"
  218. end
  219. TextButton_2.Text = reachType
  220. end)
  221. TextButton.MouseButton1Click:connect(function()
  222. trueActive = false
  223. ScreenGui:Destroy()
  224. end)
  225. game:GetService("UserInputService").InputBegan:connect(function(inp,gpe)
  226. if gpe then return end
  227. if inp.KeyCode == Enum.KeyCode.H then
  228. ScreenGui.Enabled = not ScreenGui.Enabled
  229. end
  230. end)
  231.  
  232. local plr = game.Players.LocalPlayer
  233.  
  234. local function onHit(hit,handle)
  235. local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  236. if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  237. if dmgEnabled then
  238. for _,v in pairs(hit.Parent:GetChildren()) do
  239. if v:IsA("Part") then
  240. firetouchinterest(v,handle,0)
  241. firetouchinterest(v,handle,1)
  242. end
  243. end
  244. else
  245. firetouchinterest(hit,handle,0)
  246. firetouchinterest(hit,handle,1)
  247. end
  248. end
  249. end
  250.  
  251. local function getWhiteList()
  252. local wl = {}
  253. for _,v in pairs(game.Players:GetPlayers()) do
  254. if v ~= plr then
  255. local char = v.Character
  256. if char then
  257. for _,q in pairs(char:GetChildren()) do
  258. if q:IsA("Part") then
  259. table.insert(wl,q)
  260. end
  261. end
  262. end
  263. end
  264. end
  265. return wl
  266. end
  267.  
  268. game:GetService("RunService").RenderStepped:connect(function()
  269. if not active or not trueActive then return end
  270. local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  271. if not s then visualizer.Parent = nil end
  272. if s then
  273. local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  274. if handle then
  275. if visualizerEnabled then
  276. visualizer.Parent = workspace
  277. else
  278. visualizer.Parent = nil
  279. end
  280. local reach = tonumber(TextBox.Text)
  281. if reach then
  282. if reachType == "Sphere" then
  283. visualizer.Shape = Enum.PartType.Ball
  284. visualizer.Size = Vector3.new(reach,reach,reach)
  285. visualizer.CFrame = handle.CFrame
  286. for _,v in pairs(game.Players:GetPlayers()) do
  287. local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  288. if hrp and handle then
  289. local mag = (hrp.Position-handle.Position).magnitude
  290. if mag <= reach then
  291. onHit(hrp,handle)
  292. end
  293. end
  294. end
  295. elseif reachType == "Line" then
  296. local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
  297. local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
  298. local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
  299. visualizer.Shape = Enum.PartType.Block
  300. visualizer.Size = Vector3.new(1,0.8,reach)
  301. visualizer.CFrame = handle.CFrame*CFrame.new(0,0,(reach/2)+2)
  302. if p then
  303. onHit(p,handle)
  304. else
  305. for _,v in pairs(handle:GetTouchingParts()) do
  306. onHit(v,handle)
  307. end
  308. end
  309. end
  310. end
  311. end
  312. end
  313. end)
  314. end)
  315. local Tab = Window:NewTab("블레이드 볼 스크립트")
  316. local Section = Tab:NewSection("티카타카 ㅆㄱㄴ ")
  317. Section:NewButton("Blade ball", "ButtonInfo", function()
  318. loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/Loader.lua"))()
  319. end)
  320. local Tab = Window:NewTab("에니메이션 스크립트")
  321. local Section = Tab:NewSection("춤을 추게 해줌")
  322. Section:NewButton("Blade ball", "ButtonInfo", function()
  323. loadstring(game:HttpGet("https://gist.githubusercontent.com/MelonsStuff/f018928d2f010789a150b4924e279b16/raw/8de399eb9cbccbde430fcd37270cd4ff171f8b8e/AnimationGUI.txt"))()
  324. end)
  325. local Tab = Window:NewTab("도배 스크립트")
  326. local Section = Tab:NewSection("매우 빠른 속도로 채팅을 보냄")
  327. Section:NewTextBox("도배하기(아무거나 적으셈) -->", "근데 멈출려면 재접해야함", function(txt)
  328. local A_1 = (txt)
  329. local A_2 = "All"
  330. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  331. while true do
  332. wait(0.01)
  333. Event:FireServer(A_1, A_2)
  334. end
  335. end)
  336.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement