Facebook
From Bulky Owl, 1 Year ago, written in Plain Text.
This paste is a reply to script admin from Kicper - view diff
Embed
Download Paste or View Raw
Hits: 371
  1. 3
  2.             end end end
  3.             end)
  4.             game.DescendantAdded:connect(function(rmtfnctn)
  5.             if added == true then
  6.             if remotes == true then
  7.             if rmtfnctn:IsA("RemoteFunction") then
  8.             warn("A RemoteFunction was added!")
  9.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  10.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  11.             end end end
  12.             end)
  13.            
  14.             game.DescendantAdded:connect(function(bndfnctn)
  15.             if added == true then
  16.             if binds == true then
  17.             if bndfnctn:IsA("BindableFunction") then
  18.             print("A BindableFunction was added!")
  19.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  20.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  21.             end end end
  22.             end)
  23.            
  24.             game.DescendantAdded:connect(function(bnd)
  25.             if added == true then
  26.             if binds == true then
  27.             if bnd:IsA("BindableEvent") then
  28.             warn("A BindableEvent was added!")
  29.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  30.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  31.             end end end
  32.             end)
  33.            
  34.            
  35.             if binds == true then
  36.             for i,v in pairs(game:GetDescendants()) do
  37.             if v:IsA("BindableFunction") then
  38.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  39.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  40.             end end
  41.             for i,v in pairs(game:GetDescendants()) do
  42.             if v:IsA("BindableEvent") then
  43.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  44.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  45.             end end
  46.             else
  47.             print("Off")
  48.             end
  49.             if remotes == true then
  50.             for i,v in pairs(game:GetDescendants()) do
  51.             if v:IsA("RemoteFunction") then
  52.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  53.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  54.             end end
  55.             wait()
  56.             for i,v in pairs(game:GetDescendants()) do
  57.             if v:IsA("RemoteEvent") then
  58.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  59.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  60.             end end
  61.             else
  62.             print("Off")
  63.             end
  64.             game:GetService("StarterGui"):SetCore("SendNotification", {
  65.             Title = "Printing Remotes";
  66.             Text = "Type ;noremotes to disable.";
  67.             })
  68.         end
  69.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  70.             remotes = false
  71.             added = false
  72.             game:GetService("StarterGui"):SetCore("SendNotification", {
  73.             Title = "Printing Remotes Disabled";
  74.             Text = "Type ;remotes to enable.";
  75.             })
  76.         end
  77.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  78.             spin = false
  79.             followed = false
  80.             traill = false
  81.             noclip = false
  82.             annoying = false
  83.             hwalk = false
  84.             cbringing = false
  85.         end
  86.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  87.             stopsitting = true
  88.         end
  89.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  90.             stopsitting = false
  91.         end
  92.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  93.             print(adminversion)
  94.             game:GetService("StarterGui"):SetCore("SendNotification", {
  95.             Title = "Version";
  96.             Text = adminversion;
  97.             })
  98.         end
  99.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  100.             clickgoto = true
  101.             game:GetService("StarterGui"):SetCore("SendNotification", {
  102.             Title = "Click TP";
  103.             Text = "Press E to teleport to mouse position";
  104.             })
  105.         end
  106.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  107.             clickgoto = false
  108.             game:GetService("StarterGui"):SetCore("SendNotification", {
  109.             Title = "Click TP";
  110.             Text = "Click TP has been disabled.";
  111.             })
  112.         end
  113.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  114.             gettingtools = true
  115.             game:GetService("StarterGui"):SetCore("SendNotification", {
  116.             Title = "Tools Enabled";
  117.             Text = "Automatically colleting tools dropped.";
  118.             })
  119.         end
  120.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  121.             gettingtools = false
  122.             game:GetService("StarterGui"):SetCore("SendNotification", {
  123.             Title = "Tools Disabled";
  124.             Text = "Click TP has been disabled.";
  125.             })
  126.         end
  127.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  128.             ScreenGui:Destroy()
  129.         end
  130.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  131.             lplayer.Character.Head:Destroy()
  132.         end
  133.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  134.             statechosen = string.sub(CMDBAR.Text, 7)
  135.             changingstate = true
  136.         end
  137.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  138.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  139.         end
  140.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  141.         removingmeshhats = true
  142.         end
  143.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  144.             removingmeshhats = false
  145.         end
  146.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  147.             removingmeshtool = true
  148.         end
  149.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  150.             removingmeshtool = false
  151.         end
  152.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  153.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  154.                 if v:IsA("Tool") then
  155.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  156.                         v.Parent = player.Character
  157.                     end
  158.                 end
  159.             end
  160.         end
  161.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  162.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  163.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  164.             end
  165.         end
  166.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  167.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  168.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  169.             end
  170.         end
  171.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  172.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  173.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  174.                 Title = player.AccountAge.." Days";
  175.                 Text = "Account age of "..player.Name;
  176.                 })
  177.             end
  178.         end
  179.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  180.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  181.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  182.                 Title = player.UserId.." ID";
  183.                 Text = "Account ID of "..player.Name;
  184.                 })
  185.             end
  186.         end
  187.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  188.             game:GetService("StarterGui"):SetCore("SendNotification", {
  189.             Title = "Game ID";
  190.             Text = "Game ID: ".. game.GameId;
  191.             })
  192.         end
  193.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  194.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  195.             if pgscheck == true then
  196.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  197.                 Title = "PGSPhysicsSolverEnabled";
  198.                 Text = "PGS is Enabled!";
  199.                 })
  200.             else
  201.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  202.                 Title = "PGSPhysicsSolverEnabled";
  203.                 Text = "PGS is Disabled!";
  204.                 })
  205.             end
  206.         end
  207.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  208.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  209.                 if v:IsA("Part") then
  210.                     if v.Transparency == 1 then
  211.                         if v.Name ~= "HumanoidRootPart" then
  212.                             v:Destroy()
  213.                         end
  214.                     end
  215.                 end
  216.             end
  217.         end
  218.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  219.             game:GetService("Lighting").FogStart = 0
  220.             game:GetService("Lighting").FogEnd = 9999999999999
  221.         end
  222.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  223.             lplayer.Character.Humanoid.Parent = lplayer
  224.         end
  225.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  226.             lplayer.Humanoid.Parent = lplayer.Character
  227.         end
  228.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  229.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  230.                 if v:IsA("Tool") then
  231.                     v.Parent = lplayer.Character
  232.                     wait()
  233.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  234.                         v.Parent = player.Character
  235.                     end
  236.                 end
  237.             end
  238.         end
  239.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  240.             speedfly = string.sub(CMDBAR.Text, 10)
  241.             wait()
  242.             change()
  243.         end
  244.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  245.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  246.                 local Anim3 = Instance.new("Animation")
  247.                 Anim3.AnimationId = "rbxassetid://282574440"
  248.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  249.                 track3:Play(.1, 1, 1)
  250.                 bplrr = v.Name
  251.                 banpl = true
  252.             end
  253.         end
  254.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  255.             banpl = false
  256.         end
  257.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  258.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  259.                 staring = true
  260.                 stareplr = v
  261.             end
  262.         end
  263.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  264.             staring = false
  265.         end
  266.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  267.             chatlogs = true
  268.             game:GetService("StarterGui"):SetCore("SendNotification", {
  269.             Title = "LogChat enabled";
  270.             Text = "Now logging all player chat.";
  271.             })
  272.         end
  273.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  274.             chatlogs = false
  275.             game:GetService("StarterGui"):SetCore("SendNotification", {
  276.             Title = "LogChat disabled";
  277.             Text = "Stopped logging all player chat.";
  278.             })
  279.         end
  280.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  281.             game:GetService("Workspace").CurrentCamera:Destroy()
  282.             wait(0.1)
  283.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  284.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  285.             lplayer.CameraMinZoomDistance = 0.5
  286.             lplayer.CameraMaxZoomDistance = 400
  287.             lplayer.CameraMode = "Classic"
  288.         end
  289.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  290.             changingstate = false
  291.         end
  292.         CMDBAR.Text = ""
  293.     end
  294. end)
  295.  
  296. wait(0.3)
  297. game:GetService("StarterGui"):SetCore("SendNotification", {
  298.     Title = "Loaded successfully!";
  299.     Text = "Reviz Admin V2 by illremember";
  300. })
  301. wait(0.1)
  302. print("Reviz Admin V2 loaded!")
  303. if game:GetService("Workspace").FilteringEnabled == true then
  304.     warn("FE is Enabled (Filtering Enabled)")
  305.     game:GetService("StarterGui"):SetCore("SendNotification", {
  306.         Title = "FE is Enabled";
  307.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  308.     })
  309. else
  310.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  311.     game:GetService("StarterGui"):SetCore("SendNotification", {
  312.         Title = "FE is Disabled";
  313.         Text = "Filtering Disabled. Consider using a different admin script.";
  314.     })
  315. end
  316.  
  317. local intro = Instance.new("ScreenGui")
  318. local Frame = Instance.new("Frame")
  319. local ImageLabel = Instance.new("ImageLabel")
  320. intro.Parent = game:GetService("CoreGui")
  321. Frame.Parent = intro
  322. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  323. Frame.BackgroundTransparency = 1
  324. Frame.Size = UDim2.new(1, 0, 0, 300)
  325. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  326. ImageLabel.Parent = Frame
  327. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  328. ImageLabel.BackgroundTransparency = 1
  329. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  330. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  331. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  332. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  333. wait(3.01)
  334. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  335. wait(5.01)
  336. intro:Destroy()