wghcbgfftgh

Untitled

May 3rd, 2025
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.74 KB | None | 0 0
  1. setclipboard("https://discord.gg/QvwhJfDD")
  2.  
  3. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  4.  
  5. local whatthesimga = game.Players.LocalPlayer.Name
  6.  
  7. players = {}
  8.  
  9. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  10. table.insert(players,v.Name)
  11. end
  12.  
  13. local isHighlightActive = false
  14.  
  15. local toolhighlightactive = false
  16.  
  17. local hawktuahactive = false
  18.  
  19. local isCorruptNatureEspActive = false
  20.  
  21. local isSurvivorUtilEspActive = false
  22.  
  23. local run = false
  24.  
  25. local delay
  26.  
  27. local isSurvivorHighlightActive = false
  28.  
  29. local givepizza = false
  30.  
  31. local connections = {}
  32.  
  33. local isKillerHighlightActive = false
  34.  
  35. local hideplayerbar = false
  36.  
  37. local VirtualBallsManager = game:GetService('VirtualInputManager')
  38.  
  39. local jumppowerenabled = false
  40.  
  41. local survivorutil = {
  42. "007n7",
  43. "BuildermanSentry",
  44. "BuildermanDispenser",
  45. "Pizza",
  46. "BuildermanSentryEffectRange"
  47. }
  48.  
  49.  
  50.  
  51.  
  52.  
  53. local aimbot1x1sounds = {
  54. "rbxassetid://79782181585087",
  55. "rbxassetid://128711903717226"
  56. }
  57.  
  58. local chanceaimbotsounds = {
  59. "rbxassetid://201858045",
  60. "rbxassetid://139012439429121"
  61. }
  62.  
  63. local johnaimbotsounds = {
  64. "rbxassetid://109525294317144"
  65. }
  66.  
  67. local jasonaimbotsounds = {
  68. "rbxassetid://112809109188560",
  69. "rbxassetid://102228729296384"
  70. }
  71.  
  72. local shedaimbotsounds = {
  73. "rbxassetid://12222225",
  74. "rbxassetid://83851356262523"
  75. }
  76.  
  77. local guestsounds = {
  78. "rbxassetid://609342351"
  79. }
  80.  
  81. local twotimeaimbotsounds = {
  82. "rbxassetid://201858045",
  83. "rbxassetid://139012439429121"
  84. }
  85.  
  86.  
  87. local hawktuahactivatesound = {
  88. "rbxassetid://110759725172567"
  89. }
  90.  
  91. local hakariactive = false
  92.  
  93. local quietactive = false
  94.  
  95. local stam = false
  96.  
  97. local connection
  98.  
  99. local chanceaim = false
  100.  
  101. local chanceaimbotLoop
  102.  
  103. local jasonaimbotloop
  104.  
  105. local genshouldloop = false
  106.  
  107. local genactive = false
  108.  
  109. local aimbot1x1loop
  110.  
  111. local johnloop
  112.  
  113. local guestloop
  114.  
  115. local shedloop
  116.  
  117. local player = game.Players.LocalPlayer
  118.  
  119. local aimbot1x1 = false
  120.  
  121. local johnaim = false
  122.  
  123. local connection
  124.  
  125. local jasonaim = false
  126.  
  127. local shedaim = false
  128.  
  129. local guestaim = false
  130.  
  131. local Window = Rayfield:CreateWindow({
  132. Name = "kuncicoco hub | forsaken | update v3",
  133. Icon = "book-key",
  134. LoadingTitle = "loading..",
  135. LoadingSubtitle = "by 4x2x9x4x0",
  136. Theme = "Ocean",
  137. KeySystem = true,
  138. KeySettings = {
  139. Title = "Kuncicoco Hub | forsaken | update v3",
  140. Subtitle = "Key System",
  141. Note = "link for key system",
  142. FileName = "Key",
  143. SaveKey = true,
  144. GrabKeyFromSite = false,
  145. Key = {"kuncicoconewv3"}
  146. }
  147. })
  148.  
  149. local Tab = Window:CreateTab("Home", "book-open")
  150. local Tab1 = Window:CreateTab("Visuals ESP", "eye")
  151. local Tab2 = Window:CreateTab("Players", "laugh")
  152. local Tab3 = Window:CreateTab("Misc", "book-open-Check")
  153. local Tab4 = Window:CreateTab("Aimbot", "axe")
  154. local Tab5 = Window:CreateTab("Settings", "settings")
  155. local Divider = Tab:CreateDivider()
  156. local Divider = Tab1:CreateDivider()
  157. local Divider = Tab2:CreateDivider()
  158. local Divider = Tab3:CreateDivider()
  159. local Divider = Tab4:CreateDivider()
  160.  
  161. local function discord()
  162. setclipboard("https://discord.gg/QvwhJfDD")
  163. end
  164.  
  165. local function esp(state)
  166. isSurvivorHighlightActive = state
  167.  
  168. local function applySurvivorHighlight(model)
  169. if model:IsA("Model") and model:FindFirstChild("Head") then
  170. local existingBillboard = model.Head:FindFirstChild("billboard")
  171. local existingHighlight = model:FindFirstChild("HiThere")
  172.  
  173. if isSurvivorHighlightActive then
  174. if not existingBillboard then
  175. local billboard = Instance.new("BillboardGui")
  176. billboard.Name = "billboard"
  177. billboard.Size = UDim2.new(0, 100, 0, 50)
  178. billboard.StudsOffset = Vector3.new(0, 2, 0)
  179. billboard.AlwaysOnTop = true
  180. billboard.Parent = model.Head
  181.  
  182. local textLabel = Instance.new("TextLabel", billboard)
  183. textLabel.Size = UDim2.new(1, 0, 1, 0)
  184. textLabel.Text = model.Name
  185. textLabel.TextColor3 = Color3.new(1, 1, 1)
  186. textLabel.TextStrokeTransparency = 0
  187. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  188. textLabel.BackgroundTransparency = 1
  189. end
  190.  
  191. if not existingHighlight then
  192. local highlight = Instance.new("Highlight")
  193. highlight.Name = "HiThere"
  194. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  195. highlight.FillColor = Color3.fromRGB(255, 255, 255)
  196. highlight.Parent = model
  197. end
  198. else
  199. if existingBillboard then
  200. existingBillboard:Destroy()
  201. end
  202. if existingHighlight then
  203. existingHighlight:Destroy()
  204. end
  205. end
  206. end
  207. end
  208.  
  209. for _, v in pairs(game.Workspace.Players.Survivors:GetChildren()) do
  210. applySurvivorHighlight(v)
  211. end
  212.  
  213. game.Workspace.Players.Survivors.ChildAdded:Connect(function(child)
  214. applySurvivorHighlight(child)
  215. end)
  216. end
  217.  
  218. local function esp1(state)
  219. isKillerHighlightActive = state
  220.  
  221. local function applyKillerHighlight(model)
  222. if model:IsA("Model") and model:FindFirstChild("Head") then
  223. local existingBillboard = model.Head:FindFirstChild("billboard")
  224. local existingHighlight = model:FindFirstChild("HiThere")
  225.  
  226. if isKillerHighlightActive then
  227. if not existingBillboard then
  228. local billboard = Instance.new("BillboardGui")
  229. billboard.Name = "billboard"
  230. billboard.Size = UDim2.new(0, 100, 0, 50)
  231. billboard.StudsOffset = Vector3.new(0, 2, 0)
  232. billboard.AlwaysOnTop = true
  233. billboard.Parent = model.Head
  234.  
  235. local textLabel = Instance.new("TextLabel", billboard)
  236. textLabel.Size = UDim2.new(1, 0, 1, 0)
  237. textLabel.Text = model.Name
  238. textLabel.TextColor3 = Color3.new(1, 0, 0)
  239. textLabel.TextStrokeTransparency = 0
  240. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  241. textLabel.BackgroundTransparency = 1
  242. end
  243.  
  244. if not existingHighlight then
  245. local highlight = Instance.new("Highlight")
  246. highlight.Name = "HiThere"
  247. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  248. highlight.FillColor = Color3.fromRGB(255, 0, 0)
  249. highlight.Parent = model
  250. end
  251. else
  252. if existingBillboard then
  253. existingBillboard:Destroy()
  254. end
  255. if existingHighlight then
  256. existingHighlight:Destroy()
  257. end
  258. end
  259. end
  260. end
  261.  
  262. for _, v in pairs(game.Workspace.Players.Killers:GetChildren()) do
  263. applyKillerHighlight(v)
  264. end
  265.  
  266. game.Workspace.Players.Killers.ChildAdded:Connect(function(child)
  267. applyKillerHighlight(child)
  268. end)
  269. end
  270.  
  271. local function esp2(state)
  272. isSurvivorUtilEspActive = state
  273.  
  274. local function applySurvivorUtilHighlight(model)
  275. local existingHighlight = model:FindFirstChild("SurvivorUtilHighlight")
  276. if isSurvivorUtilEspActive then
  277. if not existingHighlight then
  278. for _, util in pairs(survivorutil) do
  279. if model.Name == util then
  280. local highlight = Instance.new("Highlight")
  281. highlight.Name = "SurvivorUtilHighlight"
  282. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  283. highlight.FillColor = Color3.fromRGB(255,255,255)
  284. highlight.FillTransparency = 0.5
  285. highlight.Parent = model
  286. end
  287. end
  288. end
  289. else
  290. if existingHighlight then
  291. existingHighlight:Destroy()
  292. end
  293. end
  294. end
  295.  
  296. for _, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  297. if v:IsA("Model") or v:IsA("Part") then
  298. applySurvivorUtilHighlight(v)
  299. end
  300. end
  301.  
  302. game.Workspace.Map.Ingame.ChildAdded:Connect(function(child)
  303. if child:IsA("Model") or child:IsA("Part") then
  304. applySurvivorUtilHighlight(child)
  305. end
  306. end)
  307. end
  308.  
  309. local function fov(Value)
  310. game.Players.LocalPlayer.Character.FOVMultipliers.FOVSetting.Value = Value
  311. end
  312.  
  313. local function frontfilp()
  314. local ScreenGui = Instance.new("ScreenGui")
  315. local TextButton = Instance.new("TextButton")
  316.  
  317. --Properties:
  318.  
  319. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  320. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  321.  
  322. TextButton.Parent = ScreenGui
  323. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  324. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  325. TextButton.BorderSizePixel = 0
  326. TextButton.Position = UDim2.new(0.168367356, 0, 0.473272473, 0)
  327. TextButton.Size = UDim2.new(0, 128, 0, 50)
  328. TextButton.Font = Enum.Font.SourceSans
  329. TextButton.Text = "FrontFilp"
  330. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  331. TextButton.TextScaled = true
  332. TextButton.TextSize = 14.000
  333. TextButton.TextWrapped = true
  334.  
  335. -- Scripts:
  336.  
  337. local function BSMJ_fake_script() -- TextButton.LocalScript
  338. local script = Instance.new('LocalScript', TextButton)
  339.  
  340. local UIS = game:GetService("UserInputService")
  341. function dragify(Frame)
  342. dragToggle = nil
  343. local dragSpeed = 0
  344. dragInput = nil
  345. dragStart = nil
  346. local dragPos = nil
  347. function updateInput(input)
  348. local Delta = input.Position - dragStart
  349. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  350. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  351. end
  352. Frame.InputBegan:Connect(function(input)
  353. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  354. dragToggle = true
  355. dragStart = input.Position
  356. startPos = Frame.Position
  357. input.Changed:Connect(function()
  358. if input.UserInputState == Enum.UserInputState.End then
  359. dragToggle = false
  360. end
  361. end)
  362. end
  363. end)
  364. Frame.InputChanged:Connect(function(input)
  365. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  366. dragInput = input
  367. end
  368. end)
  369. game:GetService("UserInputService").InputChanged:Connect(function(input)
  370. if input == dragInput and dragToggle then
  371. updateInput(input)
  372. end
  373. end)
  374. end
  375.  
  376. dragify(script.Parent)
  377. end
  378. coroutine.wrap(BSMJ_fake_script)()
  379. local function UANMBQM_fake_script() -- TextButton.LocalScript
  380. local script = Instance.new('LocalScript', TextButton)
  381.  
  382. script.Parent.MouseButton1Down:Connect(function()
  383. local char = player.Character
  384. local hum = char.Humanoid
  385. local animator = hum.Animator
  386. local hrp = char.HumanoidRootPart
  387.  
  388.  
  389. if animator then
  390. for _, v in pairs(animator:GetPlayingAnimationTracks()) do
  391. v:Stop()
  392. end
  393. end
  394.  
  395. hum:ChangeState(Enum.HumanoidStateType.Physics)
  396. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  397. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  398. hum:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  399. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  400. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  401.  
  402. local duration = 0.45
  403. local steps = 120
  404. local startCFrame = hrp.CFrame
  405. local forwardVector = startCFrame.LookVector
  406. local upVector = Vector3.new(0, 1, 0)
  407. task.spawn(function()
  408. local startTime = tick()
  409. for i = 1, steps do
  410. local t = i / steps
  411. local height = 4 * (t - t ^ 2) * 10
  412. local nextPos = startCFrame.Position + forwardVector * (35 * t) + upVector * height
  413. local rotation = startCFrame.Rotation * CFrame.Angles(-math.rad(i * (360 / steps)), 0, 0)
  414.  
  415. hrp.CFrame = CFrame.new(nextPos) * rotation
  416. local elapsedTime = tick() - startTime
  417. local expectedTime = (duration / steps) * i
  418. local waitTime = expectedTime - elapsedTime
  419. if waitTime > 0 then
  420. task.wait(waitTime)
  421. end
  422. end
  423.  
  424. hrp.CFrame = CFrame.new(startCFrame.Position + forwardVector * 35) * startCFrame.Rotation
  425. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  426. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  427. hum:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  428. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  429. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  430. hum:ChangeState(Enum.HumanoidStateType.Running)
  431.  
  432.  
  433. end)
  434. end)
  435. end
  436. coroutine.wrap(UANMBQM_fake_script)()
  437. end
  438.  
  439. local function backfilp()
  440.  
  441. local ScreenGui = Instance.new("ScreenGui")
  442. local TextButton = Instance.new("TextButton")
  443.  
  444. --Properties:
  445.  
  446. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  447. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  448.  
  449. TextButton.Parent = ScreenGui
  450. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  451. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  452. TextButton.BorderSizePixel = 0
  453. TextButton.Position = UDim2.new(0.168367356, 0, 0.473272473, 0)
  454. TextButton.Size = UDim2.new(0, 128, 0, 50)
  455. TextButton.Font = Enum.Font.SourceSans
  456. TextButton.Text = "BackFilp"
  457. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  458. TextButton.TextScaled = true
  459. TextButton.TextSize = 14.000
  460. TextButton.TextWrapped = true
  461.  
  462. -- Scripts:
  463.  
  464. local function BSMJ_fake_script() -- TextButton.LocalScript
  465. local script = Instance.new('LocalScript', TextButton)
  466.  
  467. local UIS = game:GetService("UserInputService")
  468. function dragify(Frame)
  469. dragToggle = nil
  470. local dragSpeed = 0
  471. dragInput = nil
  472. dragStart = nil
  473. local dragPos = nil
  474. function updateInput(input)
  475. local Delta = input.Position - dragStart
  476. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  477. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  478. end
  479. Frame.InputBegan:Connect(function(input)
  480. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  481. dragToggle = true
  482. dragStart = input.Position
  483. startPos = Frame.Position
  484. input.Changed:Connect(function()
  485. if input.UserInputState == Enum.UserInputState.End then
  486. dragToggle = false
  487. end
  488. end)
  489. end
  490. end)
  491. Frame.InputChanged:Connect(function(input)
  492. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  493. dragInput = input
  494. end
  495. end)
  496. game:GetService("UserInputService").InputChanged:Connect(function(input)
  497. if input == dragInput and dragToggle then
  498. updateInput(input)
  499. end
  500. end)
  501. end
  502.  
  503. dragify(script.Parent)
  504. end
  505. coroutine.wrap(BSMJ_fake_script)()
  506. local function UANMBQM_fake_script() -- TextButton.LocalScript
  507. local script = Instance.new('LocalScript', TextButton)
  508.  
  509. script.Parent.MouseButton1Down:Connect(function()
  510. local char = player.Character
  511. local hum = char.Humanoid
  512. local animator = hum.Animator
  513. local hrp = char.HumanoidRootPart
  514.  
  515.  
  516. if animator then
  517. for _, v in pairs(animator:GetPlayingAnimationTracks()) do
  518. v:Stop()
  519. end
  520. end
  521.  
  522. hum:ChangeState(Enum.HumanoidStateType.Physics)
  523. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  524. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  525. hum:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  526. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  527. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  528.  
  529. local duration = 0.45
  530. local steps = 120
  531. local startCFrame = hrp.CFrame
  532. local forwardVector = startCFrame.LookVector
  533. local upVector = Vector3.new(0, 1, 0)
  534. task.spawn(function()
  535. local startTime = tick()
  536. for i = 1, steps do
  537. local t = i / steps
  538. local height = 4 * (t - t ^ 2) * 10
  539. local nextPos = startCFrame.Position + forwardVector * (35 * t) + upVector * height
  540. local rotation = startCFrame.Rotation * CFrame.Angles(-math.rad(i * (360 / steps)), 0, 0)
  541.  
  542. hrp.CFrame = CFrame.new(nextPos) * rotation
  543. local elapsedTime = tick() - startTime
  544. local expectedTime = (duration / steps) * i
  545. local waitTime = expectedTime - elapsedTime
  546. if waitTime > 0 then
  547. task.wait(waitTime)
  548. end
  549. end
  550.  
  551. hrp.CFrame = CFrame.new(startCFrame.Position + forwardVector * 35) * startCFrame.Rotation
  552. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  553. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  554. hum:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  555. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  556. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  557. hum:ChangeState(Enum.HumanoidStateType.Running)
  558.  
  559.  
  560. end)
  561. end)
  562. end
  563. coroutine.wrap(UANMBQM_fake_script)()
  564.  
  565. end
  566.  
  567. local function filp1()
  568. local char = player.Character
  569. local hum = char.Humanoid
  570. local animator = hum.Animator
  571. local hrp = char.HumanoidRootPart
  572.  
  573.  
  574. if animator then
  575. for _, v in pairs(animator:GetPlayingAnimationTracks()) do
  576. v:Stop()
  577. end
  578. end
  579.  
  580. hum:ChangeState(Enum.HumanoidStateType.Physics)
  581. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  582. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  583. hum:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  584. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  585. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  586.  
  587. local duration = 0.45
  588. local steps = 120
  589. local startCFrame = hrp.CFrame
  590. local forwardVector = startCFrame.LookVector
  591. local upVector = Vector3.new(0, 1, 0)
  592. task.spawn(function()
  593. local startTime = tick()
  594. for i = 1, steps do
  595. local t = i / steps
  596. local height = 4 * (t - t ^ 2) * 10
  597. local nextPos = startCFrame.Position + forwardVector * (35 * t) + upVector * height
  598. local rotation = startCFrame.Rotation * CFrame.Angles(-math.rad(i * (360 / steps)), 0, 0)
  599.  
  600. hrp.CFrame = CFrame.new(nextPos) * rotation
  601. local elapsedTime = tick() - startTime
  602. local expectedTime = (duration / steps) * i
  603. local waitTime = expectedTime - elapsedTime
  604. if waitTime > 0 then
  605. task.wait(waitTime)
  606. end
  607. end
  608.  
  609. hrp.CFrame = CFrame.new(startCFrame.Position + forwardVector * 35) * startCFrame.Rotation
  610. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  611. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  612. hum:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  613. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  614. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  615. hum:ChangeState(Enum.HumanoidStateType.Running)
  616.  
  617.  
  618. end)
  619. end
  620.  
  621. local function filp2()
  622. local char = player.Character
  623. local hum = char.Humanoid
  624. local animator = hum.Animator
  625. local hrp = char.HumanoidRootPart
  626.  
  627.  
  628. if animator then
  629. for _, v in pairs(animator:GetPlayingAnimationTracks()) do
  630. v:Stop()
  631. end
  632. end
  633.  
  634. hum:ChangeState(Enum.HumanoidStateType.Physics)
  635. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  636. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  637. hum:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  638. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  639. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  640.  
  641. local duration = -0.45
  642. local steps = -120
  643. local startCFrame = hrp.CFrame
  644. local forwardVector = startCFrame.LookVector
  645. local upVector = Vector3.new(0, 1, 0)
  646. task.spawn(function()
  647. local startTime = tick()
  648. for i = 1, steps do
  649. local t = i / steps
  650. local height = 4 * (t - t ^ 2) * 10
  651. local nextPos = startCFrame.Position + forwardVector * (35 * t) + upVector * height
  652. local rotation = startCFrame.Rotation * CFrame.Angles(-math.rad(i * (360 / steps)), 0, 0)
  653.  
  654. hrp.CFrame = CFrame.new(nextPos) * rotation
  655. local elapsedTime = tick() - startTime
  656. local expectedTime = (duration / steps) * i
  657. local waitTime = expectedTime - elapsedTime
  658. if waitTime > 0 then
  659. task.wait(waitTime)
  660. end
  661. end
  662.  
  663. hrp.CFrame = CFrame.new(startCFrame.Position + forwardVector * 35) * startCFrame.Rotation
  664. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  665. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  666. hum:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  667. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  668. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  669. hum:ChangeState(Enum.HumanoidStateType.Running)
  670.  
  671.  
  672. end)
  673. end
  674.  
  675. local function hakari(state)
  676. local char = player.Character or player.CharacterAdded:Wait()
  677. local humanoid = char:WaitForChild("Humanoid")
  678. local rootPart = char:WaitForChild("HumanoidRootPart")
  679.  
  680. hakariactive = state
  681.  
  682. if hakariactive then
  683. humanoid.PlatformStand = true
  684. humanoid.JumpPower = 0
  685.  
  686. local bodyVelocity = Instance.new("BodyVelocity")
  687. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  688. bodyVelocity.Velocity = Vector3.zero
  689. bodyVelocity.Parent = rootPart
  690.  
  691. local animation = Instance.new("Animation")
  692. animation.AnimationId = "rbxassetid://138019937280193"
  693. local animationTrack = humanoid:LoadAnimation(animation)
  694. animationTrack:Play()
  695.  
  696. local sound = Instance.new("Sound")
  697. sound.SoundId = "rbxassetid://109474987384441"
  698. sound.Parent = rootPart
  699. sound.Volume = 1
  700. sound.Looped = true
  701. sound:Play()
  702.  
  703. local effect = game.ReplicatedStorage.Assets.Emotes.HakariDance.HakariBeamEffect:Clone()
  704. effect.Name = "PlayerEmoteVFX"
  705. effect.CFrame = char.PrimaryPart.CFrame * CFrame.new(0, -1, -0.3)
  706. effect.WeldConstraint.Part0 = char.PrimaryPart
  707. effect.WeldConstraint.Part1 = effect
  708. effect.Parent = char
  709. effect.CanCollide = false
  710.  
  711. local args = {
  712. [1] = "PlayEmote",
  713. [2] = "Animations",
  714. [3] = "HakariDance"
  715. }
  716. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  717.  
  718. animationTrack.Stopped:Connect(function()
  719. humanoid.PlatformStand = false
  720. if bodyVelocity and bodyVelocity.Parent then
  721. bodyVelocity:Destroy()
  722. end
  723. end)
  724. else
  725. humanoid.PlatformStand = false
  726. humanoid.JumpPower = 0
  727.  
  728. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  729. if bodyVelocity then
  730. bodyVelocity:Destroy()
  731. end
  732.  
  733. local sound = rootPart:FindFirstChildOfClass("Sound")
  734. if sound then
  735. sound:Stop()
  736. sound:Destroy()
  737. end
  738.  
  739. local effect = char:FindFirstChild("PlayerEmoteVFX")
  740. if effect then
  741. effect:Destroy()
  742. end
  743.  
  744. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  745. if track.Animation.AnimationId == "rbxassetid://138019937280193" then
  746. track:Stop()
  747. end
  748. end
  749. end
  750. end
  751.  
  752. local function miss(state)
  753. local char = player.Character or player.CharacterAdded:Wait()
  754. local humanoid = char:WaitForChild("Humanoid")
  755. local rootPart = char:WaitForChild("HumanoidRootPart")
  756. sillyactive = state
  757.  
  758. if sillyactive then
  759. humanoid.PlatformStand = true
  760. humanoid.JumpPower = 0
  761.  
  762. local bodyVelocity = Instance.new("BodyVelocity")
  763. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  764. bodyVelocity.Velocity = Vector3.zero
  765. bodyVelocity.Parent = rootPart
  766.  
  767.  
  768. local emoteScript = require(game:GetService("ReplicatedStorage").Assets.Emotes.Shucks)
  769. emoteScript.Created({Character = char})
  770.  
  771. local animation = Instance.new("Animation")
  772. animation.AnimationId = "rbxassetid://74238051754912"
  773. local animationTrack = humanoid:LoadAnimation(animation)
  774. animationTrack:Play()
  775.  
  776. local sound = Instance.new("Sound")
  777. sound.SoundId = "rbxassetid://123236721947419"
  778. sound.Parent = rootPart
  779. sound.Volume = 0.5
  780. sound.Looped = false
  781. sound:Play()
  782.  
  783. local args = {
  784. [1] = "PlayEmote",
  785. [2] = "Animations",
  786. [3] = "Shucks"
  787. }
  788. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  789.  
  790. animationTrack.Stopped:Connect(function()
  791. humanoid.PlatformStand = false
  792. if bodyVelocity and bodyVelocity.Parent then
  793. bodyVelocity:Destroy()
  794. end
  795.  
  796.  
  797. local saw = char:FindFirstChild("Saw")
  798. if saw then saw:Destroy() end
  799.  
  800. local playerHand = char:FindFirstChild("PlayerEmoteHand")
  801. if playerHand then playerHand:Destroy() end
  802. end)
  803. else
  804.  
  805. humanoid.PlatformStand = false
  806. humanoid.JumpPower = 0
  807.  
  808. local saw = char:FindFirstChild("Saw")
  809. if saw then saw:Destroy() end
  810.  
  811. local playerHand = char:FindFirstChild("PlayerEmoteHand")
  812. if playerHand then playerHand:Destroy() end
  813.  
  814. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  815. if bodyVelocity then
  816. bodyVelocity:Destroy()
  817. end
  818.  
  819. local sound = rootPart:FindFirstChildOfClass("Sound")
  820. if sound then
  821. sound:Stop()
  822. sound:Destroy()
  823. end
  824.  
  825. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  826. if track.Animation.AnimationId == "rbxassetid://74238051754912" then
  827. track:Stop()
  828. end
  829. end
  830. end
  831. end
  832.  
  833. local function shuck(state)
  834. local char = player.Character or player.CharacterAdded:Wait()
  835. local humanoid = char:WaitForChild("Humanoid")
  836. local rootPart = char:WaitForChild("HumanoidRootPart")
  837.  
  838. sillyactive = state
  839.  
  840. if sillyactive then
  841. humanoid.PlatformStand = true
  842. humanoid.JumpPower = 0
  843.  
  844. local bodyVelocity = Instance.new("BodyVelocity")
  845. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  846. bodyVelocity.Velocity = Vector3.zero
  847. bodyVelocity.Parent = rootPart
  848.  
  849.  
  850. local animation = Instance.new("Animation")
  851. animation.AnimationId = "rbxassetid://74238051754912"
  852. local animationTrack = humanoid:LoadAnimation(animation)
  853. animationTrack:Play()
  854.  
  855. local sound = Instance.new("Sound")
  856. sound.SoundId = "rbxassetid://123236721947419"
  857. sound.Parent = rootPart
  858. sound.Volume = 0.5
  859. sound.Looped = false
  860. sound:Play()
  861.  
  862. local args = {
  863. [1] = "PlayEmote",
  864. [2] = "Animations",
  865. [3] = "Shucks"
  866. }
  867. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  868.  
  869. animationTrack.Stopped:Connect(function()
  870. humanoid.PlatformStand = false
  871. if bodyVelocity and bodyVelocity.Parent then
  872. bodyVelocity:Destroy()
  873. end
  874. end)
  875. else
  876. humanoid.PlatformStand = false
  877. humanoid.JumpPower = 0
  878.  
  879. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  880. if bodyVelocity then
  881. bodyVelocity:Destroy()
  882. end
  883.  
  884. local sound = rootPart:FindFirstChildOfClass("Sound")
  885. if sound then
  886. sound:Stop()
  887. sound:Destroy()
  888. end
  889.  
  890. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  891. if track.Animation.AnimationId == "rbxassetid://74238051754912" then
  892. track:Stop()
  893. end
  894. end
  895. end
  896. end
  897.  
  898. local function walkspeed(Value)
  899. game.Players.LocalPlayer.Character.SpeedMultipliers.Sprinting.Value = Value
  900. end
  901.  
  902. local function jumppower(Value)
  903. if jumppowerenabled then
  904. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  905. else
  906. return
  907. end
  908. end
  909.  
  910. local function unlockall()
  911. local clone = game.Players.LocalPlayer.PlayerData.Equipped.Skins:Clone()
  912. clone.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Killers
  913. for i, v in pairs(clone:GetChildren()) do
  914. v.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Killers
  915. end
  916. local clone2 = game.Players.LocalPlayer.PlayerData.Equipped.Skins:Clone()
  917. clone2.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Survivors
  918.  
  919. for i, v in pairs(clone2:GetChildren()) do
  920. v.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Survivors
  921. end
  922. end
  923.  
  924. local function givemesomepizza(state)
  925. if not state then
  926.  
  927. for _, v in pairs(connections) do
  928. v:Disconnect()
  929. end
  930. table.clear(connections)
  931. return
  932. end
  933.  
  934.  
  935. local function tp(child)
  936. if child:IsA("BasePart") and child.Name == "Pizza" then
  937. local player = game.Players.LocalPlayer
  938. if player and player.Character then
  939. local hrp = player.Character:FindFirstChild("HumanoidRootPart")
  940. if hrp then
  941. child.CFrame = hrp.CFrame
  942. end
  943. end
  944. end
  945. end
  946. end
  947.  
  948. local function solvegen()
  949. for i, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  950. if v.name == "Generator" then
  951. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  952. end
  953. end
  954. end
  955.  
  956.  
  957. local function instantsolvegenhell()
  958. for i, v in pairs(game.Workspace.Map.Ingame.Map.Generators:GetChildren()) do
  959. if v:IsA("Model") then
  960. local num = 0
  961. repeat
  962. num += 1
  963. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  964. until num == 4
  965. end
  966. end
  967. end
  968.  
  969. local function instantsolvegen()
  970. for i, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  971. if v.name == "Generator" then
  972. local num = 0
  973. repeat
  974. num += 1
  975. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  976. until num == 4
  977. end
  978. end
  979. end
  980.  
  981. local function setdelay(value)
  982. delay = value
  983.  
  984. end
  985.  
  986. local function autogen(state)
  987. run = state
  988.  
  989. local debounce = {}
  990.  
  991.  
  992.  
  993. while run do
  994. task.wait()
  995. for _, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  996. if v.Name == "Generator" then
  997.  
  998. if not debounce[v] then
  999. debounce[v] = true
  1000. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  1001. task.delay(delay, function() debounce[v] = nil end)
  1002. end
  1003. end
  1004. end
  1005. end
  1006. end
  1007.  
  1008. local function esp3(state)
  1009. isCorruptNatureEspActive = state
  1010. for i, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  1011. if v:IsA("Model") then
  1012. local existingHighlight = v:FindFirstChild("CorruptNatureHighlight")
  1013. if isCorruptNatureEspActive then
  1014. if not existingHighlight then
  1015. if v.Name == "HumanoidRootProjectile" or v.Name == "PizzaDeliveryRig" or v.Name == "Bunny" or v.Name == "Mafiaso1" or v.Name == "Mafiaso2" or v.Name == "Mafiaso3" then
  1016. local highlight = Instance.new("Highlight")
  1017. highlight.Name = "CorruptNatureHighlight"
  1018. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1019. highlight.Parent = v
  1020. end
  1021. end
  1022. else
  1023. if existingHighlight then
  1024. existingHighlight:Destroy()
  1025. end
  1026. end
  1027. end
  1028. end
  1029. end
  1030.  
  1031. local function esp4(state)
  1032. toolhighlightActive = state
  1033.  
  1034. local function applyHighlight(tool)
  1035. if toolhighlightActive then
  1036. local existinghighlight = tool:FindFirstChild("ToolHighlight")
  1037. if not existinghighlight then
  1038. local toolhighlight = Instance.new("Highlight")
  1039. toolhighlight.Name = "ToolHighlight"
  1040. toolhighlight.Parent = tool
  1041. toolhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1042.  
  1043. if tool.Name == "Medkit" then
  1044. toolhighlight.FillColor = Color3.fromRGB(0, 255, 255)
  1045. elseif tool.Name == "BloxyCola" then
  1046. toolhighlight.FillColor = Color3.fromRGB(88, 57, 39)
  1047. end
  1048. end
  1049. else
  1050. local existinghighlight = tool:FindFirstChild("ToolHighlight")
  1051. if existinghighlight then
  1052. existinghighlight:Destroy()
  1053. end
  1054. end
  1055. end
  1056.  
  1057. for _, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  1058. if v:IsA("Tool") then
  1059. applyHighlight(v)
  1060. end
  1061. end
  1062.  
  1063. game.Workspace.Map.Ingame.ChildAdded:Connect(function(child)
  1064. if child:IsA("Tool") then
  1065. applyHighlight(child)
  1066. end
  1067. end)
  1068. end
  1069.  
  1070. local function esp5(state)
  1071. isHighlightActive = state
  1072.  
  1073. local function applyGeneratorHighlight(generator)
  1074. if generator.Name == "Generator" then
  1075. local existingHighlight = generator:FindFirstChild("GeneratorHighlight")
  1076. local progress = generator:FindFirstChild("Progress")
  1077.  
  1078. if isHighlightActive then
  1079. if not existingHighlight then
  1080. local genhighlight = Instance.new("Highlight")
  1081. genhighlight.Parent = generator
  1082. genhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1083. genhighlight.Name = "GeneratorHighlight"
  1084. end
  1085. else
  1086. if existingHighlight then
  1087. existingHighlight:Destroy()
  1088. end
  1089. return
  1090. end
  1091.  
  1092. if progress then
  1093. if progress.Value == 100 then
  1094. local highlight = generator:FindFirstChild("GeneratorHighlight")
  1095. if highlight then
  1096. highlight:Destroy()
  1097. end
  1098. return
  1099. end
  1100.  
  1101. progress:GetPropertyChangedSignal("Value"):Connect(function()
  1102. if progress.Value == 100 then
  1103. local highlight = generator:FindFirstChild("GeneratorHighlight")
  1104. if highlight then
  1105. highlight:Destroy()
  1106. end
  1107. elseif isHighlightActive and not generator:FindFirstChild("GeneratorHighlight") then
  1108. local genhighlight = Instance.new("Highlight")
  1109. genhighlight.Parent = generator
  1110. genhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1111. genhighlight.Name = "GeneratorHighlight"
  1112. end
  1113. end)
  1114. end
  1115. end
  1116. end
  1117.  
  1118. for _, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  1119. applyGeneratorHighlight(v)
  1120. end
  1121.  
  1122. game.Workspace.Map.Ingame.Map.ChildAdded:Connect(function(child)
  1123. applyGeneratorHighlight(child)
  1124. end)
  1125. end
  1126.  
  1127. local function color(Value)
  1128. isSurvivorHighlightActive = Value
  1129.  
  1130. local function applySurvivorHighlight(model)
  1131. if model:IsA("Model") and model:FindFirstChild("Head") then
  1132. local existingBillboard = model.Head:FindFirstChild("billboard")
  1133. local existingHighlight = model:FindFirstChild("HiThere")
  1134.  
  1135. if isSurvivorHighlightActive then
  1136. if not existingBillboard then
  1137. local billboard = Instance.new("BillboardGui")
  1138. billboard.Name = "billboard"
  1139. billboard.Size = UDim2.new(0, 100, 0, 50)
  1140. billboard.StudsOffset = Vector3.new(0, 2, 0)
  1141. billboard.AlwaysOnTop = true
  1142. billboard.Parent = model.Head
  1143.  
  1144. local textLabel = Instance.new("TextLabel", billboard)
  1145. textLabel.Size = UDim2.new(1, 0, 1, 0)
  1146. textLabel.Text = model.Name
  1147. textLabel.TextColor3 = Color3.new(1, 1, 1)
  1148. textLabel.TextStrokeTransparency = 0
  1149. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  1150. textLabel.BackgroundTransparency = 1
  1151. end
  1152.  
  1153. if not existingHighlight then
  1154. local highlight = Instance.new("Highlight")
  1155. highlight.Name = "HiThere"
  1156. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1157. highlight.FillColor = Value
  1158. highlight.Parent = model
  1159. end
  1160. else
  1161. if existingBillboard then
  1162. existingBillboard:Destroy()
  1163. end
  1164. if existingHighlight then
  1165. existingHighlight:Destroy()
  1166. end
  1167. end
  1168. end
  1169. end
  1170.  
  1171. for _, v in pairs(game.Workspace.Players.Survivors:GetChildren()) do
  1172. applySurvivorHighlight(v)
  1173. end
  1174.  
  1175. game.Workspace.Players.Survivors.ChildAdded:Connect(function(child)
  1176. applySurvivorHighlight(child)
  1177. end)
  1178. end
  1179.  
  1180. local function color1(Value)
  1181. isKillerHighlightActive = Value
  1182.  
  1183. local function applyKillerHighlight(model)
  1184. if model:IsA("Model") and model:FindFirstChild("Head") then
  1185. local existingBillboard = model.Head:FindFirstChild("billboard")
  1186. local existingHighlight = model:FindFirstChild("HiThere")
  1187.  
  1188. if isKillerHighlightActive then
  1189. if not existingBillboard then
  1190. local billboard = Instance.new("BillboardGui")
  1191. billboard.Name = "billboard"
  1192. billboard.Size = UDim2.new(0, 100, 0, 50)
  1193. billboard.StudsOffset = Vector3.new(0, 2, 0)
  1194. billboard.AlwaysOnTop = true
  1195. billboard.Parent = model.Head
  1196.  
  1197. local textLabel = Instance.new("TextLabel", billboard)
  1198. textLabel.Size = UDim2.new(1, 0, 1, 0)
  1199. textLabel.Text = model.Name
  1200. textLabel.TextColor3 = Color3.new(1, 0, 0)
  1201. textLabel.TextStrokeTransparency = 0
  1202. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  1203. textLabel.BackgroundTransparency = 1
  1204. end
  1205.  
  1206. if not existingHighlight then
  1207. local highlight = Instance.new("Highlight")
  1208. highlight.Name = "HiThere"
  1209. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  1210. highlight.FillColor = Value
  1211. highlight.Parent = model
  1212. end
  1213. else
  1214. if existingBillboard then
  1215. existingBillboard:Destroy()
  1216. end
  1217. if existingHighlight then
  1218. existingHighlight:Destroy()
  1219. end
  1220. end
  1221. end
  1222. end
  1223.  
  1224. for _, v in pairs(game.Workspace.Players.Killers:GetChildren()) do
  1225. applyKillerHighlight(v)
  1226. end
  1227.  
  1228. game.Workspace.Players.Killers.ChildAdded:Connect(function(child)
  1229. applyKillerHighlight(child)
  1230. end)
  1231. end
  1232.  
  1233. local Label = Tab:CreateLabel("welcome "..whatthesimga.."!", "book-open")
  1234.  
  1235. local Button = Tab:CreateButton({
  1236. Name = "Join Discord",
  1237. Callback = function()
  1238. discord()
  1239. end,
  1240. })
  1241.  
  1242. local Paragraph = Tab:CreateParagraph({Title = "Kuncicoco hub Forsaken", Content = "update v3 [02/05/2025] update v2 [01/02/2025] update v1 [15/1/2025]"})
  1243.  
  1244. local Toggle = Tab1:CreateToggle({
  1245. Name = "ESP Survivor",
  1246. CurrentValue = false,
  1247. Callback = function(state)
  1248. esp(state)
  1249. end,
  1250. })
  1251.  
  1252. local Toggle = Tab1:CreateToggle({
  1253. Name = "ESP killers",
  1254. CurrentValue = false,
  1255. Callback = function(state)
  1256. esp1(state)
  1257. end,
  1258. })
  1259.  
  1260. local Toggle = Tab1:CreateToggle({
  1261. Name = "ESP Survivor [007n7]",
  1262. CurrentValue = false,
  1263. Callback = function(state)
  1264. esp2(state)
  1265. end,
  1266. })
  1267.  
  1268. local Toggle = Tab1:CreateToggle({
  1269. Name = "ESP Pizza C00lkidd",
  1270. CurrentValue = false,
  1271. Callback = function(state)
  1272. esp3(state)
  1273. end,
  1274. })
  1275.  
  1276. local Toggle = Tab1:CreateToggle({
  1277. Name = "ESP Item",
  1278. CurrentValue = false,
  1279. Callback = function(state)
  1280. esp4(state)
  1281. end,
  1282. })
  1283.  
  1284. local Toggle = Tab1:CreateToggle({
  1285. Name = "ESP Generator",
  1286. CurrentValue = false,
  1287. Callback = function(state)
  1288. esp5(state)
  1289. end,
  1290. })
  1291.  
  1292. local Section = Tab1:CreateSection("This Color For ESP")
  1293.  
  1294. local ColorPicker = Tab1:CreateColorPicker({
  1295. Name = "Color ESP [Survivor]",
  1296. Color = Color3.fromRGB(255,255,255),
  1297. Callback = function(Value)
  1298. color(Value)
  1299. end
  1300. })
  1301.  
  1302. local ColorPicker = Tab1:CreateColorPicker({
  1303. Name = "Color ESP [killers]",
  1304. Color = Color3.fromRGB(255,255,255),
  1305. Callback = function(Value)
  1306. color1(Value)
  1307. end
  1308. })
  1309.  
  1310. local Button = Tab2:CreateButton({
  1311. Name = "FrontFilp",
  1312. Callback = function()
  1313. frontfilp()
  1314. end,
  1315. })
  1316.  
  1317. local Button = Tab2:CreateButton({
  1318. Name = "BackFilp",
  1319. Callback = function()
  1320. backfilp()
  1321. end,
  1322. })
  1323.  
  1324. local Section = Tab2:CreateSection("This Filp for KeyBind")
  1325.  
  1326. local Keybind = Tab2:CreateKeybind({
  1327. Name = "FrontFilp",
  1328. CurrentKeybind = "P",
  1329. HoldToInteract = false,
  1330. Callback = function()
  1331. filp1()
  1332. end,
  1333. })
  1334.  
  1335. local Keybind = Tab2:CreateKeybind({
  1336. Name = "BackFilp",
  1337. CurrentKeybind = "L",
  1338. HoldToInteract = false,
  1339. Callback = function()
  1340. filp2()
  1341. end,
  1342. })
  1343.  
  1344. local Section = Tab2:CreateSection("This Emote The Players")
  1345.  
  1346. local Toggle = Tab2:CreateToggle({
  1347. Name = "Hakari Dance",
  1348. CurrentValue = false,
  1349. Callback = function(state)
  1350. hakari(state)
  1351. end,
  1352. })
  1353.  
  1354. local Toggle = Tab2:CreateToggle({
  1355. Name = "Shucks [Free Paid]",
  1356. CurrentValue = false,
  1357. Callback = function(state)
  1358. shuck(state)
  1359. end,
  1360. })
  1361.  
  1362. local Toggle = Tab2:CreateToggle({
  1363. Name = "Miss Out Quiet",
  1364. CurrentValue = false,
  1365. Callback = function(state)
  1366. miss(state)
  1367. end,
  1368. })
  1369.  
  1370. local Section = Tab2:CreateSection("This Teleport For Player [killer / survivor]")
  1371.  
  1372. local Button = Tab2:CreateButton({
  1373. Name = "Script Teleport",
  1374. Callback = function()
  1375. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
  1376. players = {}
  1377.  
  1378. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1379. table.insert(players,v.Name)
  1380. end
  1381. local Window = OrionLib:MakeWindow({Name = "Kuncicoco Hub [Teleport Players]", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  1382. local Tab = Window:MakeTab({
  1383. Name = "Players",
  1384. Icon = "rbxassetid://4483345998",
  1385. PremiumOnly = false
  1386. })
  1387.  
  1388. Tab:AddDropdown({
  1389. Name = "[ let teleport with player >:) ]",
  1390. Default = players,
  1391. Options = players,
  1392. Callback = function(abc)
  1393. Select = abc
  1394. end
  1395. })
  1396.  
  1397. Tab:AddButton({
  1398. Name = "Start",
  1399. Callback = function()
  1400. while true do
  1401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Select].Character.HumanoidRootPart.CFrame
  1402. end
  1403. end
  1404. })
  1405.  
  1406. Tab:AddButton({
  1407. Name = "Stop",
  1408. Callback = function()
  1409. table.clear(players)
  1410. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1411. table.insert(players,v.Name)
  1412. end
  1413. end
  1414. })
  1415. end,
  1416. })
  1417.  
  1418. local Dropdown = Tab2:CreateDropdown({
  1419. Name = "Players Teleport [ Doesn't work :( ]",
  1420. Options = players,
  1421. CurrentOption = players,
  1422. MultipleOptions = false,
  1423. Callback = function(Player)
  1424. print(Player)
  1425. end,
  1426. })
  1427.  
  1428. local Button = Tab2:CreateButton({
  1429. Name = "Teleport Players [WARNING TO NOT PERSS THIS BUTTON!]",
  1430. Callback = function()
  1431. gghghjhg()
  1432. end,
  1433. })
  1434.  
  1435. local Button = Tab2:CreateButton({
  1436. Name = "Teleport Pizza",
  1437. Callback = function(state)
  1438. givemesomepizza(state)
  1439. end,
  1440. })
  1441.  
  1442. local Section = Tab2:CreateSection("This Filng For Players")
  1443.  
  1444. local Toggle = Tab2:CreateToggle({
  1445. Name = "Fling Players",
  1446. CurrentValue = false,
  1447. Callback = function(state)
  1448. if state then
  1449. power = 1000 -- change this to make it more or less powerful
  1450.  
  1451. game:GetService('RunService').Stepped:connect(function()
  1452. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1453. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1454. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1455. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1456. end)
  1457.  
  1458. wait(.1)
  1459. local bambam = Instance.new("BodyThrust")
  1460. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1461. bambam.Force = Vector3.new(power,0,power)
  1462. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1463. else
  1464. power = 0 -- change this to make it more or less powerful
  1465.  
  1466. game:GetService('RunService').Stepped:connect(function()
  1467. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1468. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1469. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1470. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1471. end)
  1472.  
  1473. wait(.1)
  1474. local bambam = Instance.new("BodyThrust")
  1475. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1476. bambam.Force = Vector3.new(power,0,power)
  1477. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1478. end
  1479. end,
  1480. })
  1481.  
  1482. local Toggle = Tab2:CreateToggle({
  1483. Name = "Fling all",
  1484. CurrentValue = false,
  1485. Callback = function(state)
  1486. local Targets = {"All"} -- "All", "Target Name", "arian_was_here"
  1487.  
  1488. local Players = game:GetService("Players")
  1489. local Player = Players.LocalPlayer
  1490.  
  1491. local AllBool = false
  1492.  
  1493. local GetPlayer = function(Name)
  1494. Name = Name:lower()
  1495. if Name == "all" or Name == "others" then
  1496. AllBool = true
  1497. return
  1498. elseif Name == "random" then
  1499. local GetPlayers = Players:GetPlayers()
  1500. if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
  1501. return GetPlayers[math.random(#GetPlayers)]
  1502. elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
  1503. for _,x in next, Players:GetPlayers() do
  1504. if x ~= Player then
  1505. if x.Name:lower():match("^"..Name) then
  1506. return x;
  1507. elseif x.DisplayName:lower():match("^"..Name) then
  1508. return x;
  1509. end
  1510. end
  1511. end
  1512. else
  1513. return
  1514. end
  1515. end
  1516.  
  1517. local Message = function(_Title, _Text, Time)
  1518. game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
  1519. end
  1520.  
  1521. local SkidFling = function(TargetPlayer)
  1522. local Character = Player.Character
  1523. local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
  1524. local RootPart = Humanoid and Humanoid.RootPart
  1525.  
  1526. local TCharacter = TargetPlayer.Character
  1527. local THumanoid
  1528. local TRootPart
  1529. local THead
  1530. local Accessory
  1531. local Handle
  1532.  
  1533. if TCharacter:FindFirstChildOfClass("Humanoid") then
  1534. THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
  1535. end
  1536. if THumanoid and THumanoid.RootPart then
  1537. TRootPart = THumanoid.RootPart
  1538. end
  1539. if TCharacter:FindFirstChild("Head") then
  1540. THead = TCharacter.Head
  1541. end
  1542. if TCharacter:FindFirstChildOfClass("Accessory") then
  1543. Accessory = TCharacter:FindFirstChildOfClass("Accessory")
  1544. end
  1545. if Accessoy and Accessory:FindFirstChild("Handle") then
  1546. Handle = Accessory.Handle
  1547. end
  1548.  
  1549. if Character and Humanoid and RootPart then
  1550. if RootPart.Velocity.Magnitude < 50 then
  1551. getgenv().OldPos = RootPart.CFrame
  1552. end
  1553. if THumanoid and THumanoid.Sit and not AllBool then
  1554. return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
  1555. end
  1556. if THead then
  1557. workspace.CurrentCamera.CameraSubject = THead
  1558. elseif not THead and Handle then
  1559. workspace.CurrentCamera.CameraSubject = Handle
  1560. elseif THumanoid and TRootPart then
  1561. workspace.CurrentCamera.CameraSubject = THumanoid
  1562. end
  1563. if not TCharacter:FindFirstChildWhichIsA("BasePart") then
  1564. return
  1565. end
  1566.  
  1567. local FPos = function(BasePart, Pos, Ang)
  1568. RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
  1569. Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
  1570. RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
  1571. RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
  1572. end
  1573.  
  1574. local SFBasePart = function(BasePart)
  1575. local TimeToWait = 2
  1576. local Time = tick()
  1577. local Angle = 0
  1578.  
  1579. repeat
  1580. if RootPart and THumanoid then
  1581. if BasePart.Velocity.Magnitude < 50 then
  1582. Angle = Angle + 100
  1583.  
  1584. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
  1585. task.wait()
  1586.  
  1587. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  1588. task.wait()
  1589.  
  1590. FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  1591. task.wait()
  1592.  
  1593. FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  1594. task.wait()
  1595.  
  1596. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  1597. task.wait()
  1598.  
  1599. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  1600. task.wait()
  1601. else
  1602. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  1603. task.wait()
  1604.  
  1605. FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
  1606. task.wait()
  1607.  
  1608. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  1609. task.wait()
  1610.  
  1611. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  1612. task.wait()
  1613.  
  1614. FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
  1615. task.wait()
  1616.  
  1617. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  1618. task.wait()
  1619.  
  1620. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
  1621. task.wait()
  1622.  
  1623. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  1624. task.wait()
  1625.  
  1626. FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
  1627. task.wait()
  1628.  
  1629. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  1630. task.wait()
  1631. end
  1632. else
  1633. break
  1634. end
  1635. until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait
  1636. end
  1637.  
  1638. workspace.FallenPartsDestroyHeight = 0/0
  1639.  
  1640. local BV = Instance.new("BodyVelocity")
  1641. BV.Name = "EpixVel"
  1642. BV.Parent = RootPart
  1643. BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
  1644. BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
  1645.  
  1646. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  1647.  
  1648. if TRootPart and THead then
  1649. if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
  1650. SFBasePart(THead)
  1651. else
  1652. SFBasePart(TRootPart)
  1653. end
  1654. elseif TRootPart and not THead then
  1655. SFBasePart(TRootPart)
  1656. elseif not TRootPart and THead then
  1657. SFBasePart(THead)
  1658. elseif not TRootPart and not THead and Accessory and Handle then
  1659. SFBasePart(Handle)
  1660. else
  1661. return Message("Error Occurred", "Target is missing everything", 5)
  1662. end
  1663.  
  1664. BV:Destroy()
  1665. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  1666. workspace.CurrentCamera.CameraSubject = Humanoid
  1667.  
  1668. repeat
  1669. RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
  1670. Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
  1671. Humanoid:ChangeState("GettingUp")
  1672. table.foreach(Character:GetChildren(), function(_, x)
  1673. if x:IsA("BasePart") then
  1674. x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
  1675. end
  1676. end)
  1677. task.wait()
  1678. until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
  1679. workspace.FallenPartsDestroyHeight = getgenv().FPDH
  1680. else
  1681. return Message("Error Occurred", "Random error", 5)
  1682. end
  1683. end
  1684.  
  1685. if not Welcome then Message("Script by AnthonyIsntHere", "Enjoy!", 5) end
  1686. getgenv().Welcome = true
  1687. if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
  1688.  
  1689. if AllBool then
  1690. for _,x in next, Players:GetPlayers() do
  1691. SkidFling(x)
  1692. end
  1693. end
  1694.  
  1695. for _,x in next, Targets do
  1696. if GetPlayer(x) and GetPlayer(x) ~= Player then
  1697. if GetPlayer(x).UserId ~= 1414978355 then
  1698. local TPlayer = GetPlayer(x)
  1699. if TPlayer then
  1700. SkidFling(TPlayer)
  1701. end
  1702. else
  1703. Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
  1704. end
  1705. elseif not GetPlayer(x) and not AllBool then
  1706. Message("Error Occurred", "Username Invalid", 5)
  1707. end
  1708. end
  1709. end,
  1710. })
  1711.  
  1712. local function myskin(Value)
  1713. local Player = game.Players.LocalPlayer
  1714. local Character = Player.Character
  1715. local Humanoid = Character.Humanoid
  1716.  
  1717. Humanoid.MaxHealth = Value
  1718. Humanoid.Health = Humanoid.MaxHealth / 2
  1719.  
  1720. Humanoid.HealthChanged:connect(function()
  1721. if Humanoid.Health < 10 then
  1722. Humanoid.Health = Humanoid.MaxHealth
  1723. end
  1724. end)
  1725. end
  1726.  
  1727. local Section = Tab2:CreateSection("This Players For Fun")
  1728.  
  1729. local Slider = Tab2:CreateSlider({
  1730. Name = "WalkSpeed",
  1731. Range = {0, 100},
  1732. Increment = 1,
  1733. Suffix = "infinite Walkspeed",
  1734. CurrentValue = 10,
  1735. Callback = function(Value)
  1736. walkspeed(Value)
  1737. end,
  1738. })
  1739.  
  1740. local Slider = Tab2:CreateSlider({
  1741. Name = "JumpPower",
  1742. Range = {0, 100},
  1743. Increment = 1,
  1744. Suffix = "infinite jump",
  1745. CurrentValue = 10,
  1746. Callback = function(Value)
  1747. jumppower(Value)
  1748. end,
  1749. })
  1750.  
  1751. local Slider = Tab2:CreateSlider({
  1752. Name = "Fov Murit",
  1753. Range = {0, 2},
  1754. Increment = 1,
  1755. Suffix = "infinite fov",
  1756. CurrentValue = 10,
  1757. Callback = function(Value)
  1758. fov(Value)
  1759. end,
  1760. })
  1761.  
  1762. local Input = Tab2:CreateInput({
  1763. Name = "Health",
  1764. CurrentValue = "",
  1765. PlaceholderText = "you health",
  1766. RemoveTextAfterFocusLost = false,
  1767. Callback = function(Value)
  1768. myskin(Value)
  1769. end,
  1770. })
  1771.  
  1772. local Section = Tab2:CreateSection("This Survivor For disco killers")
  1773.  
  1774. local Button = Tab2:CreateButton({
  1775. Name = "c00lkidd disco",
  1776. Callback = function()
  1777. --[[
  1778. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  1779. ]]
  1780. local Players = game:GetService("Players")
  1781. local RunService = game:GetService("RunService")
  1782.  
  1783. local player = Players.LocalPlayer
  1784.  
  1785. local function setupAnimations(character)
  1786. local humanoid = character:WaitForChild("Humanoid")
  1787.  
  1788. -- Disable Animate if present
  1789. local animate = character:FindFirstChild("Animate")
  1790. if animate then
  1791. animate.Disabled = true
  1792. end
  1793.  
  1794. -- Load custom animations
  1795. local idleAnim = Instance.new("Animation")
  1796. idleAnim.AnimationId = "rbxassetid://18885903667"
  1797.  
  1798. local moveAnim = Instance.new("Animation")
  1799. moveAnim.AnimationId = "rbxassetid://18885906143"
  1800.  
  1801. local idleTrack = humanoid:LoadAnimation(idleAnim)
  1802. local moveTrack = humanoid:LoadAnimation(moveAnim)
  1803.  
  1804. idleTrack.Priority = Enum.AnimationPriority.Action -- Higher than Core
  1805. moveTrack.Priority = Enum.AnimationPriority.Movement
  1806.  
  1807. idleTrack:Play()
  1808.  
  1809. RunService.Heartbeat:Connect(function()
  1810. local speed = humanoid.MoveDirection.Magnitude
  1811.  
  1812. -- Force-stop other idle animations
  1813. for _, track in pairs(humanoid:GetPlayingAnimationTracks()) do
  1814. if track.Animation.AnimationId ~= idleAnim.AnimationId
  1815. and track.Animation.AnimationId ~= moveAnim.AnimationId then
  1816. if track.Priority == Enum.AnimationPriority.Core
  1817. or track.Name == "idle"
  1818. or track.Animation.AnimationId:lower():find("idle") then
  1819. track:Stop()
  1820. end
  1821. end
  1822. end
  1823.  
  1824. if speed > 0.01 then
  1825. if not moveTrack.IsPlaying then
  1826. idleTrack:Stop()
  1827. moveTrack:Play()
  1828. end
  1829. else
  1830. if not idleTrack.IsPlaying then
  1831. moveTrack:Stop()
  1832. idleTrack:Play()
  1833. end
  1834. end
  1835. end)
  1836. end
  1837.  
  1838. -- Support for current and future character loads
  1839. if player.Character then
  1840. setupAnimations(player.Character)
  1841. end
  1842.  
  1843. player.CharacterAdded:Connect(setupAnimations)
  1844. end,
  1845. })
  1846.  
  1847. local Button = Tab2:CreateButton({
  1848. Name = "c00lkidd pizza disco",
  1849. Callback = function()
  1850. --[[
  1851. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  1852. ]]
  1853. local Players = game:GetService("Players")
  1854. local RunService = game:GetService("RunService")
  1855.  
  1856. local player = Players.LocalPlayer
  1857.  
  1858. local function setupAnimations(character)
  1859. local humanoid = character:WaitForChild("Humanoid")
  1860.  
  1861. -- Disable Animate if present
  1862. local animate = character:FindFirstChild("Animate")
  1863. if animate then
  1864. animate.Disabled = true
  1865. end
  1866.  
  1867. -- Load custom animations
  1868. local idleAnim = Instance.new("Animation")
  1869. idleAnim.AnimationId = "rbxassetid://18886066950"
  1870.  
  1871. local moveAnim = Instance.new("Animation")
  1872. moveAnim.AnimationId = "rbxassetid://18886064499"
  1873.  
  1874. local idleTrack = humanoid:LoadAnimation(idleAnim)
  1875. local moveTrack = humanoid:LoadAnimation(moveAnim)
  1876.  
  1877. idleTrack.Priority = Enum.AnimationPriority.Action -- Higher than Core
  1878. moveTrack.Priority = Enum.AnimationPriority.Movement
  1879.  
  1880. idleTrack:Play()
  1881.  
  1882. RunService.Heartbeat:Connect(function()
  1883. local speed = humanoid.MoveDirection.Magnitude
  1884.  
  1885. -- Force-stop other idle animations
  1886. for _, track in pairs(humanoid:GetPlayingAnimationTracks()) do
  1887. if track.Animation.AnimationId ~= idleAnim.AnimationId
  1888. and track.Animation.AnimationId ~= moveAnim.AnimationId then
  1889. if track.Priority == Enum.AnimationPriority.Core
  1890. or track.Name == "idle"
  1891. or track.Animation.AnimationId:lower():find("idle") then
  1892. track:Stop()
  1893. end
  1894. end
  1895. end
  1896.  
  1897. if speed > 0.01 then
  1898. if not moveTrack.IsPlaying then
  1899. idleTrack:Stop()
  1900. moveTrack:Play()
  1901. end
  1902. else
  1903. if not idleTrack.IsPlaying then
  1904. moveTrack:Stop()
  1905. idleTrack:Play()
  1906. end
  1907. end
  1908. end)
  1909. end
  1910.  
  1911. -- Support for current and future character loads
  1912. if player.Character then
  1913. setupAnimations(player.Character)
  1914. end
  1915.  
  1916. player.CharacterAdded:Connect(setupAnimations)
  1917. end,
  1918. })
  1919.  
  1920. local Button = Tab3:CreateButton({
  1921. Name = "unlocked all [clients]",
  1922. Callback = function()
  1923. unlockall()
  1924. end,
  1925. })
  1926.  
  1927. local Button = Tab3:CreateButton({
  1928. Name = "c00lkidd",
  1929. Callback = function(state)
  1930. if state then
  1931. print('oke!')
  1932. end
  1933.  
  1934. game.DescendantAdded:Connect(function(descendant)
  1935. for _, v in pairs(hawktuahactivatesound) do
  1936. if descendant.Name == v then
  1937. if hawktuahactive then
  1938. local propout = {
  1939. ImageTransparency = 1
  1940. }
  1941.  
  1942. local propin = {
  1943. ImageTransparency = 0
  1944. }
  1945.  
  1946. local screengui = Instance.new("ScreenGui")
  1947. local frame = Instance.new("Frame")
  1948. local image = Instance.new("ImageLabel")
  1949. local sound = Instance.new("Sound")
  1950. sound.Parent = game.Workspace
  1951. sound.SoundId = "rbxassetid://17787027130"
  1952. sound:Play()
  1953.  
  1954. screengui.Parent = game.Players.LocalPlayer.PlayerGui
  1955. screengui.IgnoreGuiInset = true
  1956. frame.Parent = screengui
  1957. image.Parent = frame
  1958.  
  1959. frame.Size = UDim2.new(1,0,1,0)
  1960. frame.Position = UDim2.new(0, 0, 0, 0)
  1961. frame.BackgroundTransparency = 1
  1962.  
  1963. image.Size = UDim2.new(1,0,1,0)
  1964. image.Position = UDim2.new(0, 0, 0, 0)
  1965. image.BackgroundTransparency = 1
  1966.  
  1967. image.Image = "http://www.roblox.com/asset/?id=100505038126957"
  1968.  
  1969. local tweeninfoI = TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.In)
  1970. local tween = TS:Create(image,tweeninfoI, propout)
  1971. tween:play()
  1972.  
  1973.  
  1974. wait(1)
  1975.  
  1976. local tweeninfoII = TweenInfo.new(0.6, Enum.EasingStyle.Sine, Enum.EasingDirection.Out)
  1977. local tweenI = TS:Create(image,tweeninfoII, propin)
  1978. tweenI:play()
  1979. screengui:Destroy()
  1980. end
  1981. end
  1982. end
  1983. end)
  1984. end,
  1985. })
  1986.  
  1987. local Button = Tab3:CreateButton({
  1988. Name = "Guest1334",
  1989. Callback = function()
  1990. for _, v in pairs(player.Character:GetChildren()) do
  1991. if v:IsA("Shirt") then
  1992. v:Destroy()
  1993. end
  1994.  
  1995. if v:IsA("Pants") then
  1996. v:Destroy()
  1997. end
  1998.  
  1999. local headband = Instance.new("Accessory")
  2000. local scarf = Instance.new("Accessory")
  2001. local shirt = Instance.new("Shirt")
  2002. local pants = Instance.new("Pants")
  2003. --
  2004. local headbandhandle = Instance.new("Part")
  2005. local scarfhandle = Instance.new("Part")
  2006. local headbandhandleattach = Instance.new("Attachment")
  2007. local scarfhandleattach = Instance.new("Attachment")
  2008. local headbandweld = Instance.new("Weld")
  2009. local scarfweld = Instance.new("Weld")
  2010. scarfhandle.Name = "Handle"
  2011. headbandhandle.Name = "Handle"
  2012. scarfhandle.CanCollide = false
  2013. headbandhandle.CanCollide = false
  2014. --
  2015. local headbandmesh = Instance.new("SpecialMesh")
  2016. local scarfmesh = Instance.new("SpecialMesh")
  2017. --
  2018. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=836903658"
  2019. pants.PantsTemplate = "http://www.roblox.com/asset/?id=731578592"
  2020. shirt.Parent = player.Character
  2021. pants.Parent = player.Character
  2022. --
  2023. headband.Parent = player.Character
  2024. scarf.Parent = player.Character
  2025. scarfhandle.Parent = scarf
  2026. headbandhandle.Parent = headband
  2027. headbandhandleattach.Parent = headbandhandle
  2028. scarfhandleattach.Parent = scarfhandle
  2029. headbandmesh.Parent = headbandhandle
  2030. scarfmesh.Parent = scarfhandle
  2031. headbandhandle.Color = Color3.fromRGB(27, 42, 53)
  2032. scarfhandle.Color = Color3.fromRGB(27, 42, 53)
  2033. --
  2034. headbandweld.Parent = headbandhandle
  2035. headbandweld.Name = "AccessoryWeld"
  2036. headbandweld.Part0 = headbandhandle
  2037. headbandweld.Part1 = player.Character.Head
  2038. headbandweld.C0 = CFrame.new(0, 0, 0)
  2039. headbandweld.C1 = CFrame.new(0, 0, 0)
  2040. --
  2041. scarfweld.Parent = scarfhandle
  2042. scarfweld.Name = "AccessoryWeld"
  2043. scarfweld.Part0 = scarfhandle
  2044. scarfweld.Part1 = player.Character.Torso
  2045. scarfweld.C0 = CFrame.new(0, -0.4, 0)
  2046. scarfweld.C1 = CFrame.new(0, 0, 0)
  2047. --
  2048. headbandmesh.MeshId = "http://www.roblox.com/asset/?id=20407184"
  2049. headbandmesh.Scale = Vector3.new(1.103, 1.071, 1.103)
  2050. scarfmesh.MeshId = "http://www.roblox.com/asset/?id=99856331"
  2051. scarfmesh.Scale = Vector3.new(1.071, 1.071, 1.071)
  2052. scarfmesh.VertexColor = Vector3.new(1, 2, 1)
  2053. --
  2054. headbandhandleattach.Name = "HatAttachment"
  2055. headbandhandleattach.CFrame = CFrame.new(0, 0.557, 0)
  2056. scarfhandleattach.Name = "NeckAttachment"
  2057. scarfhandleattach.CFrame = CFrame.new(0, 0.519, 0)
  2058.  
  2059. local playergui = player.PlayerGui
  2060. local playerinfo = playergui.TemporaryUI.PlayerInfo
  2061.  
  2062.  
  2063. playerinfo.PlayerIcon.Image = "http://www.roblox.com/asset/?id=97047410245118"
  2064.  
  2065.  
  2066. end
  2067. end,
  2068. })
  2069.  
  2070. local Button = Tab3:CreateButton({
  2071. Name = "Shedletsky",
  2072. Callback = function()
  2073. for _, v in pairs(player.Character:GetChildren()) do
  2074. if v:IsA("Shirt") then
  2075. v:Destroy()
  2076. end
  2077.  
  2078. if v:IsA("Pants") then
  2079. v:Destroy()
  2080. end
  2081.  
  2082. local headband = Instance.new("Accessory")
  2083.  
  2084. local shirt = Instance.new("Shirt")
  2085. local pants = Instance.new("Pants")
  2086. local tshirt = Instance.new("ShirtGraphic")
  2087. --
  2088. local headbandhandle = Instance.new("Part")
  2089.  
  2090. local headbandhandleattach = Instance.new("Attachment")
  2091.  
  2092. local headbandweld = Instance.new("Weld")
  2093.  
  2094.  
  2095. headbandhandle.Name = "Handle"
  2096.  
  2097. headbandhandle.CanCollide = false
  2098. --
  2099. local headbandmesh = Instance.new("SpecialMesh")
  2100.  
  2101. --
  2102. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1808496"
  2103. pants.PantsTemplate = "http://www.roblox.com/asset/?id=1809861"
  2104. tshirt.Graphic = "http://www.roblox.com/asset/?id=2426992"
  2105. shirt.Parent = player.Character
  2106. pants.Parent = player.Character
  2107. tshirt.Parent = player.Character
  2108. --
  2109. headband.Parent = player.Character
  2110.  
  2111. headbandhandle.Parent = headband
  2112. headbandhandleattach.Parent = headbandhandle
  2113.  
  2114. headbandmesh.Parent = headbandhandle
  2115.  
  2116. headbandhandle.Color = Color3.fromRGB(27, 42, 53)
  2117.  
  2118. --
  2119. headbandweld.Parent = headbandhandle
  2120. headbandweld.Name = "AccessoryWeld"
  2121. headbandweld.Part0 = headbandhandle
  2122. headbandweld.Part1 = player.Character.Head
  2123. headbandweld.C0 = CFrame.new(0, -0.5, 0)
  2124. headbandweld.C1 = CFrame.new(0, 0, 0)
  2125. --
  2126. --
  2127. headbandmesh.MeshId = "http://www.roblox.com/asset/?id=1286103"
  2128. headbandmesh.TextureId = "rbxassetid://6858319251"
  2129. headbandmesh.Scale = Vector3.new(0.992, 0.994, 0.992)
  2130. if player.Character:FindFirstChild("ShedHair") then
  2131. player.Character:FindFirstChild("ShedHair"):Destroy()
  2132. end
  2133. --
  2134. headbandhandleattach.Name = "HatAttachment"
  2135. headbandhandleattach.CFrame = CFrame.new(0, 0.557, 0)
  2136.  
  2137. local playergui = player.PlayerGui
  2138. local playerinfo = playergui.TemporaryUI.PlayerInfo
  2139.  
  2140.  
  2141. playerinfo.PlayerIcon.Image = "http://www.roblox.com/asset/?id=118308385507069"
  2142.  
  2143.  
  2144. end
  2145. end,
  2146. })
  2147.  
  2148. local Section = Tab3:CreateSection("This Stamina For Speed")
  2149.  
  2150. local Input = Tab3:CreateInput({
  2151. Name = "Gain Stamina",
  2152. CurrentValue = "",
  2153. PlaceholderText = "stamina",
  2154. RemoveTextAfterFocusLost = false,
  2155. Callback = function(Text)
  2156. -- i didn't make this
  2157. end,
  2158. })
  2159.  
  2160. local Input = Tab3:CreateInput({
  2161. Name = "Speed Stamina",
  2162. CurrentValue = "",
  2163. PlaceholderText = "stamina",
  2164. RemoveTextAfterFocusLost = false,
  2165. Callback = function(Text)
  2166. -- i didn't make this
  2167. end,
  2168. })
  2169.  
  2170. local Input = Tab3:CreateInput({
  2171. Name = "min Stamina",
  2172. CurrentValue = "",
  2173. PlaceholderText = "stamina",
  2174. RemoveTextAfterFocusLost = false,
  2175. Callback = function(Text)
  2176. -- i didn't make this
  2177. end,
  2178. })
  2179.  
  2180. local Input = Tab3:CreateInput({
  2181. Name = "max Stamina",
  2182. CurrentValue = "",
  2183. PlaceholderText = "stamina",
  2184. RemoveTextAfterFocusLost = false,
  2185. Callback = function(Text)
  2186. -- i didn't make this
  2187. end,
  2188. })
  2189.  
  2190. local Input = Tab3:CreateInput({
  2191. Name = "speed Stamina",
  2192. CurrentValue = "",
  2193. PlaceholderText = "stamina",
  2194. RemoveTextAfterFocusLost = false,
  2195. Callback = function(Text)
  2196. -- i didn't make this
  2197. end,
  2198. })
  2199.  
  2200. local Toggle = Tab3:CreateToggle({
  2201. Name = "infinite Stamina",
  2202. CurrentValue = false,
  2203. Callback = function(state)
  2204. stam = state
  2205. local stamscript = require(game.ReplicatedStorage.Systems.Character.Game.Sprinting)
  2206.  
  2207. local connection
  2208. connection = game:GetService("RunService").Heartbeat:Connect(function()
  2209. if not stam then
  2210. connection:Disconnect()
  2211. stamscript.StaminaLossDisabled = nil
  2212. return
  2213. end
  2214. stamscript.StaminaLossDisabled = function()
  2215. end
  2216. end)
  2217. end,
  2218. })
  2219.  
  2220. local Section = Tab3:CreateSection("This Generator For Auto")
  2221.  
  2222. local Toggle1 = Tab3:CreateToggle({
  2223. Name = "Auto Generator",
  2224. CurrentValue = false,
  2225. Callback = function(state)
  2226. autogen(state)
  2227. end,
  2228. })
  2229.  
  2230. local Keybind = Tab3:CreateKeybind({
  2231. Name = "Do Current Generator Puzzle",
  2232. CurrentKeybind = "H",
  2233. HoldToInteract = false,
  2234.  
  2235. Callback = function(Keybind)
  2236. solvegen()
  2237. end,
  2238. })
  2239.  
  2240. local Slider1 = Tab3:CreateSlider({
  2241. Name = "Auto Gen Delay",
  2242. Range = {2.5, 10},
  2243. Increment = 0.1,
  2244. Suffix = "seconds",
  2245. CurrentValue = 0.1,
  2246.  
  2247. Callback = function(value)
  2248. setdelay(value)
  2249. end,
  2250. })
  2251.  
  2252. local Toggle = Tab4:CreateToggle({
  2253. Name = "Aimbot Two Time",
  2254. CurrentValue = false,
  2255. Callback = function(state)
  2256. if state then
  2257. twotimeaimbotLoop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2258. if not chanceaim then return end
  2259. for _, v in pairs(twotimeaimbotsounds) do
  2260. if child.Name == v then
  2261. local killer = game.Workspace.Players:FindFirstChild("Killers"):FindFirstChildOfClass("Model")
  2262. if killer and killer:FindFirstChild("HumanoidRootPart") then
  2263. local killerHRP = killer.HumanoidRootPart
  2264. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2265. if playerHRP then
  2266. local direction = (killerHRP.Position - playerHRP.Position).Unit
  2267. local num = 1
  2268. local maxIterations = 100
  2269.  
  2270.  
  2271. while num <= maxIterations do
  2272. task.wait(0.01)
  2273. num = num + 1
  2274. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  2275. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(killerHRP.Position.X, killerHRP.Position.Y, killerHRP.Position.Z))
  2276. end
  2277.  
  2278.  
  2279. end
  2280. end
  2281. end
  2282. end
  2283. end)
  2284. else
  2285. if twotimeaimbotLoop then
  2286. twotimeaimbotLoop:Disconnect()
  2287. twotimeaimbotLoop = nil
  2288. end
  2289. end
  2290. end,
  2291. })
  2292.  
  2293. local Toggle = Tab4:CreateToggle({
  2294. Name = "Aimbot Chance",
  2295. CurrentValue = false,
  2296. Callback = function(state)
  2297. if state then
  2298. chanceaimbotLoop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2299. if not chanceaim then return end
  2300. for _, v in pairs(chanceaimbotsounds) do
  2301. if child.Name == v then
  2302. local killer = game.Workspace.Players:FindFirstChild("Killers"):FindFirstChildOfClass("Model")
  2303. if killer and killer:FindFirstChild("HumanoidRootPart") then
  2304. local killerHRP = killer.HumanoidRootPart
  2305. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2306. if playerHRP then
  2307. local direction = (killerHRP.Position - playerHRP.Position).Unit
  2308. local num = 1
  2309. local maxIterations = 100
  2310.  
  2311.  
  2312. while num <= maxIterations do
  2313. task.wait(0.01)
  2314. num = num + 1
  2315. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  2316. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(killerHRP.Position.X, killerHRP.Position.Y, killerHRP.Position.Z))
  2317. end
  2318.  
  2319.  
  2320. end
  2321. end
  2322. end
  2323. end
  2324. end)
  2325. else
  2326. if chanceaimbotLoop then
  2327. chanceaimbotLoop:Disconnect()
  2328. chanceaimbotLoop = nil
  2329. end
  2330. end
  2331. end,
  2332. })
  2333.  
  2334. local Toggle = Tab4:CreateToggle({
  2335. Name = "Aimbot ShedletSky",
  2336. CurrentValue = false,
  2337. Callback = function(state)
  2338. if state then
  2339. shedloop = game.Players.LocalPlayer.Character.Sword.ChildAdded:Connect(function(child)
  2340. if not shedaim then return end
  2341. for _, v in pairs(shedaimbotsounds) do
  2342. if child.Name == v then
  2343. local killersFolder = game.Workspace.Players:FindFirstChild("Killers")
  2344. if killersFolder then
  2345. local killer = killersFolder:FindFirstChildOfClass("Model")
  2346. if killer and killer:FindFirstChild("HumanoidRootPart") then
  2347. local killerHRP = killer.HumanoidRootPart
  2348. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2349. if playerHRP then
  2350. local num = 1
  2351. local maxIterations = 100
  2352.  
  2353. while num <= maxIterations do
  2354. task.wait(0.01)
  2355. num = num + 1
  2356. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  2357. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, killerHRP.Position)
  2358. end
  2359. end
  2360. end
  2361. end
  2362. end
  2363. end
  2364. end)
  2365. else
  2366. if shedloop then
  2367. shedloop:Disconnect()
  2368. shedloop = nil
  2369. end
  2370. end
  2371. end,
  2372. })
  2373.  
  2374. local Toggle = Tab4:CreateToggle({
  2375. Name = "Aimbot Guest1334",
  2376. CurrentValue = false,
  2377. Callback = function(state)
  2378. if state then
  2379. shedloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2380. if not shedaim then return end
  2381. for _, v in pairs(guestsounds) do
  2382. if child.Name == v then
  2383. local killersFolder = game.Workspace.Players:FindFirstChild("Killers")
  2384. if killersFolder then
  2385. local killer = killersFolder:FindFirstChildOfClass("Model")
  2386. if killer and killer:FindFirstChild("HumanoidRootPart") then
  2387. local killerHRP = killer.HumanoidRootPart
  2388. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2389. if playerHRP then
  2390. local num = 1
  2391. local maxIterations = 100
  2392.  
  2393. while num <= maxIterations do
  2394. task.wait(0.01)
  2395. num = num + 1
  2396. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  2397. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, killerHRP.Position)
  2398. end
  2399. end
  2400. end
  2401. end
  2402. end
  2403. end
  2404. end)
  2405. else
  2406. if guestloop then
  2407. guestloop:Disconnect()
  2408. guestloop = nil
  2409. end
  2410. end
  2411. end,
  2412. })
  2413.  
  2414. local Section = Tab4:CreateSection("This Aimbot For Killers")
  2415.  
  2416. local Toggle = Tab4:CreateToggle({
  2417. Name = "Aimbot John Doe",
  2418. CurrentValue = false,
  2419. Callback = function(state)
  2420. if state then
  2421. johnloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2422. if not johnaim then return end
  2423. for _, v in pairs(johnaimbotsounds) do
  2424. if child.Name == v then
  2425.  
  2426. local survivors = {}
  2427. for _, player in pairs(game.Players:GetPlayers()) do
  2428. if player ~= game.Players.LocalPlayer then
  2429. local character = player.Character
  2430. if character and character:FindFirstChild("HumanoidRootPart") then
  2431. table.insert(survivors, character)
  2432. end
  2433. end
  2434. end
  2435.  
  2436.  
  2437. local nearestSurvivor = nil
  2438. local shortestDistance = math.huge
  2439.  
  2440. for _, survivor in pairs(survivors) do
  2441. local survivorHRP = survivor.HumanoidRootPart
  2442. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2443.  
  2444. if playerHRP then
  2445. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  2446. if distance < shortestDistance then
  2447. shortestDistance = distance
  2448. nearestSurvivor = survivor
  2449. end
  2450. end
  2451. end
  2452.  
  2453.  
  2454. if nearestSurvivor then
  2455. local nearestHRP = nearestSurvivor.HumanoidRootPart
  2456. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2457. local maxIterations = 330
  2458. if playerHRP then
  2459. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  2460. local num = 1
  2461.  
  2462.  
  2463. while num <= maxIterations do
  2464. task.wait(0.01)
  2465. num = num + 1
  2466. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, nearestHRP.Position)
  2467. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  2468.  
  2469. end
  2470. end
  2471. end
  2472. end
  2473. end
  2474. end)
  2475. else
  2476. if johnloop then
  2477. johnloop:Disconnect()
  2478. johnloop = nil
  2479. end
  2480. end
  2481. end,
  2482. })
  2483.  
  2484. local Toggle = Tab4:CreateToggle({
  2485. Name = "Aimbot 1x1x1x1",
  2486. CurrentValue = false,
  2487. Callback = function(state)
  2488. if state then
  2489. aimbot1x1loop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2490. if not aimbot1x1 then return end
  2491. for _, v in pairs(aimbot1x1sounds) do
  2492. if child.Name == v then
  2493. local survivors = {}
  2494. for _, player in pairs(game.Players:GetPlayers()) do
  2495. if player ~= game.Players.LocalPlayer then
  2496. local character = player.Character
  2497. if character and character:FindFirstChild("HumanoidRootPart") then
  2498. table.insert(survivors, character)
  2499. end
  2500. end
  2501. end
  2502.  
  2503. local nearestSurvivor = nil
  2504. local shortestDistance = math.huge
  2505.  
  2506. for _, survivor in pairs(survivors) do
  2507. local survivorHRP = survivor.HumanoidRootPart
  2508. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2509.  
  2510. if playerHRP then
  2511. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  2512. if distance < shortestDistance then
  2513. shortestDistance = distance
  2514. nearestSurvivor = survivor
  2515. end
  2516. end
  2517. end
  2518.  
  2519. if nearestSurvivor then
  2520. local nearestHRP = nearestSurvivor.HumanoidRootPart
  2521. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2522.  
  2523. if playerHRP then
  2524. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  2525. local num = 1
  2526. local maxIterations = 100
  2527.  
  2528.  
  2529. if child.Name == "rbxassetid://79782181585087" then
  2530. maxIterations = 220
  2531. end
  2532.  
  2533. while num <= maxIterations do
  2534. task.wait(0.01)
  2535. num = num + 1
  2536. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, nearestHRP.Position)
  2537. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  2538. end
  2539.  
  2540. end
  2541. end
  2542. end
  2543. end
  2544. end)
  2545. else
  2546. if aimbot1x1loop then
  2547. aimbot1x1loop:Disconnect()
  2548. aimbot1x1loop = nil
  2549. end
  2550. end
  2551. end,
  2552. })
  2553.  
  2554. local Toggle = Tab4:CreateToggle({
  2555. Name = "Aimbot c00lkidd",
  2556. CurrentValue = false,
  2557. Callback = function(state)
  2558. if state then
  2559. aimbot1x1loop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2560. if not aimbot1x1 then return end
  2561. for _, v in pairs(aimbot1x1sounds) do
  2562. if child.Name == v then
  2563. local survivors = {}
  2564. for _, player in pairs(game.Players:GetPlayers()) do
  2565. if player ~= game.Players.LocalPlayer then
  2566. local character = player.Character
  2567. if character and character:FindFirstChild("HumanoidRootPart") then
  2568. table.insert(survivors, character)
  2569. end
  2570. end
  2571. end
  2572.  
  2573. local nearestSurvivor = nil
  2574. local shortestDistance = math.huge
  2575.  
  2576. for _, survivor in pairs(survivors) do
  2577. local survivorHRP = survivor.HumanoidRootPart
  2578. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2579.  
  2580. if playerHRP then
  2581. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  2582. if distance < shortestDistance then
  2583. shortestDistance = distance
  2584. nearestSurvivor = survivor
  2585. end
  2586. end
  2587. end
  2588.  
  2589. if nearestSurvivor then
  2590. local nearestHRP = nearestSurvivor.HumanoidRootPart
  2591. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2592.  
  2593. if playerHRP then
  2594. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  2595. local num = 1
  2596. local maxIterations = 100
  2597.  
  2598.  
  2599. if child.Name == "rbxassetid://79782181585087" then
  2600. maxIterations = 220
  2601. end
  2602.  
  2603. while num <= maxIterations do
  2604. task.wait(0.01)
  2605. num = num + 1
  2606. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, nearestHRP.Position)
  2607. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  2608. end
  2609.  
  2610. end
  2611. end
  2612. end
  2613. end
  2614. end)
  2615. else
  2616. if aimbot1x1loop then
  2617. aimbot1x1loop:Disconnect()
  2618. aimbot1x1loop = nil
  2619. end
  2620. end
  2621. end,
  2622. })
  2623.  
  2624. local Toggle = Tab4:CreateToggle({
  2625. Name = "Aimbot Jason",
  2626. CurrentValue = false,
  2627. Callback = function(state)
  2628. if state then
  2629. jasonaimbotloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  2630. if not jasonaim then return end
  2631. for _, v in pairs(jasonaimbotsounds) do
  2632. if child.Name == v then
  2633.  
  2634. local survivors = {}
  2635. for _, player in pairs(game.Players:GetPlayers()) do
  2636. if player ~= game.Players.LocalPlayer then
  2637. local character = player.Character
  2638. if character and character:FindFirstChild("HumanoidRootPart") then
  2639. table.insert(survivors, character)
  2640. end
  2641. end
  2642. end
  2643.  
  2644.  
  2645. local nearestSurvivor = nil
  2646. local shortestDistance = math.huge
  2647.  
  2648. for _, survivor in pairs(survivors) do
  2649. local survivorHRP = survivor.HumanoidRootPart
  2650. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2651.  
  2652. if playerHRP then
  2653. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  2654. if distance < shortestDistance then
  2655. shortestDistance = distance
  2656. nearestSurvivor = survivor
  2657. end
  2658. end
  2659. end
  2660.  
  2661.  
  2662. if nearestSurvivor then
  2663. local nearestHRP = nearestSurvivor.HumanoidRootPart
  2664. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2665. local maxIterations = 70
  2666. if playerHRP then
  2667. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  2668. local num = 1
  2669.  
  2670.  
  2671. while num <= maxIterations do
  2672. task.wait(0.01)
  2673. num = num + 1
  2674.  
  2675. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  2676.  
  2677. end
  2678. end
  2679. end
  2680. end
  2681. end
  2682. end)
  2683. else
  2684. if jasonaimbotloop then
  2685. jasonaimbotloop:Disconnect()
  2686. jasonaimbotloop = nil
  2687. end
  2688. end
  2689. end,
  2690. })
  2691.  
  2692. local Button = Tab4:CreateButton({
  2693. Name = "1x1x1x1 Popups",
  2694. Callback = function()
  2695. while true do
  2696. if Do1x1PopupsLoop then
  2697. local player = game:GetService("Players").LocalPlayer
  2698. local popups = player.PlayerGui.TemporaryUI:GetChildren()
  2699.  
  2700. for _, i in ipairs(popups) do
  2701. if i.Name == "1x1x1x1Popup" then
  2702. local centerX = i.AbsolutePosition.X + (i.AbsoluteSize.X / 2)
  2703. local centerY = i.AbsolutePosition.Y + (i.AbsoluteSize.Y / 2)
  2704.  
  2705. VirtualBallsManager:SendMouseButtonEvent(centerX, centerY, Enum.UserInputType.MouseButton1.Value, true, player.PlayerGui, 1)
  2706. VirtualBallsManager:SendMouseButtonEvent(centerX, centerY, Enum.UserInputType.MouseButton1.Value, false, player.PlayerGui, 1)
  2707. end
  2708. end
  2709. end
  2710. task.wait(0.1)
  2711. end
  2712. end,
  2713. })
  2714.  
  2715. local Paragraph = Tab5:CreateParagraph({Title = "Update Script", Content = "404 Not Found"})
  2716. local Button = Tab5:CreateButton({
  2717. Name = "Leave",
  2718. Callback = function()
  2719. Rayfield:Destroy()
  2720. end,
  2721. })
  2722.  
  2723.  
Advertisement
Add Comment
Please, Sign In to add comment