Re: New random event
Posted: Sat Nov 23, 2013 6:43 pm
Gook job Mike!
Dovah wrote:Hmm is it really? Well, shit. Don't worry I'll check the date of the thread next time I decide to post on an important thread like thisHaydenn wrote:
This thread is over 3 months old.
Also, it's not 25% to get it right. The number of portals on the island varies all the time.
Even if it was 25%, most of the time the bot would not get it right.
Well most, but not all. Extra security is always preferred, is it not?
Better safe than sorry, as people say.
Then they'll use injection to easily detect what exactly is being shown on-screen. It's how most RS bots work and it's pretty damn efficient.Kory pk wrote: Also I hate to point out.... Not all bots are just color and ID's, I see you are using all capitals to mark out which portal to go to, an experienced scripter can easily make an uptext file with all of the PkH alphabet, usually just the same as 07 anyway, and just detect when there are more than 2-3 capitals in a row, and match it to an area. It'll definitely delay the scripter, but in no time at all, they'd overcome it.
Pretty much the only way to stop 90% of botting is to get randoms exactly like rs with moving randoms with lots of moving parts, MUCH harder to script for.
Moving animations are a complete bitch to script for LOL.Mike wrote:Then they'll use injection to easily detect what exactly is being shown on-screen. It's how most RS bots work and it's pretty damn efficient.Kory pk wrote: Also I hate to point out.... Not all bots are just color and ID's, I see you are using all capitals to mark out which portal to go to, an experienced scripter can easily make an uptext file with all of the PkH alphabet, usually just the same as 07 anyway, and just detect when there are more than 2-3 capitals in a row, and match it to an area. It'll definitely delay the scripter, but in no time at all, they'd overcome it.
Pretty much the only way to stop 90% of botting is to get randoms exactly like rs with moving randoms with lots of moving parts, MUCH harder to script for.
Still, I'll probably add those RS random events just to piss off bots and make it that much harder.
Also: I don't mind gravedigging at all, just as long as it isn't spam.
Here lemme fix it for you;I lift bro wrote:Program FindPortal;
{$i srl/srl.simba}
Procedure ClickPortal;
var
X,Y:Integer;
begin
if FindColorTolerance(X, Y, tbd,tbd,tbd,tbd,tbd) then
begin
end;
end;
Begin
MouseSpeed := 15;
SetupSRL;
end.
Tbd= To be determind.
Probaly not though.
It is done with 4 directions at this moment. But directions are pretty easy to handle.. I would not recommend to Mike doing this, but he knows that.Civilization wrote:What about telling the person a direction.. Ex: North-West portal and make it 8 portals.. N S E W.. Nw Ne Sw Se..
Yeah, I'm going to work on some alternative ways to make our harder events much harder for bots to crack. It'll look more like actual RS with some twists, but I haven't got it all worked out yet.Zero76 wrote:It is done with 4 directions at this moment. But directions are pretty easy to handle.. I would not recommend to Mike doing this, but he knows that.Civilization wrote:What about telling the person a direction.. Ex: North-West portal and make it 8 portals.. N S E W.. Nw Ne Sw Se..
Force us to answer questions on things like standard deviation and definite integrals; that'll really waste their timeMike wrote:Yeah, I'm going to work on some alternative ways to make our harder events much harder for bots to crack. It'll look more like actual RS with some twists, but I haven't got it all worked out yet.Zero76 wrote:It is done with 4 directions at this moment. But directions are pretty easy to handle.. I would not recommend to Mike doing this, but he knows that.Civilization wrote:What about telling the person a direction.. Ex: North-West portal and make it 8 portals.. N S E W.. Nw Ne Sw Se..
The funny thing is that bots would probably outsmart humans if I asked such questions.Danny13oy wrote:Force us to answer questions on things like standard deviation and definite integrals; that'll really waste their time