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
------------UPDATE INFO--------------- | |
------FINAL UPDATE------- | |
---SCRIPT NAME NINJA GUI--- | |
--GUI MADE BY BLACKWATCH AND MRS BLACK-- | |
------PROPERTY OF BLACKWATCH TEAM------- |
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
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/e7c127c0f3300e3af486c6580d8f6986/raw/cfc39a5f59796ada8bf788fdb0f6f759b2834338/Fe%2520Mobile%2520Sword%2520Admin'))() |
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
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/66313af5bff4b1064040090361dc7e90/raw/39bca733ce3693d6058c039149b8fdff64509d0b/FE%2520HEIGHTS%2520ADMIN'))() |
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
--Subscribe To ArceusMODZ-- | |
-- If Any Error Happened Let me Know-- | |
--// Setting \-- | |
local range = 20 | |
--// Variable \-- | |
local player = game:GetService("Players").LocalPlayer | |
--// Script \-- |
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
--Subscribe To ArceusMODZ-- | |
-- If Any Error Happened Let me Know-- | |
--// Setting \-- | |
local range = 10 | |
--// Variable \-- | |
local player = game:GetService("Players").LocalPlayer | |
--// Script \-- |
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
------------UPDATE INFO--------------- | |
------FINAL UPDATE------- | |
---SCRIPT NAME HIDER BREAKER--- | |
--GUI MADE BY BLACKWATCH AND MRS BLACK-- | |
------PROPERTY OF BLACKWATCH TEAM------- |
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
**R6 Animations** | |
rbxassetid://181526230 - Faint | |
rbxassetid://313762630 - Levitate | |
rbxassetid://188632011 - ** Spinner | |
rbxassetid://179224234 - Float Sit | |
rbxassetid://180612465 - Scared | |
rbxassetid://121572214 - Floating Head | |
rbxassetid://182724289 - Crouch | |
rbxassetid://429703734 - Moving Dance | |
rbxassetid://313762630 - Glitch Levitate |
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
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/ce96d672535a311a4b00a9a97b59f333/raw/c1ba74fec8be5162b16cef546a63dea98d0088ec/Fe%2520R6%2520emotes%2520Gui'))() |
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
------------UPDATE INFO--------------- | |
------FINAL UPDATE------- | |
---SCRIPT NAME R6 EMOTES GUI--- | |
--GUI MADE BY BLACKWATCH AND MRS BLACK-- | |
------PROPERTY OF BLACKWATCH TEAM------- |
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
for i=1,10 do | |
for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do | |
if tool:IsA("Tool") then | |
tool.Parent = game:GetService("Players").LocalPlayer.Character -- I didn't use Equip because the Equip function unequips any other tools in your character. | |
end | |
end | |
for i = 1, 2 do | |
for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do | |
if v:IsA("Tool") then | |
v.Parent = game.Players.LocalPlayer:FindFirstChildOfClass("Backpack") |
NewerOlder