SubZero Ragnarok Online

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

Moderator: Moderators

Athan17
Noob
Noob
Posts: 8
Joined: 09 Aug 2016, 21:41
Noob?: Yes

SubZero Ragnarok Online

#1 Post by Athan17 »

Image


Not going to hide my ign here because the GM there already knew i was botting there :lol:
1st account = banned
2nd account(in screenshot) = my assasin got jailed, its just a matter of time till i get banned also :shock:

im not good at making configs specially to hide that your a botter or what. but this promising yet hardcore hunting server is the best server for botting :lol:

EDIT: here's the configuration

server.txt

Code: Select all

[SubZero]
ip 66.150.155.70
port 6900
private 1
version 48
master_version 1
serverType kRO_RagexeRE_2012_04_10a
charBlockSize 144
serverEncoding Western
addTableFolders translated/kRO_english;kRO
recvpackets recvpackets_subzero.txt
recvpackets
http://pastebin.com/1DT9BSZW

src/Network/Send/kRO/RagexeRE_2012_04_10a.pm

Code: Select all

$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
$self->cryptKeys(1988759499, 731196533, 1115767425); #packet keys from PEEK
$self;
src/Network/Receive/kRO/RagexeRE_2011_11_22a.pm

Code: Select all

'08C7' => ['area_spell', 'x2 a4 a4 v2 C3', [qw(ID sourceID x y type range fail)]], # -1

'0908' => ['inventory_item_favorite', 'v C', [qw(index flag)]],#5

'0914' => ['actor_exists', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]], # -1 # walking provided by try71023 TODO: costume
		
'090F' => ['actor_connected', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]], # -1 # spawning provided by try71023
		
'0915' => ['actor_moved', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]], # -1 # standing provided by try71023
Thanks to kLabMouse for recvpacket extractor
Thanks to 4ept for providing the link in of WORKING packet extractor v3 of kLabMouse, its in his siggy
Thanks to Yommy and Nero for PEEK
Thanks to SkylorD for cryptKeys
Thanks to try71023 for the sniffed packets from Hercules Emulator

Problems found:
Cannot use xKore = 1
there are still some unknown packets, might as well fix that.

Come join me botting in this server! :lol:
Last edited by Athan17 on 22 Sep 2016, 02:41, edited 1 time in total.
Please stop posting craps like this:
"Hello <insert name>, do you have [bot|server|configuration|<insert job/class>] in <insert pserver>? can you send it to me? <via PM or insert email address>"
winterlove08
Noob
Noob
Posts: 2
Joined: 21 Sep 2016, 20:17
Noob?: Yes

Re: SubZero Ragnarok Online

#2 Post by winterlove08 »

i cant make this work. how do you do it?
Athan17
Noob
Noob
Posts: 8
Joined: 09 Aug 2016, 21:41
Noob?: Yes

Re: SubZero Ragnarok Online

#3 Post by Athan17 »

Download latest openkore from Git

open openkore/table/server.txt
add the server configuration from first post

same folder, make a new text file called "recvpackets_subzero.txt" remove "
open http://pastebin.com/1DT9BSZW and copy the text, save into recvpackets_subzero.txt

now go back to root of openkore folders, then open
src/Network/Send/kRO/RagexeRE_2012_04_10a.pm
add cryptkeys at line 83 written at first post, save

back to Network folder, but this time at Recieve
src/Network/Receive/kRO/RagexeRE_2011_11_22a.pm
add additional packets at line 29 written at first post, save

it should be like this:

Code: Select all

my %packets = (
'08C7' => ['area_spell', 'x2 a4 a4 v2 C3', [qw(ID sourceID x y type range fail)]], # -1

'0908' => ['inventory_item_favorite', 'v C', [qw(index flag)]],#5

'0914' => ['actor_exists', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]], # -1 # walking provided by try71023 TODO: costume

'090F' => ['actor_connected', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]], # -1 # spawning provided by try71023

'0915' => ['actor_moved', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]], # -1 # standing provided by try71023
	);
or if you want, you can just download the Network folder i uploaded with this post
You do not have the required permissions to view the files attached to this post.
Please stop posting craps like this:
"Hello <insert name>, do you have [bot|server|configuration|<insert job/class>] in <insert pserver>? can you send it to me? <via PM or insert email address>"
winterlove08
Noob
Noob
Posts: 2
Joined: 21 Sep 2016, 20:17
Noob?: Yes

Re: SubZero Ragnarok Online

#4 Post by winterlove08 »

thank you very much for the reply.. it worked.. i have a last question. do you know how i can see the game screen while botting? thanks in advance
Athan17
Noob
Noob
Posts: 8
Joined: 09 Aug 2016, 21:41
Noob?: Yes

Re: SubZero Ragnarok Online

#5 Post by Athan17 »

winterlove08 wrote:thank you very much for the reply.. it worked.. i have a last question. do you know how i can see the game screen while botting? thanks in advance
setting in your config 'XKore'
more info: http://openkore.com/index.php/XKore

BUT

sadly, its not working as of now with the current configuration, still lacking some packets.
Please stop posting craps like this:
"Hello <insert name>, do you have [bot|server|configuration|<insert job/class>] in <insert pserver>? can you send it to me? <via PM or insert email address>"