Register for your free account! | Forgot your password?

You last visited: Today at 10:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Editing]Why not to make your own KS?

Discussion on [Editing]Why not to make your own KS? within the RO Bots & Macros forum part of the RO Exploits, Hacks, Bots & Guides category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2009
Posts: 67
Received Thanks: 24
Smile

This is a guide that I've already done and it's working, this is a Kill Steal Source Editing, I'm not providing the file of KS, im not a hacker like others.

But the main idea is, why not just to make you own KS bot without a Social Engineering Hacking?...well I will teach you on how to edit the source code of Openkore...




Go to your Bot/src/AI/attack.pm open it using WordPad

find this lines "sub dropTargetWhileMoving {" without the quotes
as you can see, its the Dropping Target...
Before:
Code:
    sub dropTargetWhileMoving {
        my $ID = AI::args->{attackID};
        message T("Dropping target - you will not kill steal others\n");
        $char->sendAttackStop;
        $monsters{$ID}{ignore} = 1;
then make it:
After:
Code:
    sub dropTargetWhileMoving {
        my $ID = AI::args->{attackID};
        [B]#[/B]message T("Dropping target - you will not kill steal others\n");
        [B]#[/B]$char->sendAttackStop;
        [B]#[/B]$monsters{$ID}{ignore} = 0;


Find this line again:

find this lines "} elsif (!$cleanMonster) {" without the quotes
and the last Dropping Target...
Before:
Code:
        } elsif (!$cleanMonster) {
            message T("Dropping target - you will not kill steal others\n"), "ai_attack";
            $char->sendMove(@{$realMyPos}{qw(x y)});
            AI::dequeue;
            if ($config{teleportAuto_dropTargetKS}) {
                message T("Teleporting due to dropping attack target\n"), "teleport";
                useTeleport(1);
            }
then make the Lines like this:
After:
Code:
        } elsif (!$cleanMonster) {
            [B]#[/B]message T("Dropping target - you will not kill steal others\n"), "ai_attack";
            [B]#[/B]$char->sendMove(@{$realMyPos}{qw(x y)});
            [B]#[/B]AI::dequeue;
            if ($config{teleportAuto_dropTargetKS}) {
                [B]#[/B]message T("Teleporting due to dropping attack target\n"), "teleport";
                [B]#[/B]useTeleport(1);
            }




Run your program, and its now working KS!



I HOPE THAT THIS GUIDE WILL HELP YOU, and i hope that Moderators will appreciate my works, and i hope that they must read my post before deleting this thread...

more power programmers...

As you can see, I didn't provide any files and there is only 2 sub class to edit the Perl file, you can evenly check the source code, we're just adding # - Means to make the line a COMMENT, the previus was its a statement, and we add '#' and now it becomes a comment, so that your character become a KS character...

If there's wrong to my suggestion, you might post a negative comments...I appreciate that...I just wanted to help you...
daison3 is offline  
Old 04/20/2011, 13:01   #2



 
Aimless Angel's Avatar
 
elite*gold: 1725
Join Date: Dec 2005
Posts: 39,170
Received Thanks: 16,158
Aimless Angel is offline  
Closed Thread


Similar Threads Similar Threads
Need Help Editing Portals to make them work!
01/27/2010 - Shaiya - 2 Replies
Like title says i have the full EP4 server running and would like to get the portals working to open the jungle and desert as well as CT if someone can pls help me! :p
Packet Editing Or CSV Editing That Is The Question!
11/25/2008 - Dekaron - 17 Replies
Well I'd just like to know what people like better packet or csv editing? I'll be the first to post a opinion, its easy to edit csv's if u got the already edited ones like I do, but like it was said in other threads, less lag and less dc's if u edit the packet file...... It's simple to edit csv's tho and make it work for the game, and its alot easier to read considering its seperated by line but some people can't seem to get it to work like how they were told!! so for them packet editing...



All times are GMT +1. The time now is 10:12.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.