Register for your free account! | Forgot your password?

You last visited: Today at 23:17

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

Advertisement



C# Code

Discussion on C# Code within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
C# Code

any one have Code Uniques Event with MobID Like eBot or SAVi Event i want it
TREXSRO is offline  
Old 08/30/2018, 16:17   #2

 
SubZero**'s Avatar
 
elite*gold: 0
Join Date: Apr 2017
Posts: 984
Received Thanks: 452
cant create ur own?
SubZero** is offline  
Old 08/30/2018, 17:18   #3
 
#HB's Avatar
 
elite*gold: 100
Join Date: Sep 2017
Posts: 1,097
Received Thanks: 888
Do your own work, you can see tho which might help you with some commands & packet structures.
#HB is offline  
Old 08/30/2018, 18:25   #4
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
Quote:
Originally Posted by Zoro.Sro View Post
cant create ur own?
no

Quote:
Originally Posted by #HB View Post
Do your own work, you can see tho which might help you with some commands & packet structures.
I want to learn from it anything I am a beginner in this language C#
and I did not take any courses
TREXSRO is offline  
Old 08/30/2018, 19:48   #5
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
what it is you want to achieve?
spawning a unique or parsing unique kills
B1Q is offline  
Old 08/30/2018, 20:05   #6
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1

I want it to learn to do it
TREXSRO is offline  
Old 08/30/2018, 21:05   #7
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by TREXSRO View Post

I want it to learn to do it
sorry i can't teach you.
however, you could use any public sources and do it yourself.
B1Q is offline  
Old 08/30/2018, 21:22   #8
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
Quote:
Originally Posted by B1Q View Post
sorry i can't teach you.
however, you could use any public sources and do it yourself.
I do not want you to teach me I just want a code similar to I learn from it
TREXSRO is offline  
Old 08/30/2018, 22:06   #9
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by TREXSRO View Post
I do not want you to teach me I just want a code similar to I learn from it
you said "i want to learn to do it"
language barrier

ok here it is
B1Q is offline  
Old 08/31/2018, 22:14   #10
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
Thumbs up

Quote:
Originally Posted by B1Q View Post
you said "i want to learn to do it"
language barrier

ok here it is
thank you bro
Can you help me modify this Packet?

Code:
public void method_9()
        {
            try
            {
                this.method_32(0xe67, 0x840);
            }
            catch
            {
            }
        }
public void method_10()
        {
            try
            {
                this.method_32(0xdd9, 0x768);
            }
            catch
            {
            }
        }

        public void method_11()
        {
            try
            {
                this.method_32(0x1a54, 0x476);
            }
            catch
            {
            }
        }

        public void method_12()
        {
            try
            {
                this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
        }

        public void method_13()
        {
            try
            {
                this.method_32(-4937, 0xb47);
            }
            catch
            {
            }
        }
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
        }
TREXSRO is offline  
Old 08/31/2018, 23:46   #11
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by TREXSRO View Post
thank you bro
Can you help me modify this Packet?
sorry idk what that is
B1Q is offline  
Old 09/06/2018, 00:21   #12
 
elite*gold: 135
Join Date: May 2015
Posts: 624
Received Thanks: 710
Quote:
Originally Posted by TREXSRO View Post
thank you bro
Can you help me modify this Packet?

Code:
public void method_9()
        {
            try
            {
                this.method_32(0xe67, 0x840);
            }
            catch
            {
            }
        }
public void method_10()
        {
            try
            {
                this.method_32(0xdd9, 0x768);
            }
            catch
            {
            }
        }

        public void method_11()
        {
            try
            {
                this.method_32(0x1a54, 0x476);
            }
            catch
            {
            }
        }

        public void method_12()
        {
            try
            {
                this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
        }

        public void method_13()
        {
            try
            {
                this.method_32(-4937, 0xb47);
            }
            catch
            {
            }
        }
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
        }
it's a warp packet (teleport bot char to some places), what you need to edit ? !
it also extracted from Packed file
$WeGs is offline  
Old 09/08/2018, 18:10   #13
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
Quote:
Originally Posted by $WeGs View Post
it's a warp packet (teleport bot char to some places), what you need to edit ? !
it also extracted from Packed file
I know bro but I can not know the meaning of the words that have been decoded Like.(method_32)what do you mean
TREXSRO is offline  
Old 09/08/2018, 18:19   #14
 
elite*gold: 135
Join Date: May 2015
Posts: 624
Received Thanks: 710
Quote:
Originally Posted by TREXSRO View Post
I know bro but I can not know the meaning of the words that have been decoded Like.(method_32)what do you mean
It's shown as method_xx cuz the deobfuscator , i can't know what the real name of this method unless you have the original source code.
I already told you what this method used for .

you can rename it to what ever you like , ex : Move to postion , teleport bot char etc... or just use it with that name it doesn't matter .

btw , it's the original warp packet

$WeGs is offline  
Old 09/09/2018, 01:50   #15
 
elite*gold: 0
Join Date: Dec 2015
Posts: 12
Received Thanks: 1
Quote:
Originally Posted by $WeGs View Post
It's shown as method_xx cuz the deobfuscator , i can't know what the real name of this method unless you have the original source code.
I already told you what this method used for .

you can rename it to what ever you like , ex : Move to postion , teleport bot char etc... or just use it with that name it doesn't matter .

btw , it's the original warp packet

Code:
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
Class3 indicate to userevears(0x34b6)

Code:
public void method_12()
        {
            try
            {
                    this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
this.method_32(0x1922, 0x36d);indicate to RagionID and X,y,z in janganSouth
TREXSRO is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Waffen Code´s - Premium Code´s - Dinar Code´s [VERKAUFBAR] ! ! !
03/10/2011 - WarRock Trading - 3 Replies
Hallo Leute , ich verkaufe Code´s . Die Code´s werde ich jetzt darunter hinschreiben und ihr könnt euch bei mir melden 50 % Günstiger Als WarRock Marketplace . 1.Waffen Code´s >>> G36 Code Xm8 Code Javelin Code Mp7a1 Code Famas Retail Code G36 Retail Code
Waffen Code´s - Premium Code´s - Dinar Code´s [VERKAUFBAR] ! ! !
03/10/2011 - WarRock Trading - 9 Replies
Waffen Code´s - Premium Code´s - Dinar Code´s ! ! ! Hallo Leute , ich verkaufe Code´s . Die Code´s werde ich jetzt darunter hinschreiben und ihr könnt euch bei mir melden 50 % Günstiger Als WarRock Marketplace . 1.Waffen Code´s >>> G36 Code Xm8 Code Javelin Code
°°xm8 code°°katana code°° Javelin code°°
12/21/2010 - WarRock Trading - 0 Replies
Habe Codes Bei Intresse bitte in Skype adden: war.rock.16 Ich will dafür nur psc reste ;D:D
B> DriftCity CBS Code | S> War Rock Code / Bounty Bay Code etc.
10/05/2010 - Trading - 1 Replies
Hi, wie schon im Titel beschrieben. In der CBS vom November gab es Bonusodes für mehrere Spiele. Ich benötige DriftCity Codes. Kann sonst für alle anderen Spiele die Codes biten, einige auch doppelt. Hier eine Liste der Spiele und Bonusaktionen: - (2x) War Rock - (2x) War of Titans - (2x) World of Warcraft - (1x) Warhammer Online - (1x) Bounty Bay online



All times are GMT +1. The time now is 23:17.


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.