Code Monkey home page Code Monkey logo

watybot's People

Contributors

theonlytazz avatar waty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

watybot's Issues

Updater should initialize addressList when no AOBs.xml file is found

Hey, the updater is pretty dam handy (although I don't like CLI).
The only minor issue I've seen so far is that the first time you inject it and try to add an aob it will throw a nullreferenceexception if you do not have an AOBs.xml file already saved. This is easily solved by adding

else 
{
    addressList = gcnew List<Address ^>;
}

where it checks if the file exists in MyForm::ReadXmlData

CMemory could use a rewrite

Make the CMemory constuctor take multiple HackAddys, like this:

DWORD dwtest1, dwtest2, dwtest3;
BYTE btest1[] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
BYTE btest2[] = {0x25};
BYTE btest3[] = {0x81, 0xFE, 0x00, 0x00, 0x00, 0x00};
CMemory test(new HackAddy(dwtest1, btest1, sizeof(btest1));

AutoCS Freezes for a short while

While AutoCS is active, and its entering/exiting CS and waiting for PVPdelay, Watybot is unresponsive and will "freeze" for a short amount of time...

Replace SLWIB with SLWSB

SLWIB = StopLootingWhenItemsBelow
SLWSB = StartLootingWhenSpawnBelow

this way the autoattack wont be stopped because of looting

Auto CC/CS Timed bugged?

it keeps CCing instantly, probably bugged after last changes to CC/CS

used latest github compiled version

Implement a KamiLoot

Featurs:
TP to a item and loot it,
when no more items are left, tp back to SPControl location,
it should be a feature of AutoLoot

Rewrite MainForm.cpp

  • Improve layout
  • Create a Class for SPControl
  • Create a Class for Packets
  • make the code more readable

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.