ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Make an NPC!
17.2k Views

BACKDOOR II LOPEX NPC*ER

Make an NPC!Uploaded by
10 months ago
Please login to perform these actions:

Description

Brought by you,LOPEX,Its recommended you hold the move tool to make every feature work,or the remoteevents will fail hardly. I would say this is a partially backdoor,because it does not fully utilize the SS,The backdoor here is only the move tool,meaning you can do rotation,move,erase but you still can do so many features such as Bring,kill,and some other factors included in this script as i hate just a little this game,i will reveal one of the sources,where the moves the object,my function is here. local function moveobj(obj, cframe) local player = game:GetService("Players").LocalPlayer local char = player.Character or player.CharacterAdded:Wait() -- Try to find MoveTool with timeout to prevent infinite yield local moveTool = char:WaitForChild("MoveTool",0.001) -- waits max 5 seconds if not moveTool then warn("ACUSTIC ALERT : The thing failed,using emulation handlers.") obj.CFrame = cframe return end -- Try to find the events with timeout local ownEvent = moveTool:WaitForChild("OwnEvent",1) local moveEvent = moveTool:WaitForChild("MoveEvent",1) if not ownEvent or not moveEvent then warn("Required events not found in MoveTool,Are you acustic or did you forget the right game?") return end -- Fire the events safely ownEvent:FireServer(obj) moveEvent:FireServer(obj, cframe) end FEATURES Kill (any/all) Bring (any/others) Destroy map Melt map (intensity,how many times) CRAZYDUB (Some custom ss type to act you as the killer) Btools (W/no placing parts) Bring npcs (unused,all) Clean npcs (unused,all) Control npc (turns yourself into npc) Mod npc (yours/unused/all || Walkspeed + JumpPower) All unused npcs follow target (a little inconsistent,i will attempt to fix that..) Suggestion BBS (Its a suggestion thing found in game's files,prob used for testers,Its located on replicatedstorage.) Autofarm (Does exactly what you think.) -2000 RAMPAGE || OWNED BY DUBDUBDUBDUB JOIN OR ELSE

View Raw
Edited By: saladin3216 Download


Comments
7
User profile picture
sinfulv34 10 months ago
ts is broken asf does not work
sinfulv34's profile picturesinfulv34ts is broken asf does not work
User profile picture
saladin3216 10 months ago
@sinfulv34 did you forget the move tool? because it aint gonna work like ts
saladin3216's profile picturesaladin3216@sinfulv34 did you forget the move tool? because i...
User profile picture
saladin3216 10 months ago
you need to equip it before starting your chaos.
saladin3216's profile picturesaladin3216you need to equip it before starting your chaos.
User profile picture
winked 10 months ago
@saladin3216 gng ts fire , better remove it ngl
winked's profile picturewinked@saladin3216 gng ts fire , better remove it ngl
User profile picture
saladin3216 10 months ago
@winked yeah yeah ik,i forgot to like autoequip and autounequip the gear so its easier lol
saladin3216's profile picturesaladin3216@winked yeah yeah ik,i forgot to like autoequip an...
User profile picture
saladin3216 10 months ago
i patched one of your issues as for now.
User profile picture
Coolkiddtrust 10 months ago
This is so cool
Please Login to add a comment.