--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] --crazy rc7 realm made by ripoexeploiter local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";btools me") wait(0.4) RequestCommand:InvokeServer(";punish all") wait(0.1) local player = game.Players.LocalPlayer local char = player.Character local backpack = player.Backpack local function getf3x() for _, v in ipairs(backpack:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end for _, v in ipairs(char:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end return nil end local f3x = getf3x() if not f3x then warn("you dont have f3x skid") end local syncapi = f3x.SyncAPI local serverendpoint = syncapi.ServerEndpoint local function delete(part) local args = {[1] = "Remove", [2] = {[1] = part}} serverendpoint:InvokeServer(unpack(args)) end local function deleteall() for _, v in ipairs(workspace:GetDescendants()) do if v:IsA("BasePart") or v:IsA("UnionOperation") then spawn(function() delete(v) end) end end end deleteall() RequestCommand:InvokeServer(";fogcolor black ;time") local function resize(part,size,cf) local args = {[1]="SyncResize",[2]={[1]={["Part"]=part,["CFrame"]=cf,["Size"]=size}}} serverendpoint:InvokeServer(unpack(args)) end local function syncmaterial(part,mate) local args = {[1]="SyncMaterial",[2]={[1]={["Part"]=part,["Material"]=mate}}} serverendpoint:InvokeServer(unpack(args)) end local function color(part,color) local args = {[1]="SyncColor",[2]={[1]={["Part"]=part,["Color"]=color,["UnionColoring"]=false}}} serverendpoint:InvokeServer(unpack(args)) end local function createdecal(part,side) local args = {[1]="CreateTextures",[2]={[1]={["Part"]=part,["Face"]=side,["TextureType"]="Decal"}}} serverendpoint:InvokeServer(unpack(args)) end local function setdecal(part,asset,side) local args = {[1]="SyncTexture",[2]={[1]={["Part"]=part,["Face"]=side,["TextureType"]="Decal",["Texture"]="rbxassetid://"..asset}}} serverendpoint:InvokeServer(unpack(args)) end local function setcollision(part,bool) local args = {[1]="SyncCollision",[2]={[1]={["Part"]=part,["CanCollide"]=bool}}} serverendpoint:InvokeServer(unpack(args)) end local function lock(part,bool) local args = {[1]="SetLocked",[2]={[1]=part},[3]=bool} serverendpoint:InvokeServer(unpack(args)) end local function makerealmbase() local basePos = CFrame.new(0,5,0) local base = serverendpoint:InvokeServer("CreatePart","Normal",basePos,workspace) resize(base,Vector3.new(512,16,512),basePos) syncmaterial(base,Enum.Material.Concrete) color(base,Color3.new(0.513725,0.513725,0.513725)) lock(base,true) local spawnPos = CFrame.new(34.5,8.1,-26) local spawna = serverendpoint:InvokeServer("CreatePart","Spawn",spawnPos,workspace) resize(spawna,Vector3.new(20,10,20),spawnPos) lock(spawna,true) createdecal(spawna,Enum.NormalId.Top) setdecal(spawna,"129505349170386",Enum.NormalId.Top) -- صورة السبون الجديدة -- الجدار الأيسر local leftPos = CFrame.new(1.143,24,-25.232) local leftWall = serverendpoint:InvokeServer("CreatePart","Normal",leftPos,workspace) setcollision(leftWall,false) createdecal(leftWall,Enum.NormalId.Right) setdecal(leftWall,"112606745199089",Enum.NormalId.Right) -- صورة الجدار الأيسر resize(leftWall,Vector3.new(4,23,37),leftPos) -- الجدار الأيمن local rightPos = CFrame.new(74.143,24,-25.232) local rightWall = serverendpoint:InvokeServer("CreatePart","Normal",rightPos,workspace) setcollision(rightWall,false) createdecal(rightWall,Enum.NormalId.Left) setdecal(rightWall,"129065358909287",Enum.NormalId.Left) -- صورة الجدار الأيمن resize(rightWall,Vector3.new(4,23,37),rightPos) end local function sky() local position = CFrame.new(0,5,0) local sky = serverendpoint:InvokeServer("CreatePart","Normal",position,workspace) lock(sky,true) setcollision(sky,false) end local function realm() sky() makerealmbase() end realm() RequestCommand:InvokeServer(";res all") wait(0.3) RequestCommand:InvokeServer(";r6 all") RequestCommand:InvokeServer(";time 14") wait(0.7) RequestCommand:InvokeServer(";music 91138951626248") -- الموسيقى الجديدة RequestCommand:InvokeServer(";Char all Anonymous_78526") RequestCommand:InvokeServer(";saveMap")