Jump to content

Recommended Posts

Posted

MsgBox (0, "", Hex (0x00))

hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.

Posted

hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.

I know this wont help you for this particular problem...but heres a list of other codes :D

http://www.kbdedit.com/manual/low_level_vk_list.html I dont know 0x00 sorry

[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Posted

BTW,

fffa1f00500019fff0 = 4.7219428633732946e+21

:D

so?

it still don't help me, any Hackers in this website, I guess only they will understand what I need....

Posted

hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.

TCPSend($Socket, Binary("0xfffa1f00500019fff0"))

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Posted
Posted

Im intrigued by this statement.

Hi bret,

what is was needing is to send raw Hex data through TCP port, and sending string representation of Hex data sometimes don't do it propelry because of the "00" inside the Packet payload.

Thanks, anyway.

Posted

Hi bret,

what is was needing is to send raw Hex data through TCP port, and sending string representation of Hex data sometimes don't do it propelry because of the "00" inside the Packet payload.

Thanks, anyway.

double the t mate :D

I was just wondering about the hacker. I see what you mean now though. :P

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...