PDA

View Full Version : anti fight random idea



mamoth95
07-08-2007, 01:47 AM
heres my idea for an anit fightrandom....

ive noticed in every script i use when i get atted my a fight random once it detcets an hp bar it just keeps checking yor hp then runs if it drops down but when u get a rock golem it takes forever to get hit and that looks very suspicios to eveone around u cuz u dont run u just keep ming...

so wat i think needs to be made is make sometin were if it detects a hp bar it will move like 2 spaces in a certain direction and if the bar stays in the same part of the screen (cuz u never actualy move in the game the world moves around u) then it will run this may seen un neccsary and it probly is but it would make autoing that much less detectable i would make this but i suck at this.

mamoth95
07-08-2007, 01:48 AM
also if this already exists then im srry to waste anyone that read this threads time

Ashur2Good
07-08-2007, 03:08 AM
First of all, wrong section :P Second, it's already been made, well it's coded like this:


if (FindFight = True) then
begin
RunAwayDirection('N');
Wait(10000 + random(2000));
RunBack;


Hope that helped :P


-Ashur

wired16
07-08-2007, 05:08 AM
lol what script were you using?

Santa_Clause
07-08-2007, 08:33 AM
Probably Wizzup's Powerminer...

DevilCheater
07-08-2007, 02:33 PM
Thats actually not so hard to do



If findColor (X, Y, GreenStatus, Msx1, msy1, msx2, msy2) then
Begin
Mouse (mmcx-3, mmcy, 0, 0)
Wait(500+random(100))
If FindColor (X, Y, GreenStatus, Msx1, msy1, msx2, msy2) then
Begin
Writeln ('we are in fight');
RunAwayDirection('N');
Wait(10000 + random(2000));
RunBack;
end;
Mouse (mmcx+3, mmcy, 0, 0)
end;

mamoth95
07-08-2007, 02:42 PM
lol i was using wizup?s powerminer lol thanks devil oh srry about it being in wrong section i wasent thinking :o

stupedspam
07-08-2007, 03:00 PM
If you want it to just run away when is sees Hp bar then you'll need to change settings... Open SetUpSrl and run it...
Change Check HitPoints to False

http://img528.imageshack.us/img528/1002/scartut11la9.png

Then press Save Settings.

This will make so it won't go back and forth to look if you lost hp... It will just run :D

Hope this helps
~Stupedspam

Note: Picture was from my Tut...If you want to see the whole Tut, check out my sig for a link :D

mamoth95
07-08-2007, 03:01 PM
ye i know a couple scripts that do that...probly better then waiting to see if your geting hit

Lalaji
07-12-2007, 04:35 PM
atleast you dont die from the existing system...

Harry
07-12-2007, 04:38 PM
^^what?

It is not detectable checking your stats tab to see if ur getting hit.. its more banish if you run when nothing happening to u