diff --git a/OC/Kexts/RadeonSensor.kext/Contents/Info.plist b/OC/Kexts/RadeonSensor.kext/Contents/Info.plist
new file mode 100644
index 0000000..46d2a15
--- /dev/null
+++ b/OC/Kexts/RadeonSensor.kext/Contents/Info.plist
@@ -0,0 +1,89 @@
+
+
+
+
+ BuildMachineOSBuild
+ 21G725
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ RadeonSensor
+ CFBundleIdentifier
+ com.ChefKissInc.RadeonSensor
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ RadeonSensor
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 1.3.0
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 1.3.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 13F100
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 12.3
+ DTSDKBuild
+ 21E226
+ DTSDKName
+ macosx12.3
+ DTXcode
+ 1341
+ DTXcodeBuild
+ 13F100
+ IOKitPersonalities
+
+ com.ChefKissInc.RadeonSensor
+
+ CFBundleIdentifier
+ com.ChefKissInc.RadeonSensor
+ IOClass
+ RadeonSensor
+ IOMatchCategory
+ RadeonSensor
+ IOProbeScore
+ 500
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOKit
+ IOUserClientClass
+ RadeonSensorUserClient
+
+
+ LSMinimumSystemVersion
+ 10.15
+ OSBundleCompatibleVersion
+ 1.3.0
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.2.0
+ com.apple.iokit.IOPCIFamily
+ 1.0.0b1
+ com.apple.kec.Libm
+ 1.0
+ com.apple.kpi.bsd
+ 10.0.0
+ com.apple.kpi.dsep
+ 10.0.0
+ com.apple.kpi.iokit
+ 10.0.0
+ com.apple.kpi.libkern
+ 10.0.0
+ com.apple.kpi.mach
+ 10.0.0
+
+ OSBundleRequired
+ Root
+
+
diff --git a/OC/Kexts/RadeonSensor.kext/Contents/MacOS/RadeonSensor b/OC/Kexts/RadeonSensor.kext/Contents/MacOS/RadeonSensor
new file mode 100644
index 0000000..aefadb6
Binary files /dev/null and b/OC/Kexts/RadeonSensor.kext/Contents/MacOS/RadeonSensor differ
diff --git a/OC/Kexts/SMCRadeonGPU.kext/Contents/Info.plist b/OC/Kexts/SMCRadeonGPU.kext/Contents/Info.plist
new file mode 100644
index 0000000..2d30b9a
--- /dev/null
+++ b/OC/Kexts/SMCRadeonGPU.kext/Contents/Info.plist
@@ -0,0 +1,89 @@
+
+
+
+
+ BuildMachineOSBuild
+ 21G725
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ SMCRadeonGPU
+ CFBundleIdentifier
+ com.ChefKissInc.SMCRadeonGPU
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ SMCRadeonGPU
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 1.3.0
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 1.3.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 13F100
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 12.3
+ DTSDKBuild
+ 21E226
+ DTSDKName
+ macosx12.3
+ DTXcode
+ 1341
+ DTXcodeBuild
+ 13F100
+ IOKitPersonalities
+
+ com.ChefKissInc.SMCRadeonGPU
+
+ CFBundleIdentifier
+ com.ChefKissInc.SMCRadeonGPU
+ IOClass
+ SMCRadeonGPU
+ IOMatchCategory
+ SMCRadeonGPU
+ IOProviderClass
+ RadeonSensor
+
+
+ LSMinimumSystemVersion
+ 10.15
+ OSBundleCompatibleVersion
+ 1.3.0
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.2.0
+ as.vit9696.VirtualSMC
+ 1.0.0
+ com.ChefKissInc.RadeonSensor
+ 1.3.0
+ com.apple.iokit.IOPCIFamily
+ 1.0.0b1
+ com.apple.kec.Libm
+ 1.0
+ com.apple.kpi.bsd
+ 10.0.0
+ com.apple.kpi.dsep
+ 10.0.0
+ com.apple.kpi.iokit
+ 10.0.0
+ com.apple.kpi.libkern
+ 10.0.0
+ com.apple.kpi.mach
+ 10.0.0
+ com.apple.kpi.unsupported
+ 10.0.0
+
+ OSBundleRequired
+ Root
+
+
diff --git a/OC/Kexts/SMCRadeonGPU.kext/Contents/MacOS/SMCRadeonGPU b/OC/Kexts/SMCRadeonGPU.kext/Contents/MacOS/SMCRadeonGPU
new file mode 100644
index 0000000..6d37ae0
Binary files /dev/null and b/OC/Kexts/SMCRadeonGPU.kext/Contents/MacOS/SMCRadeonGPU differ
diff --git a/OC/config.plist b/OC/config.plist
index 4279d85..de5031e 100644
--- a/OC/config.plist
+++ b/OC/config.plist
@@ -539,6 +539,42 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ Any
+ BundlePath
+ RadeonSensor.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/RadeonSensor
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
+
+ Arch
+ Any
+ BundlePath
+ SMCRadeonGPU.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/SMCRadeonGPU
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Arch
x86_64