IntelSDM / RustDMACheat

Small DMA Cheat For Rust
MIT License
182 stars 55 forks source link

Game crashes when equipping potato seed/any other food seed #12

Closed hammyexe closed 6 months ago

hammyexe commented 8 months ago

My game crashes whenever I hold any of these items, sometimes its a delayed crash. I suspect its due to the recoil setting because it outputs the same as if I would be holding a weapon.

arlohewitt commented 8 months ago

yeah ill second this.

Also, im having issues with the adminflag now that its written to once as a cvar, im pretty sure the server i am on sends a command to each client every now and then that sets the admin flag back to false. It was working fine before the workbech fix, but i am noticing i no longer have the flag after a minute or so from program startup. Im guessing this could be solved by setting it as a cvar, then reading it in the mainthread() and setting it back to true if it becomes false, this should also not cause any workbench issues either since you are not writing to it 24/7.

scrap that - the admin flag seems to get reset when i pull out any item after loading the program, its fine before i pull an item out but breaks afterwards. Is this specific to me or is someone else seeing this too, also recoil reduction doesnt seem to work either now. strange.

IntelSDM commented 8 months ago

On the weekend I will add a periodical update for admin flag. I thought I fixed the seed crash but and tried to replicate it before I pushed the last update. I will also try and fix that on the weekend.

hammyexe commented 8 months ago

Okay thanks. This has also happened when i've equipped a sleeping bag, building blueprint, and some musical instruments if that helps.