Mose movement track? Nope nope nope. They are using a mouse click tracking.
Right now, each clickable component in scene (window. saw this in last main.swf), have a counter. Engine counts your clicks time. Interval, position and etc. Well, new system - it's all about mouse clicking count, change pixels, and etc.
Just for example:
Code:
import spark.primitives.Line;
import mx.graphics.SolidColorStroke;//Pixel colors storage
import mx.events.PropertyChangeEvent; //Event
//tell us: that class - member of abstract class Line
public class _-61M extends Line
{
//constructor
public function _-61M() {
super();
this.stroke = this._-91w(); //private function _-91w - change color
}
private var outerDocument:_-Q22;
private function _-91w() : SolidColorStroke {
var _loc1_:SolidColorStroke = new SolidColorStroke();
_loc1_.color = 2961714; //color seed
_loc1_.weight = 1; //pixel!
_loc1_.caps = "square";
return _loc1_; //returns SolidColorStroke()
}
public function get outerDocument() : _-Q22 {
return this.outerDocument;
}
public function set outerDocument(param1:_-Q22) : void {
var outerDoc:Object = this.outerDocument;
if(outerDoc !== param1)
{
this.outerDocument = param1;
if(this.hasEventListener("propertyChange"))
{
this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"outerDocument",outerDoc,param1));
}
}
}
}
}
Here you can see - on create that object - function add a some colorized pixels. "set outerDocument" - initiate a PropertyChange Event. That event do a some bot-tracking things too.
PS:
Quote:
Originally Posted by »FlutterShy™
i want to remind you that the current bot developer dont know anything about the anti bot stuff.
And who knows about it doesnt tell it.
The current pixel bots may be not safe in the next time. if bp is adding these stuff they will do it if its completed and tested so all bots get banned
|
Time to using Ultima Online helpers - Razor, UOAssist, UOPilot and etc. That tools - undetectable in right hands =) Last i am login to DO (~3weeks ago) - i am using my own packet bot. aaand - not banned. How? Little secret! But i am tell your a little tip - RSA256 + XXTeaKey. ;)
Personally, my opinion is - Bots - in all times, that is
Elite thing. Thing for guys, who can create this, not for leechers and players - who only knows how to launch this. (and create over9000 threads - HLP!!!11 dafaq! i cant configure this bot! plzzz heeelp!).
Botting - that is philosophy, culture. I remember my UltimaOnline days. I am botting in Ultima for 5 years, non stop. And no one ban for it. Other players/admins - fails to detect who playing - me or bot. Caused by bot chat module(with 320k word-responce variables) and "real" bot behavior. Bot creating - very close and similar to create AI (+ some "reverse" things). Bots mainly - for improve your skill. I am never understands 2 types of players: 1st - who publish bots. 2nd - who download bots and use them... But generally - nvm... maybe that just a oldschool RPG player talks about sweet old days (2000-2005 UO - in my heart).