killSteal bot in openkore 2.0.7

07/21/2010 17:20 oyie16#76
Quote:
Originally Posted by raewyntoribio View Post
ei guys para sa mga d pa napapagana ung KSbot

send nio sakin email nio.. bgay ko sainyo ung Misc.pm and Ung timeouts

d ko alam qng pano mag upload eh.. cenxa na..
[Only registered and activated users can see links. Click Here To Register...] yan email add ko.. pa send nman ng updated na KS bot.. salamat..
07/21/2010 18:05 yrrejjerry#77
pa send KS bot please heres my email [Only registered and activated users can see links. Click Here To Register...] please thanks morepower
07/21/2010 19:04 yrrejjerry#78
send me KS bot [Only registered and activated users can see links. Click Here To Register...] please really need it badly
07/29/2010 08:47 rhaymax#79
pls send me also a copy of ks bot here is my email add: [Only registered and activated users can see links. Click Here To Register...]
i tried all the instruction but it didnt work...

tnx ....
07/30/2010 05:27 darkmessengerdclxvi#80
KS bot = 100M valk server :)
08/12/2010 12:59 wtchdoctor#81
Quote:
Originally Posted by oyie16 View Post
[Only registered and activated users can see links. Click Here To Register...] yan email add ko.. pa send nman ng updated na KS bot.. salamat..
Quote:
Originally Posted by raewyntoribio View Post
ei guys para sa mga d pa napapagana ung KSbot

send nio sakin email nio.. bgay ko sainyo ung Misc.pm and Ung timeouts

d ko alam qng pano mag upload eh.. cenxa na..
here's my email : [Only registered and activated users can see links. Click Here To Register...]

dude pakisend naman sken ung bot config mo..thank you and God Bless.Looking forward.
08/23/2010 13:48 cutesiefren1#82
pano ko po mlalaman kung KS n ung bot ko?? prng gnun prin nmn khit nlgay ko ung misc.pm tska nglagay ako ng killSteal 1 s config.txt.. tanong lng mga ser..
09/02/2010 12:44 regu7ator#83
[Only registered and activated users can see links. Click Here To Register...]

pakisend po ung misc at timeouts. thx!
09/02/2010 16:10 dencionew#84
whoa this is nice! your sharingan works! ;)
09/16/2010 20:04 sinxpro#85
thanks for this, it is still working =)
09/17/2010 06:13 BGSJ#86
thanks stilll working sep. 17, 2010
:D:D:D
09/17/2010 16:25 agms#87
^ Just to verify.

The instructions on how to make the bot KS still works?

or

The file that was sent to you still works?
09/19/2010 23:25 chaloy11#88
Quote:
Originally Posted by raewyntoribio View Post
ei guys para sa mga d pa napapagana ung KSbot

send nio sakin email nio.. bgay ko sainyo ung Misc.pm and Ung timeouts

d ko alam qng pano mag upload eh.. cenxa na..
...

this is my email address........... [Only registered and activated users can see links. Click Here To Register...] ...

thanks in advance ^^
09/24/2010 00:49 justkira#89
pwde rin po ba paki send saakin?
09/24/2010 16:45 watta456#90
Quote:
Originally Posted by jhincen View Post
Openkore/control/config.txt
from your config.txt add this line

killSteal 1

-------------------------------------
=====================================
-------------------------------------

openkore/control/timeouts.txt
from your timeouts.txt change this ai_attack_waitAfterKill 0.7 to ai_attack_waitAfterKill 0.1

-------------------------------------
=====================================
-------------------------------------

openkore/src/Misc.pm
edit your MIsc.pm

add this line
"return 0 if ($config{'rabidDog'} || $config{'killSteal'});"


the line must look like

sub objectInsideSpell {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $object = shift;
my ($x, $y) = ($object->{pos_to}{x}, $object->{pos_to}{y});
foreach (@spellsID) {
my $spell = $spells{$_};
if ($spell->{sourceID} ne $accountID && $spell->{pos}{x} == $x && $spell->{pos}{y} == $y) {
return 1;
}
}

====================================

sub objectIsMovingTowardsPlayer {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $obj = shift;
my $ignore_party_members = shift;
$ignore_party_members = 1 if (!defined $ignore_party_members);

if (!timeOut($obj->{time_move}, $obj->{time_move_calc}) && @playersID) {
# Monster is still moving, and there are players on screen
my %vec;
getVector(\%vec, $obj->{pos_to}, $obj->{pos});

foreach (@playersID) {
next if (!$_ || ($ignore_party_members &&
($char->{party} && $char->{party}{users}{$_}) ||
(existsInList($config{tankersList}, $players{$_}{name}) &&
$players{$_}{name} ne 'Unknown')) ||
$players{$_}{statuses}{"GM Perfect Hide"});
if (checkMovementDirection($obj->{pos}, \%vec, $players{$_}{pos}, 15)) {
return 1;
}
}
}

====================================
sub checkMonsterCleanness {
return 1 if ($config{'rabidDog'} || $config{'killSteal'});
return 1 if (!$config{attackAuto});
my $ID = shift;
return 1 if ($players{$ID});
my $monster = $monsters{$ID};

# If party attacked monster, or if monster attacked/missed party
if ($monster->{'dmgFromParty'} > 0 || $monster->{'dmgToParty'} > 0 || $monster->{'missedToParty'} > 0) {
return 1;
}

====================================

sub positionNearPlayer {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $r_hash = shift;
my $dist = shift;

foreach (@playersID) {
next unless defined $_;
next if $char->{party} && $char->{party}{users} &&
$char->{party}{users}{$_};
next if existsInList($config{tankersList}, $players{$_}{name});
return 1 if (distance($r_hash, $players{$_}{pos_to}) <= $dist);
}


make sure you have a copy of your misc.pm in case theres a problem
credit goes to ragna016 on mpc forum.
This still works...for those who wish to exert a little effort on KSing, /heh