I think he ment like random antiban maybe?
I think he ment like random antiban maybe?
My Scripts:
Cafinated Killer|~~| Ghoul Killer With Bank|~~|CraftingGuild
First TuT, Objonscreenfinder!
Hi , i tried the script and it doesnt work for me,
what can i do? im standing at fleshies, i got lobs in my inventory i press start on the bot and it just say,
attacking flesh crawler. over and over
help
Last edited by homo89; 02-10-2012 at 07:31 PM.
Wait until beginner gets back! If he doesnt soon I'll help possibly!
My Scripts:
Cafinated Killer|~~| Ghoul Killer With Bank|~~|CraftingGuild
First TuT, Objonscreenfinder!
nice ill try out later
Going to try![]()
Lets Bot.
I don;t know man the problem is but this works perfectly for me.
Try this one sir.
Simba Code:// by begginer. thanks for using it. Enjoy it :)
program AttackFlashCrawler;
{$DEFINE SMART}
{$i SRL/srl.simba}
{$i SRL/SRL/skill/fighting.simba}
var
x: Integer;
const
SRLStats_Username = ''; //Insert your SRL stats username here.
SRLStats_Password = ''; //Insert your SRL stats password here.
BreakEvery = 120; //How many minutes before breaking?
BreakFor = 5; //How many minutes to break for?
Version = '1';
NumbOfPlayers = 1; //How many players are you using?
StartPlayer = 0; //Which player will you start with? (0 means first)
procedure DeclarePlayers;
begin
NumberOfPlayers(NumbOfPlayers);
CurrentPlayer := 0;
Players[0].Name :=''; //Insert player username here.
Players[0].Pass :=''; //Insert player password here.
Players[0].Active := True; //Leave True to use this player.
end;
function FightCrawler:Boolean;
var
x, y: Integer;
begin
if FindObjCustom(x, y, ['att', 'ack', 'Flesh', 'Crawle'], [929072], 5) then
Mouse(x, y, 3, 3, True);
wait(5000+Random(5000)); // Change this if you want for faster attacking. 1000 = 1SECOND
Writeln('We found a Crawler. Attacking it');
end;
procedure AntiBan;
begin
Writeln ('Anti-banning');
x := Random(50) case x of
0:
HoverSkill('Attack', false);
1:
HoverSkill('Strength', false);
2:
HoverSkill('Defence', false);
3:
HoverSkill('hitpoints', false);
12..15:
PickUpMouse;
16..25:
RandomMovement;
26..27:
RandomRClick;
28..32:
BoredHuman;
33:
ExamineInv;
34..50:
RandomRClick;
end;
Wait(RandomRange(800, 1200));
end;
procedure EatIfLow;
var
MMColor: string;
x, y, Lobster: Integer;
begin
Lobster := DTMFromString('mlwAAAHicY2dgYJjPxMCwGIoXAvFMIF4AxEuAuJ8RgicB8XQg7oLiDiDm4+NjKLcRZJjtJ86wJVqaYV2EFMP8AHGGbTHSDFxAc3FhRjwYCgD3pg8b');
begin
GetMMLevels('hp', MMColor);
if (MMColor = 'Red') then
repeat
if FindDTM(Lobster, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
InvMouse(CoordsToItem(x, y), 3);
if WaitUpText('Eat Lobster', 100) then
begin
ClickMouse2(true);
Wait(RandomRange(350, 525));
end;
end else
Break;
GetMMLevels('hp', MMColor)
until((MMColor = 'Green'))
end;
FreeDTM(Lobster);
end;
begin
SetupSRL;
ActivateClient;
DeclarePlayers;
EatIfLow;
repeat
FightCrawler; // this will be for repeating action
EatIfLow; // this will be for repating eating
AntiBan;
until(false);
end.
Goals:Understanding TPAs
Making Proggy for fighting
Getting on SRL members
Get 500 posts
Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
Keep getting this D:
want a banner if you do pm me
Lol, my functin is best for picking items up!if you know how to find best color that doesnt match anything that is!
![]()
My Scripts:
Cafinated Killer|~~| Ghoul Killer With Bank|~~|CraftingGuild
First TuT, Objonscreenfinder!
Could you add Charm pick up ^^?
Yeah sure. Just after runepick. But I noticed sth. They rarely drop fire runes. I used to get like 5000 runes. But while I killed 20 Crawler there was no fire rune.
Goals:Understanding TPAs
Making Proggy for fighting
Getting on SRL members
Get 500 posts
bro you want a banner i just need to add text to it ?
![]()
okay doke ill finish it after i have a shower :S reply if you want any simularities from the one i made for laakerules blood pacter
you forgot player setup so i wouldn't log in
i just added one from my powerchopper
Simba Code:Procedure PlayerSetup;
begin
LoginPlayer;
SetAngle(SRL_ANGLE_HIGH);
end;
the Setangle(SRL_ANGLE_HIGH);
is useful aswell
(it sets the angle high ) if you didn't know :P other than that it's good
and im looking forward to the runepickup
Added v2. Pick runes up are not supported
Goals:Understanding TPAs
Making Proggy for fighting
Getting on SRL members
Get 500 posts
Can anyone post here if this worked for you please!
Goals:Understanding TPAs
Making Proggy for fighting
Getting on SRL members
Get 500 posts
There are currently 1 users browsing this thread. (0 members and 1 guests)