Search:

Type: Posts; User: giniyat101

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Thread: ASM doubt

    by giniyat101
    Replies
    12
    Views
    736

    [Help] If you really care about these registers' old...

    If you really care about these registers' old values, you can always push them on the stack and restore them later

    PUSH EAX
    PUSH ESI
    ; stuff
    POP ESI
    POP EAX
  2. Thread: ASM doubt

    by giniyat101
    Replies
    12
    Views
    736

    [Help] Indirect access to memory require usage of...

    Indirect access to memory require usage of registers.
    try the following:

    MOV EAX, pPlayerClient
    MOV ESI, i
    MOV DWORD PTR [EAX+ESI*4], -56
  3. Replies
    98
    Views
    20,493

    [Release] dont expect too much. i quit hacking since 2013.

    dont expect too much. i quit hacking since 2013.
  4. Replies
    98
    Views
    20,493

    [Release] this method no longer works. unfortunately.

    this method no longer works. unfortunately.
  5. Thread: G-Force

    by giniyat101
    Replies
    40
    Views
    3,887

    pls...

    pls https://lh5.googleuserconten*****m/-aPi4_rNg9DA/AAAAAAAAAAI/AAAAAAAAAAw/sCNeJuCKTug/photo.jpg
  6. [Solved] try scanning your pc using an antivirus. you are...

    try scanning your pc using an antivirus. you are probably infected with a malware that attaches itself to executable files, thus, modifying them.
    if unsure, upload the corrupted file to...
  7. Replies
    4
    Views
    3,492

    [Solved] use ida features carefully to correctly reverse...

    use ida features carefully to correctly reverse the function :)
    here is a step-by-step guide : (iam using a very old version of cshell.dll found here)

    lets check the same function in this old...
  8. Replies
    18
    Views
    3,043

    i hoped i knew photoshop back then ..

    i hoped i knew photoshop back then ..
  9. Replies
    8
    Views
    1,218

    try writing a dll which shows a message box, this...

    try writing a dll which shows a message box, this will pause crossfire.exe giving you a chance to attach to it

    edit: check this out
    https://www.mpgh.net/forum/showthread.php?t=848749



    i...
  10. Replies
    8
    Views
    1,218

    the game includes counts the packets sent to the...

    the game includes counts the packets sent to the server and includes that count in the packet checksum,
    so when you block a packet, it is still counted and the next packet sent will have wrong check...
  11. Replies
    70
    Views
    31,080

    [Release] these types is defined in stdint.h . ps: not...

    these types is defined in stdint.h .

    ps: not your last day ;)
  12. Replies
    70
    Views
    31,080

    [Release] kool .

    kool .
  13. Replies
    13
    Views
    4,274

    [Release] no its not static ofc, like any code section...

    no its not static ofc, like any code section stuff.
  14. Replies
    13
    Views
    4,274

    [Release] was thinking of that too xD

    was thinking of that too xD
  15. Replies
    7
    Views
    2,364

    [Help Request] i agree with villager's opinion here, maybe the...

    i agree with villager's opinion here, maybe the server is just checking if you exceed a speed limit of each map, and in your case, using speed hack doesnt exceed the limit since g-skill players might...
  16. Replies
    7
    Views
    2,364

    [Help Request] i think all of them are server sided even this...

    i think all of them are server sided
    even this 28_x client error, i dont know exactly how it works, but i think a checksum is made on client and sent to the server, which produces a client error if...
  17. Replies
    7
    Views
    2,364

    [Help Request] hello and welcome to mpgh. this is the correct...

    hello and welcome to mpgh. this is the correct section and you dont need to worry.
    let me answer your questions:

    -crossfire mainly depends on several files:
       crossfire.exe : the mail...
  18. i have just said that :@

    i have just said that :@
  19. what about blocking movement packet and resetting...

    what about blocking movement packet and resetting packet sequence index?
  20. hello packet id : 0x1D (if i remember...

    hello

    packet id : 0x1D (if i remember correctly)
    packet data :
    weapon id : uint16
    damage : uint16
    dont remember : int8
    player index : int8
    dont remember2 : int16 (not sure)
    unknown : bool...
  21. why pride? being the one best best hacks doesn't...

    why pride? being the one best best hacks doesn't mean you should come here and start flaming around in a topic discussing the disappearance of hacks in the forums.
  22. Replies
    37
    Views
    3,410

    probably not version.ini related, great chance it...

    probably not version.ini related, great chance it could be some kind of virus/keylogger working by injecting dlls to all processes, including crossfire..
    try installing a good antivirus software,...
  23. [Info] first : isnt searching for...

    first : isnt searching for "CLTClient::SendToServer" alot easier?
    second : s2s here are not as easy as ca, since all c->s packets are encrypted and they include some type of ascending key (known as...
  24. Replies
    12
    Views
    8,438

    [Tutorial] i saw that and started to wonder : why its even a...

    i saw that and started to wonder : why its even a dll?
  25. Replies
    13
    Views
    4,322

    [Release] you know that bypass replaces original xtrapva...

    you know that bypass replaces original xtrapva right? ;)
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4