Code Monkey home page Code Monkey logo

terrariafishingbot's Introduction

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

terrariafishingbot's People

Contributors

jirisuster avatar

Watchers

 avatar

terrariafishingbot's Issues

I don't see the module ("asw"))

the code doesn't work for me. There is not module
for that line if (module.ModuleName.ToLower().Contains("asw"))
all i get is
Module: $terraria.exe
Module: $ntdll.dll
Module: $wow64.dll
Module: $wow64win.dll
Module: $wow64cpu.dll

How did you find the address

Very interesting what you did. I wonder how did you find the address? By trial and error and you increment by 32bit each time to check if it is the boolean you are looking for?
byte x = memory.ReadByte((IntPtr)finalAdress + 0x170);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.