I am unable to find new address using cheat engine after 1.4.2.3 update
-Fishing bot for Terraria
- Run Terraria, equip fishing pole and stand near water.
- Open TerrariaFishingBot.exe.
- Press "Enter" on keyboard to start fishing bot.
- Get back to game and aim your mouse to water.
- Fishing bot will automatically start fishing.
It's using library VAMemory, which is very helpful for reading/writing to memory.
I used cheat engine to find bool that is true when fish is being caught (0 = false, 1-255 = true)
So basically it is checking if it's something else than 0. If so, it will reel in using Click() function.
I also had to find static pointer 0x00159B24 and offset 0x170 to adress of that bool using pointer scan.
Finding adress
Using VAMemory
Finding static pointers
Click() function