Mr_3242

Op script BAD CAT

May 21st, 2026 (edited)
47
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.50 KB | Gaming | 0 0
  1. local v1 = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local v2 = v1:CreateWindow({
  4.     Name = 'Bad cat',
  5.     Icon = 0,
  6.     LoadingTitle = 'manipulating the Values',
  7.     LoadingSubtitle = 'Follow me on TikTok Mr_3242',
  8.     Theme = 'Dark',
  9.     DisableRayfieldPrompts = false,
  10.     DisableBuildWarnings = false,
  11.     ConfigurationSaving = {
  12.         Enabled = false,
  13.     },
  14. })
  15.  
  16. local _Main = v2:CreateTab('Main', 4483362458)
  17.  
  18. v1:Notify({
  19.     Title = 'Loaded',
  20.     Content = 'The Cheat Has Loaded',
  21.     Duration = 3,
  22.     Image = 4483362458,
  23. })
  24.  
  25. _Main:CreateButton({
  26.     Name = "Set objects' HP to 0",
  27.     Callback = function()
  28.         local v4, v5, v6 = pairs(game.workspace.Replicated:GetDescendants())
  29.  
  30.         while true do
  31.             local v7
  32.             v6, v7 = v4(v5, v6)
  33.  
  34.             if v6 == nil then
  35.                 break
  36.             end
  37.             if v7.Name == 'Strength' then
  38.                 v7.Value = 0
  39.             end
  40.         end
  41.     end,
  42. })
  43.  
  44. _Main:CreateInput({
  45.     Name = 'Input Amount of points u want the objects to Give u',
  46.     CurrentValue = '',
  47.     PlaceholderText = 'Input Placeholder',
  48.     RemoveTextAfterFocusLost = false,
  49.     Flag = 'Input1',
  50.     Callback = function(p8)
  51.         local v9, v10, v11 = pairs(game.workspace.Replicated:GetDescendants())
  52.  
  53.         while true do
  54.             local v12
  55.             v11, v12 = v9(v10, v11)
  56.  
  57.             if v11 == nil then
  58.                 break
  59.             end
  60.             if v12.Name == 'Points' then
  61.                 v12.Value = p8
  62.             end
  63.         end
  64.     end,
  65. })
  66.  
  67. _Main:CreateDivider()
  68.  
  69. _Main:CreateSlider({
  70.     Name = 'WalkSpeed',
  71.     Range = {0, 250},
  72.     Increment = 1,
  73.     Suffix = 'Speed',
  74.     CurrentValue = 32,
  75.     Flag = 'Slider1',
  76.     Callback = function(p13)
  77.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = p13
  78.     end,
  79. })
  80.  
  81. v2:CreateTab('Teleport', 4483362458):CreateButton({
  82.     Name = 'Teleport to level1/spawn',
  83.     Callback = function()
  84.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(674, 5, 577)
  85.     end,
  86. })
  87.  
  88. v2:CreateTab('Other', 4483362458):CreateButton({
  89.     Name = 'Delete Vip Area Walls',
  90.     Callback = function()
  91.         local v14, v15, v16 = pairs(game.workspace.VIPBarriers:GetDescendants())
  92.  
  93.         while true do
  94.             local v17
  95.             v16, v17 = v14(v15, v16)
  96.  
  97.             if v16 == nil then
  98.                 break
  99.             end
  100.  
  101.             v17:Destroy()
  102.         end
  103.     end,
  104. })
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment