Akandesh / BlazeDumper-Rust

78 stars 7 forks source link

Source code #5

Closed kujoeats closed 5 months ago

kujoeats commented 11 months ago

Can you release the source code you use to detect steam game updates and dump this to github using the bat file that is not public.

Just incase you decide to take it offline. Also release the bat file please and thank you!

Otherwise the offsets for TOD_SKY and CONVAR_ADMIN would be nice to have

Akandesh commented 11 months ago

update_rust.bat => steamcmd\steamcmd.exe +force_install_dir ../rust_client +login username password +app_update 252490 validate +quit checkver.bat => steamcmd\steamcmd.exe +login username password +app_info_update 1 +app_info_print 252490 +quit dump.bat => il2cppdumper\Il2CppDumper.exe "<path to GameAssembly.dll>" "<path to global-metadata.dat>" "<output path>"

I personally get TOD_SKY through scan_for_klass function which is posted on UC. What do you use CONVAR_ADMIN for if I may ask?

kujoeats commented 11 months ago

i use convar_admin to access Time of Day (admin setting), remove water blur ConVar_Admin_c* i think it can be used to block admin commands too (such as noclip with admin flags enabled)

On Wed, Dec 20, 2023 at 4:10 AM Akandesh @.***> wrote:

update_rust.bat => steamcmd\steamcmd.exe +force_install_dir ../rust_client +login username password +app_update 252490 validate +quit checkver.bat => steamcmd\steamcmd.exe +login username password +app_info_update 1 +app_info_print 252490 +quit dump.bat => il2cppdumper\Il2CppDumper.exe "" "" ""

I personally get TOD_SKY through scan_for_klass function which is posted on UC. What do you use CONVAR_ADMIN for if I may ask?

— Reply to this email directly, view it on GitHub https://github.com/Akandesh/BlazeDumper-Rust/issues/5#issuecomment-1864369427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMS4XPMWENMKW76AUT55DLTYKLIUPAVCNFSM6AAAAAA7Z5QALKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUGM3DSNBSG4 . You are receiving this because you authored the thread.Message ID: @.***>

Akandesh commented 5 months ago

added =)