I don't know how to send packet like this I copied some codes from "acer2000" but i don't know how to convert packet like this
[C -> S][704F]
04
To binary like he did
btw sorry for bad English.
that's code
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
local $edit
$g_IP = "127.0.0.1"
$stan = "0x704F04"
;$ss = "0x04004570010004020000" ;start talk
;$s1 = "0x0500467001000402000003" ; deposite
;$s2 = "0x070034700100020D0004020000" ; put item #1 at inventory to storage
TCPStartUp()
$socket = TCPConnect($g_IP, 16000)
$Form1 = GUICreate("Form1", 624, 449, 191, 114)
$Button1 = GUICtrlCreateButton("start", 208, 376, 193, 57)
$Button2 = GUICtrlCreateButton("Button2", 400, 328, 145, 49)
$edit = GUICtrlCreateEdit("", 10, 10, 280, 180)
#EndRegion ### END Koda GUI section ###
if $socket = -1 Then
MsgBox(0, "Ops", "Run proxy and program will close after 3 sec")
Sleep(3000)
else
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg(0)
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $Button1
$recv = TCPRecv($socket , 8)
$binFirst = BinaryMid($recv, 1, 10)
If @error Then MsgBox(0, "Ops", "Run proxy and program will close after 3 sec")
If $recv <> "" Then GUICtrlSetData($edit, _
$g_IP & " > " & $binFirst & @CRLF & GUICtrlRead($edit))
case $Button2
TCPSend($socket,$stan)
;Sleep(2000)
;TCPSend($socket,$s1)
;Sleep(2000)
;TCPSend($socket,$s2)
EndSwitch
WEnd
EndIf
when i send it i got crash can anyone help me and thx
Dont work for me :/
I tried use new and old version of phconnector ...
I tried use edxloader v5 or v6..and only config redirect..and patch seed...
I tried in a Vsro...
When i send a packet..my client get DC...
Im using a win 64 bits, have any problem using this?
The problem is in using Hex() function.
The proper functioning requires integer arguments.
When you divide a number, foating number was returned.
You have to convert it to integer like this:
The problem is in using Hex() function.
The proper functioning requires integer arguments.
When you divide a number, foating number was returned.
You have to convert it to integer like this:
[VB.NET]Use OPCODES 04/06/2012 - SRO Coding Corner - 17 Replies Hi all :D,
Im a amateur in VB.NET, and I never programmed a tool for Silkroad except a Spammer.
Today, I would like to introduce me to OpCode, in order to make small programs.
But the problem is that I do not know how to write code in VB.NET, for send to server opcodes, how this happens.
So, I've already use edxSilkroadLoader5 for capture OPCODES in game :
New OpCodes 05/20/2010 - Perfect World - 0 Replies Im looking for OpCodes in Perfect World MS Version to get the Code working.
How to get them or any have the right ones ?
Func AutoRun($x, $y, $z)
;-------------------------------------
Local $result, $process, $code_add, $thread, $param_add
Local $Param = DllStructCreate("float ")
DllStructSetData($Param, 1, $x, 1)
How to get the sro opcodes? 01/19/2010 - Silkroad Online - 5 Replies I would like to get the opcodes of silkroad but where can i get them in the ip packets or in the sro_client ?
i already sniffed some stuff with smartsniff but how can i see what's in it cuz of the encryption or whatever it is.
and i used ollydbg to open sro_client.exe but i couldn't find anything cuz i don't know how that program works. i see something like: SRO_Clie.0065990B but is that a opcode? and what does it do?
greetz,
kevin_owner.