'[40] fly -- Allows you to fly, credit to Infinite Yield'. .. v:GetFullName() .. " | RemoteEvent"), print(" game." 1 hour ago Use ;resetprefix to reset to ;"; if string.sub(msg, 1, 12) == (";resetprefix") then. Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! '[92] remotes -- Prints all remotes in the game in the console when added'. Text = "Energize Animations GUI has loaded. "; if string.sub(msg, 1, 6) == (prefix.."view ") then, if game:GetService("Players")[v.Name].Character.Humanoid then, game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid, if string.sub(msg, 1, 7) == (prefix.."unview") then, game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid, if string.sub(msg, 1, 6) == (prefix.."goto ") then, if string.sub(msg, 1, 4) == (prefix.."fly") then, repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid'), local T = lplayer.Character.HumanoidRootPart, local CONTROL = {F = 0, B = 0, L = 0, R = 0}, local lCONTROL = {F = 0, B = 0, L = 0, R = 0}, local BV = Instance.new('BodyVelocity', T), BG.maxTorque = Vector3.new(9e9, 9e9, 9e9), lplayer.Character.Humanoid.PlatformStand = true, if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then, elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then, if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then, BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED, lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}, elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then, BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED, BG.cframe = workspace.CurrentCamera.CoordinateFrame, lplayer.Character.Humanoid.PlatformStand = false, if string.sub(msg, 1, 6) == (prefix.."unfly") then, if string.sub(msg, 1, 6) == (prefix.."chat ") then, game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All"), if string.sub(msg, 1, 6) == (prefix.."spam ") then, if string.sub(msg, 1, 7) == (prefix.."unspam") then, if string.sub(msg, 1, 10) == (prefix.."spamwait ") then, if string.sub(msg, 1, 8) == (prefix.."pmspam ") then, if string.sub(msg, 1, 9) == (prefix.."unpmspam") then, if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then, for i,v in pairs(GetPlayer(string.sub(msg, 10))) do, if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then, for i,v in pairs(GetPlayer(string.sub(msg, 12))) do, v.Character["Right Leg"].Anchored = false, v.Character["Right Arm"].Anchored = false, if string.sub(msg, 1, 9) == (prefix.."unlockws") then, local a = game:GetService("Workspace"):getChildren(). '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool'. Makes you and the player spin crazy'. '[-] cmdbar is shown when ; is pressed.'. .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true), for i,v in pairs(game:GetDescendants()) do, print(" game." '[99] toolson -- If any tools are dropped in the workspace you will automatically get them'. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying'. .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true), game.DescendantAdded:connect(function(bnd), warn(" game." Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled'. Download Scripts There is no virus in scripts since they are just raw text, simple. '[39] goto [plr] -- Teleports you to player'. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided'. Hi Dad, I'm Mom! '[18] noclip -- Gives you noclip to walk through walls'. Reviz as an Fe admin Gui is definitely awesome. '[55] blockhead -- Removes your head mesh'. Text = "Press E to teleport to mouse position, ;noclicktp to stop"; if string.sub(msg, 1, 9) == (prefix.."clickdel") then. '[128] logchat -- Logs all chat (including /e and whispers) of all players'. .. v:GetFullName() .. " | RemoteEvent"), print(" game." Text = "Filtering Disabled. use fates it has 700+ commands. By continuing to use Pastebin, you agree to our use of cookies as described in the. Consider using a different admin script. ", "All"), if string.sub(msg, 1, 4) == (prefix.."id ") then, for i,player in pairs(GetPlayer(string.sub(msg, 5))) do, game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All"), if string.sub(msg, 1, 6) == (prefix..".age ") then, for i,player in pairs(GetPlayer(string.sub(msg, 7))) do, if string.sub(msg, 1, 5) == (prefix..".id ") then, if string.sub(msg, 1, 7) == (prefix.."gameid") then, if string.sub(msg, 1, 4) == (prefix.."pgs") then, local pgscheck = game:GetService("Workspace"):PGSIsEnabled(), if string.sub(msg, 1, 12) == (prefix.."removeinvis") then, if string.sub(msg, 1, 10) == (prefix.."removefog") then, game:GetService("Lighting").FogEnd = 9999999999999, if string.sub(msg, 1, 8) == (prefix.."disable") then, lplayer.Character.Humanoid.Parent = lplayer, if string.sub(msg, 1, 7) == (prefix.."enable") then, lplayer.Humanoid.Parent = lplayer.Character, if string.sub(msg, 1, 8) == (prefix.."prefix ") then. Are you sure you want to create this branch? '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS'. '[94] tpdefault -- Stops all loop teleports to a player'. '[31] droptool -- Drops any tool you have equipped'. '[46] pmspam [plr] -- Spams a player in private message'. '[105] clickdel -- Delete any block you press q on, client sided'. | 0.55 KB, Python | | 0.34 KB, We use cookies for various purposes including analytics. '[37] view [plr] -- Changes your camera to the player character'. '[107] looprhats -- Loop removes mesh of your hats/loop block hats'. 28 min ago '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name'. '[54] unpstand -- Disables platform stand'. '[9] freefall [plr] -- You need a tool! with that said, infinite yield is the best choice. '[17] void [plr] -- Teleports player to the void'. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player'. ; removelimbs - Removes the limbs of the selected player . '[5] attach [plr] -- You need a tool! Make sure to. -- Credits to infinite yield, harkinian, dex creators. ;kill - Kills the player. View the selected object or the model part created by a section from the front. '[24] annoy [plr] -- Loop teleports you to the player'. Text = "Workspace unlocked. Command-2. '[120] enable -- Enables your character by adding humanoid'. Text = "Press E to teleport to mouse position"; if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then, if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then, if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then, if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then, if string.sub(CMDBAR.Text, 1, 5) == ("reset") then, if string.sub(CMDBAR.Text, 1, 6) == ("state ") then, if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then, game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9), if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then, if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then, if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then, if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then, if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then, for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do, if string.sub(CMDBAR.Text, 1, 4) == ("age ") then, for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do, if string.sub(CMDBAR.Text, 1, 3) == ("id ") then, for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do, if string.sub(CMDBAR.Text, 1, 5) == (".age ") then, for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do, if string.sub(CMDBAR.Text, 1, 4) == (".id ") then, if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then, if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then, if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then, if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then, if string.sub(CMDBAR.Text, 1, 7) == ("disable") then, if string.sub(CMDBAR.Text, 1, 6) == ("enable") then, if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then, for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do, if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then, if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then, if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then, if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then, if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then, if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then, if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then, if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then, if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then, local ImageLabel = Instance.new("ImageLabel"), intro.Parent = game:GetService("CoreGui"), Frame.BackgroundColor3 = Color3.new(1, 1, 1), Frame.Position = UDim2.new(0, 0, -0.4, 0), ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1), ImageLabel.Position = UDim2.new(0, 0, 0, 0), ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618", Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3), Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5), ------------------------------------------------------------------------------------------------------------------, WARNING: The commands('cmds', 'admin' and 'unadmin' will make you chat), To kill silently type '/e kill' (it will kill everybody)[/align], [align=center]You cant kill the people that have force field on. I provide pastebin in each script download if you're that aware. '[26] headwalk [plr] -- Loop teleports you to the player head'. '[103] gravity [num] -- Changes workspace gravity default is 196.2'. .. bndfnctn:GetFullName() .. " | BindableFunction"), print(" game." '[24] annoy [plr] -- Loop teleports you to the player'. Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Text = "Filtering Enabled. Reviz Admin Command for [Roblox] *WORKING* NEW - YouTube 0:00 / 0:15 Reviz Admin Command for [Roblox] *WORKING* NEW SeWy 1 subscriber Subscribe 746 views 2 years ago Reviz. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats'. "; if string.sub(msg, 1, 7) == (prefix.."lockws") then, if string.sub(msg, 1, 7) == (prefix.."btools") then, local Clone_T = Instance.new("HopperBin",lplayer.Backpack), local Destruct = Instance.new("HopperBin",lplayer.Backpack), local Hold_T = Instance.new("HopperBin",lplayer.Backpack), if string.sub(msg, 1, 7) == (prefix.."pstand") then, if string.sub(msg, 1, 9) == (prefix.."unpstand") then, if string.sub(msg, 1, 10) == (prefix.."blockhead") then, if string.sub(msg, 1, 4) == (prefix.."sit") then, if string.sub(msg, 1, 10) == (prefix.."bringobj ") then, for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do, if obj.Name == (string.sub(msg, 11)) then, obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame, obj.CFrame = lplayer.Character["Left Leg"].CFrame, obj.CFrame = lplayer.Character["Right Leg"].CFrame, obj.CFrame = lplayer.Character["Head"].CFrame, if string.sub(msg, 1, 7) == (prefix.."wsvis ") then, local a = game:GetService("Workspace"):GetDescendants(), if string.sub(msg, 1, 11) == (prefix.."hypertotal") then, loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)(), if string.sub(msg, 1, 5) == (prefix.."cmds") then, if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then, if string.sub(msg, 1, 10) == (prefix.."blockhats") then, if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then, if string.sub(msg, 1, 10) == (prefix.."blocktool") then, if string.sub(msg, 1, 8) == (prefix.."spinner") then, local p = Instance.new("RocketPropulsion"), p.Parent = lplayer.Character.HumanoidRootPart, if string.sub(msg, 1, 10) == (prefix.."nospinner") then, lplayer.Character.HumanoidRootPart.Spinner:Destroy(), if string.sub(msg, 1, 7) == (prefix.."reachd") then, for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do, local a = Instance.new("SelectionBox",v.Handle), lplayer.Character.Humanoid:UnequipTools(). 1,424 . '[80] savepos -- Saves your current position'. '[118] removefog -- Removes fog, client sided'. Watch this video. | 9.75 KB, C++ | '[112] age [plr] -- Makes you chat the account age of the player'. 1 hour ago 1 hour ago Text = "Prefix is now "..prefix..". '[12] orbit [plr] -- Makes you orbit the player'. '[40] fly -- Allows you to fly, credit to Infinite Yield'. "; if string.sub(msg, 1, 9) == (prefix.."toolsoff") then, if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then, if string.sub(msg, 1, 6) == (prefix.."reset") then, if string.sub(msg, 1, 7) == (prefix.."state ") then, if string.sub(msg, 1, 9) == (prefix.."gravity ") then, game:GetService("Workspace").Gravity = string.sub(msg, 10), if string.sub(msg, 1, 10) == (prefix.."looprhats") then, if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then, if string.sub(msg, 1, 10) == (prefix.."looprtool") then, if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then, if string.sub(msg, 1, 10) == (prefix.."givetool ") then, for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do, for i,player in pairs(GetPlayer(string.sub(msg, 11))) do, if string.sub(msg, 1, 14) == (prefix.."givealltools ") then, for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do, for i,player in pairs(GetPlayer(string.sub(msg, 15))) do, if string.sub(msg, 1, 5) == (prefix.."age ") then, for i,player in pairs(GetPlayer(string.sub(msg, 6))) do, game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days! Swaps players position with yours and your position with players'. '[107] looprhats -- Loop removes mesh of your hats/loop block hats'. "; if string.sub(msg, 1, 7) == (prefix.."bring ") then, for i,v in pairs(GetPlayer(string.sub(msg, 8)))do, char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame, tp(game:GetService("Players")[v.Name], lplayer), getout(lplayer, game:GetService("Players")[v.Name]), if string.sub(msg, 1, 6) == (prefix.."spin ") then, for i,v in pairs(GetPlayer(string.sub(msg, 7))) do, lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame, if string.sub(msg, 1, 7) == (prefix.."unspin") then, if string.sub(msg, 1, 8) == (prefix.."attach ") then, for i,v in pairs(GetPlayer(string.sub(msg, 9))) do, if string.sub(msg, 1, 10) == (prefix.."unattach ") then, for i,v in pairs(GetPlayer(string.sub(msg, 11))) do, if string.sub(msg, 1, 8) == (prefix.."follow ") then, if string.sub(msg, 1, 9) == (prefix.."unfollow") then, if string.sub(msg, 1, 10) == (prefix.."freefall ") then, lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0), if string.sub(msg, 1, 7) == (prefix.."trail ") then, for i,v in pairs(GetPlayer(string.sub(msg, 8))) do, if string.sub(msg, 1, 8) == (prefix.."untrail") then, if string.sub(msg, 1, 7) == (prefix.."orbit ") then, if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then, lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame, local o = Instance.new("RocketPropulsion"), o.Parent = lplayer.Character.HumanoidRootPart, o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart, if string.sub(msg, 1, 8) == (prefix.."unorbit") then, lplayer.Character.HumanoidRootPart.Orbit:Destroy(), if string.sub(msg, 1, 7) == (prefix.."fling ") then, local y = Instance.new("RocketPropulsion"), y.Parent = lplayer.Character.HumanoidRootPart, game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head, y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart, if string.sub(msg, 1, 8) == (prefix.."unfling") then, lplayer.Character.HumanoidRootPart.Fling:Destroy(), game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head, if string.sub(msg, 1, 8) == (prefix.."fecheck") then, if game:GetService("Workspace").FilteringEnabled == true then, warn("FE is Enabled (Filtering Enabled)"). '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name'. .. rmt:GetFullName() .. " | RemoteEvent"), print(" game." '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. --Hey this is JHPlays so I have been thinking this is the day I made my first admin commands: -- Creator: JHPlays -- Credits to DaRealJHplaysYT, Dev, KenKanxDTheNoob --creators . adminversion = "Reviz Admin by illremember, Version 2.0" flying = false speedfly = 1 function plrchat(plr, chat) . 1 hour ago Text = "Stopped logging all player chat. "; if string.sub(msg, 1, 7) == (prefix.."reach ") then, v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8))), if string.sub(msg, 1, 8) == (prefix.."noreach") then. '[90] deldecal -- Deletes all decals client sided'. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided'. ;loopkill - Kills a player over and over again. .. v:GetFullName() .. " | RemoteFunction"), print(" game." '[101] version -- Gets the admin version'. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you'. | 0.05 KB, Java | '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default'. '[32] loopdhats -- Loop drops your accessories'. local Admins = {"FakeNameHereSoNoStalkers"} function Kill (Players) for i,Player in ipairs (Players) do if Player.Character then Player.Character:BreakJoints () end end end function IsAdmin (Player) for i,AdminName in ipairs (Admins) do if Player.Name:lower () == AdminName:lower () then return true end end return false end function GetPlayers '[82] bang [plr] -- 18+ will not work if you have FE Godmode on'.
Marlon Brando Sacheen Littlefeather, Bt Service Checker, How Did Elizabeth Warleggan Die Of Gangrene, Tom O'bedlam When Tomorrow Starts Without Me, Articles R
Marlon Brando Sacheen Littlefeather, Bt Service Checker, How Did Elizabeth Warleggan Die Of Gangrene, Tom O'bedlam When Tomorrow Starts Without Me, Articles R