AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RuneScape - How macros are detected by RuneScape?
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Thu Apr 23, 2009 11:20 pm    Post subject: Reply with quote

cerewa wrote:
As far as I know, Runescape DOES NOT have the ability to check what processes are running, what's on your screen, or what you do with your computer outside of the Runescape screen.

What it CAN do, I think, is analyze the movements of your mouse while it is on the runescape screen. If your clicks hit an exact pixel location repeatedly, or if your mouse moves in a perfectly straight line between clicks, or if you delay a particular number of milliseconds between clicks you may get permanently banned with no warning. If you click on an exact color or two with 100% accuracy, they may be able to detect that. If behaves as though you never get bored and never sleep, you may get permanently banned with no warning. If you never say anything in the game or if you don't respond to players who talk to you, it'll increase the chances you'll be banned. If you fail every random event or if you log out every time you get a random event, you're likely to be banned.



It can't detect movement but it WILL pick up clicks. They have formulas that look for patterns in the X and Y co-ords. I think recently once an account has been flagged it will use a cryptology method to estimate the time between RANDOM comands, because really they arnt random.
_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
i play RS
Guest





PostPosted: Thu Jun 11, 2009 8:54 pm    Post subject: Reply with quote

Talk about a bump...

What if you used the CMD prompt? You can program it to click, would this send signatures?

What if you used a program (such as swiftkit) to play RS, instead of the browser (furthermore, would Firefox be different than IE?)

Are there programs to block signatures?/Blacklists?
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Fri Jun 12, 2009 11:04 am    Post subject: Reply with quote

The way RS works is it has a java screen (regardless of browser used) that picks up x,y click RELATIVE TO ITSELF. There are scripts in runscape to pick up patterns as long as you use a lot of random functions to determine small variants you will be fine. It dosn't matter which program u send clicks with.


Can we lock this to stop necro posts?
_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Bk 471
Guest





PostPosted: Sat Jun 13, 2009 12:57 pm    Post subject: Reply with quote

What about autotalking bots? They don't use any clicking movements...
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Sun Jun 14, 2009 9:35 pm    Post subject: Reply with quote

Set key delay.
_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
a n o nymous
Guest





PostPosted: Thu Jun 18, 2009 1:48 pm    Post subject: macro Reply with quote

does ghostmouse (ghost control) still work? I heard there was a new macro detection system a week ago so I'm not sure if it still works or not
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Fri Jun 19, 2009 11:06 am    Post subject: Reply with quote

never heard of it.
_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Guest ?
Guest





PostPosted: Sat Jun 20, 2009 1:40 pm    Post subject: Reply with quote

TBH I am using .. lets call it simple clicking for a week and they havent been able to caugh me with their "100% sure new anti bot system" ... yeaaah right.
Back to top
Ralphhh
Guest





PostPosted: Sat Jun 20, 2009 5:48 pm    Post subject: Reply with quote

Ok , Yesterday i alched 15k yew longs , on building mode in ur house , u get random events tho but i did get 1 event the 15k yew longs, its a good manner and i don got banned or anything but someone know a better place ?
Back to top
Guest ?
Guest





PostPosted: Sun Jun 21, 2009 2:29 pm    Post subject: Reply with quote

The house is the best place .. no one can see you in there so no one can .. try to report you (not that this will get you banned but they might get ya).

Btw you can add pixelsearch for the spellbook .. at the moment you get a random event your spellbook disapears, so when it does you can simply add few lines to the code so it will log you off.

For example (too lazy to do the whole thing) :
Code:

loop
{
pixelsearch
if error level
gosub, logoff
else
click (put here the alch coordinates)
click (put here the item coordinates)
}

logoff:
click (put here the X)
click (put here the click to logoff botton)


So you can alch and in the same time check for randoms. Usually they can get ya if you continue clicking for no reason at the spell book repetitive when you cant use it .. In this case you will just log off.
To have a better chance to .. bypass their system I usually use a random click 20x20 pixels so I dont click at the same place all the time so the best thingy for alching should be something like the above with

Code:

Random, Xpos, x1, x2
Random, Ypos, y1, y2
MouseClick, Left , Xpos, Ypos


I hope ya got the idea. If not ... post and I will try to clarify it lol
Back to top
Ralphh
Guest





PostPosted: Sun Jun 21, 2009 9:18 pm    Post subject: Reply with quote

Wow , ok easy i dont got very mutch knowledge about what ur writing me i can put that in uhmm the autoclicker or ?

Btw u got a better autoclicker for me got a basic one, but yeh i just do it in my house on building mode , already did 20k in 1.5 days so 94 wont be big deal Razz
Back to top
Ralphh
Guest





PostPosted: Sun Jun 21, 2009 9:20 pm    Post subject: Reply with quote

How can i do that ?
With the log files if u have some time could u explain please Very Happy i am so glad that i can talk to someone who also high alches with auto but i want to try it ur style so if ur can send me ur clicker and help me a bit out with the logfiles would be very grateful
Back to top
me10c



Joined: 22 Nov 2008
Posts: 44

PostPosted: Mon Jun 22, 2009 5:34 am    Post subject: Reply with quote

um can you PM me you skype .. it would be easyer ..
Back to top
View user's profile Send private message
Swampfox
Guest





PostPosted: Wed Jun 24, 2009 7:55 pm    Post subject: Reply with quote

spellbook is good idea. i've been thinking about writing a bot for a while. all very good ideas. i also think ill try to do the curved mouse path using splines and random points. hope they don't catch lol. Only weakness is i will probably just use the built in random cuz i know zero cryto, so if they us an algorith to recognize built in scramble mechanisms from system clocks they could catch me.

and to the people who keep saying that they wouldn't go to the trouble: Many programmers, artists, and others spent time programming the random events and making all the new images for them and designing how they'll work, you don't think they'd also contract 1 cryptography expert to write them an algorithm to recognize psuedo-random click patterns?
Back to top
meeio



Joined: 24 Jul 2009
Posts: 10

PostPosted: Thu Jul 30, 2009 1:10 pm    Post subject: Reply with quote

You guys are so stupid. Ok i made one to bury my bones for me. and guess what i did. ever so often i would just come in and say something. then say some other things. this will make you more active then a bot so nothing bad will ever happen. just add something to talk for you like every 5 mins or so
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 4 of 6

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group