.-=Clan Miami Killers=-.
Other => Scripting => Topic started by: T^zz3R on March 11, 2013, 08:59:05 am
-
This May not work for you, but i'd like to share it anyway
class DishInfo
{
taze = 0.367333901;
jash = 0.431123101;
josh = 0.013454563;
kech = 1.333400234;
HashDecodePassword = "aSBhbSBub3QgbWFkLCBpIGFtIGp1c3QgY3JhenkgYXMgVGhvbWFz";
}
class server_EngineHandler { Data = GetServerInfoAsClass(); }
function server_EngineHandler::Rec_UnCordHandle(DataFetched.tostring())
{
local info = server_EngineHandler.Data;
print(info.UpTime);
print(info.SquirrelVersion);
print(info.Creator);
print(info.GameEngineHandler);
print(info.DateandTimeBuild("00/00/00","31/12/99");
//This Result
print(DishInfo.HashDecodePassword((iDecode.base64(DataFetched.tostring()));
}
function Init() server_EngineHandler::Rec_UnCordHandle(DishInfo.HashDecodePassword);
Results
Uptime: 00:03:30
Squirrel Version: unidentified(0.0003)
Creator : sda01/user/home/ThomasTaylorStarK
GameEngine: Grand Theft Auto: Vice City
Date Build: Time: 15:31:12 Date 11:03:13
DeCoded Password: "i am not mad, i am just crazy as Thomas"
-
Nice. I can be useful for me in future scripting! especially for web information.
Okay you can be useful for yourself :) that is good for you.
-
Nice. I can be useful for me in future scripting! especially for web information.
(y)
-
L2Code efficiently