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

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!';
}" />








samedi 25 janvier 2014

[XAP] AppData Backuper [Alpha] topic




Most useful app ever!
It can backup your apps data (Isolated Storage) to SD card. Very useful when you need to do Hard Reset and don't want to lose game progress.

THIS IS ALPHA VERSION!









vendredi 24 janvier 2014

[ICONS] "Alpha 3d" icons for galaxy y :) topic




Introducing the new Alpha 3d icons. with stylish and 3d looks + special icons for Youtube, Play Store, Talk and Maps.
please be notified that i'm a newbie and this is my first ever iconpack so if anyone can help me in any mistake they find, they would be highly respected.

Screenshots:






you can get the iconpack from the attachment. please notify if u find any problem or i u find it not worth the time.














Attached Files





File Type: zip alpha3d.zip -
[Click for QR Code]
(2.58 MB)









[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