breadbyte
breadbyte
Can confirm that performance tanks in online mode compared to offline mode. I will do some more investigation about this issue.
After a couple of days of banging my head on my keyboard and staring at dotTrace traces until it stares back, I have some observations. I have tried switching the...
> > hey, ive written the bot, but it says that`[MCC] Script failed to clean-up` idk what to do > > That is a normal warning, it should work normally...
You can install [Termux](https://play.google.com/store/apps/details?id=com.termux&hl=en&gl=US) on Android and run the application that way.
`Script failed to clean-up` is a generic message. It simply means that the script did not stop running, i.e. it's running on a loop of some kind. Can you show...
> I APOLOGIZE FOR MY TERRIBLE CODE, I DON'T USUALLY CODE IN C#, AND I WAS TRYING TO GET SOMETHING TO WORK.. Your code looks fine, no worries! And is...
You can put a `LogToConsole` in the foreach loop to check what inventories are open, and you can also put `LogToConsole` in your `passCaptcha` function to pinpoint exactly where the...
If it stops before `if (inventory.Value.ID > 0)`, then that means that `GetInventories()` does not contain an inventory with an id that is greater than 0, because `foreach(var inventory in...
Is there any error that appears on the console?
> This article may be of some help in solving this problem: [How to solve unknown software exception 0xe0434352](https://thegeekpage.com/how-to-solve-unknown-software-exception-0xe0434352/) These are general troubleshooting steps for a windows machine, and may...