Create a new post asking about this, this is multiclient guide...
Then what do i do? I add 4bytes to the "43 68 65 63 6B 43 6C 69 65 6E 74 4D 61 78 4E 75 6D"?Quote:
@dantelie, when you search that Array of Bytes (AoB) you'll have some result(s) on the left of cheat engine
look for the one that's in green. You'll notice it's split up in two columns. Some numbers on the left and the AoB you scanned for on the right.
the numbers on the left in that row = the address in step 5
f is the last one so it is incremented by 1 which means a becomes b? and e becomes 2? ae +4 = b2?Quote:
if address = 4f55ae
the math should be
4f55ae + 4 = 4f55b2
The byte numbers are as follow... 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - a - b - c - d - e - f
instead of 10 values before going higher in the math, there is 10 numbers and 6 letters.
Now that i got the address how can i make use of the code you posted? i don`t have my own loader. Thanks ;)Quote:
PHP Code://---MultiClient
static string sig_multi = "33 DB 3B C3 89 44 24 28";
static string mask_multi = "xxxxxxxx";
//---MultiClient
uint multi_client = HomeGrown.Hacking.dwFindPattern(pr, 0x401000, sig_multi, mask_multi)+4;
writememory multi_client,&hEB20
Found a loader made by Phantom. It has the .ini file i pasted the address and saved it. Tried running it and works, but when i open client again for the fourth time i got this error... it doesnt allow me to have more. 3 clients only and no more. What i did wrong? Any help is greatly appreciated.Quote:
Use the multiclient loader, somewere else in this forum.. you simply paste the address in the ini file there...