Results 1 to 2 of 2
  1. #1
    qq963485005's Avatar
    Join Date
    Jul 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    2

    about send chat with sockets

    char* str = "String goes here!";

    _asm {
    push 0x401
    mov ecx, ECXAddr
    call[callAddr]
    mov ecx, eax
    add ecx, 8
    mov eax, str
    push eax
    call[SendTextPacket]
    }
    It works normally on x86, I need the latest address and source code on CFPH X64 please

  2. #2
    hossamtareq's Avatar
    Join Date
    May 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    confuesd im new here

    so how to work it?