Sup homies. This is very much just an online workplace, to save and thereby share what I've worked out regarding a multi-client bot running on top of Cheat Engine's Lua Framework/Engine.
With the release of fishing originally, my old bot was working flawlessly - but with the new constraints regarding some lovely anti-botting systems (it's all about dem boots), we're needing to alter it (very likely insanely) to get it up and running in a nice way again.
Once we have it running at a high level, I'll chuck it up onto ****** and we can work collectively there.
Until then, good luck to us all.
I've been personally chucking my lures into the bottom left item slot, and until we get to a more feature-rich bot (i.e. throwing boots away and have a UI for ourselves) you guys will have to do the same.
Important Pointers
Lure Amount
Based on inventory slot amount, in this case bottom left. There are two versions, due to my computer being a weirdo.
Should always work:
varLuresAvailable = '[[[[trove.exe+909528]+9c]+78]+90]+58'
Only works when inventory is open:
varLuresAvailable = '[[[[trove.exe+81B400]+234]+78]+90]+58'
Lure is out
varLineCast = '[[trove.exe+905984]+a818]+f2d8'
[i]If you would like to try other pointers to the same location,
PTR files [VirusTotal]
Bobbing
varBobbingWater = '[[trove.exe+905984]+a818]+fd48'
Bot Prerequisites
Cheat Engine 6.4
WinAPI (Custom compiled using CheatEngine's lua Engine libraries, source:
https://******.com/stevedonovan/winapi)*
lua5.1-32.dll (build date: 15/06/2014 9.45pm)*
msvcrt.dll (File version: 7.0.7601.17744)*
libgcc_s_dw2-1.dll (part of GCC)*
*
These files all need to be placed in either the Cheat Engine root directory (i.e. C:\Program Files (x86)\Cheat Engine 6.4) or your System32 folder (e.g. C:\Windows\System32)
Requirements Download:
http://www.mpgh.net/forum/attachment...5&d=1429585134
[VirusTotal]
Script Download (.ct)
v004:
http://www.mpgh.net/forum/attachment...9&d=1429591809 [VirusTotal]
v003:
http://www.mpgh.net/forum/attachment...3&d=1429584925 [VirusTotal]
v002:
http://www.mpgh.net/forum/attachment...2&d=1429584918 [VirusTotal]
Remember, to have Trove open, then go Table -> Show Cheat Table Lua Script -> Execute Script button before trying anything.
Do the above, then click the Test WinAPI is available script - it should pop up with a window saying it's working.
If it doesn't post error messages (or lack of) below.
Changelog
v002:
Added catcher in case of lag when casting line.
If the bot things it's cast the line, but it actually hasn't - then it will re-cast it with the Stepper function (runs every 3 seconds).
v003:
Uh, I can't remember :X
v004:
Enabled Debug Mode
Allows the script to only print information into the Lua Engine when the Enable Debug Mode script is enabled.