Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.24 KB

OUTDATED

I am unable to find new address using cheat engine after 1.4.2.3 update

TerrariaFishingBot

-Fishing bot for Terraria

HOW TO USE:

  1. Run Terraria, equip fishing pole and stand near water.
  2. Open TerrariaFishingBot.exe.
  3. Press "Enter" on keyboard to start fishing bot.
  4. Get back to game and aim your mouse to water.
  5. Fishing bot will automatically start fishing.

HOW DOES IT WORK?

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.

Sources:

Finding adress
Using VAMemory
Finding static pointers
Click() function