PDA

View Full Version : Simple autofighter with 100% working combat,



stealth1337
07-13-2012, 05:53 AM
alright guys today im releasing my combat script it stays out of combat 60% of the time but I also found a cool freeware that allows me to change pixel values so ive made it so it will change the pixels of hp bar to a bright neon color and you simply change all the color ids

with this it will allow us to detect combat 100% of the time,

The new flauntid, npcid(yak id), and your loot id's (charms)

first download and run

LINK REMOVED

it should pop up with a little screen that sais select now click it and select your hp bar while in combat, your hp bar.

now use this script ive made,


program Yakkiller;
{$i SRL/SRL.simba}
var
x,y:Integer;

const
Monster = 2699326;
Flaunt = 9135263;//select the hp bar color and use it here,
BlueCharm = 9013070;

Procedure AttackYak;
begin
if srl_infight = false then
if(FindColorSpiralTolerance(x, y, Monster, MSX1, MSY1, MSX2, MSY2, 4)) then
begin Mouse(x, y, 3, 3, True);
wait(500)
end;
end;

Procedure Pickupdrop;
begin
if srl_infight = false then
if(FindColorSpiralTolerance(x, y, BlueCharm, MSX1, MSY1, MSX2, MSY2, 5))then
begin Mouse(x, y, 5, 5, true); //If found will Left-Click on the x, y coordinates with a randomness between 5 pixelend
end;
end;

procedure main;
begin
repeat
AttackYak;
Pickupdrop;
until(false)
end;
begin
ClearDebug;
SetUpSrl;
ActivateClient;
main;
end.

stealth1337
07-13-2012, 05:54 AM
sorry for double post, but this is also reserved just in case.

Thanks

Stealth,

NKN
07-13-2012, 05:55 AM
This is a virus.
https://www.virustotal.com/file/45df623ba0c47e9c47e7742f335d076cbd8447989e8d7fd35d 6b5801a9da0a38/analysis/1342159610/

stealth1337
07-13-2012, 05:56 AM
Wtf kind of double post is this.
VIRUS.
BAN

clearly, isnt click link looks at the name, and download amounts this is a freeware! downloaded over 3,000,000 times? WOW Such virus!

YoHoJo
07-13-2012, 05:57 AM
As far as I saw link was safe, but things like this are always looked at as scary/malicious :/.

grats
07-13-2012, 05:58 AM
.exe

hell naw

stealth1337
07-13-2012, 06:01 AM
.exe

hell naw

thats hows most marketed software works you dont want people stealing your source,...

Stealth,

NKN
07-13-2012, 06:03 AM
So, 3,000,000 people downlaoded in 17 minutes?
http://puu.sh/I8zG

What if this is his own "personal" copy?

stealth1337
07-13-2012, 06:05 AM
So, 3,000,000 people downlaoded in 17 minutes?
http://puu.sh/I8zG

What if this is his own "personal" copy?

Google, is your friend.

Stealth,

NKN
07-13-2012, 06:11 AM
Google, is your friend.

Stealth,

Your own personal copy maybe, like I stated before.

It looks infected, bro, read my first post.

YoHoJo
07-13-2012, 06:14 AM
thats hows most marketed software works you dont want people stealing your source,...

Stealth,

Yeah marketed safe software.
.exes upload to general upload sites are 99% of the time malicious.
Maybe if you posted source, or link to a forum, or reviews, or something people would trust better, but just a .exe at a random site is had to trust.

grats
07-13-2012, 06:47 AM
Why do you have my yak script in your post now?

eska
07-13-2012, 06:48 AM
Used the OP's .exe file in one of my virtual machine.

It spawns in the process for an instant then closes.


dat virus, guess I'll need to reset that VM.

YoHoJo
07-13-2012, 06:51 AM
Grats says code is his from here:
http://villavu.com/forum/showthread.php?p=899046


Also showed these:
Grats: https://www.virustotal.com/file/7df10ef8333290c1e14f8abf3a9e42af7cf5e70648c58329fd 398cde1075a47f/analysis/1342161928/
Grats: http://i.imgur.com/r5nLF.jpg


Also thanks for your effort and all, but as I've said random .exes are 99% of the time malicious, and SRL detects HP bar just fine as is. Closed, link removed, better safe than sorry!