• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

LandMass Full Server Files+ Client + Tutorial

Newbie Spellweaver
Joined
Jan 22, 2013
Messages
79
Reaction score
8
The module 'fn_Desx_Decrypt_PW' depends on the missing object 'master..xp_desx_decrypt'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'fn_Desx_Encrypt_PW' depends on the missing object 'master..xp_desx_encrypt'. The module will still be created; however, it cannot run successfully until the object exists.


------------------------------------------------------
-- Decrypts data previously encrypted with xp_desx_encrypt algorithm.
-- Parameter encrypted_password varchar(50)
-- Return value Decrypted Password char(12)
------------------------------------------------------
CREATE function dbo.fn_Desx_Decrypt_PW encrypted_password varchar(50))
returns char(12)
--
as
begin


declare return_pw char(12)
encrypt_password varchar(20)
encrypt_key char( 8)
set encrypt_password = 'pw050715'
set encrypt_key = 'pwkey050'




exec master..xp_desx_decrypt
encrypted_password
, encrypt_password
, encrypt_key
, return_pw OUTPUT


return return_pw
end
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
57
Reaction score
1
Hi Guys,

LandMass full Server files and client.

Credits: By SdfSdf SdfSdf

Video:






ScreenShot:


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


Download:
* File size: 440.130 KB (RAR)



(landmass.wdb) WDB Editor:
* File size: 33.58 KB (RAR)


(Server) Min Decompile:
* File size: 551 KB (RAR)


(Launcher) Gamehix Work:




Who has the program to open landmass.wdb
 
Initiate Mage
Joined
Aug 15, 2017
Messages
2
Reaction score
0
I GOT 100% AS DATABASE WHO CAN CONTACT PLEASE CONTACT (cacotube369@gmail.com) Twitter = cacocoelhosc
 
Back
Top