with 3 acounts jailed,i could quit playing this damn game for a while,so im gona start puting some functions back in sacob(not my work,but a great tool-behelit rocks)becausw noone else is gona do it i guess.
0C 00 20 04 01 00 00 00 pushes ok to alow a trade
0C 00 04 F1 0A 00 00 00 after trade acepts the deal
0C 00 FF 03 03 00 00 00 24 C9 14 00 to acept to join a team when asked
2E 00 EC 03 FF FF FF 00 D0 07 00 00 DD 05 00 00 00 00 00 says hi
0C 00 ED 03 F1 96 01 00 00 move right and down
0C 00 ED 03 F1 98 01 00 00 left and down
0C 00 ED 03 F1 82 01 00 00 left and up
0C 00 ED 03 F1 2C 01 00 00 right and up
player id after 03 before F1 (if its needed)
18 00 F2 03 00 00 00 00 00 00 00 00 02 00 63 00 mine
18 00 F2 03 00 00 00 00 00 00 00 00 00 00 5E 00 revive
player id after 03 before 00 (if its needed)
Private Sub mine1_Click()
'18 00 F2 03 00 00 00 00 00 00 00 00 02 00 63 00
gsend (MakeHex2("18 00 F2 03" & txa(timeGetTime, accid)) & accid & MakeHex2("00 00 00 00 0
0 00 00 00") & MakeHex2("02 00 63 00"))
End Sub
this is to mine-is this right?or is there somthing im missing?
here is a few if the packets i got so far.they work if i send them with crack,so i guess they're right.what im looking for is how to drop ore while mining and changing the serverIP adress not a vb pro and am having trouble with the "if" command and somone who can help(answer a few questions about VB)im still screwing around with them so not positive there right yet,or how much of the packet needs to be sent,but ill figure it out
0C 00 20 04 01 00 00 00 pushes ok to alow a trade
0C 00 04 F1 0A 00 00 00 after trade acepts the deal
0C 00 FF 03 03 00 00 00 24 C9 14 00 to acept to join a team when asked
2E 00 EC 03 FF FF FF 00 D0 07 00 00 DD 05 00 00 00 00 00 says hi
0C 00 ED 03 F1 96 01 00 00 move right and down
0C 00 ED 03 F1 98 01 00 00 left and down
0C 00 ED 03 F1 82 01 00 00 left and up
0C 00 ED 03 F1 2C 01 00 00 right and up
player id after 03 before F1 (if its needed)
18 00 F2 03 00 00 00 00 00 00 00 00 02 00 63 00 mine
18 00 F2 03 00 00 00 00 00 00 00 00 00 00 5E 00 revive
player id after 03 before 00 (if its needed)
Private Sub mine1_Click()
'18 00 F2 03 00 00 00 00 00 00 00 00 02 00 63 00
gsend (MakeHex2("18 00 F2 03" & txa(timeGetTime, accid)) & accid & MakeHex2("00 00 00 00 0
0 00 00 00") & MakeHex2("02 00 63 00"))
End Sub
this is to mine-is this right?or is there somthing im missing?
here is a few if the packets i got so far.they work if i send them with crack,so i guess they're right.what im looking for is how to drop ore while mining and changing the serverIP adress not a vb pro and am having trouble with the "if" command and somone who can help(answer a few questions about VB)im still screwing around with them so not positive there right yet,or how much of the packet needs to be sent,but ill figure it out