Emotion Sender .sln Request

02/24/2019 21:25 bende16#1
I need visual studio source .sln file please share with me
Need opcode sender one click button
/sendmsg 12433 12

I create button click ingame use this emocation
Opcode 3091 12
@[Only registered and activated users can see links. Click Here To Register...]

button 1 use 3091 11
Button 2 use 3091 12
Please share with me source please i need
02/25/2019 14:59 florian0#2
I dont understand. What Button? Where should it go?
02/25/2019 16:45 bende16#3
Quote:
Originally Posted by florian0 View Post
I dont understand. What Button? Where should it go?
[Only registered and activated users can see links. Click Here To Register...]
Let's dance in-game when you click
02/25/2019 16:56 #HB#4
OMG... :facepalm:
02/25/2019 16:59 bende16#5
Quote:
Originally Posted by #HB View Post
OMG... :facepalm:
may be insignificant to you but important to me

:handsdown:

visual basic button how can I repeat
I want to repeat 50 times
02/25/2019 17:19 #HB#6
Don't know why you wanna buttons. Just use a proxy and send 0x3091 to your client with a byte, which is emote ID.
02/25/2019 17:29 bende16#7
Quote:
Originally Posted by #HB View Post
Don't know why you wanna buttons. Just use a proxy and send 0x3091 to your client with a byte, which is emote ID.
I tried to run the program but I want it to repeat automatically click on the button 50 times to repeat

Sorry google translate
i need repeat auto click 50 times please give me code


@[Only registered and activated users can see links. Click Here To Register...]
02/26/2019 13:53 florian0#8
How come you release something like this:
[Only registered and activated users can see links. Click Here To Register...]

But dont know this:
Quote:
Originally Posted by bende16 View Post
how can I repeat
I want to repeat 50 times
??????????
02/26/2019 16:15 bende16#9
Quote:
Originally Posted by florian0 View Post
How come you release something like this:
[Only registered and activated users can see links. Click Here To Register...]

But dont know this:


??????????
50 x repeat str up and i want make this program

[Only registered and activated users can see links. Click Here To Register...]
03/05/2019 11:18 $WeGs#10
if i understood you , then you have to use "for loop" !
ex:
Quote:
for(int i =0;i<50;i++)
{
do something (send your packet ) maybe
}
note*: that if you already done your program to send this packet and only wanna repeat that....
03/05/2019 22:59 bende16#11
Quote:
Originally Posted by $WeGs View Post
if i understood you , then you have to use "for loop" !
ex:


note*: that if you already done your program to send this packet and only wanna repeat that....
i test now thanks for share

7050 opcode

7050 Opcode Str up stat

can you help me ? how will I do visual basic


Code:
  Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
What should I write here?
   End Sub
03/06/2019 14:27 $WeGs#12
Quote:
Originally Posted by bende16 View Post
i test now thanks for share

7050 opcode

7050 Opcode Str up stat

can you help me ? how will I do visual basic


Code:
  Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
What should I write here?
   End Sub
You should learn how to write codes / be a programmer
03/07/2019 01:17 bende16#13
Quote:
Originally Posted by $WeGs View Post
You should learn how to write codes / be a programmer
Can you edit the code and give it?
03/07/2019 09:02 B1Q#14
Quote:
Originally Posted by $WeGs View Post
You should learn how to write codes / be a programmer
writing code doesn't make you a programmer (Y)
03/07/2019 15:52 $WeGs#15
Quote:
Originally Posted by bende16 View Post
Can you edit the code and give it?
where is your code so i can edit it !