wghcbgfftgh

Untitled

May 5th, 2025 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.30 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3.  
  4. local isHighlightActive = false
  5.  
  6. local toolhighlightactive = false
  7.  
  8. local hawktuahactive = false
  9.  
  10. local isCorruptNatureEspActive = false
  11.  
  12. local isSurvivorUtilEspActive = false
  13.  
  14. local run = false
  15.  
  16. local delay
  17.  
  18. local isSurvivorHighlightActive = false
  19.  
  20. local givepizza = false
  21.  
  22. local connections = {}
  23.  
  24. local isKillerHighlightActive = false
  25.  
  26. local hideplayerbar = false
  27.  
  28. local VirtualBallsManager = game:GetService('VirtualInputManager')
  29.  
  30. local jumppowerenabled = false
  31.  
  32. local survivorutil = {
  33. "007n7",
  34. "BuildermanSentry",
  35. "BuildermanDispenser",
  36. "Pizza",
  37. "BuildermanSentryEffectRange"
  38. }
  39.  
  40.  
  41.  
  42.  
  43.  
  44. local aimbot1x1sounds = {
  45. "rbxassetid://79782181585087",
  46. "rbxassetid://128711903717226"
  47. }
  48.  
  49. local chanceaimbotsounds = {
  50. "rbxassetid://201858045",
  51. "rbxassetid://139012439429121"
  52. }
  53.  
  54. local johnaimbotsounds = {
  55. "rbxassetid://109525294317144"
  56. }
  57.  
  58. local jasonaimbotsounds = {
  59. "rbxassetid://112809109188560",
  60. "rbxassetid://102228729296384"
  61. }
  62.  
  63. local shedaimbotsounds = {
  64. "rbxassetid://12222225",
  65. "rbxassetid://83851356262523"
  66. }
  67.  
  68. local guestsounds = {
  69. "rbxassetid://609342351"
  70. }
  71.  
  72. local hawktuahactivatesound = {
  73. "rbxassetid://110759725172567"
  74. }
  75.  
  76. local hakariactive = false
  77.  
  78. local quietactive = false
  79.  
  80. local stam = false
  81.  
  82. local connection
  83.  
  84. local chanceaim = false
  85.  
  86. local chanceaimbotLoop
  87.  
  88. local jasonaimbotloop
  89.  
  90. local genshouldloop = false
  91.  
  92. local genactive = false
  93.  
  94. local aimbot1x1loop
  95.  
  96. local johnloop
  97.  
  98. local guestloop
  99.  
  100. local shedloop
  101.  
  102. local player = game.Players.LocalPlayer
  103.  
  104. local aimbot1x1 = false
  105.  
  106. local johnaim = false
  107.  
  108. local connection
  109.  
  110. local jasonaim = false
  111.  
  112. local shedaim = false
  113.  
  114. local guestaim = false
  115.  
  116.  
  117.  
  118.  
  119. local function initialize()
  120. local GUI = Rayfield:CreateWindow({
  121. Name = "Applesaken Back | by 4x2x9x4x0",
  122. Theme = "Default",
  123. LoadingTitle = "i made script applesaken",
  124. LoadingSubtitle = "APPLESAKEN IS BACK!!!",
  125. Icon = "apple",
  126. Link = "https://github.com/SilkScripts/AppleStuff/get out of here",
  127.  
  128. DisableBuildWarnings = true,
  129. DisableRayfieldPrompts = true,
  130.  
  131. KeySystem = false,
  132. KeySettings = {
  133. Title = "Appleware Key or sum",
  134. Subtitle = "FART HUB PLEASE COLLABBB",
  135. Note = "Join Discord Server To Get Key | https://discord.gg/fGFV3r9yKC",
  136. FileName = "Applewarething",
  137. SaveKey = true,
  138. GrabKeyFromSite = false,
  139. Key = {"Apple"},
  140. },
  141. })
  142.  
  143.  
  144.  
  145.  
  146. local function button1() -- creds to ivan
  147. local visible = true
  148. local sausageHolder = game:GetService("CoreGui").TopBarApp.UnibarLeftFrame.UnibarMenu["2"]
  149. local originalSize = sausageHolder.Size.X.Offset
  150.  
  151. sausageHolder.Size = UDim2.new(0, originalSize + 48, 0, sausageHolder.Size.Y.Offset)
  152.  
  153. local buttonFrame = Instance.new("Frame", sausageHolder)
  154. buttonFrame.Size = UDim2.new(0, 44, 0, 44)
  155. buttonFrame.BackgroundTransparency = 1
  156. buttonFrame.BorderSizePixel = 0
  157. buttonFrame.Position = UDim2.new(0, sausageHolder.Size.X.Offset - 48, 0, 0)
  158.  
  159. local imageButton = Instance.new("ImageButton", buttonFrame)
  160. imageButton.BackgroundTransparency = 1
  161. imageButton.BorderSizePixel = 0
  162. imageButton.Size = UDim2.new(0, 36, 0, 36)
  163. imageButton.AnchorPoint = Vector2.new(0.5, 0.5)
  164. imageButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  165. imageButton.Image = "http://www.roblox.com/asset/?id=99937635381008"
  166.  
  167. local function toggleGUI()
  168. visible = not visible
  169. Rayfield:SetVisibility(visible, false)
  170. sausageHolder.Size = UDim2.new(0, originalSize + (visible and 48 or 0), 0, sausageHolder.Size.Y.Offset)
  171. end
  172.  
  173. imageButton.Activated:Connect(toggleGUI)
  174.  
  175. sausageHolder:GetPropertyChangedSignal("Size"):Connect(function()
  176. if sausageHolder.Size.X.Offset == originalSize then
  177. sausageHolder.Size = UDim2.new(0, originalSize + 48, 0, sausageHolder.Size.Y.Offset)
  178. end
  179. end)
  180. end
  181.  
  182. local function button2() -- creds to ivan
  183. local visible = true
  184. local topBarApp = game:GetService("CoreGui"):WaitForChild("TopBarApp")
  185. local leftFrame = topBarApp:WaitForChild("TopBarFrame"):WaitForChild("LeftFrame")
  186.  
  187. local sigmaFrame = Instance.new("Frame", leftFrame)
  188. sigmaFrame.Name = "SigmaFrame"
  189. sigmaFrame.Size = UDim2.new(0, 32, 0, 32)
  190. sigmaFrame.Position = UDim2.new(0, 0, 1, 0)
  191. sigmaFrame.BackgroundTransparency = 1
  192. sigmaFrame.LayoutOrder = 5
  193.  
  194. local background = Instance.new("ImageLabel", sigmaFrame)
  195. background.Name = "Background"
  196. background.Size = UDim2.new(0, 32, 0, 32)
  197. background.Position = UDim2.new(0, 0, 0, 0)
  198. background.Image = "rbxasset://textures/ui/TopBar/iconBase.png"
  199. background.BackgroundTransparency = 1
  200.  
  201. local icon = Instance.new("ImageButton", background)
  202. icon.Name = "Icon"
  203. icon.Size = UDim2.new(0, 36, 0, 36)
  204. icon.Position = UDim2.new(0.5, 0, 0.5, 0)
  205. icon.AnchorPoint = Vector2.new(0.5, 0.5)
  206. icon.Image = "http://www.roblox.com/asset/?id=99937635381008"
  207. icon.BackgroundTransparency = 1
  208.  
  209. local function toggleGUI()
  210. visible = not visible
  211. Rayfield:SetVisibility(visible, false)
  212. end
  213. icon.Activated:Connect(toggleGUI)
  214. end
  215.  
  216. local function init() -- creds to ivan
  217. if game:GetService("CoreGui"):FindFirstChild("TopBarApp"):FindFirstChild("UnibarLeftFrame") then
  218. button1()
  219. else
  220. button2()
  221. end
  222. end
  223.  
  224. local function toggleHighlightGen(state)
  225. isHighlightActive = state
  226.  
  227. local function applyGeneratorHighlight(generator)
  228. if generator.Name == "Generator" then
  229. local existingHighlight = generator:FindFirstChild("GeneratorHighlight")
  230. local progress = generator:FindFirstChild("Progress")
  231.  
  232. if isHighlightActive then
  233. if not existingHighlight then
  234. local genhighlight = Instance.new("Highlight")
  235. genhighlight.Parent = generator
  236. genhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  237. genhighlight.Name = "GeneratorHighlight"
  238. end
  239. else
  240. if existingHighlight then
  241. existingHighlight:Destroy()
  242. end
  243. return
  244. end
  245.  
  246. if progress then
  247. if progress.Value == 100 then
  248. local highlight = generator:FindFirstChild("GeneratorHighlight")
  249. if highlight then
  250. highlight:Destroy()
  251. end
  252. return
  253. end
  254.  
  255. progress:GetPropertyChangedSignal("Value"):Connect(function()
  256. if progress.Value == 100 then
  257. local highlight = generator:FindFirstChild("GeneratorHighlight")
  258. if highlight then
  259. highlight:Destroy()
  260. end
  261. elseif isHighlightActive and not generator:FindFirstChild("GeneratorHighlight") then
  262. local genhighlight = Instance.new("Highlight")
  263. genhighlight.Parent = generator
  264. genhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  265. genhighlight.Name = "GeneratorHighlight"
  266. end
  267. end)
  268. end
  269. end
  270. end
  271.  
  272. for _, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  273. applyGeneratorHighlight(v)
  274. end
  275.  
  276. game.Workspace.Map.Ingame.Map.ChildAdded:Connect(function(child)
  277. applyGeneratorHighlight(child)
  278. end)
  279. end
  280.  
  281.  
  282.  
  283. local function togglehidebar(state)
  284. hideplayerbar = state
  285. local playergui = player.PlayerGui
  286. local playerinfo = playergui.TemporaryUI.PlayerInfo
  287.  
  288. if hideplayerbar then
  289. playerinfo.CurrentSurvivors.Visible = false
  290. playerinfo.PlayerIcon.Image = "rbxassetid://12549056837"
  291. else
  292. playerinfo.CurrentSurvivors.Visible = true
  293. end
  294. end
  295.  
  296.  
  297. local function hawktuahmode(state)
  298. if player.Character.Name ~= "c00lkidd" then
  299. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't COolkid, this POSSIBLY can bug out, so untoggle unless you're on Coolkidd!", Duration = 5}
  300. return end
  301. local TS = game:GetService("TweenService")
  302. hawktuahactive = state
  303. if state then
  304. Rayfield:Notify{Title = "DM", Content = "hawk tuah mode", Duration = 10}
  305. end
  306.  
  307. game.DescendantAdded:Connect(function(descendant)
  308. for _, v in pairs(hawktuahactivatesound) do
  309. if descendant.Name == v then
  310. if hawktuahactive then
  311. local propout = {
  312. ImageTransparency = 1
  313. }
  314.  
  315. local propin = {
  316. ImageTransparency = 0
  317. }
  318.  
  319. local screengui = Instance.new("ScreenGui")
  320. local frame = Instance.new("Frame")
  321. local image = Instance.new("ImageLabel")
  322. local sound = Instance.new("Sound")
  323. sound.Parent = game.Workspace
  324. sound.SoundId = "rbxassetid://17787027130"
  325. sound:Play()
  326.  
  327. screengui.Parent = game.Players.LocalPlayer.PlayerGui
  328. screengui.IgnoreGuiInset = true
  329. frame.Parent = screengui
  330. image.Parent = frame
  331.  
  332. frame.Size = UDim2.new(1,0,1,0)
  333. frame.Position = UDim2.new(0, 0, 0, 0)
  334. frame.BackgroundTransparency = 1
  335.  
  336. image.Size = UDim2.new(1,0,1,0)
  337. image.Position = UDim2.new(0, 0, 0, 0)
  338. image.BackgroundTransparency = 1
  339.  
  340. image.Image = "http://www.roblox.com/asset/?id=100505038126957"
  341.  
  342. local tweeninfoI = TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.In)
  343. local tween = TS:Create(image,tweeninfoI, propout)
  344. tween:play()
  345.  
  346.  
  347. wait(1)
  348.  
  349. local tweeninfoII = TweenInfo.new(0.6, Enum.EasingStyle.Sine, Enum.EasingDirection.Out)
  350. local tweenI = TS:Create(image,tweeninfoII, propin)
  351. tweenI:play()
  352. screengui:Destroy()
  353. end
  354. end
  355. end
  356. end)
  357. end
  358.  
  359.  
  360.  
  361. local function Do1x1x1x1Popups() -- creds to ivan
  362. while true do
  363. if Do1x1PopupsLoop then
  364. local player = game:GetService("Players").LocalPlayer
  365. local popups = player.PlayerGui.TemporaryUI:GetChildren()
  366.  
  367. for _, i in ipairs(popups) do
  368. if i.Name == "1x1x1x1Popup" then
  369. local centerX = i.AbsolutePosition.X + (i.AbsoluteSize.X / 2)
  370. local centerY = i.AbsolutePosition.Y + (i.AbsoluteSize.Y / 2)
  371.  
  372. VirtualBallsManager:SendMouseButtonEvent(centerX, centerY, Enum.UserInputType.MouseButton1.Value, true, player.PlayerGui, 1)
  373. VirtualBallsManager:SendMouseButtonEvent(centerX, centerY, Enum.UserInputType.MouseButton1.Value, false, player.PlayerGui, 1)
  374. end
  375. end
  376. end
  377. task.wait(0.1)
  378. end
  379. end
  380.  
  381.  
  382. local function instantsolvegen()
  383. for i, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  384. if v.name == "Generator" then
  385. local num = 0
  386. repeat
  387. num += 1
  388. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  389. until num == 4
  390. end
  391. end
  392. end
  393.  
  394. local function solvegen()
  395. for i, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  396. if v.name == "Generator" then
  397. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  398. end
  399. end
  400. end
  401.  
  402.  
  403. local function instantsolvegenhell()
  404. for i, v in pairs(game.Workspace.Map.Ingame.Map.Generators:GetChildren()) do
  405. if v:IsA("Model") then
  406. local num = 0
  407. repeat
  408. num += 1
  409. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  410. until num == 4
  411. end
  412. end
  413. end
  414.  
  415. local function highlighttools(state)
  416. toolhighlightActive = state
  417.  
  418. local function applyHighlight(tool)
  419. if toolhighlightActive then
  420. local existinghighlight = tool:FindFirstChild("ToolHighlight")
  421. if not existinghighlight then
  422. local toolhighlight = Instance.new("Highlight")
  423. toolhighlight.Name = "ToolHighlight"
  424. toolhighlight.Parent = tool
  425. toolhighlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  426.  
  427. if tool.Name == "Medkit" then
  428. toolhighlight.FillColor = Color3.fromRGB(0, 255, 0)
  429. elseif tool.Name == "BloxyCola" then
  430. toolhighlight.FillColor = Color3.fromRGB(88, 57, 39)
  431. end
  432. end
  433. else
  434. local existinghighlight = tool:FindFirstChild("ToolHighlight")
  435. if existinghighlight then
  436. existinghighlight:Destroy()
  437. end
  438. end
  439. end
  440.  
  441. for _, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  442. if v:IsA("Tool") then
  443. applyHighlight(v)
  444. end
  445. end
  446.  
  447. game.Workspace.Map.Ingame.ChildAdded:Connect(function(child)
  448. if child:IsA("Tool") then
  449. applyHighlight(child)
  450. end
  451. end)
  452. end
  453.  
  454.  
  455.  
  456.  
  457. local function givemesomepizza(state)
  458. if not state then
  459.  
  460. for _, v in pairs(connections) do
  461. v:Disconnect()
  462. end
  463. table.clear(connections)
  464. return
  465. end
  466.  
  467.  
  468. local function tp(child)
  469. if child:IsA("BasePart") and child.Name == "Pizza" then
  470. local player = game.Players.LocalPlayer
  471. if player and player.Character then
  472. local hrp = player.Character:FindFirstChild("HumanoidRootPart")
  473. if hrp then
  474. child.CFrame = hrp.CFrame
  475. end
  476. end
  477. end
  478. end
  479.  
  480.  
  481. local function watchtower()
  482. local map = workspace:FindFirstChild("Map")
  483. local insession = map and map:FindFirstChild("Ingame")
  484.  
  485. if insession then
  486.  
  487. for _, child in pairs(insession:GetChildren()) do
  488. tp(child)
  489. end
  490.  
  491. table.insert(connections, insession.ChildAdded:Connect(tp))
  492. end
  493. end
  494.  
  495.  
  496. watchtower()
  497. end
  498.  
  499. local function setdelay(value)
  500. delay = value
  501.  
  502. end
  503.  
  504.  
  505.  
  506. local function autogen(state)
  507. run = state
  508.  
  509. local debounce = {}
  510.  
  511.  
  512.  
  513. while run do
  514. task.wait()
  515. for _, v in pairs(game.Workspace.Map.Ingame.Map:GetChildren()) do
  516. if v.Name == "Generator" then
  517.  
  518. if not debounce[v] then
  519. debounce[v] = true
  520. v:WaitForChild("Remotes"):WaitForChild("RE"):FireServer()
  521. task.delay(delay, function() debounce[v] = nil end)
  522. end
  523. end
  524. end
  525. end
  526. end
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534. local function corruptnatureesp(state)
  535. isCorruptNatureEspActive = state
  536. for i, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  537. if v:IsA("Model") then
  538. local existingHighlight = v:FindFirstChild("CorruptNatureHighlight")
  539. if isCorruptNatureEspActive then
  540. if not existingHighlight then
  541. 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
  542. local highlight = Instance.new("Highlight")
  543. highlight.Name = "CorruptNatureHighlight"
  544. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  545. highlight.Parent = v
  546. end
  547. end
  548. else
  549. if existingHighlight then
  550. existingHighlight:Destroy()
  551. end
  552. end
  553. end
  554. end
  555. end
  556.  
  557.  
  558. local function survivorutilesp(state)
  559. isSurvivorUtilEspActive = state
  560.  
  561. local function applySurvivorUtilHighlight(model)
  562. local existingHighlight = model:FindFirstChild("SurvivorUtilHighlight")
  563. if isSurvivorUtilEspActive then
  564. if not existingHighlight then
  565. for _, util in pairs(survivorutil) do
  566. if model.Name == util then
  567. local highlight = Instance.new("Highlight")
  568. highlight.Name = "SurvivorUtilHighlight"
  569. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  570. highlight.FillColor = Color3.fromRGB(255,255,255)
  571. highlight.FillTransparency = 0.5
  572. highlight.Parent = model
  573. end
  574. end
  575. end
  576. else
  577. if existingHighlight then
  578. existingHighlight:Destroy()
  579. end
  580. end
  581. end
  582.  
  583. for _, v in pairs(game.Workspace.Map.Ingame:GetChildren()) do
  584. if v:IsA("Model") or v:IsA("Part") then
  585. applySurvivorUtilHighlight(v)
  586. end
  587. end
  588.  
  589. game.Workspace.Map.Ingame.ChildAdded:Connect(function(child)
  590. if child:IsA("Model") or child:IsA("Part") then
  591. applySurvivorUtilHighlight(child)
  592. end
  593. end)
  594. end
  595.  
  596.  
  597. local function activatethehakari(state)
  598. local char = player.Character or player.CharacterAdded:Wait()
  599. local humanoid = char:WaitForChild("Humanoid")
  600. local rootPart = char:WaitForChild("HumanoidRootPart")
  601.  
  602. hakariactive = state
  603.  
  604. if hakariactive then
  605. humanoid.PlatformStand = true
  606. humanoid.JumpPower = 0
  607.  
  608. local bodyVelocity = Instance.new("BodyVelocity")
  609. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  610. bodyVelocity.Velocity = Vector3.zero
  611. bodyVelocity.Parent = rootPart
  612.  
  613. local animation = Instance.new("Animation")
  614. animation.AnimationId = "rbxassetid://138019937280193"
  615. local animationTrack = humanoid:LoadAnimation(animation)
  616. animationTrack:Play()
  617.  
  618. local sound = Instance.new("Sound")
  619. sound.SoundId = "rbxassetid://87166578676888"
  620. sound.Parent = rootPart
  621. sound.Volume = 0.5
  622. sound.Looped = true
  623. sound:Play()
  624.  
  625. local effect = game.ReplicatedStorage.Assets.Emotes.HakariDance.HakariBeamEffect:Clone()
  626. effect.Name = "PlayerEmoteVFX"
  627. effect.CFrame = char.PrimaryPart.CFrame * CFrame.new(0, -1, -0.3)
  628. effect.WeldConstraint.Part0 = char.PrimaryPart
  629. effect.WeldConstraint.Part1 = effect
  630. effect.Parent = char
  631. effect.CanCollide = false
  632.  
  633. local args = {
  634. [1] = "PlayEmote",
  635. [2] = "Animations",
  636. [3] = "HakariDance"
  637. }
  638. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  639.  
  640. animationTrack.Stopped:Connect(function()
  641. humanoid.PlatformStand = false
  642. if bodyVelocity and bodyVelocity.Parent then
  643. bodyVelocity:Destroy()
  644. end
  645. end)
  646. else
  647. humanoid.PlatformStand = false
  648. humanoid.JumpPower = 0
  649.  
  650. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  651. if bodyVelocity then
  652. bodyVelocity:Destroy()
  653. end
  654.  
  655. local sound = rootPart:FindFirstChildOfClass("Sound")
  656. if sound then
  657. sound:Stop()
  658. sound:Destroy()
  659. end
  660.  
  661. local effect = char:FindFirstChild("PlayerEmoteVFX")
  662. if effect then
  663. effect:Destroy()
  664. end
  665.  
  666. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  667. if track.Animation.AnimationId == "rbxassetid://138019937280193" then
  668. track:Stop()
  669. end
  670. end
  671. end
  672. end
  673.  
  674.  
  675. local function activatethesilly(state)
  676.  
  677. local char = player.Character or player.CharacterAdded:Wait()
  678. local humanoid = char:WaitForChild("Humanoid")
  679. local rootPart = char:WaitForChild("HumanoidRootPart")
  680. sillyactive = state
  681.  
  682. if sillyactive 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.  
  692. local emoteScript = require(game:GetService("ReplicatedStorage").Assets.Emotes.Shucks)
  693. emoteScript.Created({Character = char})
  694.  
  695. local animation = Instance.new("Animation")
  696. animation.AnimationId = "rbxassetid://74238051754912"
  697. local animationTrack = humanoid:LoadAnimation(animation)
  698. animationTrack:Play()
  699.  
  700. local sound = Instance.new("Sound")
  701. sound.SoundId = "rbxassetid://123236721947419"
  702. sound.Parent = rootPart
  703. sound.Volume = 0.5
  704. sound.Looped = false
  705. sound:Play()
  706.  
  707. local args = {
  708. [1] = "PlayEmote",
  709. [2] = "Animations",
  710. [3] = "Shucks"
  711. }
  712. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  713.  
  714. animationTrack.Stopped:Connect(function()
  715. humanoid.PlatformStand = false
  716. if bodyVelocity and bodyVelocity.Parent then
  717. bodyVelocity:Destroy()
  718. end
  719.  
  720.  
  721. local saw = char:FindFirstChild("Saw")
  722. if saw then saw:Destroy() end
  723.  
  724. local playerHand = char:FindFirstChild("PlayerEmoteHand")
  725. if playerHand then playerHand:Destroy() end
  726. end)
  727. else
  728.  
  729. humanoid.PlatformStand = false
  730. humanoid.JumpPower = 0
  731.  
  732. local saw = char:FindFirstChild("Saw")
  733. if saw then saw:Destroy() end
  734.  
  735. local playerHand = char:FindFirstChild("PlayerEmoteHand")
  736. if playerHand then playerHand:Destroy() end
  737.  
  738. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  739. if bodyVelocity then
  740. bodyVelocity:Destroy()
  741. end
  742.  
  743. local sound = rootPart:FindFirstChildOfClass("Sound")
  744. if sound then
  745. sound:Stop()
  746. sound:Destroy()
  747. end
  748.  
  749. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  750. if track.Animation.AnimationId == "rbxassetid://74238051754912" then
  751. track:Stop()
  752. end
  753. end
  754. end
  755. end
  756.  
  757.  
  758. local function activatethequiet(state)
  759. local char = player.Character or player.CharacterAdded:Wait()
  760. local humanoid = char:WaitForChild("Humanoid")
  761. local rootPart = char:WaitForChild("HumanoidRootPart")
  762. sillyactive = state
  763.  
  764. if sillyactive then
  765. humanoid.PlatformStand = true
  766. humanoid.JumpPower = 0
  767.  
  768. local bodyVelocity = Instance.new("BodyVelocity")
  769. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  770. bodyVelocity.Velocity = Vector3.zero
  771. bodyVelocity.Parent = rootPart
  772.  
  773. local emoteScript = require(game:GetService("ReplicatedStorage").Assets.Emotes.MissTheQuiet)
  774. emoteScript.Created({Character = char})
  775.  
  776. local animation = Instance.new("Animation")
  777. animation.AnimationId = "rbxassetid://100986631322204"
  778. local animationTrack = humanoid:LoadAnimation(animation)
  779. animationTrack:Play()
  780.  
  781. local sound = Instance.new("Sound")
  782. sound.SoundId = "rbxassetid://131936418953291"
  783. sound.Parent = rootPart
  784. sound.Volume = 0.5
  785. sound.Looped = false
  786. sound:Play()
  787.  
  788. local args = {
  789. [1] = "PlayEmote",
  790. [2] = "Animations",
  791. [3] = "MissTheQuiet"
  792. }
  793. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  794.  
  795. animationTrack.Stopped:Connect(function()
  796. humanoid.PlatformStand = false
  797. if bodyVelocity and bodyVelocity.Parent then
  798. bodyVelocity:Destroy()
  799. end
  800.  
  801. local assetsToDestroy = {"EmoteHatAsset", "EmoteLighting", "PlayerEmoteHand"}
  802. for _, assetName in ipairs(assetsToDestroy) do
  803. local asset = char:FindFirstChild(assetName)
  804. if asset then asset:Destroy() end
  805. end
  806. end)
  807. else
  808. humanoid.PlatformStand = false
  809. humanoid.JumpPower = 0
  810.  
  811. local assetsToDestroy = {"EmoteHatAsset", "EmoteLighting", "PlayerEmoteHand"}
  812. for _, assetName in ipairs(assetsToDestroy) do
  813. local asset = char:FindFirstChild(assetName)
  814. if asset then asset:Destroy() end
  815. end
  816.  
  817. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  818. if bodyVelocity then
  819. bodyVelocity:Destroy()
  820. end
  821.  
  822. local sound = rootPart:FindFirstChildOfClass("Sound")
  823. if sound then
  824. sound:Stop()
  825. sound:Destroy()
  826. end
  827.  
  828. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  829. if track.Animation.AnimationId == "rbxassetid://100986631322204" then
  830. track:Stop()
  831. end
  832. end
  833. end
  834. end
  835.  
  836.  
  837. local function activatethesilly2(state)
  838. local char = player.Character or player.CharacterAdded:Wait()
  839. local humanoid = char:WaitForChild("Humanoid")
  840. local rootPart = char:WaitForChild("HumanoidRootPart")
  841.  
  842. sillyactive = state
  843.  
  844. if sillyactive then
  845. humanoid.PlatformStand = true
  846. humanoid.JumpPower = 0
  847.  
  848. local bodyVelocity = Instance.new("BodyVelocity")
  849. bodyVelocity.MaxForce = Vector3.new(100000, 100000, 100000)
  850. bodyVelocity.Velocity = Vector3.zero
  851. bodyVelocity.Parent = rootPart
  852.  
  853.  
  854. local animation = Instance.new("Animation")
  855. animation.AnimationId = "rbxassetid://74238051754912"
  856. local animationTrack = humanoid:LoadAnimation(animation)
  857. animationTrack:Play()
  858.  
  859. local sound = Instance.new("Sound")
  860. sound.SoundId = "rbxassetid://123236721947419"
  861. sound.Parent = rootPart
  862. sound.Volume = 0.5
  863. sound.Looped = false
  864. sound:Play()
  865.  
  866. local args = {
  867. [1] = "PlayEmote",
  868. [2] = "Animations",
  869. [3] = "Shucks"
  870. }
  871. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Network"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
  872.  
  873. animationTrack.Stopped:Connect(function()
  874. humanoid.PlatformStand = false
  875. if bodyVelocity and bodyVelocity.Parent then
  876. bodyVelocity:Destroy()
  877. end
  878. end)
  879. else
  880. humanoid.PlatformStand = false
  881. humanoid.JumpPower = 0
  882.  
  883. local bodyVelocity = rootPart:FindFirstChildOfClass("BodyVelocity")
  884. if bodyVelocity then
  885. bodyVelocity:Destroy()
  886. end
  887.  
  888. local sound = rootPart:FindFirstChildOfClass("Sound")
  889. if sound then
  890. sound:Stop()
  891. sound:Destroy()
  892. end
  893.  
  894. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  895. if track.Animation.AnimationId == "rbxassetid://74238051754912" then
  896. track:Stop()
  897. end
  898. end
  899. end
  900. end
  901.  
  902.  
  903.  
  904.  
  905. local function survivorHighlighter(state)
  906. isSurvivorHighlightActive = state
  907.  
  908. local function applySurvivorHighlight(model)
  909. if model:IsA("Model") and model:FindFirstChild("Head") then
  910. local existingBillboard = model.Head:FindFirstChild("billboard")
  911. local existingHighlight = model:FindFirstChild("HiThere")
  912.  
  913. if isSurvivorHighlightActive then
  914. if not existingBillboard then
  915. local billboard = Instance.new("BillboardGui")
  916. billboard.Name = "billboard"
  917. billboard.Size = UDim2.new(0, 100, 0, 50)
  918. billboard.StudsOffset = Vector3.new(0, 2, 0)
  919. billboard.AlwaysOnTop = true
  920. billboard.Parent = model.Head
  921.  
  922. local textLabel = Instance.new("TextLabel", billboard)
  923. textLabel.Size = UDim2.new(1, 0, 1, 0)
  924. textLabel.Text = model.Name
  925. textLabel.TextColor3 = Color3.new(1, 1, 1)
  926. textLabel.TextStrokeTransparency = 0
  927. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  928. textLabel.BackgroundTransparency = 1
  929. end
  930.  
  931. if not existingHighlight then
  932. local highlight = Instance.new("Highlight")
  933. highlight.Name = "HiThere"
  934. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  935. highlight.FillColor = Color3.fromRGB(0, 255, 0)
  936. highlight.Parent = model
  937. end
  938. else
  939. if existingBillboard then
  940. existingBillboard:Destroy()
  941. end
  942. if existingHighlight then
  943. existingHighlight:Destroy()
  944. end
  945. end
  946. end
  947. end
  948.  
  949. for _, v in pairs(game.Workspace.Players.Survivors:GetChildren()) do
  950. applySurvivorHighlight(v)
  951. end
  952.  
  953. game.Workspace.Players.Survivors.ChildAdded:Connect(function(child)
  954. applySurvivorHighlight(child)
  955. end)
  956. end
  957.  
  958.  
  959.  
  960. local function killerHighlighter(state)
  961. isKillerHighlightActive = state
  962.  
  963. local function applyKillerHighlight(model)
  964. if model:IsA("Model") and model:FindFirstChild("Head") then
  965. local existingBillboard = model.Head:FindFirstChild("billboard")
  966. local existingHighlight = model:FindFirstChild("HiThere")
  967.  
  968. if isKillerHighlightActive then
  969. if not existingBillboard then
  970. local billboard = Instance.new("BillboardGui")
  971. billboard.Name = "billboard"
  972. billboard.Size = UDim2.new(0, 100, 0, 50)
  973. billboard.StudsOffset = Vector3.new(0, 2, 0)
  974. billboard.AlwaysOnTop = true
  975. billboard.Parent = model.Head
  976.  
  977. local textLabel = Instance.new("TextLabel", billboard)
  978. textLabel.Size = UDim2.new(1, 0, 1, 0)
  979. textLabel.Text = model.Name
  980. textLabel.TextColor3 = Color3.new(1, 0, 0)
  981. textLabel.TextStrokeTransparency = 0
  982. textLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  983. textLabel.BackgroundTransparency = 1
  984. end
  985.  
  986. if not existingHighlight then
  987. local highlight = Instance.new("Highlight")
  988. highlight.Name = "HiThere"
  989. highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  990. highlight.FillColor = Color3.fromRGB(255, 0, 0)
  991. highlight.Parent = model
  992. end
  993. else
  994. if existingBillboard then
  995. existingBillboard:Destroy()
  996. end
  997. if existingHighlight then
  998. existingHighlight:Destroy()
  999. end
  1000. end
  1001. end
  1002. end
  1003.  
  1004. for _, v in pairs(game.Workspace.Players.Killers:GetChildren()) do
  1005. applyKillerHighlight(v)
  1006. end
  1007.  
  1008. game.Workspace.Players.Killers.ChildAdded:Connect(function(child)
  1009. applyKillerHighlight(child)
  1010. end)
  1011. end
  1012.  
  1013. local function bringbackjumppower(state)
  1014. jumppowerenabled = state
  1015.  
  1016. if jumppowerenabled then
  1017. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1018. else
  1019. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1020. end
  1021.  
  1022. end
  1023.  
  1024. local function speedmulti(value)
  1025. game.Players.LocalPlayer.Character.SpeedMultipliers.Sprinting.Value = value
  1026. end
  1027.  
  1028. local function bringbackjumppowerslider(value)
  1029.  
  1030. if jumppowerenabled then
  1031. game.Players.LocalPlayer.Character.Humanoid.JumpPower = value
  1032. else
  1033. return
  1034. end
  1035.  
  1036. end
  1037.  
  1038. local function FOVmulti(value)
  1039. game.Players.LocalPlayer.Character.FOVMultipliers.FOVSetting.Value = value
  1040. end
  1041.  
  1042. local function kaiguyskin()
  1043. if player.Character.Name ~= "Guest1337" then
  1044. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't Guest, this POSSIBLY can bug out, so untoggle unless you're on Guest!", Duration = 5}
  1045. return end
  1046. for _, v in pairs(player.Character:GetChildren()) do
  1047. if v:IsA("Shirt") then
  1048. v:Destroy()
  1049. end
  1050.  
  1051. if v:IsA("Pants") then
  1052. v:Destroy()
  1053. end
  1054.  
  1055. local headband = Instance.new("Accessory")
  1056. local scarf = Instance.new("Accessory")
  1057. local shirt = Instance.new("Shirt")
  1058. local pants = Instance.new("Pants")
  1059. --
  1060. local headbandhandle = Instance.new("Part")
  1061. local scarfhandle = Instance.new("Part")
  1062. local headbandhandleattach = Instance.new("Attachment")
  1063. local scarfhandleattach = Instance.new("Attachment")
  1064. local headbandweld = Instance.new("Weld")
  1065. local scarfweld = Instance.new("Weld")
  1066. scarfhandle.Name = "Handle"
  1067. headbandhandle.Name = "Handle"
  1068. scarfhandle.CanCollide = false
  1069. headbandhandle.CanCollide = false
  1070. --
  1071. local headbandmesh = Instance.new("SpecialMesh")
  1072. local scarfmesh = Instance.new("SpecialMesh")
  1073. --
  1074. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=836903658"
  1075. pants.PantsTemplate = "http://www.roblox.com/asset/?id=731578592"
  1076. shirt.Parent = player.Character
  1077. pants.Parent = player.Character
  1078. --
  1079. headband.Parent = player.Character
  1080. scarf.Parent = player.Character
  1081. scarfhandle.Parent = scarf
  1082. headbandhandle.Parent = headband
  1083. headbandhandleattach.Parent = headbandhandle
  1084. scarfhandleattach.Parent = scarfhandle
  1085. headbandmesh.Parent = headbandhandle
  1086. scarfmesh.Parent = scarfhandle
  1087. headbandhandle.Color = Color3.fromRGB(27, 42, 53)
  1088. scarfhandle.Color = Color3.fromRGB(27, 42, 53)
  1089. --
  1090. headbandweld.Parent = headbandhandle
  1091. headbandweld.Name = "AccessoryWeld"
  1092. headbandweld.Part0 = headbandhandle
  1093. headbandweld.Part1 = player.Character.Head
  1094. headbandweld.C0 = CFrame.new(0, 0, 0)
  1095. headbandweld.C1 = CFrame.new(0, 0, 0)
  1096. --
  1097. scarfweld.Parent = scarfhandle
  1098. scarfweld.Name = "AccessoryWeld"
  1099. scarfweld.Part0 = scarfhandle
  1100. scarfweld.Part1 = player.Character.Torso
  1101. scarfweld.C0 = CFrame.new(0, -0.4, 0)
  1102. scarfweld.C1 = CFrame.new(0, 0, 0)
  1103. --
  1104. headbandmesh.MeshId = "http://www.roblox.com/asset/?id=20407184"
  1105. headbandmesh.Scale = Vector3.new(1.103, 1.071, 1.103)
  1106. scarfmesh.MeshId = "http://www.roblox.com/asset/?id=99856331"
  1107. scarfmesh.Scale = Vector3.new(1.071, 1.071, 1.071)
  1108. scarfmesh.VertexColor = Vector3.new(1, 2, 1)
  1109. --
  1110. headbandhandleattach.Name = "HatAttachment"
  1111. headbandhandleattach.CFrame = CFrame.new(0, 0.557, 0)
  1112. scarfhandleattach.Name = "NeckAttachment"
  1113. scarfhandleattach.CFrame = CFrame.new(0, 0.519, 0)
  1114.  
  1115. local playergui = player.PlayerGui
  1116. local playerinfo = playergui.TemporaryUI.PlayerInfo
  1117.  
  1118.  
  1119. playerinfo.PlayerIcon.Image = "http://www.roblox.com/asset/?id=97047410245118"
  1120.  
  1121.  
  1122. end
  1123. end
  1124.  
  1125. local function doomskin()
  1126. if player.Character.Name ~= "Shedletsky" then
  1127. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't Shedletsky, this POSSIBLY can bug out, so untoggle unless you're on Shedletsky!", Duration = 5}
  1128. return end
  1129. for _, v in pairs(player.Character:GetChildren()) do
  1130. if v:IsA("Shirt") then
  1131. v:Destroy()
  1132. end
  1133.  
  1134. if v:IsA("Pants") then
  1135. v:Destroy()
  1136. end
  1137.  
  1138. local headband = Instance.new("Accessory")
  1139.  
  1140. local shirt = Instance.new("Shirt")
  1141. local pants = Instance.new("Pants")
  1142. local tshirt = Instance.new("ShirtGraphic")
  1143. --
  1144. local headbandhandle = Instance.new("Part")
  1145.  
  1146. local headbandhandleattach = Instance.new("Attachment")
  1147.  
  1148. local headbandweld = Instance.new("Weld")
  1149.  
  1150.  
  1151. headbandhandle.Name = "Handle"
  1152.  
  1153. headbandhandle.CanCollide = false
  1154. --
  1155. local headbandmesh = Instance.new("SpecialMesh")
  1156.  
  1157. --
  1158. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1808496"
  1159. pants.PantsTemplate = "http://www.roblox.com/asset/?id=1809861"
  1160. tshirt.Graphic = "http://www.roblox.com/asset/?id=2426992"
  1161. shirt.Parent = player.Character
  1162. pants.Parent = player.Character
  1163. tshirt.Parent = player.Character
  1164. --
  1165. headband.Parent = player.Character
  1166.  
  1167. headbandhandle.Parent = headband
  1168. headbandhandleattach.Parent = headbandhandle
  1169.  
  1170. headbandmesh.Parent = headbandhandle
  1171.  
  1172. headbandhandle.Color = Color3.fromRGB(27, 42, 53)
  1173.  
  1174. --
  1175. headbandweld.Parent = headbandhandle
  1176. headbandweld.Name = "AccessoryWeld"
  1177. headbandweld.Part0 = headbandhandle
  1178. headbandweld.Part1 = player.Character.Head
  1179. headbandweld.C0 = CFrame.new(0, -0.5, 0)
  1180. headbandweld.C1 = CFrame.new(0, 0, 0)
  1181. --
  1182. --
  1183. headbandmesh.MeshId = "http://www.roblox.com/asset/?id=1286103"
  1184. headbandmesh.TextureId = "rbxassetid://6858319251"
  1185. headbandmesh.Scale = Vector3.new(0.992, 0.994, 0.992)
  1186. if player.Character:FindFirstChild("ShedHair") then
  1187. player.Character:FindFirstChild("ShedHair"):Destroy()
  1188. end
  1189. --
  1190. headbandhandleattach.Name = "HatAttachment"
  1191. headbandhandleattach.CFrame = CFrame.new(0, 0.557, 0)
  1192.  
  1193. local playergui = player.PlayerGui
  1194. local playerinfo = playergui.TemporaryUI.PlayerInfo
  1195.  
  1196.  
  1197. playerinfo.PlayerIcon.Image = "http://www.roblox.com/asset/?id=118308385507069"
  1198.  
  1199.  
  1200. end
  1201. end
  1202.  
  1203.  
  1204.  
  1205. local function chanceaimbot(state)
  1206. chanceaim = state
  1207. if game.Players.LocalPlayer.Character.Name ~= "Chance" and state then
  1208. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't Chance, this POSSIBLY can bug out, so untoggle unless you're on Chance!", Duration = 5}
  1209. return
  1210. end
  1211. if state then
  1212. chanceaimbotLoop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  1213. if not chanceaim then return end
  1214. for _, v in pairs(chanceaimbotsounds) do
  1215. if child.Name == v then
  1216. local killer = game.Workspace.Players:FindFirstChild("Killers"):FindFirstChildOfClass("Model")
  1217. if killer and killer:FindFirstChild("HumanoidRootPart") then
  1218. local killerHRP = killer.HumanoidRootPart
  1219. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1220. if playerHRP then
  1221. local direction = (killerHRP.Position - playerHRP.Position).Unit
  1222. local num = 1
  1223. local maxIterations = 100
  1224.  
  1225.  
  1226. while num <= maxIterations do
  1227. task.wait(0.01)
  1228. num = num + 1
  1229. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  1230. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(killerHRP.Position.X, killerHRP.Position.Y, killerHRP.Position.Z))
  1231. end
  1232.  
  1233.  
  1234. end
  1235. end
  1236. end
  1237. end
  1238. end)
  1239. else
  1240. if chanceaimbotLoop then
  1241. chanceaimbotLoop:Disconnect()
  1242. chanceaimbotLoop = nil
  1243. end
  1244. end
  1245. end
  1246.  
  1247. local function shedaimbot(state)
  1248. shedaim = state
  1249. if game.Players.LocalPlayer.Character.Name ~= "Shedletsky" and state then
  1250. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't Shedletsky, this POSSIBLY can bug out, so untoggle unless you're on Shedletsky!", Duration = 5}
  1251. return
  1252. end
  1253. if state then
  1254. shedloop = game.Players.LocalPlayer.Character.Sword.ChildAdded:Connect(function(child)
  1255. if not shedaim then return end
  1256. for _, v in pairs(shedaimbotsounds) do
  1257. if child.Name == v then
  1258. local killersFolder = game.Workspace.Players:FindFirstChild("Killers")
  1259. if killersFolder then
  1260. local killer = killersFolder:FindFirstChildOfClass("Model")
  1261. if killer and killer:FindFirstChild("HumanoidRootPart") then
  1262. local killerHRP = killer.HumanoidRootPart
  1263. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1264. if playerHRP then
  1265. local num = 1
  1266. local maxIterations = 100
  1267.  
  1268. while num <= maxIterations do
  1269. task.wait(0.01)
  1270. num = num + 1
  1271. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  1272. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, killerHRP.Position)
  1273. end
  1274. end
  1275. end
  1276. end
  1277. end
  1278. end
  1279. end)
  1280. else
  1281. if shedloop then
  1282. shedloop:Disconnect()
  1283. shedloop = nil
  1284. end
  1285. end
  1286. end
  1287.  
  1288. local function guestaimbot(state)
  1289. shedaim = state
  1290. if game.Players.LocalPlayer.Character.Name ~= "Guest1337" and state then
  1291. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't Guest, this POSSIBLY can bug out, so untoggle unless you're on Guest!", Duration = 5}
  1292. return
  1293. end
  1294. if state then
  1295. shedloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  1296. if not shedaim then return end
  1297. for _, v in pairs(guestsounds) do
  1298. if child.Name == v then
  1299. local killersFolder = game.Workspace.Players:FindFirstChild("Killers")
  1300. if killersFolder then
  1301. local killer = killersFolder:FindFirstChildOfClass("Model")
  1302. if killer and killer:FindFirstChild("HumanoidRootPart") then
  1303. local killerHRP = killer.HumanoidRootPart
  1304. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1305. if playerHRP then
  1306. local num = 1
  1307. local maxIterations = 100
  1308.  
  1309. while num <= maxIterations do
  1310. task.wait(0.01)
  1311. num = num + 1
  1312. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, killerHRP.Position)
  1313. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, killerHRP.Position)
  1314. end
  1315. end
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end)
  1321. else
  1322. if guestloop then
  1323. guestloop:Disconnect()
  1324. guestloop = nil
  1325. end
  1326. end
  1327. end
  1328.  
  1329. local function aimbot1x1x1x1(state)
  1330. aimbot1x1 = state
  1331.  
  1332. if game.Players.LocalPlayer.Character.Name ~= "1x1x1x1" and state then
  1333. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't 1x, this POSSIBLY can bug out, so untoggle unless you're on 1x!", Duration = 5}
  1334. return
  1335. end
  1336.  
  1337. if state then
  1338. aimbot1x1loop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  1339. if not aimbot1x1 then return end
  1340. for _, v in pairs(aimbot1x1sounds) do
  1341. if child.Name == v then
  1342. local survivors = {}
  1343. for _, player in pairs(game.Players:GetPlayers()) do
  1344. if player ~= game.Players.LocalPlayer then
  1345. local character = player.Character
  1346. if character and character:FindFirstChild("HumanoidRootPart") then
  1347. table.insert(survivors, character)
  1348. end
  1349. end
  1350. end
  1351.  
  1352. local nearestSurvivor = nil
  1353. local shortestDistance = math.huge
  1354.  
  1355. for _, survivor in pairs(survivors) do
  1356. local survivorHRP = survivor.HumanoidRootPart
  1357. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1358.  
  1359. if playerHRP then
  1360. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  1361. if distance < shortestDistance then
  1362. shortestDistance = distance
  1363. nearestSurvivor = survivor
  1364. end
  1365. end
  1366. end
  1367.  
  1368. if nearestSurvivor then
  1369. local nearestHRP = nearestSurvivor.HumanoidRootPart
  1370. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1371.  
  1372. if playerHRP then
  1373. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  1374. local num = 1
  1375. local maxIterations = 100
  1376.  
  1377.  
  1378. if child.Name == "rbxassetid://79782181585087" then
  1379. maxIterations = 220
  1380. end
  1381.  
  1382. while num <= maxIterations do
  1383. task.wait(0.01)
  1384. num = num + 1
  1385. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, nearestHRP.Position)
  1386. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  1387. end
  1388.  
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end)
  1394. else
  1395. if aimbot1x1loop then
  1396. aimbot1x1loop:Disconnect()
  1397. aimbot1x1loop = nil
  1398. end
  1399. end
  1400. end
  1401.  
  1402. local function johnaimbot(state)
  1403. johnaim = state
  1404. if game.Players.LocalPlayer.Character.Name ~= "JohnDoe" and state then
  1405. Rayfield:Notify{Title = "Wrong Character", Content = "Oops, your current character isn't John Doe, this POSSIBLY can bug out, so untoggle unless you're on John!", Duration = 5}
  1406. return
  1407. end
  1408. if state then
  1409. johnloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  1410. if not johnaim then return end
  1411. for _, v in pairs(johnaimbotsounds) do
  1412. if child.Name == v then
  1413.  
  1414. local survivors = {}
  1415. for _, player in pairs(game.Players:GetPlayers()) do
  1416. if player ~= game.Players.LocalPlayer then
  1417. local character = player.Character
  1418. if character and character:FindFirstChild("HumanoidRootPart") then
  1419. table.insert(survivors, character)
  1420. end
  1421. end
  1422. end
  1423.  
  1424.  
  1425. local nearestSurvivor = nil
  1426. local shortestDistance = math.huge
  1427.  
  1428. for _, survivor in pairs(survivors) do
  1429. local survivorHRP = survivor.HumanoidRootPart
  1430. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1431.  
  1432. if playerHRP then
  1433. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  1434. if distance < shortestDistance then
  1435. shortestDistance = distance
  1436. nearestSurvivor = survivor
  1437. end
  1438. end
  1439. end
  1440.  
  1441.  
  1442. if nearestSurvivor then
  1443. local nearestHRP = nearestSurvivor.HumanoidRootPart
  1444. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1445. local maxIterations = 330
  1446. if playerHRP then
  1447. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  1448. local num = 1
  1449.  
  1450.  
  1451. while num <= maxIterations do
  1452. task.wait(0.01)
  1453. num = num + 1
  1454. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position, nearestHRP.Position)
  1455. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  1456.  
  1457. end
  1458. end
  1459. end
  1460. end
  1461. end
  1462. end)
  1463. else
  1464. if johnloop then
  1465. johnloop:Disconnect()
  1466. johnloop = nil
  1467. end
  1468. end
  1469. end
  1470.  
  1471. local function jasonaimbot(state)
  1472. jasonaim = state
  1473. if game.Players.LocalPlayer.Character.Name ~= "Jason" and state then
  1474. Rayfield:Notify{Title = "Wrong Character", Text = "Oops, your current character isn't Jason, this POSSIBLY can bug out, so untoggle unless you're on Jason!", Duration = 5}
  1475. return
  1476. end
  1477. if state then
  1478. jasonaimbotloop = game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(child)
  1479. if not jasonaim then return end
  1480. for _, v in pairs(jasonaimbotsounds) do
  1481. if child.Name == v then
  1482.  
  1483. local survivors = {}
  1484. for _, player in pairs(game.Players:GetPlayers()) do
  1485. if player ~= game.Players.LocalPlayer then
  1486. local character = player.Character
  1487. if character and character:FindFirstChild("HumanoidRootPart") then
  1488. table.insert(survivors, character)
  1489. end
  1490. end
  1491. end
  1492.  
  1493.  
  1494. local nearestSurvivor = nil
  1495. local shortestDistance = math.huge
  1496.  
  1497. for _, survivor in pairs(survivors) do
  1498. local survivorHRP = survivor.HumanoidRootPart
  1499. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1500.  
  1501. if playerHRP then
  1502. local distance = (survivorHRP.Position - playerHRP.Position).Magnitude
  1503. if distance < shortestDistance then
  1504. shortestDistance = distance
  1505. nearestSurvivor = survivor
  1506. end
  1507. end
  1508. end
  1509.  
  1510.  
  1511. if nearestSurvivor then
  1512. local nearestHRP = nearestSurvivor.HumanoidRootPart
  1513. local playerHRP = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  1514. local maxIterations = 70
  1515. if playerHRP then
  1516. local direction = (nearestHRP.Position - playerHRP.Position).Unit
  1517. local num = 1
  1518.  
  1519.  
  1520. while num <= maxIterations do
  1521. task.wait(0.01)
  1522. num = num + 1
  1523.  
  1524. playerHRP.CFrame = CFrame.lookAt(playerHRP.Position, Vector3.new(nearestHRP.Position.X, nearestHRP.Position.Y, nearestHRP.Position.Z))
  1525.  
  1526. end
  1527. end
  1528. end
  1529. end
  1530. end
  1531. end)
  1532. else
  1533. if jasonaimbotloop then
  1534. jasonaimbotloop:Disconnect()
  1535. jasonaimbotloop = nil
  1536. end
  1537. end
  1538. end
  1539.  
  1540. local function flip() -- bro ivan if you see this mine started SPINNING LIKE A DOLPHIN I CANT BRO IM SORRY BUT I WANTED TO USE THIS WHEN I WAS USING MY UI LOLLL
  1541. local char = player.Character
  1542. local hum = char.Humanoid
  1543. local animator = hum.Animator
  1544. local hrp = char.HumanoidRootPart
  1545.  
  1546.  
  1547. if animator then
  1548. for _, v in pairs(animator:GetPlayingAnimationTracks()) do
  1549. v:Stop()
  1550. end
  1551. end
  1552.  
  1553. hum:ChangeState(Enum.HumanoidStateType.Physics)
  1554. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  1555. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  1556. hum:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  1557. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  1558. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  1559.  
  1560. local duration = 0.45
  1561. local steps = 120
  1562. local startCFrame = hrp.CFrame
  1563. local forwardVector = startCFrame.LookVector
  1564. local upVector = Vector3.new(0, 1, 0)
  1565. task.spawn(function()
  1566. local startTime = tick()
  1567. for i = 1, steps do
  1568. local t = i / steps
  1569. local height = 4 * (t - t ^ 2) * 10
  1570. local nextPos = startCFrame.Position + forwardVector * (35 * t) + upVector * height
  1571. local rotation = startCFrame.Rotation * CFrame.Angles(-math.rad(i * (360 / steps)), 0, 0)
  1572.  
  1573. hrp.CFrame = CFrame.new(nextPos) * rotation
  1574. local elapsedTime = tick() - startTime
  1575. local expectedTime = (duration / steps) * i
  1576. local waitTime = expectedTime - elapsedTime
  1577. if waitTime > 0 then
  1578. task.wait(waitTime)
  1579. end
  1580. end
  1581.  
  1582. hrp.CFrame = CFrame.new(startCFrame.Position + forwardVector * 35) * startCFrame.Rotation
  1583. hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  1584. hum:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  1585. hum:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  1586. hum:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  1587. hum:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  1588. hum:ChangeState(Enum.HumanoidStateType.Running)
  1589.  
  1590.  
  1591. end)
  1592.  
  1593.  
  1594. end
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603. local function staminadrainono(state)
  1604. stam = state
  1605. local stamscript = require(game.ReplicatedStorage.Systems.Character.Game.Sprinting)
  1606.  
  1607. local connection
  1608. connection = game:GetService("RunService").Heartbeat:Connect(function()
  1609. if not stam then
  1610. connection:Disconnect()
  1611. stamscript.StaminaLossDisabled = nil
  1612. return
  1613. end
  1614. stamscript.StaminaLossDisabled = function()
  1615. end
  1616. end)
  1617.  
  1618.  
  1619.  
  1620.  
  1621. end
  1622.  
  1623.  
  1624.  
  1625. local function unlockclientcharacters()
  1626. local clone = game.Players.LocalPlayer.PlayerData.Equipped.Skins:Clone()
  1627. clone.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Killers
  1628. for i, v in pairs(clone:GetChildren()) do
  1629. v.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Killers
  1630. end
  1631. local clone2 = game.Players.LocalPlayer.PlayerData.Equipped.Skins:Clone()
  1632. clone2.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Survivors
  1633.  
  1634. for i, v in pairs(clone2:GetChildren()) do
  1635. v.Parent = game.Players.LocalPlayer.PlayerData.Purchased.Survivors
  1636. end
  1637. end
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643. Rayfield:Notify{Title = "JOIN THE DISCORD", Content = "plz https://discord.gg/fGFV3r9yKC", Duration = 60, Image = "clipboard"}
  1644. Rayfield:Notify{Title = "Welcome to Apple Ware", Content = "Feel free to post any bugs or suggestions in the server :)", Duration = 10, Image = "Apple"}
  1645.  
  1646.  
  1647.  
  1648. local VisualTab = GUI:CreateTab("Visuals", "eye")
  1649.  
  1650. local gentab = GUI:CreateTab("Generator", "archive")
  1651.  
  1652. local chartab = GUI:CreateTab("Killers", "axe")
  1653.  
  1654. local survivortab = GUI:CreateTab("Survivors", "key")
  1655.  
  1656. local blatanttab = GUI:CreateTab("Blatant", "laugh")
  1657.  
  1658. local misctab = GUI:CreateTab("Misc", "meh")
  1659.  
  1660.  
  1661.  
  1662.  
  1663. local InstantSolveButton = gentab:CreateButton({
  1664. Name = "Instant Solver Button",
  1665. Callback = function()
  1666. instantsolvegen()
  1667. end,
  1668. })
  1669.  
  1670. local InstantSolveButtonGenHell = gentab:CreateButton({
  1671. Name = "Gen Hell 2 Map Instant Solver Button",
  1672. Callback = function()
  1673. instantsolvegenhell()
  1674. end,
  1675. })
  1676.  
  1677.  
  1678. local OnePuzzle = gentab:CreateButton({
  1679. Name = "One Puzzle Solver Button",
  1680. Callback = function()
  1681. solvegen()
  1682. end,
  1683. })
  1684.  
  1685.  
  1686. gentab:CreateDivider()
  1687.  
  1688.  
  1689.  
  1690. local Toggle1 = gentab:CreateToggle({
  1691. Name = "Auto Generator",
  1692. CurrentValue = false,
  1693.  
  1694. Callback = function(state)
  1695. autogen(state)
  1696. end,
  1697. })
  1698.  
  1699.  
  1700. local Toggle2 = gentab:CreateToggle({
  1701. Name = "Generator Highlighter",
  1702. CurrentValue = false,
  1703.  
  1704. Callback = function(state)
  1705. toggleHighlightGen(state)
  1706. end,
  1707. })
  1708.  
  1709. gentab:CreateDivider()
  1710.  
  1711. local Keybind = gentab:CreateKeybind({
  1712. Name = "Do Current Generator Puzzle",
  1713. CurrentKeybind = "H",
  1714. HoldToInteract = false,
  1715.  
  1716. Callback = function(Keybind)
  1717. solvegen()
  1718. end,
  1719. })
  1720.  
  1721. local Slider1 = gentab:CreateSlider({
  1722. Name = "Auto Gen Delay",
  1723. Range = {2.5, 10},
  1724. Increment = 0.1,
  1725. Suffix = "seconds",
  1726. CurrentValue = 0.1,
  1727.  
  1728. Callback = function(value)
  1729. setdelay(value)
  1730. end,
  1731. })
  1732.  
  1733. --
  1734. local Toggle3 = VisualTab:CreateToggle({
  1735. Name = "Tool Highlighter",
  1736. CurrentValue = false,
  1737.  
  1738. Callback = function(state)
  1739. highlighttools(state)
  1740. end,
  1741. })
  1742.  
  1743. local Toggle4 = VisualTab:CreateToggle({
  1744. Name = "Survivor Highligter",
  1745. CurrentValue = false,
  1746.  
  1747. Callback = function(state)
  1748. survivorHighlighter(state)
  1749. end,
  1750. })
  1751.  
  1752. local Toggle5 = VisualTab:CreateToggle({
  1753. Name = "Killer Highligter",
  1754. CurrentValue = false,
  1755.  
  1756. Callback = function(state)
  1757. killerHighlighter(state)
  1758. end,
  1759. })
  1760.  
  1761. local Toggle6 = VisualTab:CreateToggle({
  1762. Name = "C00lkidd ESP",
  1763. CurrentValue = false,
  1764.  
  1765. Callback = function(state)
  1766. corruptnatureesp(state)
  1767. end,
  1768. })
  1769.  
  1770. local Toggle7 = VisualTab:CreateToggle({
  1771. Name = "Survivor Utility Highlighter",
  1772. CurrentValue = false,
  1773.  
  1774. Callback = function(state)
  1775. survivorutilesp(state)
  1776. end,
  1777. })
  1778. --
  1779.  
  1780. local UnlockChars = misctab:CreateButton({
  1781. Name = "Unlock Characters [CLIENT]",
  1782. Callback = function()
  1783. unlockclientcharacters()
  1784. end,
  1785. })
  1786.  
  1787. misctab:CreateDivider()
  1788.  
  1789. local Toggle8 = misctab:CreateToggle({
  1790. Name = "Hakari Dance",
  1791. CurrentValue = false,
  1792.  
  1793. Callback = function(state)
  1794. activatethehakari(state)
  1795. end,
  1796. })
  1797.  
  1798. local Toggle9 = misctab:CreateToggle({
  1799. Name = "Aw Shucks [PAID EXECS]",
  1800. CurrentValue = false,
  1801.  
  1802. Callback = function(state)
  1803. activatethesilly(state)
  1804. end,
  1805. })
  1806.  
  1807. local Toggle10 = misctab:CreateToggle({
  1808. Name = "Aw Shucks [FREE EXECS]",
  1809. CurrentValue = false,
  1810.  
  1811. Callback = function(state)
  1812. activatethesilly2(state)
  1813. end,
  1814. })
  1815.  
  1816. local Toggle11 = misctab:CreateToggle({
  1817. Name = "Miss the Quiet",
  1818. CurrentValue = false,
  1819.  
  1820. Callback = function(state)
  1821. activatethequiet(state)
  1822. end,
  1823. })
  1824.  
  1825. misctab:CreateDivider()
  1826.  
  1827. local Toggle12 = misctab:CreateToggle({
  1828. Name = "Hide Player Bar",
  1829. CurrentValue = false,
  1830.  
  1831. Callback = function(state)
  1832. togglehidebar(state)
  1833. end,
  1834. })
  1835.  
  1836. misctab:CreateDivider()
  1837.  
  1838. local Slider2 = misctab:CreateSlider({
  1839. Name = "FOV",
  1840. Range = {1, 2},
  1841. Increment = 1,
  1842. Suffix = ";",
  1843. CurrentValue = 1,
  1844.  
  1845. Callback = function(value)
  1846. FOVmulti(value)
  1847. end,
  1848. })
  1849.  
  1850. misctab:CreateDivider()
  1851.  
  1852. local Key = misctab:CreateKeybind({
  1853. Name = "flip lol",
  1854. CurrentKeybind = "~",
  1855. HoldToInteract = false,
  1856.  
  1857. Callback = function(Keybind)
  1858. flip()
  1859. end,
  1860. })
  1861.  
  1862.  
  1863. --
  1864.  
  1865. --
  1866.  
  1867. local kaiguy = survivortab:CreateButton({
  1868. Name = "Kai 1337 Skin",
  1869. Callback = function()
  1870. kaiguyskin()
  1871. end,
  1872. })
  1873.  
  1874. local doom = survivortab:CreateButton({
  1875. Name = "Doombringer Shed Skin",
  1876. Callback = function()
  1877. doomskin()
  1878. end,
  1879. })
  1880.  
  1881. survivortab:CreateDivider()
  1882.  
  1883. local Toggle13 = survivortab:CreateToggle({
  1884. Name = "Chance Aimbot",
  1885. CurrentValue = false,
  1886.  
  1887. Callback = function(state)
  1888. chanceaimbot(state)
  1889. end,
  1890. })
  1891.  
  1892. local Toggle14 = survivortab:CreateToggle({
  1893. Name = "Shed Aimbot",
  1894. CurrentValue = false,
  1895.  
  1896. Callback = function(state)
  1897. shedaimbot(state)
  1898. end,
  1899. })
  1900.  
  1901. local Toggle15 = survivortab:CreateToggle({
  1902. Name = "Guest Aimbot",
  1903. CurrentValue = false,
  1904.  
  1905. Callback = function(state)
  1906. guestaimbot(state)
  1907. end,
  1908. })
  1909.  
  1910. local Toggle16 = survivortab:CreateToggle({
  1911. Name = "Pizza TP",
  1912. CurrentValue = false,
  1913.  
  1914. Callback = function(state)
  1915. givemesomepizza(state)
  1916. end,
  1917. })
  1918. --
  1919. local CoolKidAimbotToggle = chartab:CreateToggle({ -- creds to ivan.. ivan if ur seeing this i accidentally deleted mine and lost it and its 2 lines so xd.
  1920. Name = "C00lkid Aimbot",
  1921. CurrentValue = false,
  1922. Callback = function(state)
  1923. game:GetService("ReplicatedStorage").Modules.Network.RemoteEvent:FireServer("SetDevice", state and "Mobile" or "PC")
  1924. end,
  1925. })
  1926.  
  1927.  
  1928. local aimbot1x1x1aimbot = chartab:CreateToggle({
  1929. Name = "1x1x1x1 aimbot",
  1930. CurrentValue = false,
  1931. Callback = function(state)
  1932. aimbot1x1x1x1(state)
  1933. end,
  1934. })
  1935.  
  1936.  
  1937. chartab:CreateDivider()
  1938.  
  1939. local popupsolver = chartab:CreateToggle({
  1940. Name = "Instant Pop-Up solver",
  1941. CurrentValue = false,
  1942. Callback = function(state)
  1943. Do1x1PopupsLoop = state and task.spawn(Do1x1x1x1Popups)
  1944. end,
  1945. })
  1946.  
  1947.  
  1948. --
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955. local JohnAimbot = blatanttab:CreateToggle({
  1956. Name = "John Doe Spike Aimbot",
  1957. CurrentValue = false,
  1958. Callback = function(state)
  1959. johnaimbot(state)
  1960. end,
  1961. })
  1962.  
  1963. local JasonAimbot = blatanttab:CreateToggle({
  1964. Name = "Jason Aimbot [BUGGY. ONLY KILL WITH ABILITIES]",
  1965. CurrentValue = false,
  1966. Callback = function(state)
  1967. jasonaimbot(state)
  1968. end,
  1969. })
  1970.  
  1971. blatanttab:CreateDivider()
  1972.  
  1973.  
  1974. local nostaminaloss = blatanttab:CreateToggle({
  1975. Name = "No Stamina Loss",
  1976. CurrentValue = false,
  1977. Callback = function(state)
  1978. staminadrainono(state)
  1979. end,
  1980. })
  1981.  
  1982.  
  1983. local jump = blatanttab:CreateToggle({
  1984. Name = "Bring Back Jump Power",
  1985. CurrentValue = false,
  1986. Callback = function(state)
  1987. bringbackjumppower(state)
  1988. end,
  1989. })
  1990.  
  1991. local hawktuah = blatanttab:CreateToggle({
  1992. Name = "Hawk Tuah Mode",
  1993. CurrentValue = false,
  1994. Callback = function(state)
  1995. hawktuahmode(state)
  1996. end,
  1997. })
  1998.  
  1999. blatanttab:CreateDivider()
  2000.  
  2001. local WalkspeedSlider = blatanttab:CreateSlider({
  2002. Name = "WalkSpeed",
  2003. Range = {1, 1000},
  2004. Increment = 1,
  2005. Suffix = ";",
  2006. CurrentValue = 1,
  2007. Callback = function(value)
  2008. speedmulti(value)
  2009. end,
  2010. })
  2011.  
  2012. local JumpspeedSlider = blatanttab:CreateSlider({
  2013. Name = "Jump Power",
  2014. Range = {1, 1000},
  2015. Increment = 1,
  2016. Suffix = ";",
  2017. CurrentValue = 50,
  2018. Callback = function(value)
  2019. bringbackjumppowerslider(value)
  2020. end,
  2021. })
  2022. end
  2023.  
  2024. initialize()
Advertisement
Add Comment
Please, Sign In to add comment