SCRIPT SHIFTLOCK:
-- Instances:
local ShiftlockStarterGui = [Link]("ScreenGui")
local ImageButton = [Link]("ImageButton")
--Properties:
[Link] = "Shiftlock (StarterGui)"
[Link] = [Link]:WaitForChild("PlayerGui")
[Link] = [Link]
[Link] = ShiftlockStarterGui
ImageButton.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.921914339, 0, 0.552375436, 0)
[Link] = [Link](0.0636147112, 0, 0.0661305636, 0)
[Link] = [Link]
[Link] = "[Link]
-- Scripts:
local function TLQOYN_fake_script() -- [Link]
local script = [Link]('LocalScript', ImageButton)
local MobileCameraFramework = {}
local players = game:GetService("Players")
local runservice = game:GetService("RunService")
local CAS = game:GetService("ContextActionService")
local player = [Link]
local character = [Link] or [Link]:Wait()
local root = character:WaitForChild("HumanoidRootPart")
local humanoid = [Link]
local camera = [Link]
local button = [Link]
--Visiblity
uis = game:GetService("UserInputService")
ismobile = [Link]
[Link] = ismobile
local states = {
OFF = "rbxasset://textures/ui/mouseLock_off@[Link]",
ON = "rbxasset://textures/ui/mouseLock_on@[Link]"
}
local MAX_LENGTH = 900000
local active = false
local ENABLED_OFFSET = [Link](1.7, 0, 0)
local DISABLED_OFFSET = [Link](-1.7, 0, 0)
local function UpdateImage(STATE)
[Link] = states[STATE]
end
local function UpdateAutoRotate(BOOL)
[Link] = BOOL
end
local function GetUpdatedCameraCFrame(ROOT, CAMERA)
return [Link]([Link], [Link]([Link].X
* MAX_LENGTH, [Link].Y, [Link].Z * MAX_LENGTH))
end
local function EnableShiftlock()
UpdateAutoRotate(false)
UpdateImage("ON")
[Link] = GetUpdatedCameraCFrame(root, camera)
[Link] = [Link] * ENABLED_OFFSET
end
local function DisableShiftlock()
UpdateAutoRotate(true)
UpdateImage("OFF")
[Link] = [Link] * DISABLED_OFFSET
pcall(function()
active:Disconnect()
active = nil
end)
end
UpdateImage("OFF")
active = false
function ShiftLock()
if not active then
active = [Link]:Connect(function()
EnableShiftlock()
end)
else
DisableShiftlock()
end
end
local ShiftLockButton = CAS:BindAction("ShiftLOCK", ShiftLock, false, "On")
CAS:SetPosition("ShiftLOCK", [Link](0.8, 0, 0.8, 0))
button.MouseButton1Click:Connect(function()
if not active then
active = [Link]:Connect(function()
EnableShiftlock()
end)
else
DisableShiftlock()
end
end)
return MobileCameraFramework
end
[Link](TLQOYN_fake_script)()
local function OMQRQRC_fake_script() -- [Link]
local script = [Link]('LocalScript', ShiftlockStarterGui)
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local Settings = UserSettings()
local GameSettings = [Link]
local ShiftLockController = {}
while not [Link] do
wait()
end
local LocalPlayer = [Link]
local Mouse = LocalPlayer:GetMouse()
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui")
local ScreenGui, ShiftLockIcon, InputCn
local IsShiftLockMode = true
local IsShiftLocked = true
local IsActionBound = false
local IsInFirstPerson = false
[Link] = [Link]("BindableEvent")
local function isShiftLockMode()
return [Link] and [Link] ==
[Link] and [Link] ~=
[Link] and [Link] ~=
[Link] and [Link] ~=
[Link]
end
if not [Link] then
IsShiftLockMode = isShiftLockMode()
end
local function onShiftLockToggled()
IsShiftLocked = not IsShiftLocked
[Link]:Fire()
end
local initialize = function()
print("enabled")
end
function ShiftLockController:IsShiftLocked()
return IsShiftLockMode and IsShiftLocked
end
function ShiftLockController:SetIsInFirstPerson(isInFirstPerson)
IsInFirstPerson = isInFirstPerson
end
local function mouseLockSwitchFunc(actionName, inputState, inputObject)
if IsShiftLockMode then
onShiftLockToggled()
end
end
local function disableShiftLock()
if ScreenGui then
[Link] = nil
end
IsShiftLockMode = false
[Link] = ""
if InputCn then
InputCn:disconnect()
InputCn = nil
end
IsActionBound = false
[Link]:Fire()
end
local onShiftInputBegan = function(inputObject, isProcessed)
if isProcessed then
return
end
if [Link] ~= [Link] or
[Link] == [Link] or [Link] ==
[Link] then
end
end
local function enableShiftLock()
IsShiftLockMode = isShiftLockMode()
if IsShiftLockMode then
if ScreenGui then
[Link] = PlayerGui
end
if IsShiftLocked then
[Link]:Fire()
end
if not IsActionBound then
InputCn =
[Link]:connect(onShiftInputBegan)
IsActionBound = true
end
end
end
[Link]:connect(function(property)
if property == "ControlMode" then
if [Link] == [Link]
then
enableShiftLock()
else
disableShiftLock()
end
elseif property == "ComputerMovementMode" then
if [Link] ==
[Link] then
disableShiftLock()
else
enableShiftLock()
end
end
end)
[Link]:connect(function(property)
if property == "DevEnableMouseLock" then
if [Link] then
enableShiftLock()
else
disableShiftLock()
end
elseif property == "DevComputerMovementMode" then
if [Link] ==
[Link] or [Link] ==
[Link] then
disableShiftLock()
else
enableShiftLock()
end
end
end)
[Link]:connect(function(character)
if not [Link] then
initialize()
end
end)
if not [Link] then
initialize()
if isShiftLockMode() then
InputCn = [Link]:connect(onShiftInputBegan)
IsActionBound = true
end
end
enableShiftLock()
return ShiftLockController
end
[Link](OMQRQRC_fake_script)()
____________________________________________
SCRIPT LEADERBOARD:
local assetId = 137198544387400 -- Your model's asset ID
local model = game:GetService("InsertService"):LoadAsset(assetId)
local leaderboardPart = workspace:FindFirstChild("LeaderboardPart")
if leaderboardPart then
[Link] = workspace
model:PivotTo([Link])
else
warn("LeaderboardPart not found in the workspace")
end
____________________________________________
SCRIPT TAG OWNER:
-----------------------------------------------------------------------------------
-----
--PlayerCharAddedScript - This script runs when a player joins or character
spawns. --
-- --
-----------------------------------------------------------------------------------
-----
--This example shows a billboard when the creator's character joins the game.
local bb = [Link]("BillboardGui")
[Link] = [Link](0,5,0) --Place the Gui a little above the
character's head.
[Link] = [Link](0,100,0,30)
local textLabel = [Link]("TextLabel")
[Link] = [Link](1,0,1,0) --same size as it's parent bb.
[Link] = true
[Link] = "Owner👑"
[Link] = bb
[Link]:Connect(function(player)
[Link]:Connect(function(char)
if [Link] == "YourRbxUsername" then --You will want to change this
to your Roblox user name.
wait(1) --give a little time in case it's a respawn.
local bbCopy = bb:Clone()
[Link] = char:WaitForChild("Head")
end
end)
end)
____________________________________________
SCRIPT HD ADMIN:
[Link]:LoadAsset(857927023).Parent = workspace
____________________________________________
SCRIPT KOMEN CHAR:
local Admins = { "tulis usn kalian di sini ", "OtherAdminUsername" } -- Add your
Roblox usernames here
local Players = game:GetService("Players")
-- Function to check if a player is an admin
local function IsAdmin(player)
for _, adminName in ipairs(Admins) do
if [Link] == adminName then
return true
end
end
return false
end
-- Function to change character
local function ChangeCharacter(player, username)
local success, userId = pcall(function()
return Players:GetUserIdFromNameAsync(username)
end)
if success and userId then
local newAppearance = Players:GetHumanoidDescriptionFromUserId(userId)
local character = [Link] or [Link]:Wait()
local humanoid = character:FindFirstChildOfClass("Humanoid")
if humanoid then
humanoid:ApplyDescription(newAppearance)
end
else
player:SendNotification("Error", "Username not found or invalid!", 5) --
Optional for UI feedback
end
end
-- Listen for player chat commands
[Link]:Connect(function(player)
[Link]:Connect(function(msg)
if IsAdmin(player) and [Link](msg, 1, 5) == "/char" then
local username = [Link](msg, 7)
if username and username ~= "" then
ChangeCharacter(player, username)
else
player:SendNotification("Error", "You must provide a username.", 5)
-- Optional
end
elseif [Link](msg, 1, 5) == "/char" then
player:SendNotification("Error", "You are not an admin.", 5) --
Optional
end
end)
end)
____________________________________________
SCRIPT BADGE WELCOME:
local PlayedBadge = -- Ganti dengan BadgeID Anda
local BadgeService = game:GetService("BadgeService")
[Link]:Connect(function(player)
if not BadgeService:UserHasBadgeAsync([Link],PlayedBadge) then
BadgeService:AwardBadge([Link],PlayedBadge)
end
end)
____________________________________________
SCRIPT KORBLOX:
-- korblox
[Link]:Connect(function(player)
[Link]:Connect(function(char)
[Link]:Connect(function(msg)
local loweredv = [Link](msg)
if loweredv == "/korblox" then
local Humanoid = char:WaitForChild("Humanoid",1)
local descriptionClone = Humanoid:GetAppliedDescription()
[Link] = 139607718
Humanoid:ApplyDescription(descriptionClone)
end
end)
end)
end)
-- headless
local function onPlayerChatted(player, message)
if message == '/headless' and [Link] and
[Link]:FindFirstChild("Head") then
[Link] = 1
[Link] = 1
end
end
local function onPlayerAdded(player)
[Link]:Connect(function (message) onPlayerChatted(player, message) end)
end
[Link]:Connect(onPlayerAdded)
____________________________________________
SCRIPT FINISH BADGE:
local BadgeService = game:GetService("BadgeService")
local BadgeID = -- Ganti dengan FinishBadge ID
[Link]:Connect(function(part)
if [Link]:FindFirstChild("Humanoid") then
local player = [Link]:GetPlayerFromCharacter([Link])
if not BadgeService:UserHasBadgeAsync([Link], BadgeID) then
BadgeService:AwardBadge([Link], BadgeID)
end
end
end)
____________________________________________
SCRIPT BLOCK MUTAR:
local part = [Link] -- Ambil objek yang akan diputar
local rotationSpeed = 2 -- Kecepatan rotasi, ubah angkanya sesuai kecepatan yang lo
mau
while true do
[Link] = [Link] * [Link](0, [Link](rotationSpeed), 0)
wait(0.03) -- Delay rotasi
end
____________________________________________
SCRIPT AIR:
[Link]:FillBlock([Link], [Link],
[Link])
wait(0.5)
[Link]:remove()
____________________________________________