Adblock breaks this site

opengl bot - Showing progress

Discussion in 'RuneScape 3 Cheating' started by drizilc, Aug 9, 2012.

  1. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Follow the development on Twitter!

    https://twitter.com/ConvinBot


    Hey everyone, I wanted to share my progress on a opengl bot and at the same time introduce myself. Not much to say really, only thing I can say is that i've been lurking around different cheating communities since Kaitnieks sold autorune via IRC.

    But without further ado here's a video:

    Video of a example script & multiple instances


    Video of solving a random event #1 ( Pillory )


    Video of solving a random event #2 ( Sergeant Damien )



    Additional info:

    In example in my object api:

    Code:
    findNearest(id).click();
    or

    Code:
    GLObject target = Objects.findNearest(id);
    target.click();
    
    example usage:
    (Everything is not totally correct, wrote from memory)

    Code:
    findNearest(id).click();
    waitFor(id, IS_NOT_PRESENT);
    inventory.interact(id,MENU);
    menu.hover("drop");
    waitFor(id,IS_PRESENT);
    Mouse.click();
    That would in example:
    1. click a ore to mine
    2. wait for player to start mining
    3. hover item to drop
    4. wait for player to stop animating
    5. drop the ore
    6. repeat

    FAQ

    Q: What can it do at the moment?
    A: Find all models, textures,minimap icons, items on ground and inventory, all fonts/text

    Q: What are the advantages of using opengl?
    A: No downtime after runescape updates (as opposed to injection).
    Object finding nearly as easy as injection.
    Resistant to bot nukes (as opposed to injection).
    Unique items ID (like injection).
    Random solving, almost as good as injection.​



    Just ask what you want to know and I'll answer.
     
  2. Frontsight

    Frontsight Forum Addict
    Banned

    Joined:
    Jun 17, 2012
    Posts:
    286
    Referrals:
    1
    Sythe Gold:
    0
    opengl bot - Showing progress

    Was actually surprised to come here and not find a .exe download link and a paragraph asking for beta testers or something.

    Looks like you are making some progress, good luck on your bot!
     
  3. TRiLeZ

    TRiLeZ TRiBot.org - RuneScape Botting
    $300 USD Donor New

    Joined:
    Jul 16, 2009
    Posts:
    307
    Referrals:
    1
    Sythe Gold:
    2
    Two Factor Authentication User Le Tom Black Pokémon Trainer Penguin
    opengl bot - Showing progress

    You've already passed RuneDream in OpenGL development... haha.

    So many people have started developing OpenGL bots after me.
     
  4. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant
    opengl bot - Showing progress

    I can see this taking out the competition, let's hope you get a finished product out with a proper community to back it up
     
  5. Yenthe666

    Yenthe666 Guru
    Banned

    Joined:
    Apr 10, 2011
    Posts:
    1,013
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress


    Embedded it inside Sythe, easier for the users to see it ;)

    Nice progress you have there! :D
     
  6. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress


    Thank you Yenthe! Edited my original post to have it embedded.
     
  7. aeiownu

    aeiownu Active Member
    Banned

    Joined:
    May 5, 2012
    Posts:
    210
    Referrals:
    2
    Sythe Gold:
    0
    opengl bot - Showing progress

    Suprised, i hope to see more, this does look good.
     
  8. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Anything you'd especially like to see?

    You are probably going to see increasingly more during the next few weeks. Perfecting the scripting API before release & fleshing out a few bugs & features.
     
  9. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Added a new video to the original post.
     
  10. Saiyn

    Saiyn Forum Addict
    Banned

    Joined:
    Jul 3, 2012
    Posts:
    314
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Looks nice, how long have you spent on this?
     
  11. Ginger.James

    Ginger.James Member
    Banned

    Joined:
    Aug 6, 2012
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    I happen to notice that you start up the client you've made, you press show, you login in and you begin to mine, whilst it says your woodcutting in the GUI under the client? This is in your recent video.
     
  12. Grrr

    Grrr Guru
    $25 USD Donor New

    Joined:
    Feb 3, 2011
    Posts:
    1,100
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Are you going to set up a proper site in order to facilitate the bot/users?

    Looks good thus far, keep it up.
     
  13. zackeri

    zackeri Active Member

    Joined:
    Feb 4, 2012
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    wow, lookingnice, goodluck
     
  14. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    The status you see is a placeholder ( not using the statuses in the tests ). It is meant to be a uniform way of showing script status, settings etc. For all scripts.

    So people who want to maximize effectiveness wont have to use paints to tell the user the progress of the current script.

    TLDR; It's just a placeholder in that video.
     
  15. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    ~5months working full time if you count the planning of all the APIs, core and designing the user interface.
     
  16. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Yes, in the next few weeks that will be done. You can follow the stuff more closely on twitter & youtube! Thank you for your feedback.
     
  17. Grrr

    Grrr Guru
    $25 USD Donor New

    Joined:
    Feb 3, 2011
    Posts:
    1,100
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    I'll be sure to follow, by the way you can multi quote when replying to more than one post so that you don't need to make three individual posts in a row.

    If you click the multi quote button on each of the posts you would like to reply on found here; [​IMG]

    Then click on this quote button; [​IMG]

    It will give you a reply looking like this; [​IMG]

    Meaning you can reply under each individual post within one reply.

    Hope it helped you.
     
  18. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Thank you very much! I was wondering how that was done here. From now on I will use that method.
     
  19. drizilc

    drizilc Newcomer

    Joined:
    Aug 9, 2012
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0
    opengl bot - Showing progress

    Progress update:

    • Inventory API - Done
    • Font API - Done
    • Banking API - Finishing touches remaining

    Remaining:
    1. Rework some of the input API
    2. Finishing Random Event API
    3. User settings GUI
     
  20. ZThomas

    ZThomas Disregard Females, Acquire Currency.
    Banned

    Joined:
    Feb 15, 2011
    Posts:
    740
    Referrals:
    1
    Sythe Gold:
    0
    opengl bot - Showing progress

    Love seeing more progress! I'll diffidently be one of the first to use this once it's gone public.

    Keep it up!
     
< VIP on Powerbot | best botting site now? was a faitful rsbots.net but they're gone :( >


 
 
Adblock breaks this site