Oblivion Hood Modded Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
if game:GetService("CoreGui"):FindFirstChild("Oblivion") then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Oblivion", Text = "You only need to execute once. This will lag your game.", Duration = 25, Icon = 'rbxassetid://9423555621' }) end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Oblivion", Text = "[NOTICE] This script is for HOOD MODDED only.", Duration = 5, Icon = 'rbxassetid://9423555621' }) --Temp fix if game:GetService("Workspace").Ignored:FindFirstChild('Shop') then game:GetService("Workspace").Ignored:FindFirstChild('Shop').Parent = workspace end spawn(function() if not game:GetService('Players').LocalPlayer:IsInGroup(15070691) then setclipboard('https://www.roblox.com/groups/15070691/OblivionW#!/about') game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Oblivion", Text = "Join the group! (Copied to Clipboard)", Duration = 15, Icon = 'rbxassetid://9423555621' }) end wait(3) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Oblivion", Text = "Toggle the UI with V", Duration = 15, Icon = 'rbxassetid://9423555621' }) end) _G.Tick = tick() if game.PlaceId == 2788229376 then loadstring(game:HttpGet("https://raw.githubusercontent.com/CorruptOblivion/Oblivion/main/Games/DaHood.lua"))() elseif game.PlaceId == 5602055394 or 7951883376 then loadstring(game:HttpGet("https://raw.githubusercontent.com/CorruptOblivion/Oblivion/main/Games/DaHoodModded.lua"))() else game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Oblivion", Text = "Game not supported!", Duration = 25, Icon = 'rbxassetid://9423555621' }) end