Affichage des articles dont le libellé est Signatures. Afficher tous les articles
Affichage des articles dont le libellé est Signatures. Afficher tous les articles

mardi 25 mars 2014

[SHARE] ROM Signatures topic




This is not a personal signature request thread.


I've made a few of signature for a bunch of ROMs around here so I figured I would put them in one place so all users can easily find and use them as part of their own if they want to.
Right-click any of the signatures, select "Copy Image URL" and you can add it into your signature using XDA's "Insert Image" option.

Template of adding it into your signature

HTML Code:


[URL="Link-to-the-thread-of-the-ROM"][IMG]ImageURL[/IMG][/URL]

AOSB (ProBAM)


CosmicCM


--------------------------------------

--------------------------------------

GENNXT


--------------------------------------

PACMAN


Resurrection Remix


--------------------------------------

--------------------------------------

Slim




I make signatures whenever I have free time and I want to show my appreciation for a great ROM, so I'll be updating these every now and then :)
Enjoy! :)





jeudi 30 janvier 2014

[Release] 7 Days To Die | Alpha 6.2 (b6) | Patch Signatures topic




Current Cheats: (2) Enable Debug Menu, Enable God Mode

All modifications are done to an unmodified DLL file.
Original Unmodified:
Days To DieDaysToDie_Data\Managed\Assembly-CSharp.dll

DEBUG MENU: DebugInterface.IsDebugMenuEnabled - Attached Yes

Code:


Default unmodfied:
0005c6a5h: 16 2A  // return false

Enable Debug Menu:
0005c6a5h: 17 2A  // return true


WARNING: Below cheats affect mobs as well as player. You have been warned.







onClick="if (this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display != '')
{
this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display = '';
this.parentNode.parentNode.getElementsByTagName('div')['hide_spoil'].style.display = 'none';
this.value = 'Hide Spoiler!';
}
else
{
this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display = 'none';
this.parentNode.parentNode.getElementsByTagName('div')['hide_spoil'].style.display = '';
this.value = 'Show Spoiler!';
}" />








vendredi 24 janvier 2014

[Release] 7 Days To Die | Alpha 6.1 | Patch Signatures topic




Credits to Encode for his posts on the earlier versions which helped me out in learning some of the 7 Days To Die.
I had posted these originally as replies to his 4.1 thread but it makes more sense for visibility to have the current release with its own thread.

Days To DieDaysToDie_Data\Managed\Assembly-CSharp.dll

DEBUG MENU:

Quote:










Originally Posted by DEBUG MENU


Default unmodfied:
0005c475h: 16 2A

Enable Debug Menu:
0005c475h: 17 2A





Additional Notes: I tried enabling God mode as well, but it appears to affect Zombies as well as the player on Alpha 6.1
For those that want the address anyway:
GOD MODE:

Quote:










Originally Posted by GOD MODE


Default unmodified:
0005c47eh: 16 2A

Enable God Mode:
0005c47eh: 17 2A





This version of the Disable Item Drop On Death is much improved over the first 2 versions I had tried posting (first was very long NOPping the whole procedure except the return, second was an immediate return that left some bad code, this one replaces the initial compare with NOPs and then uses the existing return from dropItemOnDeath. Use this one instead if you managed to see the other one, much better.

DISABLE ITEM DROP ON DEATH:

Quote:










Originally Posted by DISABLE ITEM DROP ON DEATH


Default unmodfied:
00031B28h: 02 7B A6 01 00 04 39 01 00 00 00 2A

Disable Item Drops on Death:
00031B28h: 00 00 00 00 00 00 00 00 00 00 00 2A