Jump to content

emu

Members
  • Posts

    149
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by emu

  1. The people who are saying the bot is detectable haven't a clue what theie talking about. Even if it is, you all aound like dumbasses with yoir lack of reasoning and technical proof.

     

    About that...

     

     

    you can xboot java.lang.Class and filter methods/fields

    thats how osbot does it tongue.png

    Let this be a lesson, whatever osb does, you should not do.

     

     

    Taken from rs-hacking

  2. So your saying that

     int variableName = 10;

     is a string that you need to retrieve the value 10 from?

     

    I've only done a little c++, but I would split the string from the 'space' and the ';' to get the value 10, then parse it to an int. I had code doing something similar for an assignment (again c++ not c) but cant find it on my hd sorry. 

     

  3.  

    The problem is the bot is detected at login.

    Ehh reflection isn't really detectable, tho they did do a good job at taking a jab at breaking them with that update before eoc on the main runescape

     

     

    1. The client is injection
    2. My question remains unanswered - What makes the client detectable?
  4. Sound like a good idea but remember if you really want to "release a wide variety of exceptionally good quality scripts" make sure you test them thoroughly before releasing them. I recall all of the iBot scripts went into beta for weeks (if not months) before being sold to the public. Consistently releasing scripts with bugs, or being unable to update your scrips in a timely manner is one of the easiest ways to tarnish your reputation. 

  5. I use this simple to interact with pretty much everything as I couldn't find one like this in the API. It's pretty basic and should be self explanatory. 

    private boolean interactWith(String Name, String Interacion) throws InterruptedException{
       RS2Object Next = null;
       Next = closestObjectForName(Name);
       if(Next != null){
          Next.interact(Interacion);
          return true;
       }
       return false;
    }
  6. Hi Guys,

     

    This is a small coordinate based Alcher I made in C#. I use it mostly when questing or running around RS to make Alching a ton easier and thought it would be cool to share it. It uses F6 to open the magic tab by default but you can chose to open it with the mouse in the UI. 

     

    How to use:

    1. Open the exe

    2. Click 'Set Magic Tab'

    3. Move mouse to the center of the magic tab and wait

    4. Press Shift!

     

    Video of how to use it:

    http://youtu.be/CmJCE1ZJhHE

     

    Virus Scan: (Note: the program will never attempt to access the internet)

     

    https://www.virustotal.com/en/file/996794717f28185cb61e283c3e841d109b343f5e6fc12bbbf83cea85b51b36c5/analysis/1373097261/

     

    Download:

    http://www.mediafire.com/download/wwdg6b1hbbagjrg/07_Hotkey_Alcher.exe

×
×
  • Create New...