Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PlayerSlist2 = {}
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v ~= game.Players.LocalPlayer then
- table.insert(PlayerSlist2,v.Name)
- end
- end
- --values
- getgenv().autoplayer = true
- --functions
- function autoplayer()
- while getgenv().autoplayer == true do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[NIGGER].Character.HumanoidRootPart.CFrame
- wait()
- end
- end
- --ui lib
- local Library = loadstring(game:GetObjects("rbxassetid://7657867786")[1].Source)("Pepsi's UI Library") -- Pepsi's very cool library
- local Libraryflags = Library.flags -- a variable for the library's flags
- local Wait = Library.subs.Wait -- Only returns if the GUI has not been terminated. For 'while Wait() do' loops
- -- You can use | setclipboard(game:GetObjects("rbxassetid://7657867786")[1].Source) | to check library source for more documentation!
- local player = Library.LP -- Get the local player EZZ
- -- Window Element
- local Window = Library:CreateWindow({
- Name = 'Player Farm Hub',
- Themeable = {
- Info = 'Discord Server: VzYTJ7Y', -- You can set it to your own discord code
- Credit = true, -- If you want to give Pepsi his credits or not, please do!
- },
- DefaultTheme = shared.themename or '{"__Designer.Colors.main":"4dbed9"}' -- The main color of the UI.
- })
- -- Tab Element
- local meTab = Window:CreateTab({
- Name = 'Player Farm Hub'
- })
- -- Section Element
- local Section = meTab:CreateSection({
- Name = 'Main',
- Side = 'left' -- The default side is left.
- })
- local Dropdown = Section:AddDropdown({
- Name = 'Select Player',
- Flag = "selectefffd",
- Multi = false,
- List = PlayerSlist2,
- Callback = function(SCARY)
- NIGGER = SCARY
- end
- })
- local Toggle = Section:AddToggle({
- Name = 'Start Farming',
- Value = false, -- Default is false
- Flag = 'dfg',
- Locked = false, -- Default is false
- Keybind = {
- Flag = 'keybiddend',
- Mode = 'Toggle',
- Value = Enum.KeyCode.F
- }, -- Change to any bind you want, mode can be "Dynamic" or "Hold" or "Toggle", Toggle is default.
- Callback = function(Value) -- Optional
- getgenv().autoplayer = Value
- autoplayer()
- end
- })
Add Comment
Please, Sign In to add comment