google-site-verification: googlebaca44933768a824.html psilentaim code - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

psilentaim code

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    psilentaim code

    Code:
    DWORD dwESP;
    
    __asm
    {
    MOV EAX, ESP
    MOV dwESP, EAX
    }
    
    while ( bAddressFound )
    {
    __asm
    {
    MOV EAX, dwESP
    MOV [ EAX ], EAX
    MOV dwESP, EAX
    }
    
    if ( dwESP == dwFindPatternHash ( g_dwClient, 0x850787BF, 0xFFF ) )
    bAddressFound = true;
    }
    how to use? what is offset 0x850787BF? and where i can update 0xFFF? machete said to put this inside paintraverse but no work, why? someone said 'psilent its nothing than calling this function to reset the viewmatrix of the viewangles' is true and what does it mean viewmatrix? and what is 0xDEADBEEF offset inside dwfindpatternhash?
    please reply serious i cant reverse and code anyone can update and explain how to use please?

    #2
    Re: psilentaim code

    I approve this thread. Let the pros help you out.

    Comment


      #3
      Re: psilentaim code

      This code doesn?t make any sense to me, probably because there is a lot of stuff missing.

      I think if you want to create an silent aimbot you just need to save your current crosshair location before it moves to the enemy and then let it move back to the saved location.
      Or maybe you could also simply reverse the aimbot movement.

      Comment


        #4
        Re: psilentaim code

        thx for teh code i will use it in my hvh aimbrot aaa++++ post

        Comment

        Working...
        X