.-=Clan Miami Killers=-.

Other => Scripting => Topic started by: T^zz3R on March 11, 2013, 08:59:05 am

Title: [Digial RECODATE] Using a Function as a timer
Post 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
Code: [Select]
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
Code: [Select]
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"
Title: Re: [Digial RECODATE] Using a Function as a timer
Post by: T^zz3R on April 09, 2013, 10:00:38 am

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.
Title: Re: [Digial RECODATE] Using a Function as a timer
Post by: Algeniis on April 09, 2013, 02:28:50 pm
Nice. I can be useful for me in future scripting! especially for web information.
   (y)
Title: Re: [Digial RECODATE] Using a Function as a timer
Post by: Cerberus on April 14, 2016, 09:05:55 pm
L2Code efficiently