Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local j = loadstring(game:HttpGet('https://sirius.menu/rayfield'))(); local e = j:CreateWindow({ Name = "\83\104\105\110\111\98\105\32\83\116\111\114\109\32\70\114\101\101", Icon = 0, LoadingTitle = "\83\104\105\110\111\98\105\32\83\116\111\114\109", LoadingSubtitle = "\98\121\32\98\98\48\105\120", Theme = "\83\101\114\101\110\105\116\121", DisableRayfieldPrompts = false, DisableBuildWarnings = false, ConfigurationSaving = { Enabled = true, FolderName = nil, FileName = "\66\105\103\32\72\117\98" }, Discord = { Enabled = false, Invite = "\110\111\105\110\118\105\116\101\108\105\110\107", RememberJoins = true }, KeySystem = false, KeySettings = { Title = "\85\110\116\105\116\108\101\100", Subtitle = "\75\101\121\32\83\121\115\116\101\109", Note = "\78\111\32\109\101\116\104\111\100\32\111\102\32\111\98\116\97\105\110\105\110\103\32\116\104\101\32\107\101\121\32\105\115\32\112\114\111\118\105\100\101\100", FileName = "\75\101\121", SaveKey = true, GrabKeyFromSite = false, Key = {"\72\101\108\108\111"} } }) local c = game:GetService("\80\108\97\121\101\114\115").LocalPlayer; local a = false; local m = 0.7; local k = 0; local g = e:CreateTab("\77\97\105\110\32\84\97\98"); local function r() task.spawn(function() while (a == true) do task.wait(); for index, value in pairs(game:GetService("\80\108\97\121\101\114\115"):GetChildren()) do if (value.Name ~= c.Name) then value.Character:FindFirstChild("\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116").Transparency = m; value.Character:FindFirstChild("\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116").Size = Vector3.new(k,s,k); value.Character:FindFirstChild("\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116").Color = Color3.fromRGB(255,255,0); end; end; end; end); end; g:CreateToggle({ Name = "\72\105\116\98\111\120", CurrentValue = false, Callback = function(l) a = l; print(a); if (a == false) then task.wait(1); print("\68\73\83\65\66\76\69\33"); for index, value in pairs(game:GetService("\80\108\97\121\101\114\115"):GetChildren()) do if (value.Name ~= c.Name) then value.Character.HumanoidRootPart.Transparency = 1; value.Character.HumanoidRootPart.Size = Vector3.new(2,2,1); value.Character.HumanoidRootPart.Color = Color3.fromRGB(163, 162, 165); end; end; else r(); end; end; }); g:CreateSlider({ Name = "\72\105\116\98\111\120\32\83\105\122\101", Range = {1, 30}, Increment = 1, Suffix = "", CurrentValue = 1, Callback = function(l) k = l; print(k); end; }); g:CreateSlider({ Name = "\72\105\116\98\111\120\32\84\114\97\110\115\112\97\114\101\110\99\121", Range = {0.1, 1}; Increment = 0.1, Suffix = "", CurrentValue = 0.7, Callback = function(l) m = l; print(m); end; });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement