Skip to content

Instantly share code, notes, and snippets.

------------UPDATE INFO---------------
------FINAL UPDATE-------
---SCRIPT NAME NINJA GUI---
--GUI MADE BY BLACKWATCH AND MRS BLACK--
------PROPERTY OF BLACKWATCH TEAM-------
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/e7c127c0f3300e3af486c6580d8f6986/raw/cfc39a5f59796ada8bf788fdb0f6f759b2834338/Fe%2520Mobile%2520Sword%2520Admin'))()
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/66313af5bff4b1064040090361dc7e90/raw/39bca733ce3693d6058c039149b8fdff64509d0b/FE%2520HEIGHTS%2520ADMIN'))()
--Subscribe To ArceusMODZ--
-- If Any Error Happened Let me Know--
--// Setting \--
local range = 20
--// Variable \--
local player = game:GetService("Players").LocalPlayer
--// Script \--
--Subscribe To ArceusMODZ--
-- If Any Error Happened Let me Know--
--// Setting \--
local range = 10
--// Variable \--
local player = game:GetService("Players").LocalPlayer
--// Script \--
@Blackwatch69
Blackwatch69 / FE HIDER BREAKER GUI
Created September 17, 2023 19:37
Made for hide n seek extreme
------------UPDATE INFO---------------
------FINAL UPDATE-------
---SCRIPT NAME HIDER BREAKER---
--GUI MADE BY BLACKWATCH AND MRS BLACK--
------PROPERTY OF BLACKWATCH TEAM-------
**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
@Blackwatch69
Blackwatch69 / R6 Emotes Gui Loadstring
Created September 14, 2023 18:20
Made for r6 games only chat commands needed
loadstring(game:HttpGet('https://gist.githubusercontent.com/Blackwatch69/ce96d672535a311a4b00a9a97b59f333/raw/c1ba74fec8be5162b16cef546a63dea98d0088ec/Fe%2520R6%2520emotes%2520Gui'))()
------------UPDATE INFO---------------
------FINAL UPDATE-------
---SCRIPT NAME R6 EMOTES GUI---
--GUI MADE BY BLACKWATCH AND MRS BLACK--
------PROPERTY OF BLACKWATCH TEAM-------
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")