Mr_3242

OP A Very Hungry CaseOh 🧇 script

May 22nd, 2026 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.91 KB | Gaming | 0 0
  1. local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
  2.  
  3. local MarketplaceService = game:GetService("MarketplaceService")
  4. local Players = game:GetService("Players")
  5. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  6.  
  7. local LocalPlayer = Players.LocalPlayer
  8.  
  9. local developerProductIdToggle = 1858193567
  10. local developerProductIdButton = 1886208086
  11.  
  12. --// STATE
  13. local NukeEnabled = false
  14. local XPEnabled = false
  15. local DamageCaseoh = false
  16. local ScriptRunning = true
  17.  
  18. --// WINDOW
  19. local Window = Rayfield:CreateWindow({
  20.     Name = "A Very Hungry CaseOh 🧇",
  21.     LoadingTitle = "Admin panel",
  22.     LoadingSubtitle = "Follow me on TikTok Mr_3242",
  23.     ConfigurationSaving = { Enabled = false },
  24.     Discord = { Enabled = false },
  25.     KeySystem = false
  26. })
  27.  
  28. --// TABS
  29. local MainTab = Window:CreateTab("Main", 4483362458)
  30. local WeaponTab = Window:CreateTab("Weapons", 4483362458)
  31. local ToolTab = Window:CreateTab("Tools", 4483362458)
  32. local CreditsTab = Window:CreateTab("Credits", 4483362458)
  33. local UnloadTab = Window:CreateTab("Unload", 4483362458)
  34.  
  35. --// FILTER NOTIFICATIONS
  36. local oldNotify = Rayfield.Notify
  37. Rayfield.Notify = function(self, data)
  38.     if data and data.Title then
  39.         local t = tostring(data.Title)
  40.         if t:find("Rayfield") or t:find("Interface") then return end
  41.     end
  42.     return oldNotify(self, data)
  43. end
  44.  
  45. --// NOTIFY
  46. local function Notify(t,c)
  47.     Rayfield:Notify({
  48.         Title=t,
  49.         Content=c,
  50.         Duration=3,
  51.         Image=4483362458
  52.     })
  53. end
  54.  
  55. --// CLEAN RE-EXECUTE
  56. if getgenv().KillstreakUnload then
  57.     pcall(getgenv().KillstreakUnload)
  58. end
  59.  
  60. --// FUNCTIONS
  61. local function ActivateNuke()
  62.     task.spawn(function()
  63.         while NukeEnabled and ScriptRunning do
  64.             pcall(function()
  65.                 MarketplaceService:SignalPromptProductPurchaseFinished(
  66.                     LocalPlayer.UserId,
  67.                     developerProductIdToggle,
  68.                     true
  69.                 )
  70.             end)
  71.             task.wait(0.1)
  72.         end
  73.     end)
  74. end
  75.  
  76. local function ActivateXP()
  77.     task.spawn(function()
  78.         while XPEnabled and ScriptRunning do
  79.             pcall(function()
  80.                 local args = {
  81.                     [1] = 999999999,
  82.                     [2] = "8NYEG50HeTQHspveEFhS"
  83.                 }
  84.  
  85.                 ReplicatedStorage:WaitForChild("Damage"):FireServer(unpack(args))
  86.             end)
  87.             task.wait()
  88.         end
  89.     end)
  90. end
  91.  
  92. --// MAIN TAB
  93. MainTab:CreateToggle({
  94.     Name = "Nuke",
  95.     CurrentValue = false,
  96.     Flag = "NukeToggle",
  97.     Callback = function(v)
  98.         NukeEnabled = v
  99.         if v then ActivateNuke() end
  100.     end
  101. })
  102.  
  103. MainTab:CreateButton({
  104.     Name = "become case oh",
  105.     Callback = function()
  106.         pcall(function()
  107.             MarketplaceService:SignalPromptProductPurchaseFinished(
  108.                 LocalPlayer.UserId,
  109.                 developerProductIdButton,
  110.                 true
  111.             )
  112.         end)
  113.     end
  114. })
  115.  
  116. MainTab:CreateToggle({
  117.     Name = "Inf XP",
  118.     CurrentValue = false,
  119.     Flag = "InfXPToggle",
  120.     Callback = function(v)
  121.         XPEnabled = v
  122.         if v then ActivateXP() end
  123.     end
  124. })
  125.  
  126. MainTab:CreateParagraph({
  127.     Title = "Warning",
  128.     Content = "Kill caseoh removes caseoh permanently and it won't ever appear again."
  129. })
  130.  
  131. MainTab:CreateButton({
  132.     Name = "Kill caseoh",
  133.     Callback = function()
  134.         Notify("Warning", "Removing caseoh permanently...")
  135.  
  136.         task.spawn(function()
  137.             while ScriptRunning do
  138.                 task.wait()
  139.                 pcall(function()
  140.                     ReplicatedStorage.RemoveItem:FireServer(workspace.Respawn)
  141.                     ReplicatedStorage.RemoveItem:FireServer(workspace.CaseOh)
  142.                     ReplicatedStorage.RemoveItem:FireServer(workspace.MiniCaseOh)
  143.                 end)
  144.             end
  145.         end)
  146.     end
  147. })
  148.  
  149. MainTab:CreateToggle({
  150.     Name = "Damage CaseOh [Weapon Required]",
  151.     CurrentValue = false,
  152.     Flag = "DamageCaseoh",
  153.     Callback = function(v)
  154.         DamageCaseoh = v
  155.  
  156.         task.spawn(function()
  157.             while DamageCaseoh and ScriptRunning do
  158.                 local Character = LocalPlayer.Character
  159.                 local Tool = Character and Character:FindFirstChildOfClass("Tool")
  160.  
  161.                 if Tool and workspace:FindFirstChild("CaseOh") then
  162.                     local args = {
  163.                         Tool,
  164.                         {
  165.                             p = Vector3.new(-905.8367309570313, 11.358884811401367, -486.8328857421875),
  166.                             pid = 1,
  167.                             part = workspace.CaseOh.UpperTorso,
  168.                             d = 83.7686996459961,
  169.                             maxDist = 72.82382202148438,
  170.                             h = workspace.CaseOh.CaseOhHumanoid,
  171.                             m = Enum.Material.Plastic,
  172.                             n = Vector3.new(-0.49207738041877747, 0.6165332794189453, 0.6146109700202942),
  173.                             t = 0.0998840840170001,
  174.                             sid = 3,
  175.                         }
  176.                     }
  177.  
  178.                     ReplicatedStorage.WeaponsSystem.Network.WeaponHit:FireServer(unpack(args))
  179.                 end
  180.  
  181.                 task.wait(0.0001)
  182.             end
  183.         end)
  184.     end
  185. })
  186.  
  187. --// WEAPONS TAB
  188. WeaponTab:CreateButton({
  189.     Name = "AdminGun",
  190.     Callback = function()
  191.         ReplicatedStorage.NewTool:FireServer("AdminGun")
  192.     end
  193. })
  194.  
  195. WeaponTab:CreateButton({
  196.     Name = "SunLauncher",
  197.     Callback = function()
  198.         ReplicatedStorage.NewTool:FireServer("SunLauncher")
  199.     end
  200. })
  201.  
  202. WeaponTab:CreateButton({
  203.     Name = "RF Rocket Launcher",
  204.     Callback = function()
  205.         ReplicatedStorage.NewTool:FireServer("RapidRocketlauncher")
  206.     end
  207. })
  208.  
  209. local Weapons = {
  210.     "Minigun","Rocketlauncher","SMG","Shotgun","Sniper","AssaultRifle",
  211.     "Pistol","GrenadeLauncher","Railgun","LMG","BlackHoleGun",
  212.     "BananaLauncher","GunGun","BurgerLauncher","ConfettiCannon",
  213.     "Crossbow","CarLauncher","Baconator","AntiMatter","Waffle-Inator","PigeonLauncher",
  214. }
  215.  
  216. for _, v in ipairs(Weapons) do
  217.     WeaponTab:CreateButton({
  218.         Name = v,
  219.         Callback = function()
  220.             ReplicatedStorage.NewTool:FireServer(v)
  221.         end
  222.     })
  223. end
  224.  
  225. --// TOOLS TAB
  226. ToolTab:CreateButton({
  227.     Name = "Jeep",
  228.     Callback = function()
  229.         ReplicatedStorage.NewTool:FireServer("JEEP")
  230.     end
  231. })
  232.  
  233. local Tools = {
  234.     "SuperFusionCoil","FusionCoil","SpeedCoil",
  235.     "SuperSpeedCoil","GravityCoil","Regen","Paintball",
  236. }
  237.  
  238. for _, v in ipairs(Tools) do
  239.     ToolTab:CreateButton({
  240.         Name = v,
  241.         Callback = function()
  242.             ReplicatedStorage.NewTool:FireServer(v)
  243.         end
  244.     })
  245. end
  246.  
  247. --// CREDITS
  248. CreditsTab:CreateParagraph({
  249.     Title="Credits",
  250.     Content="Script created by Mr_3242\nThanks for using the script!"
  251. })
  252.  
  253. CreditsTab:CreateButton({
  254.     Name="Copy TikTok Link",
  255.     Callback=function()
  256.         setclipboard("https://www.tiktok.com/@Mr_3242")
  257.         Notify("Copied","TikTok link copied")
  258.     end
  259. })
  260.  
  261. CreditsTab:CreateButton({
  262.     Name="Copy YouTube Link",
  263.     Callback=function()
  264.         setclipboard("https://www.youtube.com/@Mr_3242.")
  265.         Notify("Copied","YouTube link copied")
  266.     end
  267. })
  268.  
  269. CreditsTab:CreateButton({
  270.     Name="Copy Twitch Link",
  271.     Callback=function()
  272.         setclipboard("https://m.twitch.tv/quantumx_42/home")
  273.         Notify("Copied","Twitch link copied")
  274.     end
  275. })
  276.  
  277. --// UNLOAD SYSTEM
  278. getgenv().KillstreakUnload = function()
  279.     ScriptRunning = false
  280.     NukeEnabled = false
  281.     XPEnabled = false
  282.     DamageCaseoh = false
  283.  
  284.     pcall(function()
  285.         Rayfield:Destroy()
  286.     end)
  287.  
  288.     getgenv().KillstreakUnload = nil
  289. end
  290.  
  291. UnloadTab:CreateButton({
  292.     Name = "Unload Script",
  293.     Callback = function()
  294.         getgenv().KillstreakUnload()
  295.     end
  296. })
Tags: delta
Advertisement
Add Comment
Please, Sign In to add comment