動作中
Warning Card open source

スクリプトコード
Lua
-- usage
loadstring(game:HttpGet("https://ancestrychanged.com/scripts/warningcard.lua"))({
title = "Unsupported executor",
body = "This script uses functions that your executor doesn't support.",
site = "https://weao.xyz/",
note = "Every executor on the site works, except Xeno and Solara.",
primary = "View executors", -- opens discord if user has it
secondary = "Dismiss",
invite = "weaoxyz", -- discord invite, set to nil if you don't want to see the primary button
logoUrl = "https://ancestrychanged.com/images/weaologo.png",
logoFile = "weaologo.png",
yields = true, -- false: returns instantly and script keeps running; true: waits for user to click any button + also returns which button was clicked - primary (view executors) or secondary (dismiss)
hideOtherUis = true, -- hide every other UI (inf yield, roblox topbar, other ScreenGuis/SurfaceGuis/BillboardGuis) while the warning is visible, restore them on close
})()
-- i pair it w/ this
--[[
if string.lower(identifyexecutor()):find("xeno") then
loadstring ... ... ...
end
--]]
-- literally just messagebox with forced focus inside roblox 説明
cool warning thing i made to detect executors that don't have a specific function
コメント (0)
- 最初のコメントを投稿しましょう。
よくある質問
- Warning Card open sourceスクリプトはどう使いますか?
- 上のスクリプトコードをコピーし、Robloxエグゼキューターを開いて貼り付け、ゲーム中に実行を押してください。スクリプトが実行されると、機能が即座に有効になります。
- Warning Card open sourceスクリプトは無料ですか?
- はい。このスクリプトは無料でコピー&使用できます。キーシステムを使用している場合は、リンクから無料でキーを取得してください。
- Warning Card open sourceスクリプトの使用は安全ですか?
- ソースコード全体がこのページに表示されるので、実行前に内容を正確に確認できます。信頼できるエグゼキューターを使用し、スクリプトの使用はRobloxの利用規約に違反するため、自己責任で使用してください。
- Warning Card open sourceに対応するエグゼキューターは?
- このスクリプトはほとんどの人気Robloxエグゼキューターで動作します。お使いのデバイス向けの信頼できる無料または有料エグゼキューターを見つけるには、エグゼキューターページをご覧ください。