Auto Dungeon Farming
Does anyone know of any FREE, up-to-date auto-dungeon farming hacks they'd be willing to share with the community?
I managed to find the source code for automatic_farm or autofarm, how do I update it?
- - - Updated - - -
int __cdecl persistence_install.bat(int _Argc,char **_Argv,char **_Env)
{
string *this;
code *pcVar1;
double dVar2;
undefined8 in_R9;
long *local_58 [4];
string local_38 [32];
__main();
SetConsoleOutputCP(0xfde9);
this = (string *)local_58;
if (_Argc < 2) {
std::__cxx11::string::string<>(local_38,"Trove.exe ");
Memory::GetProcessPid((Memory *)this,(longlong *)local_38);
pid = *local_58[0];
std::_Vector_base<>::~_Vector_base((_Vector_base<> *)this);
this = local_38;
}
else {
std::__cxx11::string::string<>(this,_Argv[1]);
_Env = (char **)0xa;
pid = std::__cxx11::stol((char *)local_58[0],(longlong *)0x0,10);
}
std::__cxx11::string::_M_dispose(this);
dVar2 = 4.94065645841247e-324;
SetConsoleCtrlHandler(ConsoleHandler,1);
pcVar1 = main::{lambda()#1}::_FUN;
atexit(main::{lambda()#1}::_FUN);
AutoScan(pcVar1,dVar2,_Env,in_R9);
getchar();
return 0;
}
What do I do with this?