Skip to content

Instantly share code, notes, and snippets.

@robloxluakrnlaccount
robloxluakrnlaccount / Devices.json
Created November 25, 2025 22:41
DeviceListJson4Generations
{
"devices": [
{"brand":"Apple","generation":"iPhone 14","name":"iPhone 14","battery":{"capacity_mAh":3279,"power_W":20},"display":{"size_inches":6.1},"camera":{"rear":[{"type":"wide","megapixels":12},{"type":"ultrawide","megapixels":12}],"front":{"type":"wide","megapixels":12}}},
{"brand":"Apple","generation":"iPhone 14","name":"iPhone 14 Plus","battery":{"capacity_mAh":4323,"power_W":20},"display":{"size_inches":6.7},"camera":{"rear":[{"type":"wide","megapixels":12},{"type":"ultrawide","megapixels":12}],"front":{"type":"wide","megapixels":12}}},
{"brand":"Apple","generation":"iPhone 14","name":"iPhone 14 Pro","battery":{"capacity_mAh":3200,"power_W":23},"display":{"size_inches":6.1},"camera":{"rear":[{"type":"wide","megapixels":48},{"type":"ultrawide","megapixels":12},{"type":"telephoto","megapixels":12}],"front":{"type":"wide","megapixels":12}}},
{"brand":"Apple","generation":"iPhone 14","name":"iPhone 14 Pro Max","battery":{"capacity_mAh":4323,"power_W":23},"display":{"size_inches":6.7},
{
"Title": "AI Chatbot: Chat with many models forums",
"How our game works on roblox": "Using an API that allows you to chat and select from all different AI Models.",
"How we keep your privacy": "Your messages are protected and logged only for the owner to see.",
"Does the FBI track me and my messages?": "No. Your messages and logs are not tracked by the FBI. They are visible exclusively to the owner. In extreme cases involving serious threats, a message could potentially be reported to authorities, but the owner generally does not monitor for jokes or minor offenses.",
"How your data is handled": "Your data is only processed through our servers. Logs are temporary and are deleted after 1 day.",
"What are the limits": "The limits depend on the AI model and your subscription tier. Your token limits are as follows: Free Tier: 500 tokens; Pro Tier: 4,128 tokens; Think Model (with Pro): 16,214 tokens; Think Model (with Free): 2,500 tokens.",
"Why do I get strange messages from the AI?": "We can als
@robloxluakrnlaccount
robloxluakrnlaccount / instance explorer.lua
Last active September 3, 2025 03:46
Instance Explorer lua script
-- Advanced Instance Explorer v3.15
-- Full editing capabilities, Insert toggle, comprehensive properties, Image Icon Support
-- Made by windows11_2nd/dinhdaniel2nd
if game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LoadedInstanceExplorer") then
return
else
local LoadedInstanceExplorer = Instance.new("BoolValue")
LoadedInstanceExplorer.Name = "LoadedInstanceExplorer"
LoadedInstanceExplorer.Value = true
LoadedInstanceExplorer.Parent = game.Players.LocalPlayer.PlayerScripts
-- WalkFling (Exploit-Only Version)
-- Requires SetNetworkOwner support
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local localPlayer = Players.LocalPlayer
local flingActive = false
local conn
@robloxluakrnlaccount
robloxluakrnlaccount / gist:67ab69477137800a8f3e4816423e1f51
Created August 19, 2025 22:56
WIN2ND EXPLOIT FULLUP lua roblox
--runable script paste onto executor
-[[
Ignore copying this only copy the load string
]]
loadstring(game:HttpGet("https://pastebin.com/raw/5fKeNhqC"))()
--[[
you better have a good reason on WHY you are looking at the script raw
]]
if not game.Players.LocalPlayer.PlayerScripts:FindFirstChild("Loaded") then
local data = Instance.new("NumberValue") --does this really matter no i added it for a damn reason
data.Name = "Loaded"
data.Parent = game.Players.LocalPlayer.PlayerScripts
--[[ ============================================================
RAYFIELD LOCAL (drop-in replacement; no loadstring/HttpGet)
Supports:
--[[
you better have a good reason on WHY you are looking at the script raw
]]
if not game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChild("Loaded") then
local data = Instance.new("NumberValue") --does this really matter no i added it for a damn reason
data.Name = "Loaded"
data.Parent = game:GetService("Players").LocalPlayer.PlayerScripts
print("Loaded Scripts")
local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
local event = ""