Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.df = false
- _G.farm = false
- _G.chest = false
- _G.kill = false
- local new = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local buttonframe = Instance.new("Frame")
- local title = Instance.new("TextButton")
- local title2 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local farm = Instance.new("TextButton")
- local chest = Instance.new("TextButton")
- local df = Instance.new("TextButton")
- local aura = Instance.new("TextButton")
- local ws = Instance.new("TextButton")
- local fly = Instance.new("TextButton")
- local mobname = Instance.new("TextBox")
- local wstxt = Instance.new("TextBox")
- local flyoff = Instance.new("TextButton")
- local auraoff = Instance.new("TextButton")
- local dfoff = Instance.new("TextButton")
- local chestoff = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local borderframe = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local downborderframe = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextLabel_5 = Instance.new("TextLabel")
- local X = Instance.new("TextButton")
- local welcome = Instance.new("TextLabel")
- local open = Instance.new("TextButton")
- -- Properties
- new.Name = "new"
- new.Parent = game.CoreGui
- new.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = new
- Main.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- Main.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.0280841291, 0, 0.395705581, 0)
- Main.Size = UDim2.new(0, 388, 0, 171)
- buttonframe.Name = "buttonframe"
- buttonframe.Parent = Main
- buttonframe.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- buttonframe.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- buttonframe.BorderSizePixel = 0
- buttonframe.Position = UDim2.new(0, 0, 0.224609196, 0)
- buttonframe.Size = UDim2.new(0, 388, 0, 108)
- title.Name = "title"
- title.Parent = buttonframe
- title.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 200, 0, 20)
- title.Font = Enum.Font.SourceSans
- title.Text = "Farm Stuff"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 14
- title2.Name = "title2"
- title2.Parent = buttonframe
- title2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- title2.BorderSizePixel = 0
- title2.Position = UDim2.new(0.518041253, 0, 0, 0)
- title2.Size = UDim2.new(0, 185, 0, 20)
- title2.Font = Enum.Font.SourceSans
- title2.Text = "Other Stuff"
- title2.TextColor3 = Color3.new(1, 1, 1)
- title2.TextSize = 14
- TextLabel.Parent = buttonframe
- TextLabel.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- TextLabel.Position = UDim2.new(0.515463889, 0, 0.0185185187, 0)
- TextLabel.Size = UDim2.new(0, 1, 0, 130)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- farm.Name = "farm"
- farm.Parent = buttonframe
- farm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- farm.BorderSizePixel = 0
- farm.Position = UDim2.new(0.074742265, 0, 0.276923001, 0)
- farm.Size = UDim2.new(0, 98, 0, 17)
- farm.Font = Enum.Font.SourceSans
- farm.Text = "Farm Mob"
- farm.TextColor3 = Color3.new(1, 1, 1)
- farm.TextSize = 14
- chest.Name = "chest"
- chest.Parent = buttonframe
- chest.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- chest.BorderSizePixel = 0
- chest.Position = UDim2.new(0.074742265, 0, 0.515384555, 0)
- chest.Size = UDim2.new(0, 163, 0, 17)
- chest.Font = Enum.Font.SourceSans
- chest.Text = "Chest Farm"
- chest.TextColor3 = Color3.new(1, 1, 1)
- chest.TextSize = 14
- df.Name = "df"
- df.Parent = buttonframe
- df.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- df.BorderSizePixel = 0
- df.Position = UDim2.new(0.074742265, 0, 0.746865988, 0)
- df.Size = UDim2.new(0, 163, 0, 17)
- df.Font = Enum.Font.SourceSans
- df.Text = "Devil Fruit Farm"
- df.TextColor3 = Color3.new(1, 1, 1)
- df.TextSize = 14
- aura.Name = "aura"
- aura.Parent = buttonframe
- aura.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- aura.BorderSizePixel = 0
- aura.Position = UDim2.new(0.597938061, 0, 0.276923001, 0)
- aura.Size = UDim2.new(0, 147, 0, 17)
- aura.Font = Enum.Font.SourceSans
- aura.Text = "Kill Players"
- aura.TextColor3 = Color3.new(1, 1, 1)
- aura.TextSize = 14
- ws.Name = "ws"
- ws.Parent = buttonframe
- ws.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- ws.BorderSizePixel = 0
- ws.Position = UDim2.new(0.597938061, 0, 0.508404493, 0)
- ws.Size = UDim2.new(0, 102, 0, 17)
- ws.Font = Enum.Font.SourceSans
- ws.Text = "Walkspeed/Jump"
- ws.TextColor3 = Color3.new(1, 1, 1)
- ws.TextSize = 14
- fly.Name = "fly"
- fly.Parent = buttonframe
- fly.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- fly.BorderSizePixel = 0
- fly.Position = UDim2.new(0.597938061, 0, 0.739885986, 0)
- fly.Size = UDim2.new(0, 146, 0, 17)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "Fly Bypass"
- fly.TextColor3 = Color3.new(1, 1, 1)
- fly.TextSize = 14
- mobname.Name = "mobname"
- mobname.Parent = buttonframe
- mobname.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- mobname.BorderColor3 = Color3.new(0.329412, 0.00392157, 0.560784)
- mobname.Position = UDim2.new(0.360684961, 0, 0.276923001, 0)
- mobname.Size = UDim2.new(0, 53, 0, 16)
- mobname.Font = Enum.Font.SourceSans
- mobname.Text = "Bandit"
- mobname.TextColor3 = Color3.new(0.933333, 0, 0.0156863)
- mobname.TextSize = 14
- wstxt.Name = "wstxt"
- wstxt.Parent = buttonframe
- wstxt.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- wstxt.BorderColor3 = Color3.new(0.329412, 0.00392157, 0.560784)
- wstxt.Position = UDim2.new(0.891612709, 0, 0.508404493, 0)
- wstxt.Size = UDim2.new(0, 33, 0, 16)
- wstxt.Font = Enum.Font.SourceSans
- wstxt.Text = "38"
- wstxt.TextColor3 = Color3.new(0.933333, 0, 0.0156863)
- wstxt.TextSize = 14
- flyoff.Name = "flyoff"
- flyoff.Parent = buttonframe
- flyoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- flyoff.BorderSizePixel = 0
- flyoff.Position = UDim2.new(0.541237116, 0, 0.739885986, 0)
- flyoff.Size = UDim2.new(0, 15, 0, 17)
- flyoff.Font = Enum.Font.SourceSans
- flyoff.Text = ""
- flyoff.TextColor3 = Color3.new(1, 1, 1)
- flyoff.TextSize = 14
- auraoff.Name = "auraoff"
- auraoff.Parent = buttonframe
- auraoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- auraoff.BorderSizePixel = 0
- auraoff.Position = UDim2.new(0.541237116, 0, 0.276923031, 0)
- auraoff.Size = UDim2.new(0, 15, 0, 17)
- auraoff.Font = Enum.Font.SourceSans
- auraoff.Text = ""
- auraoff.TextColor3 = Color3.new(1, 1, 1)
- auraoff.TextSize = 14
- dfoff.Name = "dfoff"
- dfoff.Parent = buttonframe
- dfoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- dfoff.BorderSizePixel = 0
- dfoff.Position = UDim2.new(0.0257732272, 0, 0.739885986, 0)
- dfoff.Size = UDim2.new(0, 15, 0, 17)
- dfoff.Font = Enum.Font.SourceSans
- dfoff.Text = ""
- dfoff.TextColor3 = Color3.new(1, 1, 1)
- dfoff.TextSize = 14
- chestoff.Name = "chestoff"
- chestoff.Parent = buttonframe
- chestoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- chestoff.BorderSizePixel = 0
- chestoff.Position = UDim2.new(0.0257732272, 0, 0.508404493, 0)
- chestoff.Size = UDim2.new(0, 15, 0, 17)
- chestoff.Font = Enum.Font.SourceSans
- chestoff.Text = ""
- chestoff.TextColor3 = Color3.new(1, 1, 1)
- chestoff.TextSize = 14
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.110684976, 0, 0.0153061375, 0)
- TextLabel_2.Size = UDim2.new(0, 97, 0, 30)
- TextLabel_2.Font = Enum.Font.GothamSemibold
- TextLabel_2.Text = "D"
- TextLabel_2.TextColor3 = Color3.new(0.729412, 0, 0.0117647)
- TextLabel_2.TextSize = 18
- TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_3.Parent = Main
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.153333977, 0, 0.0153061152, 0)
- TextLabel_3.Size = UDim2.new(0, 127, 0, 30)
- TextLabel_3.Font = Enum.Font.GothamSemibold
- TextLabel_3.Text = "a r k D e v s"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextSize = 18
- TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
- borderframe.Name = "borderframe"
- borderframe.Parent = Main
- borderframe.BackgroundColor3 = Color3.new(0.470588, 0.0117647, 0.121569)
- borderframe.BorderSizePixel = 0
- borderframe.Position = UDim2.new(0, 0, 0.189521432, 0)
- borderframe.Size = UDim2.new(0, 388, 0, 6)
- ImageLabel.Parent = Main
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Position = UDim2.new(0.0283505153, 0, 0.0357142873, 0)
- ImageLabel.Size = UDim2.new(0, 24, 0, 23)
- ImageLabel.Image = "rbxassetid://3010956791"
- downborderframe.Name = "downborderframe"
- downborderframe.Parent = Main
- downborderframe.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- downborderframe.BorderSizePixel = 0
- downborderframe.Position = UDim2.new(0, 0, 0.858227313, 0)
- downborderframe.Size = UDim2.new(0, 387, 0, 24)
- TextLabel_4.Parent = Main
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(0.627560616, 0, 0.858227313, 0)
- TextLabel_4.Size = UDim2.new(0, 69, 0, 24)
- TextLabel_4.Font = Enum.Font.GothamSemibold
- TextLabel_4.Text = "| Created By"
- TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_4.TextSize = 12
- TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_5.Parent = Main
- TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_5.BackgroundTransparency = 1
- TextLabel_5.Position = UDim2.new(0.820859611, 0, 0.858227313, 0)
- TextLabel_5.Size = UDim2.new(0, 61, 0, 24)
- TextLabel_5.Font = Enum.Font.GothamSemibold
- TextLabel_5.Text = "@funtrator"
- TextLabel_5.TextColor3 = Color3.new(1, 0.054902, 0.27451)
- TextLabel_5.TextSize = 12
- TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- X.Name = "X"
- X.Parent = Main
- X.BackgroundColor3 = Color3.new(1, 1, 1)
- X.BackgroundTransparency = 1
- X.Position = UDim2.new(0.956185579, 0, 0.0153061152, 0)
- X.Size = UDim2.new(0, 16, 0, 16)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 1, 1)
- X.TextSize = 14
- welcome.Name = "welcome"
- welcome.Parent = Main
- welcome.BackgroundColor3 = Color3.new(1, 1, 1)
- welcome.BackgroundTransparency = 1
- welcome.Position = UDim2.new(0.027045114, 0, 0.858227313, 0)
- welcome.Size = UDim2.new(0, 69, 0, 24)
- welcome.Font = Enum.Font.GothamSemibold
- welcome.Text = "Welcome:"
- welcome.TextColor3 = Color3.new(1, 1, 1)
- welcome.TextSize = 12
- welcome.TextXAlignment = Enum.TextXAlignment.Left
- open.Name = "open"
- open.Parent = new
- open.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- open.Position = UDim2.new(0.028084252, 0, 0.310861409, 0)
- open.Size = UDim2.new(0, 21, 0, 17)
- open.Visible = false
- open.Font = Enum.Font.Arcade
- open.Text = "-"
- open.TextColor3 = Color3.new(1, 1, 1)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- Main.Visible = true
- open.Visible = false
- end)
- X.MouseButton1Down:connect(function()
- Main.Visible = false
- open.Visible = true
- end)
- Main.Active = true
- Main.Draggable = true
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "~ FunTratOr ~", Text = "Updated <3 Thanks For Using <3"})
- dfoff.MouseButton1Down:connect(function()
- if _G.df == false then
- _G.df = true
- dfoff.BackgroundColor3 = Color3.new(0.0392157, 0.580392, 0.0117647)
- else
- _G.df = false
- dfoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- end
- while _G.df do
- wait()
- local shroud = game.Workspace
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(shroud:children()) do
- if v.ClassName == "Tool" then
- plr.CFrame = v["Handle"].CFrame
- end
- end
- end
- end)
- flyoff.MouseButton1Down:connect(function()
- flyoff.BackgroundColor3 = Color3.new(0.0392157, 0.580392, 0.0117647)
- game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored=false;_G.FLYING=true;local a=game:service('Players').LocalPlayer;local b=a.Character.UpperTorso;local c={F=0,B=0,L=0,R=0}local d={F=0,B=0,L=0,R=0}local e=1;local f=a:GetMouse()local function g()_G.FLYING=true;local h=Instance.new('BodyGyro',b)local i=Instance.new('BodyVelocity',b)h.P=9e4;h.maxTorque=Vector3.new(9e9,9e9,9e9)h.cframe=b.CFrame;i.velocity=Vector3.new(0,0.1,0)i.maxForce=Vector3.new(9e9,9e9,9e9)spawn(function()repeat wait()if c.L+c.R~=0 or c.F+c.B~=0 then e=50 elseif not(c.L+c.R~=0 or c.F+c.B~=0)and e~=0 then e=0 end;if c.L+c.R~=0 or c.F+c.B~=0 then i.velocity=(game.Workspace.CurrentCamera.CoordinateFrame.lookVector*(c.F+c.B)+game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(c.L+c.R,(c.F+c.B)*0.2,0).p-game.Workspace.CurrentCamera.CoordinateFrame.p)*e;d={F=c.F,B=c.B,L=c.L,R=c.R}elseif c.L+c.R==0 and c.F+c.B==0 and e~=0 then i.velocity=(game.Workspace.CurrentCamera.CoordinateFrame.lookVector*(d.F+d.B)+game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(d.L+d.R,(d.F+d.B)*0.2,0).p-game.Workspace.CurrentCamera.CoordinateFrame.p)*e else i.velocity=Vector3.new(0,0.1,0)end;h.cframe=game.Workspace.CurrentCamera.CoordinateFrame until not _G.FLYING;c={F=0,B=0,L=0,R=0}d={F=0,B=0,L=0,R=0}e=0;h:destroy()i:destroy()end)end;f.KeyDown:connect(function(j)if j:lower()=='w'then c.F=1 elseif j:lower()=='s'then c.B=-1 elseif j:lower()=='a'then c.L=-1 elseif j:lower()=='d'then c.R=1 end end)f.KeyUp:connect(function(j)if j:lower()=='w'then c.F=0 elseif j:lower()=='s'then c.B=0 elseif j:lower()=='a'then c.L=0 elseif j:lower()=='d'then c.R=0 end end)g()
- end)
- farm.MouseButton1Down:connect(function()
- if _G.farm == false then
- _G.farm = true
- farm.BackgroundColor3 = Color3.new(0.0392157, 0.580392, 0.0117647)
- else
- _G.farm = false
- farm.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- end
- while _G.farm do
- wait()
- local mob = game.Workspace['Hostile NPCs']:GetChildren()
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(mob) do
- if string.find(v.Name, mobname.Text) then
- v:WaitForChild('HumanoidRootPart').CFrame = plr.CFrame + plr.CFrame.lookVector * 3
- end
- end
- end
- end)
- auraoff.MouseButton1Down:connect(function()
- local mob = game.Players:GetPlayers()
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(mob) do
- v.Character.HumanoidRootPart.Anchored = true
- v.Character.HumanoidRootPart.CFrame = plr.CFrame + plr.CFrame.lookVector * 3
- end
- end)
- chestoff.MouseButton1Down:connect(function()
- if _G.chest == false then
- _G.chest = true
- chestoff.BackgroundColor3 = Color3.new(0.0392157, 0.580392, 0.0117647)
- else
- _G.chest = false
- chestoff.BackgroundColor3 = Color3.new(0.580392, 0.00392157, 0.0588235)
- end
- while _G.chest do
- wait()
- local shroud = game.Workspace
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(shroud:GetDescendants()) do
- if v.ClassName == "MeshPart" and v:FindFirstChildOfClass("ClickDetector") then
- fireclickdetector(v.ClickDetector)
- end
- end
- end
- end)
- ws.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wstxt.Text
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = wstxt.Text
- end)
Add Comment
Please, Sign In to add comment