Jump to content

JackyChan

Active Members
  • Posts

    40
  • Joined

  • Last visited

JackyChan's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. It's about 100-1000mb, I thinked API will faster
  2. Hi, AutoIt can check string in a file with FileOpen and StringInString, but very slow with large file. Do we have other ways to check string in a large file? Thank for read
  3. Yes, thank you very much. I'm coding a programing for learn. It's my exercise
  4. Hi, ex: i have some servers a.com:123 b.com:123 c.com:123 I want it like $socket1 = TCPConnect("a.com", 123) $socket2 = TCPConnect("a.com", 123) $socket3 = TCPConnect("a.com", 123) But, if i have: a.com:123 b.com:123 c.com:123 .... many servers and I don't know how much How connect to many servers and send to all servers a packet random? Please help me and thank you very much!!!
  5. Yes, thank for reply.You can add that func for convenient. I very need to "logging in multiple accounts". Because i need for learn. I'm learning about multiple connection (TCP). If you can, please send a private message for me about "logging in multiple accounts" or "a example of multiple connection". Thank you very much. JackyChan
  6. Nice script >_< How to multi yahoo nick?
  7. Oh yeah. Thank for all. My problem resolved. Because WinCat have "@CRLF" after command. Thank for all reply this topic, Chan
  8. Yes, Thank for reply.I updated my post
  9. I want use AutoIt to connect dc. But can't. I don't know what wrong (autoit or command)
  10. Hi all, I read this topic to connect a dc hub: http://www.autoitscript.com/forum/index.php?showtopic=97769 And I used WinCat to send command: http://www.autoitscript.com/forum/index.php?showtopic=44664&hl=WinCat DC Protocol: http://www.teamfair.info/DC-Protocol.htm#ClienttoClientHandShake Here is hub i connected: dc.skyinternet.ro:411 When connected, It will respose $Lock EXTENDEDPROTOCOL_verlihub Pk=version0.9.8e|<COSMO-POLICE> Hubul ruleaza o versiune speciala XploR powered by www.xplorhost.ro (RunTime: 3days 19hours / Current user count: 9389)| I sent: $Supports UserCommand NoGetINFO NoHello UserIP2 TTHSearch ZPipe0 |$Key u.......A .....01.1q.P..q|$ValidateNick ZXZXZX| Response: <COSMO-POLICE> Hub hosted by Xplor Network www.xplor.ro |$Supports OpPlus NoGetINFO NoHello UserIP2 HubINFO|$HubName COSMOPOLITAN -- Powered by XploR Network - Grow to Succeed|$Hello ZXZXZX| Now, I want to get nicklist, and i sent: $Version 1,0091|$GetNickList|$MyINFO $ALL ZXZXZX ZXZXZX<++ V:0.75,M:A,H:1/0/0,S:1>$ $0.005.$1@gmail.com$0$| But its not work! Please help me. Thank you very much. ----------------------------------------------- @trancexx Update: Yes, When i user StrongDC to connect to dc.skyinternet.ro:411, It's OK. But, when i use autoit to connect to dc.skyinternet.ro:411, It's not response.
  11. Hi all, We can use AutoIt to use "Run" command or "_RunDOS" to join file. Example: _RunDOS("copy 1.txt+2.txt+3.txt 123.txt") But i don't know to split file (text/txt). Can you help me? Thank you very much.
  12. Hi, It's not support Unicode. When i chat with Unicode: Jak Joh: Hà ng very good giá má»m. Anh em nà o cần pm ngay nhé . Khuyến mại Äặc biá»t cho khách mua nhiá»u;) Can you fix?
  13. Hi, I want to hook ZwOpenProcess to a process. Can you help me? Thank you very much.
  14. Can you create a list nick name and show online or offline? It's convenient!
  15. It's not work!!!!! check it pls
×
×
  • Create New...