[05/29/15] AevaRO Bot - we're doomed

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

melody
Been there done that!
Been there done that!
Posts: 100
Joined: 18 Apr 2015, 19:25
Noob?: Yes

[05/29/15] AevaRO Bot - we're doomed

#1 Post by melody »

Announcement: New update has been applied, the tool will not work.

Code: Select all

{botToolEnable false,botToolCrc32 15d68941,botToolHash 16e356086e3cbfe415d68941a83b5e09,botToolLink i13Xu,aevaPatcherDate 051315,aevaPatcherSum aa9184eb,aevaPatchCount 1,aevaClientHash 32ab2748a1286066debaee5caa136cee,aevaLoginHash 0b93e951}
05/29/2015 Update: We're doomed!, dragging..
melody wrote:guys.. we have a problem :/

the applied patched contains the new client with a gameguard, i think? :lol:, from my last update, i did some workaround to retrieve the value of $i_love_aeva, but now..
i cannot retrieve the encryption keys(using any recvpackets extraction tools i know), from the new client :|, i don't know what to do now..
it means that i can connect to login and character server, but not on map server.. because the encryption keys have changed.

after that.. i got disconnected :(
Image
Image
05/25/2015 Update: We still have a chance to bot guys /gg.. i have wasted my entire day for my 'very nice' idea..
I did not realized that there was an 'easiest' way LMAO, even in the next few hours after the maintenance we can resume botting again! hahahaha :lol:

05/24/2015 Update: I'll try to analyze it later if we still have a chance to bot :lol:
melody wrote:Image
if you encountered this error, it's okay :), there was a little mistake in logical operator in the code :lol:
.. and also by the meantime, i will not update the tool, i don't know what they have changed, i'll try to analyze it later.
Changelogs
05/19/2015 wrote:Version 1.2:
- Will now use MD5 hash as file integrity check for the tool
- Possible fix for "Invalid login credentials!"
- Added availability checking such as new patches/patcher/client hash, this will notify you for any changes
- Added changelogs dialog for tool updates
----- 05/19/2015
05/17/2015 wrote:Version 1.1:
- Added tool version on file description
- Fixed not found message with 'aeva-recvpackets.txt'
Version 1.0:
- Initial Release
Servers
[Aeva Ragnarok Online]
ip 167.114.188.161
port 6900
version 26
master_version 14
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
recvpackets aeva-recvpackets.txt
addTableFolders translated/kRO_english;kRO
Recvpackets
aeva-recvpackets.txt <- save this to 'tables\translated\kRO_english\' or 'tables\kRO\'
Right-click > Save link as...
Modifications
Open 'kRO_RagexeRE_2013_08_07a.pm' with your text editor at 'src\Network\Send\kRO\' directory.
--> Inserting Encryption Keys
BEFORE wrote:        sync 035F
    );
    $self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;

#  $self->cryptKeys(2116296160, 1031830912, 1585468800);

    $self;
}

1;
AFTER wrote:        sync 035F
    );
    $self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;

#  $self->cryptKeys(2116296160, 1031830912, 1585468800);
    $self->cryptKeys(1629188247, 1988759499, 1988759499);

    $self;
}

1;
--> Overriding sendMasterLogin
BEFORE wrote:    $self->cryptKeys(1629188247, 1988759499, 1988759499);

    $self;
}

1;
=pod
//2013-08-07Ragexe (Shakto)
AFTER wrote:    $self->cryptKeys(1629188247, 1988759499, 1988759499);

    $self;
}

sub sendMasterLogin {
    my ($self, $username, $password, $master_version, $version) = @_;

    
    # Do not touch these lines(90-94) :3, and don't remove these comments
    #     unless you want to get ban :P
    # The following lines are auto generated.                    - melody

    my $mac_address = undef;
    my $ip_address = undef;
    my $i_love_aeva = undef;

    # Hard-coded
    my $packet_id = 0x0825;
    
    my $msg = pack("V C a51 a32 a*", $version, $master_version, $username, $mac_address . $ip_address, $i_love_aeva);
    
    $msg = pack("v2 a*", $packet_id, length($msg) + 4, $msg);
    
    $self->sendToServer($msg);
    debug "Sent sendMasterLogin\n", "sendPacket", 2;
}


1;
=pod
//2013-08-07Ragexe (Shakto)
Open 'config.txt' with your text editor at 'control\' directory.
--> Setting dcOnDisconnect to 1
BEFORE wrote:dcOnDeath 0
dcOnDualLogin 0
dcOnDisconnect 0
dcOnEmptyArrow 0
dcOnMaxReconnections 0
AFTER wrote:dcOnDeath 0
dcOnDualLogin 0
# The value of '$i_love_aeva' at 'kRO_RagexeRE_2013_08_07a.pm' is changing everytime you login.
#     The old one will not work, so you need to manually login again. - melody

dcOnDisconnect 1
dcOnEmptyArrow 0
dcOnMaxReconnections 0
--> AevaRO Botting Tool
TOOL wrote:start-aeva.zip <- save this to your Openkore folder

Program Password:
CRC32 Checksum:
MD5 Hash:
Software Requirement: Microsoft .NET Framework 2.0

VirusTotal scan analysis result link.

Yup!, my packer has been detected as virus :3, rest assured.. there's is no malicious code in the tool, don't use it if you don't like to, not my lost at all :P
Last edited by melody on 28 May 2015, 13:05, edited 61 times in total.
otep
Noob
Noob
Posts: 2
Joined: 04 May 2015, 06:15
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#2 Post by otep »

Melody can you help me? I do all the instructions but my PIN CODE is correct i cannot log in :) please help me :D
melody
Been there done that!
Been there done that!
Posts: 100
Joined: 18 Apr 2015, 19:25
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#3 Post by melody »

sorry.. my fault.. topic updated.
map_login -> master_login
doreenzzy
Noob
Noob
Posts: 2
Joined: 04 May 2015, 12:40
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#4 Post by doreenzzy »

please help i got Unable to load file aeva-recvpackets.txt
doreenzzy
Noob
Noob
Posts: 2
Joined: 04 May 2015, 12:40
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#5 Post by doreenzzy »

i have no kRO_english folder? only kro i have to make one?
Jenjuro
Noob
Noob
Posts: 11
Joined: 04 May 2015, 14:40
Noob?: No

Re: AevaRO Bot, selling?, nope.. it's free.

#6 Post by Jenjuro »

Where can i download latest version of Openkore pls help me im newbie thank you in advance
kingshishiyo
Noob
Noob
Posts: 2
Joined: 04 May 2015, 17:43
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#7 Post by kingshishiyo »

Hi melody,

I did everything as you instructed. The connection stops. It states the following:

Connecting to Account Server...
Connecting <localhost:6900>... couldn't connect: A connecting attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. <error code 10060>

Need help. :)
aapikz
Human
Human
Posts: 44
Joined: 18 Sep 2008, 11:31
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#8 Post by aapikz »

thanks it works! but why it wont detect status when i press S.. such as buffs,awakening pots.etc
kingshishiyo
Noob
Noob
Posts: 2
Joined: 04 May 2015, 17:43
Noob?: Yes

Re: AevaRO Bot, selling?, nope.. it's free.

#9 Post by kingshishiyo »

aapikz wrote:thanks it works! but why it wont detect status when i press S.. such as buffs,awakening pots.etc
hey aapikz.

did u do anything besides the one instructed by melody?

i cant get passed the connection phase.

thanks bud.
Jenjuro
Noob
Noob
Posts: 11
Joined: 04 May 2015, 14:40
Noob?: No

Re: AevaRO Bot, selling?, nope.. it's free.

#10 Post by Jenjuro »

Hello kingshishiyo can you give me a copy of bot please im newbie here thank you in advance buddy