DUAutoClicker!

Discussion in 'RuneScape 3 Cheating' started by zetra, Jun 18, 2009.

DUAutoClicker!
  1. Unread #1 - Jun 18, 2009 at 2:37 PM
  2. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Hey,

    I was inspired by SMR's autoclicker and thought I would build on it to make one which is more advanced as secure form detection!

    It clicks at a given interval with a random interval change in miliseconds you may set.
    Also it will displace the cursor by x number of pixels you set it to (also with a randomly picked range), and will do this after x number of clicks. The number after it changes the cursor position also randomly varies at a given interval.
    Also I added a function to end the program after a given time or given amount of clicks :). This is very useful as you can work out how many clicks are rquired to alch your bows or w/e and the program ends when it is finished!

    Coded this very fast and have not found any bugs.
    I'm confident that this will not be detected as there are so many variables ot pick from and everything is done randomly.

    Anyways here is a screenshot:
    [​IMG]
    Download:
    Code:
    http://rapidshare.com/files/246012246/DUClicker.rar
    
    Here are scan results from virustotal.com
    Code:
    http://www.virustotal.com/analisis/8ef09517d88fc5cb4a6e5beb0d68491d6d4ce8f9c01dbc1915de48beaf4becbb-1245350344
    
    Please submit your feedback and any suggestions!!
    And obviously if you find a bug tell mee!! :)
    Baibai!
     
  3. Unread #2 - Jun 18, 2009 at 5:35 PM
  4. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    i love it. Only question i have, is there a hotkey to stop it if u get a random?

    -thanks a ton for this.
     
  5. Unread #3 - Jun 19, 2009 at 9:19 AM
  6. Charlieb1212
    Joined:
    Jun 22, 2008
    Posts:
    1,390
    Referrals:
    0
    Sythe Gold:
    0

    Charlieb1212 Guru
    Banned

    DUAutoClicker!

    That should really be added in, It's simple and very useful.
     
  7. Unread #4 - Jun 19, 2009 at 11:24 AM
  8. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Ah I knew I forgot to code something.. Yeah I'll add a hotkey to make it stop right now.. Glad to hear possitive feedback already :)

    I'm pritty sure the autoclicker would not be detected by their/or any anti-macro system on any online game as due to the random pixel displacements :D..

    I'll post up next release with the stop-hotkey and maybe a nicer gui lol.
    Anyhting else i should add to it? let me know! :)
     
  9. Unread #5 - Jun 19, 2009 at 11:34 AM
  10. Charlieb1212
    Joined:
    Jun 22, 2008
    Posts:
    1,390
    Referrals:
    0
    Sythe Gold:
    0

    Charlieb1212 Guru
    Banned

    DUAutoClicker!

    Maybe, if you're really feeling crazy,

    Add a High-Alch feature.

    Would be simple, and UBER useful.
     
  11. Unread #6 - Jun 19, 2009 at 11:56 AM
  12. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    What do you mean? Make the bot log your rs account out once the alching has finished or..?

    Atm for alching i set it to 2seconds, 300ms change. and 2pxl max displacement from origin for every 60 clicks +- 19 cicks. :) Used it for 6hours, no ban or anythign yet lol.
     
  13. Unread #7 - Jun 19, 2009 at 6:14 PM
  14. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    Yea i really love it. Its a beast. So far the only problem was stopping it once i got a random. Ill be sure to download the new one with the hotkey.

    can u explain more on what the each variable does a little more?
     
  15. Unread #8 - Jun 20, 2009 at 2:21 AM
  16. FretsOnFireGh2
    Joined:
    Jun 13, 2009
    Posts:
    1,049
    Referrals:
    0
    Sythe Gold:
    0

    FretsOnFireGh2 Guru
    Banned

    DUAutoClicker!

    Thanks man! I love this thing. And I'm glad you posted those settings for alching too, they helped a lot :p
     
  17. Unread #9 - Jun 20, 2009 at 10:36 AM
  18. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Ok sure I will explain more what each variable does..


    Click Intervals (s)
    Here you set the number of seconds between each click

    Change in intervals (ms)
    Here you set how the interval between clicks should vary.
    note: 1second = 1000ms
    e.g. If you set it to 100ms and the click interval as 1second . the program will choose a random time between 900 and 1100. So the click will perform randomly between 900-1100ms (0.9-1.1seconds). This helps to prevent detection and show human charecteristics.


    Clicks between displacement
    and change in clicks
    The next setting will allow you to make the mouse move a few pixels after an amount of clicks, each time. So here you set after how many clicks the mouse should move. And the change in clicks is the same concept as 'change in interval'.
    e.g. If you have the click between mouse displacement to 60, and change in clicks to 5. The program will choose randomly between 55 and 65 clicks before it moves the mouse. And this value is random each time.


    Pixel Displacement
    Here you set what the maximum amount of pixels the mouse is aloud to move around form the origonal position of the mouse when you start the program. If your alching I set this to 2 or 3. Basically it will allow the mouse ot move with a radius of that amount of pixels, from the origonal position.

    Stop after # clicks : optional
    Here you can set after how many performed clicks you want the program to shutdown

    Stop after # minutes : optional
    Here you can set after how many minutes from when the application started clicking, you want the program to shutdown


    I hope this helps you guys understand the program more. Hopefulyl you can also see that I made this program to make decisions for itself, ragrding click and time interval to prevent detection. I'm sure it will stay undetectedable if you are sensible with this :).

    I will add the hotkey along with any other requests?:love:
     
  19. Unread #10 - Jun 20, 2009 at 2:10 PM
  20. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    Thanks for the walkthrough. Also thanks for the Alching settings. Thats pretty much what im using it for. It works perfectly.
     
  21. Unread #11 - Jun 20, 2009 at 2:15 PM
  22. Blupig
    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

    Blupig BEEF TOILET
    $5 USD Donor

    DUAutoClicker!

    You shouldn't be developing new software in VB6, once Windows 7 is released it will be completely obsolete for those who update their operating systems. Consider remaking it with a .NET language, I personally suggest C#.

    EDIT: If I remember to, I'll check it out after work.
     
  23. Unread #12 - Jun 20, 2009 at 2:26 PM
  24. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Yea good point. I'll recode this in either delphi or c#. Most probably c# as I believe delphi has no future lul.
    I'll post up when I'm finished.
    In the meantime please to post suggestions :)
     
  25. Unread #13 - Jun 20, 2009 at 5:45 PM
  26. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    Just wondering if the hotkey got added in yet.

    By the way, can Jagex track hotkeys? I might be just paranoid but i always thought that jagex would think somethings up if whenever i get a random i always open up my mage tab or w/e hotkey it is.

    Anyways just lemme know when the hotkey gets added.
     
  27. Unread #14 - Jun 21, 2009 at 1:32 AM
  28. drainingpower
    Joined:
    Jan 15, 2008
    Posts:
    1,166
    Referrals:
    0
    Sythe Gold:
    0

    drainingpower Guru

    DUAutoClicker!

    looks pretty good, it would be better if it had some movement tho, but thats just me
     
  29. Unread #15 - Jun 21, 2009 at 11:39 AM
  30. excuse me im leet
    Joined:
    Jun 14, 2007
    Posts:
    37
    Referrals:
    0
    Sythe Gold:
    0

    excuse me im leet Member

    DUAutoClicker!

    hotkey + camera movement please :)
     
  31. Unread #16 - Jun 21, 2009 at 9:36 PM
  32. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Ok.
    Before i continue to work on this.. I have a question to you guys.
    Does the time of click matter? like how long the mouse is down for, and then up?
     
  33. Unread #17 - Jun 22, 2009 at 1:10 PM
  34. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    Not sure what that is. Will it help make it undetectable?
     
  35. Unread #18 - Jun 23, 2009 at 12:48 PM
  36. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Yes I think it will. Infact I think if I added that it will be undetectable for life.
    I have nearly finished re-coding it in c#.
    Remember - Any requests just tell me!! :)
     
  37. Unread #19 - Jun 23, 2009 at 12:49 PM
  38. zetra
    Joined:
    Jun 12, 2009
    Posts:
    52
    Referrals:
    2
    Sythe Gold:
    0

    zetra Member
    Banned

    DUAutoClicker!

    Ah almost forgot. On what Drainingpower said about movement..

    What type of movement did you mean? Camera? Or litrally making the charecter walk.. Could you elaborate? I think I will add this.
     
  39. Unread #20 - Jun 23, 2009 at 3:22 PM
  40. Supershot120
    Joined:
    Nov 7, 2008
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    Supershot120 Newcomer

    DUAutoClicker!

    I say throw it in them. More anti bans the better. ;)
     
< Quirlions gone, what now? | Best Bot for Making Money? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site