Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
DUAutoClicker!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 06-18-2009, 07:37 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Thumbs up 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:

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!
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide

Last edited by zetra : 06-18-2009 at 07:45 PM.
Reply With Quote
  #2  
Old 06-18-2009, 10:35 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: 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.
Reply With Quote
  #3  
Old 06-19-2009, 02:19 PM
Guru
 
Join Date: Jun 2008
Posts: 1,390
Send a message via Skype™ to Charlieb1212
Default Re: DUAutoClicker!

That should really be added in, It's simple and very useful.
Reply With Quote
  #4  
Old 06-19-2009, 04:24 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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 ..

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!
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #5  
Old 06-19-2009, 04:34 PM
Guru
 
Join Date: Jun 2008
Posts: 1,390
Send a message via Skype™ to Charlieb1212
Default Re: DUAutoClicker!

Maybe, if you're really feeling crazy,

Add a High-Alch feature.

Would be simple, and UBER useful.
Reply With Quote
  #6  
Old 06-19-2009, 04:56 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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.
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #7  
Old 06-19-2009, 11:14 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: DUAutoClicker!

Quote:
Originally Posted by zetra View Post
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 anything yet lol.
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?

Last edited by Supershot120 : 06-20-2009 at 12:15 AM.
Reply With Quote
  #8  
Old 06-20-2009, 07:21 AM
Guru
BANNED
 
Join Date: Jun 2009
Posts: 1,046
Send a message via MSN to FretsOnFireGh2
Default Re: DUAutoClicker!

Thanks man! I love this thing. And I'm glad you posted those settings for alching too, they helped a lot :P
Reply With Quote
  #9  
Old 06-20-2009, 03:36 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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?
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #10  
Old 06-20-2009, 07:10 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: DUAutoClicker!

Thanks for the walkthrough. Also thanks for the Alching settings. Thats pretty much what im using it for. It works perfectly.
Reply With Quote
  #11  
Old 06-20-2009, 07:15 PM
Blupig's Avatar
i am a guy ok?? -.-
Ex-Moderator Zombie Visual Basic Programmers
 
Join Date: Nov 2006
Location: Canada
Posts: 5,232
Send a message via MSN to Blupig Send a message via Skype™ to Blupig
MushyMuncher
Default Re: 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.
__________________

Last edited by Blupig : 06-20-2009 at 07:15 PM.
Reply With Quote
  #12  
Old 06-20-2009, 07:26 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #13  
Old 06-20-2009, 10:45 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: 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.

Last edited by Supershot120 : 06-20-2009 at 10:45 PM.
Reply With Quote
  #14  
Old 06-21-2009, 06:32 AM
drainingpower's Avatar
Guru
 
Join Date: Jan 2008
Location: Psychedelic Utopia
Posts: 1,163
Default Re: DUAutoClicker!

looks pretty good, it would be better if it had some movement tho, but thats just me
__________________
Serenity now, insanity later.
Reply With Quote
  #15  
Old 06-21-2009, 04:39 PM
Member
 
Join Date: Jun 2007
Posts: 37
Default Re: DUAutoClicker!

hotkey + camera movement please
Reply With Quote
  #16  
Old 06-22-2009, 02:36 AM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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?
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #17  
Old 06-22-2009, 06:10 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: DUAutoClicker!

Not sure what that is. Will it help make it undetectable?
Reply With Quote
  #18  
Old 06-23-2009, 05:48 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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!!
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #19  
Old 06-23-2009, 05:49 PM
zetra's Avatar
Newcomer
 
Join Date: Jun 2009
Posts: 21
Default Re: 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.
__________________
Complete trades:
pistns32 - rwt 2mil/ph guide
Reply With Quote
  #20  
Old 06-23-2009, 08:22 PM
Newcomer
 
Join Date: Nov 2008
Posts: 17
Default Re: DUAutoClicker!

Quote:
Originally Posted by zetra View Post
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!!
I say throw it in them. More anti bans the better.
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 06:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1