3 end end end end) game.DescendantAdded:connect(function(rmtfnctn) if added == true then if remotes == true then if rmtfnctn:IsA("RemoteFunction") then warn("A RemoteFunction was added!") warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction") print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true) end end end end) game.DescendantAdded:connect(function(bndfnctn) if added == true then if binds == true then if bndfnctn:IsA("BindableFunction") then print("A BindableFunction was added!") print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction") print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true) end end end end) game.DescendantAdded:connect(function(bnd) if added == true then if binds == true then if bnd:IsA("BindableEvent") then warn("A BindableEvent was added!") warn(" game." .. bnd:GetFullName() .. " | BindableEvent") print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true) end end end end) if binds == true then for i,v in pairs(game:GetDescendants()) do if v:IsA("BindableFunction") then print(" game." .. v:GetFullName() .. " | BindableFunction") print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true) end end for i,v in pairs(game:GetDescendants()) do if v:IsA("BindableEvent") then warn(" game." .. v:GetFullName() .. " | BindableEvent") print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true) end end else print("Off") end if remotes == true then for i,v in pairs(game:GetDescendants()) do if v:IsA("RemoteFunction") then warn(" game." .. v:GetFullName() .. " | RemoteFunction") print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true) end end wait() for i,v in pairs(game:GetDescendants()) do if v:IsA("RemoteEvent") then print(" game." .. v:GetFullName() .. " | RemoteEvent") print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true) end end else print("Off") end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Printing Remotes"; Text = "Type ;noremotes to disable."; }) end if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then remotes = false added = false game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Printing Remotes Disabled"; Text = "Type ;remotes to enable."; }) end if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then spin = false followed = false traill = false noclip = false annoying = false hwalk = false cbringing = false end if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then stopsitting = true end if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then stopsitting = false end if string.sub(CMDBAR.Text, 1, 7) == ("version") then print(adminversion) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Version"; Text = adminversion; }) end if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then clickgoto = true game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Click TP"; Text = "Press E to teleport to mouse position"; }) end if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then clickgoto = false game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Click TP"; Text = "Click TP has been disabled."; }) end if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then gettingtools = true game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Tools Enabled"; Text = "Automatically colleting tools dropped."; }) end if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then gettingtools = false game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Tools Disabled"; Text = "Click TP has been disabled."; }) end if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then ScreenGui:Destroy() end if string.sub(CMDBAR.Text, 1, 5) == ("reset") then lplayer.Character.Head:Destroy() end if string.sub(CMDBAR.Text, 1, 6) == ("state ") then statechosen = string.sub(CMDBAR.Text, 7) changingstate = true end if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9) end if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then removingmeshhats = true end if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then removingmeshhats = false end if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then removingmeshtool = true end if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then removingmeshtool = false end if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do if v:IsA("Tool") then for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do v.Parent = player.Character end end end end if string.sub(CMDBAR.Text, 1, 4) == ("age ") then for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All") end end if string.sub(CMDBAR.Text, 1, 3) == ("id ") then for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All") end end if string.sub(CMDBAR.Text, 1, 5) == (".age ") then for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do game:GetService("StarterGui"):SetCore("SendNotification", { Title = player.AccountAge.." Days"; Text = "Account age of "..player.Name; }) end end if string.sub(CMDBAR.Text, 1, 4) == (".id ") then for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do game:GetService("StarterGui"):SetCore("SendNotification", { Title = player.UserId.." ID"; Text = "Account ID of "..player.Name; }) end end if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Game ID"; Text = "Game ID: ".. game.GameId; }) end if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then local pgscheck = game:GetService("Workspace"):PGSIsEnabled() if pgscheck == true then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "PGSPhysicsSolverEnabled"; Text = "PGS is Enabled!"; }) else game:GetService("StarterGui"):SetCore("SendNotification", { Title = "PGSPhysicsSolverEnabled"; Text = "PGS is Disabled!"; }) end end if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v:IsA("Part") then if v.Transparency == 1 then if v.Name ~= "HumanoidRootPart" then v:Destroy() end end end end end if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then game:GetService("Lighting").FogStart = 0 game:GetService("Lighting").FogEnd = 9999999999999 end if string.sub(CMDBAR.Text, 1, 7) == ("disable") then lplayer.Character.Humanoid.Parent = lplayer end if string.sub(CMDBAR.Text, 1, 6) == ("enable") then lplayer.Humanoid.Parent = lplayer.Character end if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do if v:IsA("Tool") then v.Parent = lplayer.Character wait() for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do v.Parent = player.Character end end end end if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then speedfly = string.sub(CMDBAR.Text, 10) wait() change() end if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do local Anim3 = Instance.new("Animation") Anim3.AnimationId = "rbxassetid://282574440" local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3) track3:Play(.1, 1, 1) bplrr = v.Name banpl = true end end if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then banpl = false end if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do staring = true stareplr = v end end if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then staring = false end if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then chatlogs = true game:GetService("StarterGui"):SetCore("SendNotification", { Title = "LogChat enabled"; Text = "Now logging all player chat."; }) end if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then chatlogs = false game:GetService("StarterGui"):SetCore("SendNotification", { Title = "LogChat disabled"; Text = "Stopped logging all player chat."; }) end if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then game:GetService("Workspace").CurrentCamera:Destroy() wait(0.1) game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid game:GetService("Workspace").CurrentCamera.CameraType = "Custom" lplayer.CameraMinZoomDistance = 0.5 lplayer.CameraMaxZoomDistance = 400 lplayer.CameraMode = "Classic" end if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then changingstate = false end CMDBAR.Text = "" end end) wait(0.3) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Loaded successfully!"; Text = "Reviz Admin V2 by illremember"; }) wait(0.1) print("Reviz Admin V2 loaded!") if game:GetService("Workspace").FilteringEnabled == true then warn("FE is Enabled (Filtering Enabled)") game:GetService("StarterGui"):SetCore("SendNotification", { Title = "FE is Enabled"; Text = "Filtering Enabled. Enjoy using Reviz Admin!"; }) else warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.") game:GetService("StarterGui"):SetCore("SendNotification", { Title = "FE is Disabled"; Text = "Filtering Disabled. Consider using a different admin script."; }) end local intro = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local ImageLabel = Instance.new("ImageLabel") intro.Parent = game:GetService("CoreGui") Frame.Parent = intro Frame.BackgroundColor3 = Color3.new(1, 1, 1) Frame.BackgroundTransparency = 1 Frame.Size = UDim2.new(1, 0, 0, 300) Frame.Position = UDim2.new(0, 0, -0.4, 0) ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) ImageLabel.BackgroundTransparency = 1 ImageLabel.Position = UDim2.new(0, 0, 0, 0) ImageLabel.Size = UDim2.new(1, 0, 1, 0) ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618" Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3) wait(3.01) Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5) wait(5.01) intro:Destroy()