Jump to content

Recommended Posts

Posted

But for me this returns the same result like the AutoIt code!?

#include <stdio.h>
#include <stdlib.h>

int main ()
{
    int val, g_region = 0, hash = 0xA96E9159;


    val = (((rand()%0x10)<<28)|0x00700000|(1<<27)|(g_region<<24)) | hash >> 12;
    printf ("0x%x", val);
  return 0;
}

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

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...