OSBuddy's feature

Discussion in 'RuneScape 2007 Cheating' started by _xDrMario, Sep 10, 2016.

OSBuddy's feature
  1. Unread #1 - Sep 10, 2016 at 12:49 PM
  2. _xDrMario
    Joined:
    Sep 10, 2016
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    4

    _xDrMario Newcomer

    OSBuddy's feature

    Can anyone briefly explain how OSBuddy highlights items, monsters etc with color markers?

    An example is this:
    [​IMG]

    How is it possible to make an original client with such feature?
    I'm learning java atm, and still can't figure this thing out..

    It would be very helpful to know any information related to realizing such feature!
    thanks :)
     
  3. Unread #2 - Sep 10, 2016 at 5:49 PM
  4. iJava
    Joined:
    Nov 21, 2011
    Posts:
    1,197
    Referrals:
    11
    Sythe Gold:
    485
    Discord Unique ID:
    220055593568829441

    iJava .Previously known as RSGoldRush
    $200 USD Donor New

    OSBuddy's feature

    They access the fields and methods in the client and are able to find where on the screen a certain entity is, if you think about it like fields in your application.


    Code:
    public class Player {
    
    private String name;
    private int x;
    private int y;
    
    }
    
    So now if I'm able to find this Player class and those fields in your application and get the value(s) they have at runtime I can use that data to project on the client where the Player is and their name.


    As for the drawing, it's just painting ontop of the canvas.
     
  5. Unread #3 - Sep 10, 2016 at 10:12 PM
  6. _xDrMario
    Joined:
    Sep 10, 2016
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    4

    _xDrMario Newcomer

    OSBuddy's feature

    Thanks for answer, iJava.
    So it reads the data of entity's position from client and does the painting on top of it. Nice to know.

    What can I start off with to create my own client like OSBuddy?
    I'd love to make such a nice client on my own!
     
  7. Unread #4 - Sep 10, 2016 at 11:06 PM
  8. iJava
    Joined:
    Nov 21, 2011
    Posts:
    1,197
    Referrals:
    11
    Sythe Gold:
    485
    Discord Unique ID:
    220055593568829441

    iJava .Previously known as RSGoldRush
    $200 USD Donor New

    OSBuddy's feature

    Check out rs-hacking.com.
     
  9. Unread #5 - Sep 11, 2016 at 12:12 AM
  10. _xDrMario
    Joined:
    Sep 10, 2016
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    4

    _xDrMario Newcomer

    OSBuddy's feature

    Will do, thanks.
     
< Paying someone to... | VPS help >

Users viewing this thread
1 guest


 
 
Adblock breaks this site