C-H-4-0-S

Tgg

Oct 23rd, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.83 KB | None | 0 0
  1.  
  2.  
  3.  
  4. _G.BEDOL = true
  5. local a = syn and syn.request or http and http.request or http_request or fluxus and fluxus.request or request
  6. local b = a
  7. local c = game:GetService("ContextActionService")
  8. local d = game:GetService("RunService")
  9. local e = false
  10. local f = game:GetService("Players").LocalPlayer
  11. local g = game:GetService("Lighting")
  12. local h = game:GetService("RbxAnalyticsService")
  13. local i = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/MODULES_SCRIPPT_HUB/main/"
  14. local j =
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/NEVERLOSE-UI-Nightly/main/source.lua"))(
  16.  
  17. )
  18. local k = loadstring(game:HttpGet(i .. tostring("TraceEsp.lua")))()
  19. local l = loadstring(game:HttpGet(i .. tostring("Functions.lua")))()
  20. local m = {}
  21. local n = {}
  22. local o = loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/MainUI.cpp"))()
  23. local p = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))()
  24. local q = p.Notify
  25. local r = game:GetService("HttpService")
  26. local s
  27. local t
  28. local u = "BedolUserSave.txt"
  29. print("Loading")
  30. local function v(w, x, y)
  31. local z
  32. if y then
  33. z = r:JSONEncode(y)
  34. end
  35. return b({Url = w, Method = x, Headers = {["Content-Type"] = "application/json"}, Body = z})
  36. end
  37. print("Fetching API")
  38. j:Theme("dark")
  39. local A = game:GetService("Teams").Gootraxian
  40. local B = "Bat"
  41. local C = Vector3.new(0, -35, 0)
  42. local D = workspace.Scripted.ItemSpawner
  43. local E = false
  44. local F
  45. local G = {Time = g.TimeOfDay, Bight = g.Brightness}
  46. local H = {
  47. AutoKill = {KillMethod = "All Target", AutoKill = false},
  48. Items = {Default = "Bat", Aimbot = false},
  49. Hitbox = {AutoLockedTarget = false, Aimbot = false, OnEsp = false, EspSize = 50},
  50. ESP = {EspTarget = false, EspItems = false},
  51. Automatic = {AutoEscape = false, AutoSuicide = false, AutoAttack = false, AutoAttackDistance = 14},
  52. LocalPlayer = {
  53. WalkSpeedNumber = 15,
  54. WalkSpeed = false,
  55. JumpPowerNumber = 50,
  56. JumpPower = false,
  57. NoBlurEffect = false,
  58. FullBright = false,
  59. BypassSpawn = false
  60. }
  61. }
  62. for I, J in ipairs(g:GetChildren()) do
  63. pcall(
  64. function()
  65. if J.Enabled then
  66. J:SetAttribute("Enabled", true)
  67. end
  68. end
  69. )
  70. end
  71. n.TeleportSpeed = 6
  72. n.MaxDistance = 5
  73. n.Targeted = Vector3.new()
  74. local K = function(L, M)
  75. if f.Character then
  76. M = M or 6
  77. local N = f.Character.HumanoidRootPart
  78. local O = typeof(L) == "Vector3" and CFrame.new(L) or L
  79. local P = (O.Position - N.Position).Unit * M
  80. N.Velocity = Vector3.new(0, 0, 0)
  81. N.CFrame = N.CFrame:Lerp(CFrame.new(N.CFrame.Position) * CFrame.new(P), 0.1)
  82. end
  83. end
  84. game.Players.LocalPlayer.Idled:Connect(
  85. function()
  86. local Q = game:GetService("VirtualUser")
  87. Q:CaptureController()
  88. Q:ClickButton2(Vector2.new(0, 0))
  89. end
  90. )
  91. local function R(S, T, U)
  92. if not S then
  93. return
  94. end
  95. if not U then
  96. for V, W in ipairs(S:GetDescendants()) do
  97. if W.Name == tostring(T) then
  98. return W, V
  99. end
  100. end
  101. else
  102. for V, W in ipairs(S:GetDescendants()) do
  103. if W.ClassName == tostring(U) then
  104. return W, V
  105. end
  106. end
  107. end
  108. return false
  109. end
  110. local X
  111. local function Y()
  112. local Z = v("https://httpbin.org/get", "GET")
  113. local _ = r:JSONDecode(Z.Body)
  114. s = _
  115. end
  116. local function a0()
  117. local a1
  118. local a2 = s.headers
  119. for I, J in pairs(a2) do
  120. if type(I) == "string" and I:lower():match("fingerprint") then
  121. a1 = J
  122. end
  123. end
  124. t = a1
  125. return a1
  126. end
  127. function from_base64(a3)
  128. local a4 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
  129. a3 = string.gsub(a3, "[^" .. a4 .. "=]", "")
  130. return a3:gsub(
  131. ".",
  132. function(a5)
  133. if a5 == "=" then
  134. return ""
  135. end
  136. local a6, a7 = "", a4:find(a5) - 1
  137. for I = 6, 1, -1 do
  138. a6 = a6 .. (a7 % 2 ^ I - a7 % 2 ^ (I - 1) > 0 and "1" or "0")
  139. end
  140. return a6
  141. end
  142. ):gsub(
  143. "%d%d%d?%d?%d?%d?%d?%d?",
  144. function(a5)
  145. if #a5 ~= 8 then
  146. return ""
  147. end
  148. local a8 = 0
  149. for I = 1, 8 do
  150. a8 = a8 + (a5:sub(I, I) == "1" and 2 ^ (8 - I) or 0)
  151. end
  152. return string.char(a8)
  153. end
  154. )
  155. end
  156. local function a9()
  157. pcall(
  158. function()
  159. for I, J in ipairs(game:GetService("Players").LocalPlayer.PlayerScripts.Miscellaneous:GetChildren()) do
  160. if J.Name == "Legitimacy" then
  161. J:Remove()
  162. end
  163. end
  164. end
  165. )
  166. pcall(
  167. function()
  168. game:GetService("Players").LocalPlayer.PlayerScripts.LocalScripts.Visual.ObjectVisuals:Remove()
  169. game:GetService("Players").LocalPlayer.PlayerScripts.LocalScripts.Visual.TouchDetection:Remove()
  170. end
  171. )
  172. end
  173. Y()
  174. local function aa(ab)
  175. local ac = {tostring(ab)}
  176. for I, J in ipairs(game:GetService("Players"):GetPlayers()) do
  177. if J.Team == A then
  178. table.insert(ac, J)
  179. end
  180. end
  181. return ac
  182. end
  183. local function ad(ae)
  184. if typeof(ae) == "Instance" then
  185. if ae.ClassName == "Model" then
  186. return ae:GetPivot().Position
  187. end
  188. if ae:isA("BasePart") then
  189. return ae.Position
  190. end
  191. else
  192. if typeof(ae) == "CFrame" then
  193. return ae.CFrame
  194. end
  195. end
  196. end
  197. function JSONEncode(af)
  198. local function ag(ah)
  199. ah = string.gsub(ah, '(["\\])', "\\%1")
  200. ah = string.gsub(ah, "[\b]", "\\b")
  201. ah = string.gsub(ah, "[\f]", "\\f")
  202. ah = string.gsub(ah, "[\n]", "\\n")
  203. ah = string.gsub(ah, "[\r]", "\\r")
  204. ah = string.gsub(ah, "[\t]", "\\t")
  205. return ah
  206. end
  207. local function ai(af)
  208. local aj = ""
  209. local ak = type(af)
  210. if ak == "table" then
  211. aj = aj .. "{"
  212. local al = true
  213. for am, J in pairs(af) do
  214. task.wait()
  215. if not al then
  216. aj = aj .. ","
  217. end
  218. al = false
  219. aj = aj .. '"' .. ag(tostring(am)) .. '":'
  220. aj = aj .. ai(J)
  221. end
  222. aj = aj .. "}"
  223. elseif ak == "string" then
  224. aj = aj .. '"' .. ag(af) .. '"'
  225. elseif ak == "number" or ak == "boolean" then
  226. aj = aj .. tostring(af)
  227. else
  228. aj = aj .. "null"
  229. end
  230. return aj
  231. end
  232. return ai(af)
  233. end
  234. local an =
  235. loadstring(
  236. game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/New-C4-Remote.lua/main/backup/key-system.h")
  237. )()
  238. q({Description = "Powered By PandaAuth", Title = "Verified!", Duration = 5})
  239. print("loaded script")
  240. pcall(a9)
  241. q({Description = "KAIJU PARADISE SCRIPT V2 Fixed", Title = "Bedol Hub - Script", Duration = 5})
  242. local ao
  243. local ap = H
  244. local function aq()
  245. writefile("BedolKP.txt", r:JSONEncode(ap))
  246. end
  247. local ar = {
  248. ["1"] = Enum.KeyCode.One,
  249. ["2"] = Enum.KeyCode.Two,
  250. ["3"] = Enum.KeyCode.Three,
  251. ["4"] = Enum.KeyCode.Four,
  252. ["5"] = Enum.KeyCode.Five
  253. }
  254. local as = {
  255. ["Bat"] = 0.375,
  256. ["Bottle"] = 0.295,
  257. ["Scythe"] = 0.375,
  258. ["Katana"] = 0.345,
  259. ["Knife"] = 0.3,
  260. ["Nunchunks"] = 0.3,
  261. ["Pipe"] = 0.375,
  262. ["Crowbar"] = 0.375
  263. }
  264. local function at(au, av)
  265. if au == "Move" then
  266. if f.Character:FindFirstChildWhichIsA("IntValue") then
  267. local aw = f.Character:FindFirstChildWhichIsA("IntValue")
  268. for I, J in ipairs(aw:GetDescendants()) do
  269. if J.Name == "DmgPoint" then
  270. if J:isA("Attachment") then
  271. if not J:GetAttribute("origin") then
  272. J:SetAttribute("origin", J.CFrame)
  273. end
  274. local ax = J.Parent.CFrame:ToObjectSpace(av)
  275. J.CFrame = ax * CFrame.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  276. end
  277. end
  278. end
  279. end
  280. else
  281. if f.Character:FindFirstChildWhichIsA("IntValue") then
  282. local aw = f.Character:FindFirstChildWhichIsA("IntValue")
  283. task.spawn(
  284. function()
  285. for I, J in ipairs(aw:GetDescendants()) do
  286. if J.Name == "DmgPoint" then
  287. if J:isA("Attachment") then
  288. task.wait()
  289. if J:GetAttribute("origin") then
  290. J.CFrame = J:GetAttribute("origin")
  291. end
  292. end
  293. end
  294. end
  295. end
  296. )
  297. end
  298. end
  299. end
  300. local ay = {Trace = {}, Object = {}, Items = {}}
  301. local az = {}
  302. local aA = {}
  303. local aB = j:AddWindow("BEDOL HUB", "KAIJU PARADISE : V3")
  304. aB:AddTabLabel("Home")
  305. local aC = aB:AddTab("Main", "earth")
  306. local aD = aB:AddTab("Esp", "ads")
  307. local aE = aB:AddTab("Misc", "folder")
  308. local aF = aE:AddSection("LocalPlayer", "left")
  309. local aG = aE:AddSection("Game", "right")
  310. local aH = aC:AddSection("Auto Kill", "left")
  311. local aI = aC:AddSection("Tool Items", "right")
  312. local aJ = aC:AddSection("Hitbox", "left")
  313. local aK = aD:AddSection("ESP", "left")
  314. local aL = aC:AddSection("Automatic", "right")
  315. local aM = aE:AddSection("Info", "right")
  316. aM:AddButton(
  317. "Join Discord",
  318. function()
  319. pcall(
  320. function()
  321. setclipboard(tostring("https://discord.gg/BH6pE7jesa"))
  322. end
  323. )
  324. pcall(
  325. function()
  326. toclipboard(tostring("https://discord.gg/BH6pE7jesa"))
  327. end
  328. )
  329. if b then
  330. b(
  331. {
  332. Url = "http://127.0.0.1:6463/rpc?v=1",
  333. Method = "POST",
  334. Headers = {["Content-Type"] = "application/json", Origin = "https://discord.com"},
  335. Body = r:JSONEncode(
  336. {cmd = "INVITE_BROWSER", nonce = r:GenerateGUID(false), args = {code = "BH6pE7jesa"}}
  337. )
  338. }
  339. )
  340. end
  341. end
  342. )
  343. aM:AddLabel("Have Fun :)")
  344. aG:AddToggle(
  345. "No BlurEffect",
  346. ap.LocalPlayer.NoBlurEffect,
  347. function(aN)
  348. ap.LocalPlayer.NoBlurEffect = aN
  349. end
  350. )
  351. aG:AddToggle(
  352. "FullBright",
  353. ap.LocalPlayer.FullBright,
  354. function(aN)
  355. ap.LocalPlayer.FullBright = aN
  356. end
  357. )
  358. aG:AddToggle(
  359. "Bypass [SafeZone]",
  360. ap.LocalPlayer.BypassSpawn,
  361. function(aN)
  362. ap.LocalPlayer.BypassSpawn = aN
  363. end
  364. )
  365. aF:AddToggle(
  366. "Walk Speed",
  367. ap.LocalPlayer.WalkSpeed,
  368. function(aN)
  369. ap.LocalPlayer.WalkSpeed = aN
  370. end
  371. )
  372. aF:AddSlider(
  373. "Speed Value",
  374. 1,
  375. 27,
  376. ap.LocalPlayer.WalkSpeedNumber,
  377. function(aN)
  378. ap.LocalPlayer.WalkSpeedNumber = aN
  379. end
  380. )
  381. aF:AddToggle(
  382. "Jump Power",
  383. ap.LocalPlayer.JumpPower,
  384. function(aN)
  385. ap.LocalPlayer.JumpPower = aN
  386. end
  387. )
  388. aF:AddSlider(
  389. "Power Value",
  390. 50,
  391. 500,
  392. ap.LocalPlayer.JumpPowerNumber,
  393. function(aN)
  394. ap.LocalPlayer.JumpPowerNumber = aN
  395. end
  396. )
  397. aK:AddToggle(
  398. "ESP Target",
  399. ap.ESP.EspTarget,
  400. function(aN)
  401. ap.ESP.EspTarget = aN
  402. end
  403. )
  404. aK:AddToggle(
  405. "ESP Items",
  406. ap.ESP.EspItems,
  407. function(aN)
  408. ap.ESP.EspItems = aN
  409. end
  410. )
  411. aL:AddToggle(
  412. "Auto Escape",
  413. ap.Automatic.AutoEscape,
  414. function(aN)
  415. ap.Automatic.AutoEscape = aN
  416. end
  417. )
  418. aL:AddToggle(
  419. "Auto Suicide",
  420. ap.Automatic.AutoSuicide,
  421. function(aN)
  422. ap.Automatic.AutoSuicide = aN
  423. end
  424. )
  425. aL:AddToggle(
  426. "Auto Attack",
  427. ap.Automatic.AutoAttack,
  428. function(aN)
  429. ap.Automatic.AutoAttack = aN
  430. end
  431. )
  432. aL:AddSlider(
  433. "Attack Distance",
  434. 1,
  435. 25,
  436. ap.Automatic.AutoAttackDistance,
  437. function(aN)
  438. ap.Automatic.AutoAttackDistance = aN
  439. end
  440. )
  441. aH:AddDropdown(
  442. "Kill Methods",
  443. {"All Target"},
  444. ap.AutoKill.KillMethod,
  445. function(aN)
  446. ap.AutoKill.KillMethod = aN
  447. end
  448. )
  449. aH:AddToggle(
  450. "Auto Kill",
  451. ap.AutoKill.AutoKill,
  452. function(aN)
  453. ap.AutoKill.AutoKill = aN
  454. end
  455. )
  456. aJ:AddToggle(
  457. "Auto Locked Target",
  458. ap.Hitbox.AutoLockedTarget,
  459. function(aN)
  460. ap.Hitbox.AutoLockedTarget = aN
  461. end
  462. )
  463. aJ:AddToggle(
  464. "Aimbot",
  465. ap.Hitbox.Aimbot,
  466. function(aN)
  467. ap.Hitbox.Aimbot = aN
  468. end
  469. )
  470. aJ:AddSlider(
  471. "Aimbot Size",
  472. 1,
  473. 100,
  474. ap.Hitbox.EspSize,
  475. function(aN)
  476. ap.Hitbox.EspSize = aN
  477. end
  478. )
  479. aJ:AddToggle(
  480. "Esp Target",
  481. ap.Hitbox.OnEsp,
  482. function(aN)
  483. ap.Hitbox.OnEsp = aN
  484. end
  485. )
  486. task.spawn(
  487. function()
  488. local aO = Instance.new("Part", workspace)
  489. aO.Anchored = true
  490. aO.Material = Enum.Material.ForceField
  491. aO.CanCollide = false
  492. aO.Transparency = 0.1
  493. aO.Size = Vector3.new(ap.Hitbox.EspSize, ap.Hitbox.EspSize, ap.Hitbox.EspSize)
  494. aO.Shape = Enum.PartType.Ball
  495. f:GetMouse().TargetFilter = aO
  496. l:NewLoop(
  497. function()
  498. game:GetService("TweenService"):Create(
  499. aO,
  500. TweenInfo.new(0.05),
  501. {Size = Vector3.new(ap.Hitbox.EspSize, ap.Hitbox.EspSize, ap.Hitbox.EspSize)}
  502. ):Play()
  503. if ap.Hitbox.OnEsp and ap.Hitbox.Aimbot then
  504. aO.CFrame = f:GetMouse().Hit
  505. else
  506. aO.CFrame = CFrame.new(0, 0, 0)
  507. end
  508. end
  509. )
  510. end
  511. )
  512. function m:KeyPress(aP)
  513. game:GetService("VirtualUser"):CaptureController()
  514. game:GetService("VirtualUser"):SetKeyDown(aP)
  515. pcall(keypress, aP)
  516. task.wait()
  517. game:GetService("VirtualUser"):SetKeyUp(aP)
  518. pcall(keyrelease, aP)
  519. end
  520. local function aQ(aR)
  521. for I, J in ipairs(D:GetChildren()) do
  522. if J:FindFirstChild(aR) then
  523. return J:FindFirstChild(aR)
  524. end
  525. end
  526. for I, J in ipairs(workspace.Scripted.Interactable:GetChildren()) do
  527. if J.Name == aR then
  528. return J
  529. end
  530. end
  531. return nil
  532. end
  533. local function aS(aw)
  534. for I, J in ipairs(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.InventoryGui:GetChildren()) do
  535. if J.Tool.Value == aw then
  536. return tostring(J)
  537. end
  538. end
  539. return nil
  540. end
  541. local function aT(aU)
  542. if not aU then
  543. return
  544. end
  545. aU:SetAttribute("AntiCheatTeleport", Vector3.new())
  546. aU:GetAttributeChangedSignal("AntiCheatTeleport"):Connect(
  547. function()
  548. for I = 0, 15 do
  549. task.wait()
  550. n:Stop()
  551. end
  552. end
  553. )
  554. aU:WaitForChild("HumanoidRootPart"):GetPropertyChangedSignal("Position"):Connect(
  555. function()
  556. if aU:WaitForChild("HumanoidRootPart").Position == aU:GetAttribute("AntiCheatTeleport") then
  557. for I = 0, 5 do
  558. task.wait()
  559. n:Stop()
  560. end
  561. end
  562. end
  563. )
  564. aU:WaitForChild("Humanoid"):GetPropertyChangedSignal("WalkSpeed"):Connect(
  565. function()
  566. if ap.LocalPlayer.WalkSpeed then
  567. aU:WaitForChild("Humanoid").WalkSpeed = ap.LocalPlayer.WalkSpeedNumber
  568. end
  569. end
  570. )
  571. aU:WaitForChild("Humanoid").UseJumpPower = true
  572. aU:WaitForChild("Humanoid"):GetPropertyChangedSignal("JumpPower"):Connect(
  573. function()
  574. if ap.LocalPlayer.JumpPower then
  575. aU:WaitForChild("Humanoid").UseJumpPower = true
  576. aU:WaitForChild("Humanoid").JumpPower = ap.LocalPlayer.JumpPowerNumber
  577. end
  578. end
  579. )
  580. end
  581. local function aV(aW, aX)
  582. local aY
  583. local aZ = aX or 1000
  584. for I, J in ipairs(game:GetService("Players"):GetPlayers()) do
  585. if J.Character then
  586. if J.Team == A then
  587. local a_ = (J.Character:FindFirstChild("HumanoidRootPart").Position - aW).Magnitude
  588. if a_ <= aZ then
  589. aZ = a_
  590. aY = J
  591. end
  592. end
  593. end
  594. end
  595. return aY
  596. end
  597. local function b0(av)
  598. local b1 = f.Character:FindFirstChild("HumanoidRootPart").Position
  599. local b2 = Vector3.new(av.X, 0, av.Z)
  600. local b3 = Vector3.new(b1.X, 0, b1.Z)
  601. local aZ = (b2 - b3).Magnitude
  602. return aZ
  603. end
  604. local function b4()
  605. if not f.Character:FindFirstChild(B) and not f.Backpack:FindFirstChild(B) then
  606. if not f.Character:FindFirstChildWhichIsA("IntValue") then
  607. local b5 = f.Character:FindFirstChild("HumanoidRootPart").Position + C
  608. local aw = aQ(B)
  609. if aw then
  610. local b6 = ad(aw)
  611. local b7 = b6 + C
  612. local b8 = R(aw, "", "ProximityPrompt")
  613. local aZ = b0(b6)
  614. if aZ >= 10 then
  615. n:Start(b5)
  616. task.wait()
  617. n:Start(b7)
  618. task.wait()
  619. for I = 0, 15 do
  620. task.wait()
  621. n:Start(b6)
  622. if I > 1 then
  623. fireproximityprompt(b8, 1)
  624. end
  625. end
  626. task.wait()
  627. n:Start(b7)
  628. task.wait()
  629. n:Start(b5)
  630. else
  631. for I = 0, 15 do
  632. task.wait()
  633. fireproximityprompt(b8, 1)
  634. end
  635. end
  636. else
  637. q({Description = "Not found Item", Title = "Bedol Hub - Services", Duration = 5})
  638. end
  639. end
  640. end
  641. if f.Backpack:FindFirstChild(B) then
  642. local b9 = aS(f.Backpack:FindFirstChild(B))
  643. if b9 then
  644. m:KeyPress(ar[b9])
  645. end
  646. end
  647. if f.Character:FindFirstChildWhichIsA("IntValue") then
  648. m:ScreenClick(Vector2.new())
  649. end
  650. end
  651. local function ba()
  652. if
  653. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.WeaponUI.MainFrame.WeaponUI.Cooldown.Bar.Size.X.Scale <=
  654. 0
  655. then
  656. return true
  657. end
  658. return false
  659. end
  660. function n:Start(L)
  661. E = true
  662. local bb = false
  663. n.Targeted = L
  664. if typeof(L) == "CFrame" then
  665. L = L.Position
  666. end
  667. if b0(L) <= n.MaxDistance then
  668. K(L, n.TeleportSpeed * 2)
  669. bb = true
  670. end
  671. repeat
  672. d.Heartbeat:Wait()
  673. E = true
  674. K(L, n.TeleportSpeed)
  675. if b0(L) <= n.MaxDistance then
  676. K(L, n.TeleportSpeed * 2)
  677. bb = true
  678. end
  679. until n.Targeted ~= L or bb
  680. if bb then
  681. K(L, n.TeleportSpeed * 2)
  682. end
  683. E = false
  684. end
  685. function n:Stop()
  686. n.Targeted = Vector3.new(1, 23, 2)
  687. end
  688. local function bc()
  689. local bd = workspace:GetServerTimeNow()
  690. local be = false
  691. local bf =
  692. game:GetService("ReplicatedStorage").Remote.LocalFunction.OnClientEvent:Connect(
  693. function(bg, bh)
  694. if bh["IgnorePlayer"] then
  695. if bh["IgnorePlayer"] == f then
  696. be = true
  697. end
  698. end
  699. end
  700. )
  701. repeat
  702. task.wait()
  703. until be or workspace:GetServerTimeNow() - bd > 0.45
  704. pcall(
  705. function()
  706. bf:Disconnect()
  707. return
  708. end
  709. )
  710. end
  711. aI:AddButton(
  712. "Get Item",
  713. function()
  714. if ap.AutoKill.AutoKill then
  715. q({Description = "Turn off the Auto Kill", Title = "Bedol Hub - Services", Duration = 5})
  716. return
  717. end
  718. local aw = aQ(B)
  719. if aw then
  720. local b6 = ad(aw)
  721. local b7 = b6 + C
  722. local b8 = R(aw, "", "ProximityPrompt")
  723. local b5 = f.Character:FindFirstChild("HumanoidRootPart").Position + C
  724. local bi = f.Character:FindFirstChild("HumanoidRootPart").Position
  725. local aZ = b0(b6)
  726. if aZ >= 15 then
  727. n:Start(b5)
  728. task.wait()
  729. n:Start(b7)
  730. task.wait()
  731. for I = 0, 15 do
  732. task.wait()
  733. n:Start(b6)
  734. if I > 3 then
  735. fireproximityprompt(b8, 1)
  736. end
  737. end
  738. task.wait(0.15)
  739. n:Start(b7)
  740. task.wait()
  741. n:Start(b5)
  742. task.wait()
  743. n:Start(bi)
  744. else
  745. for I = 0, 15 do
  746. task.wait()
  747. n:Start(b6)
  748. if I > 3 then
  749. fireproximityprompt(b8, 1)
  750. end
  751. end
  752. end
  753. else
  754. q({Description = "No found Item", Title = "Bedol Hub - Services", Duration = 5})
  755. end
  756. end
  757. )
  758. aI:AddDropdown(
  759. "Items",
  760. {"Bat", "Bottle", "Scythe", "Katana", "Knife", "Nunchunks", "Pipe", "Crowbar"},
  761. ap.Items.Default,
  762. function(aN)
  763. ap.Items.Default = aN
  764. B = tostring(aN)
  765. end
  766. )
  767. aI:AddToggle(
  768. "Aimbot",
  769. ap.Items.Aimbot,
  770. function(aN)
  771. ap.Items.Aimbot = aN
  772. end
  773. )
  774. B = ap.Items.Default
  775. local bj = aC:AddSection("Tool Status", "left")
  776. local bk = {
  777. ToolName = bj:AddLabel(""),
  778. ToolCountdown = bj:AddLabel(""),
  779. ToolMaxDamges = bj:AddLabel(""),
  780. ToolAttackDelay = bj:AddLabel("")
  781. }
  782. game:GetService("UserInputService").JumpRequest:Connect(
  783. function()
  784. if ap.LocalPlayer.JumpPower then
  785. if f.Character then
  786. f.Character:WaitForChild("Humanoid").JumpPower = ap.LocalPlayer.JumpPowerNumber
  787. end
  788. end
  789. end
  790. )
  791. f:GetPropertyChangedSignal("Team"):Connect(
  792. function()
  793. if f.Team == A then
  794. if ap.Automatic.AutoSuicide then
  795. q({Description = "Reset", Title = "Bedol Hub - Services", Duration = 5})
  796. end
  797. end
  798. end
  799. )
  800. l:NewLoop(
  801. function()
  802. if ap.Automatic.AutoEscape then
  803. if f.PlayerGui:FindFirstChild("Escaping") then
  804. if f.PlayerGui:FindFirstChild("Escaping"):FindFirstChildWhichIsA("RemoteEvent") then
  805. f.PlayerGui:FindFirstChild("Escaping"):FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  806. end
  807. end
  808. end
  809. if ap.Automatic.AutoSuicide then
  810. if f.Team == A then
  811. game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("DiedRemote"):FireServer()
  812. end
  813. end
  814. if ap.LocalPlayer.WalkSpeed then
  815. if f.Character then
  816. f.Character:WaitForChild("Humanoid").WalkSpeed = ap.LocalPlayer.WalkSpeedNumber
  817. end
  818. end
  819. if ap.LocalPlayer.JumpPower then
  820. if f.Character then
  821. f.Character:WaitForChild("Humanoid").JumpPower = ap.LocalPlayer.JumpPowerNumber
  822. end
  823. end
  824. pcall(
  825. function()
  826. if f.Character then
  827. if f.Character:FindFirstChildWhichIsA("IntValue") then
  828. local aw = f.Character:FindFirstChildWhichIsA("IntValue")
  829. if aw:FindFirstChild("Setting") then
  830. local a3 = require(aw:FindFirstChild("Setting"))
  831. bk.ToolName:Status(true)
  832. bk.ToolCountdown:Status(true)
  833. bk.ToolMaxDamges:Status(true)
  834. bk.ToolAttackDelay:Status(true)
  835. bk.ToolName:Text("Name: " .. aw.Name)
  836. bk.ToolCountdown:Text("Countdown: " .. tostring(a3.Cooldown))
  837. bk.ToolMaxDamges:Text("Max Damage: " .. tostring(a3.MaxHit))
  838. bk.ToolAttackDelay:Text("Attack Delay: " .. tostring(a3.PrepareTime))
  839. end
  840. else
  841. bk.ToolName:Status(false)
  842. bk.ToolCountdown:Status(false)
  843. bk.ToolMaxDamges:Status(false)
  844. bk.ToolAttackDelay:Status(false)
  845. end
  846. end
  847. end
  848. )
  849. pcall(
  850. function()
  851. if ap.LocalPlayer.FullBright then
  852. g.TimeOfDay = 12
  853. g.GlobalShadows = false
  854. g.Brightness = 2
  855. else
  856. g.TimeOfDay = G.Time
  857. g.GlobalShadows = true
  858. g.Brightness = G.Bight
  859. end
  860. end
  861. )
  862. pcall(
  863. function()
  864. if ap.LocalPlayer.NoBlurEffect then
  865. for I, J in ipairs(g:GetChildren()) do
  866. pcall(
  867. function()
  868. if J.Enabled then
  869. J.Enabled = false
  870. end
  871. end
  872. )
  873. end
  874. else
  875. for I, J in ipairs(g:GetChildren()) do
  876. pcall(
  877. function()
  878. if J:GetAttribute("Enabled") then
  879. J.Enabled = true
  880. end
  881. end
  882. )
  883. end
  884. end
  885. end
  886. )
  887. if ap.LocalPlayer.BypassSpawn then
  888. pcall(
  889. function()
  890. game:GetService("Players").LocalPlayer.PlayerGui.ClientVariable.BlockSpawn.Value = false
  891. end
  892. )
  893. end
  894. end
  895. )
  896. l:NewLoop(
  897. function()
  898. if ap.Items.Aimbot then
  899. local bl = f:GetMouse().Hit
  900. local av = aV(bl.Position)
  901. if av then
  902. if az[1] ~= av then
  903. az[1] = av
  904. pcall(
  905. function()
  906. if az[2] then
  907. az[2]:Delete()
  908. end
  909. end
  910. )
  911. az[2] =
  912. k:Tracer(
  913. av.Character:FindFirstChild("HumanoidRootPart"),
  914. {AutoDelete = true, Color = Color3.fromRGB(0, 17, 255), AutoUpdate = true}
  915. )
  916. az[2]:AddUIEsp(av.DisplayName, "Item Aimbot", Color3.fromRGB(255, 255, 255))
  917. end
  918. else
  919. if az[1] then
  920. az[1] = nil
  921. az[2]:Delete()
  922. end
  923. end
  924. else
  925. pcall(
  926. function()
  927. az[1] = nil
  928. if az[2] then
  929. az[2]:Delete()
  930. end
  931. end
  932. )
  933. end
  934. if ap.Hitbox.AutoLockedTarget then
  935. local av = aV(f.Character.PrimaryPart.Position)
  936. if av then
  937. at("Move", av.Character:FindFirstChild("HumanoidRootPart").CFrame)
  938. if aA[1] ~= av and ap.Hitbox.OnEsp then
  939. aA[1] = av
  940. pcall(
  941. function()
  942. if aA[2] then
  943. aA[2]:Delete()
  944. end
  945. end
  946. )
  947. aA[2] =
  948. k:Tracer(
  949. av.Character:FindFirstChild("HumanoidRootPart"),
  950. {AutoDelete = true, Color = Color3.fromRGB(255, 0, 4), AutoUpdate = true}
  951. )
  952. else
  953. if not ap.Hitbox.OnEsp then
  954. pcall(
  955. function()
  956. aA[2]:Delete()
  957. end
  958. )
  959. end
  960. end
  961. else
  962. if not ap.Hitbox.Aimbot then
  963. at("Close")
  964. pcall(
  965. function()
  966. aA[1] = nil
  967. aA[2]:Delete()
  968. end
  969. )
  970. end
  971. end
  972. else
  973. if not ap.Hitbox.Aimbot then
  974. at("Close")
  975. pcall(
  976. function()
  977. aA[1] = nil
  978. aA[2]:Delete()
  979. end
  980. )
  981. end
  982. end
  983. pcall(
  984. function()
  985. if ap.Hitbox.Aimbot then
  986. local bl = f:GetMouse().Hit
  987. local av = aV(bl.Position, ap.Hitbox.EspSize)
  988. if av then
  989. if aA[1] ~= av and ap.Hitbox.OnEsp then
  990. aA[1] = av
  991. pcall(
  992. function()
  993. if aA[2] then
  994. aA[2]:Delete()
  995. end
  996. end
  997. )
  998. aA[2] =
  999. k:Tracer(
  1000. av.Character:FindFirstChild("HumanoidRootPart"),
  1001. {AutoDelete = true, Color = Color3.fromRGB(255, 0, 4), AutoUpdate = true}
  1002. )
  1003. else
  1004. if not ap.Hitbox.OnEsp then
  1005. pcall(
  1006. function()
  1007. aA[2]:Delete()
  1008. end
  1009. )
  1010. end
  1011. end
  1012. if not ap.Hitbox.AutoLockedTarget then
  1013. at("Move", av.Character:FindFirstChild("HumanoidRootPart").CFrame)
  1014. end
  1015. else
  1016. if not ap.Hitbox.AutoLockedTarget then
  1017. at("Close")
  1018. pcall(
  1019. function()
  1020. aA[1] = nil
  1021. aA[2]:Delete()
  1022. end
  1023. )
  1024. end
  1025. end
  1026. else
  1027. if not ap.Hitbox.AutoLockedTarget then
  1028. at("Close")
  1029. pcall(
  1030. function()
  1031. aA[1] = nil
  1032. aA[2]:Delete()
  1033. end
  1034. )
  1035. end
  1036. end
  1037. end
  1038. )
  1039. end
  1040. )
  1041. local function bm()
  1042. local bn = {}
  1043. for I, J in ipairs(workspace:FindFirstChild("Scripted"):FindFirstChild("ItemSpawner"):GetChildren()) do
  1044. if J.Name:find("Spot") then
  1045. if J:FindFirstChildWhichIsA("Model") then
  1046. table.insert(bn, J:FindFirstChildWhichIsA("Model"))
  1047. end
  1048. end
  1049. end
  1050. for I, J in ipairs(workspace:FindFirstChild("Scripted"):FindFirstChild("Interactable"):GetChildren()) do
  1051. if
  1052. J.Name ~= "EmergencyAxe" and J.Name ~= "GarageDoor" and J.Name ~= "Keypad" and J.Name ~= "Lemon" and
  1053. J.Name ~= "PizzaBox" and
  1054. J.Name ~= "TrashCan" and
  1055. J.Name ~= "Ice Cream Sandwich" and
  1056. J.Name ~= "IceCream"
  1057. then
  1058. task.wait()
  1059. if J:isA("Model") then
  1060. table.insert(bn, J)
  1061. end
  1062. end
  1063. end
  1064. return bn
  1065. end
  1066. function m:ScreenClick(bo)
  1067. game:GetService("VirtualUser"):CaptureController()
  1068. game:GetService("VirtualUser"):ClickButton1(bo)
  1069. mouse1click()
  1070. end
  1071. l:NewLoop(
  1072. function()
  1073. pcall(
  1074. function()
  1075. local bp = aV(f.Character.PrimaryPart.Position)
  1076. if ap.Automatic.AutoAttack and not ap.AutoKill.AutoKill then
  1077. local bq = b0(bp.Character.PrimaryPart.Position)
  1078. if bq <= ap.Automatic.AutoAttackDistance then
  1079. if f.Character:FindFirstChildWhichIsA("IntValue") then
  1080. m:ScreenClick(Vector2.new())
  1081. end
  1082. end
  1083. end
  1084. end
  1085. )
  1086. end
  1087. )
  1088. l:NewLoop(
  1089. function()
  1090. pcall(
  1091. function()
  1092. if ap.ESP.EspTarget then
  1093. for V, br in ipairs(game:GetService("Players"):GetPlayers()) do
  1094. if br.Team == A and br.Character then
  1095. if not table.find(ay.Object, br.Character.PrimaryPart) then
  1096. table.insert(ay.Object, br.Character.PrimaryPart)
  1097. local bs =
  1098. k:Tracer(
  1099. br.Character.PrimaryPart,
  1100. {AutoDelete = true, Color = Color3.fromRGB(255, 81, 0), AutoUpdate = true}
  1101. )
  1102. bs:AddUIEsp(br.DisplayName, "Trash", Color3.fromRGB(255, 255, 0))
  1103. table.insert(ay.Trace, {bs, "TRASH", br})
  1104. end
  1105. else
  1106. pcall(
  1107. function()
  1108. if table.find(ay.Object, br.Character.PrimaryPart) then
  1109. for I, J in ipairs(ay.Trace) do
  1110. pcall(
  1111. function()
  1112. if J[3] == br then
  1113. if J[2] == "TRASH" then
  1114. J[1]:Delete()
  1115. table.remove(ay, I)
  1116. end
  1117. end
  1118. end
  1119. )
  1120. end
  1121. end
  1122. end
  1123. )
  1124. end
  1125. end
  1126. else
  1127. ay.Object = {}
  1128. for I, J in ipairs(ay.Trace) do
  1129. pcall(
  1130. function()
  1131. if J[2] == "TRASH" then
  1132. J[1]:Delete()
  1133. table.remove(ay, I)
  1134. end
  1135. end
  1136. )
  1137. end
  1138. end
  1139. end
  1140. )
  1141. if ap.ESP.EspItems then
  1142. local bn = bm()
  1143. for I, J in ipairs(bn) do
  1144. if not table.find(ay.Items, J) then
  1145. table.insert(ay.Items, J)
  1146. local bt = J:FindFirstChildWhichIsA("BasePart")
  1147. local bs = k:Tracer(bt, {AutoDelete = true, Color = Color3.fromRGB(0, 255, 30), AutoUpdate = true})
  1148. local aR
  1149. if J.Parent:isA("Model") then
  1150. aR = J.Parent.Name:gsub("Spot", "")
  1151. else
  1152. aR = J.Name
  1153. end
  1154. bs:AddUIEsp(aR, "Item", Color3.fromRGB(255, 255, 255))
  1155. table.insert(ay.Trace, {bs, "ITEM", J})
  1156. end
  1157. end
  1158. else
  1159. ay.Items = {}
  1160. for I, J in ipairs(ay.Trace) do
  1161. pcall(
  1162. function()
  1163. if J[2] == "ITEM" then
  1164. J[1]:Delete()
  1165. table.remove(ay, I)
  1166. end
  1167. end
  1168. )
  1169. end
  1170. end
  1171. end
  1172. )
  1173. l:NewLoop(
  1174. function()
  1175. if f.Character then
  1176. if E then
  1177. for I, J in ipairs(f.Character:GetDescendants()) do
  1178. if J:isA("BasePart") then
  1179. J.CanCollide = false
  1180. end
  1181. end
  1182. end
  1183. end
  1184. end
  1185. )
  1186. l:NewLoop(
  1187. function()
  1188. if ap.AutoKill.AutoKill then
  1189. for V, br in ipairs(game:GetService("Players"):GetPlayers()) do
  1190. if br.Team == A then
  1191. if br.Character and br.Character:FindFirstChild("Humanoid").Health > 0 then
  1192. if not f.Character:FindFirstChild(B) and not f.Backpack:FindFirstChild(B) then
  1193. b4()
  1194. end
  1195. ao = br
  1196. local bu = br.Character:FindFirstChild("HumanoidRootPart").Position + C
  1197. local b5 = f.Character:FindFirstChild("HumanoidRootPart").Position + C
  1198. n:Start(b5)
  1199. task.wait()
  1200. n:Start(bu)
  1201. task.wait()
  1202. E = true
  1203. local bv, bw =
  1204. pcall(
  1205. function()
  1206. repeat
  1207. task.wait()
  1208. if not f.Character:FindFirstChildWhichIsA("IntValue") then
  1209. b4()
  1210. end
  1211. local bx = br.Character:FindFirstChild("HumanoidRootPart").Velocity / 12
  1212. local by = Vector3.new(bx.X, 0, bx.Z)
  1213. bu = br.Character:FindFirstChild("HumanoidRootPart").Position + C
  1214. b5 = f.Character:FindFirstChild("HumanoidRootPart").Position + C
  1215. if
  1216. ba() and b0(br.Character:FindFirstChild("HumanoidRootPart").Position) <= 14 and
  1217. br.Character:FindFirstChild("Humanoid").WalkSpeed <= 23
  1218. then
  1219. b4()
  1220. if
  1221. not ba() and
  1222. b0(br.Character:FindFirstChild("HumanoidRootPart").Position) <= 14 and
  1223. br.Character:FindFirstChild("Humanoid").WalkSpeed <= 23
  1224. then
  1225. task.wait(as[B] / 5)
  1226. n:Stop()
  1227. local bz =
  1228. game:GetService("RunService").Stepped:Connect(
  1229. function()
  1230. local bA =
  1231. br.Character:FindFirstChild("HumanoidRootPart").Position + by +
  1232. Vector3.new(0, 1, 0)
  1233. f.Character:FindFirstChild("HumanoidRootPart").CFrame =
  1234. CFrame.lookAt(
  1235. bA,
  1236. br.Character:FindFirstChild("HumanoidRootPart").Position +
  1237. Vector3.new(0, -10, 0)
  1238. )
  1239. end
  1240. )
  1241. task.wait(as[B] * 2.5)
  1242. if bz then
  1243. bz:Disconnect()
  1244. end
  1245. f.Character:FindFirstChild("HumanoidRootPart").CFrame = CFrame.new(bu + by)
  1246. end
  1247. else
  1248. task.spawn(
  1249. function()
  1250. n:Start(bu + by)
  1251. end
  1252. )
  1253. task.wait(0.1)
  1254. end
  1255. until br.Character:FindFirstChild("Humanoid").Health <= 0 or
  1256. not game.Players:FindFirstChild(tostring(br)) or
  1257. br.Character:FindFirstChild("Torso").Transparency == 1 or
  1258. br.Team ~= A or
  1259. not ap.AutoKill.AutoKill
  1260. end
  1261. )
  1262. if bw then
  1263. warn(bw)
  1264. end
  1265. E = false
  1266. if not ap.AutoKill.AutoKill then
  1267. break
  1268. end
  1269. end
  1270. end
  1271. end
  1272. end
  1273. end
  1274. )
  1275. aT(f.Character)
  1276. f.CharacterAdded:Connect(aT)
  1277. l:NewLoop(
  1278. function()
  1279. task.wait(2)
  1280. aq()
  1281. end
  1282. )
  1283. print("[BEDOL HUB]: Aimbot is not Support Solara")
  1284. local bB
  1285. bB =
  1286. hookmetamethod(
  1287. game,
  1288. "__namecall",
  1289. function(self, ...)
  1290. local bC = {...}
  1291. if getnamecallmethod() == "FireServer" and tostring(self) == "Custom" then
  1292. if ap.Items.Aimbot and az[1] then
  1293. bC[2] = az[1].Character.PrimaryPart.Position
  1294. return bB(self, unpack(bC))
  1295. end
  1296. end
  1297. return bB(self, ...)
  1298. end
  1299. )
Add Comment
Please, Sign In to add comment