This file contains hidden or 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
| { | |
| "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}, |
This file contains hidden or 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
| { | |
| "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 |
This file contains hidden or 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
| -- 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 |
This file contains hidden or 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
| -- 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 |
This file contains hidden or 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
| --runable script paste onto executor | |
| -[[ | |
| Ignore copying this only copy the load string | |
| ]] | |
| loadstring(game:HttpGet("https://pastebin.com/raw/5fKeNhqC"))() |
This file contains hidden or 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
| --[[ | |
| 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: |
This file contains hidden or 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
| --[[ | |
| 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 = "" |