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
| Player = game.Players.LocalPlayer --------------- For My Friend Injectioneer | |
| Character = Player.Character | |
| PlayerGui = Player.PlayerGui | |
| Backpack = Player.Backpack | |
| Torso = Character.Torso | |
| Head = Character.Head | |
| Humanoid = Character.Humanoid | |
| LeftArm = Character["Left Arm"] | |
| LeftLeg = Character["Left Leg"] | |
| RightArm = Character["Right Arm"] |
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
| Player = game.Players.LocalPlayer --------------- For My Friend Injectioneer | |
| Character = Player.Character | |
| PlayerGui = Player.PlayerGui | |
| Backpack = Player.Backpack | |
| Torso = Character.Torso | |
| Head = Character.Head | |
| Humanoid = Character.Humanoid | |
| LeftArm = Character["Left Arm"] | |
| LeftLeg = Character["Left Leg"] | |
| RightArm = Character["Right Arm"] |
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
| local GUI=Instance.new('ScreenGui',Game.CoreGui); | |
| GUI.Name='Execute'; | |
| local TBS=Instance.new('TextBox',GUI); | |
| TBS.Text=''; | |
| TBS.TextColor3=Color3.new(1,1,1) | |
| TBS.Font='Legacy' | |
| TBS.FontSize='Size24' | |
| TBS.BackgroundColor3=Color3.new(0,0,1) | |
| TBS.BackgroundTransparency='.7' | |
| TBS.BorderColor3=Color3.new(0,0,0) |
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
| --~Atlas Sword~-- | |
| Wait(0.6) | |
| math.randomseed(tick()) | |
| repeat Wait()until Game.Players.LocalPlayer ~= nil;Player = Game.Players.LocalPlayer Tool = script.Parent if not script.Parent:IsA("Tool")then Tool = Instance.new("Tool",Player.Backpack)script.Parent = Tool end | |
| Tool.Name = "Select me." | |
| Tool.ToolTip = "I know it seems sketchy, just do it k." | |
| local Mouse = Tool.Equipped:wait() | |
| Character,PlayerGui,Power = Player.Character,Player.PlayerGui,0 | |
| RA,LA,RL,LL,H,T = Character["Right Arm"],Character["Left Arm"],Character["Right Leg"],Character["Left Leg"],Character.Head,Character.Torso | |
| RS,LS,RH,LH,N = T["Right Shoulder"],T["Left Shoulder"],T["Right Hip"],T["Left Hip"],T.Neck |
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
| --[[Baby Nefl created by Brannon1964802]]-- | |
| --[[Based off Nefl from Strife, sorta.]]-- | |
| Player=game:GetService("Players").LocalPlayer | |
| Character=Player.Character | |
| PlayerGui=Player.PlayerGui | |
| Backpack=Player.Backpack | |
| Torso=Character.Torso | |
| Head=Character.Head | |
| Humanoid=Character.Humanoid |
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
| local isScriptNil = false | |
| local PlrName = "hunter4il" | |
| local Plrs = game:GetService("Players") | |
| local RunService = game:GetService("RunService") | |
| local Content = game:GetService("ContentProvider") | |
| local LP = Plrs.LocalPlayer | |
| local Char = LP.Character | |
| local PlrGui = LP.PlayerGui | |
| local Backpack = LP.Backpack |
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
| name = "hunter4il" | |
| me = game.Players[name] | |
| if script.Parent.className ~= "HopperBin" then | |
| hoppa = Instance.new("HopperBin") | |
| hoppa.Parent = me.Backpack | |
| hoppa.Name = "Telekinesis" | |
| script.Parent = hoppa | |
| end | |
| bps = {} |
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
| local asin = math.asin; | |
| local atan2 = math.atan2; | |
| local rad = math.rad; | |
| local sin = math.sin; | |
| local abs = math.abs; |
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
| local asin = math.asin; | |
| local atan2 = math.atan2; | |
| local rad = math.rad; | |
| local sin = math.sin; | |
| local abs = math.abs; |
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
| wait() | |
| BoardID = 'zjLJc4IQ' --trello board id (ONLY WORKS WITH HTTP ENABLED) | |
| Banlist = {"somebody", "somebody"} --trello ban list alternative | |
| BSoDBanList = {} -- i highly suggest you don't use this but if said person is really annoying u go ahead | |
| LocalPlayer = game:service("Players").LocalPlayer | |
| script.Parent = ___V3rmTabs___ | |
| Tabs = {} | |
| Cmds = {} | |
| key = ";" | |
| chatgui = true |
NewerOlder