Stealth Server Tutorial: How to make your own Custom Imgae?! ****Avatar Example***

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

silent07

Active Poster
Active Member
Jan 20, 2019
152
65
88
////////////////////Instructions//////////////////////////

///////////////////Custom Image///////////////////////////


Want to know how to do this?

Note: You'll need base address for code.


Avatar Image: https://ibb.co/pvxFcVd

Step 1:
Find or Create a custom Image. For this example were using Avatar. Make sure size is equal to or less than image(in bytes).

Step 2:
Compress Image here: https://compresspng.com/
Download folder & extract. Should be simple?!

Step 3:
Change extension to .bin, then upload here:
https://tomeko.net/online_tools/file_to_hex.php?lang=en
Make sure both boxes are checked, cause you want output to be in hexadecimal form. Click, Copy all of it.

Step 4:

Put your image's base address where 92D84DC8, if your using Avatar dont change!(17559) Then copy this over to Hooks(title/game), place under dash.xex.
See example: https://ibb.co/DWz2VYH
//Avatar Image
memcpy((BYTE*)DecVar(ENC_VAR(0x92D84DC8)), AVATAR, sizeof(AVATAR));

Step 5:
Take picture hexadecimal you copied previously & put it within brackets.

unsigned char AVATAR[0x95f]{

put hexdecimcal shit here!.


}

See Picture example: https://ibb.co/1Txdjc8

Step 6:
Copy this code & put it somewhere above.

//See picture Example: https://ibb.co/JzXyPbF
#define ENC_SEED ((("update.rpf"[5] * 1337) + ("default.xex"[9] * 1337)) * 5)
#define ENC_VAR(A) (A ^ ENC_SEED)
template<typename T>
T DecVar(T dwVal) {
return (dwVal ^ ENC_SEED);
}


Next time you boot into dash, you will see your new Avatar Image. You can get most images from xzp files. Watch this if you dont know WTF im talking about:


thanks,

-some guy


Download(Link)
 

Momomodz123

New Member
Nov 12, 2019
1
0
1
Nice tuto but for
Step 3:
Change extension to .bin, then upload here:
https://tomeko.net/online_tools/file_to_hex.php?lang=en
Make sure both boxes are checked, cause you want output to be in hexadecimal form. Click, Copy all of it. /////// my trick is more /// right click the image.png /open in hdx (hexeditor) then simply click tool and export to c (you can set path for future use) it generate a. C files with all data needed to print image
 
General chit-chat
Help Users
    Chat Bot: Christo has joined the room.