Description | Command |
---|---|
Start a new session with session name | screen -S <session_name> |
List running sessions / screens | screen -ls |
Attach to a running session | screen -x |
Attach to a running session with name | screen -r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RegisterCommand("tp", function(source, args, rawCommand) | |
local waypointBlip = GetFirstBlipInfoId(GetWaypointBlipEnumId()) | |
local blipPos = GetBlipInfoIdCoord(waypointBlip) -- GetGpsWaypointRouteEnd(false, 0, 0) | |
local z = GetHeightmapTopZForPosition(blipPos.x, blipPos.y) | |
local _, gz = GetGroundZFor_3dCoord(blipPos.x, blipPos.y, z, true) | |
SetEntityCoords(PlayerPedId(), blipPos.x, blipPos.y, z, true, false, false, false) | |
FreezeEntityPosition(PlayerPedId(), true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd\Program Files\Microsoft Office\Office16 | |
cd\Program Files (x86)\Microsoft Office\Office16 | |
cscript OSPP.VBS /sethst:kms.digiboy.ir | |
cscript OSPP.VBS /actcscript OSPP.VBS /dstatus | |
slmgr.vbs /ckms |