Advertisement
karobloxYT

auto nhan quest vs farm

Mar 29th, 2019
970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("TextLabel")a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(0.0602636524,0,0.206204385,0)b.Size=UDim2.new(0,355,0,223)b.Style=Enum.FrameStyle.RobloxSquare;b.Draggable=true;b.Active=true;c.Name="AUTOQUESTFARM"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0.165633783,0,0.439301014,0)c.Size=UDim2.new(0,209,0,59)c.Style=Enum.ButtonStyle.RobloxRoundButton;c.Font=Enum.Font.SourceSans;c.Text="AUTO FARM VS QUEST"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.00563380122,0,-0.0358744413,0)d.Size=UDim2.new(0,334,0,50)d.SizeConstraint=Enum.SizeConstraint.RelativeYY;d.Font=Enum.Font.SourceSans;d.Text="BY: KA ROBLOX YT"d.TextColor3=Color3.new(0,0,0)d.TextSize=14;function SCRIPT_CRDN79_FAKESCRIPT()local e=Instance.new('LocalScript')e.Parent=c;c.MouseButton1Down:connect(function()local f=game.Players.LocalPlayer;_G.Active=true;_G.Enemy="Weak Villain"_G.Quest="Kill Weak Villain"_G.Quirk="Quirk1"_G.Key="E"if game.Players.LocalPlayer.PlayerGui.SaveGui:FindFirstChild("AntiAutoClick")then game.Players.LocalPlayer.PlayerGui.SaveGui.AntiAutoClick:Remove()end;for g,h in pairs(f.Character:GetChildren())do if string.find(h.Name,"Quirk")then _G.Quirk=h.Name end end;while _G.Active do if f.Character.Humanoid.Health>0 then for g,h in pairs(workspace.NPCs:GetChildren())do if _G.Active and f.Character.Humanoid.Health>0 and h.Name==_G.Enemy then repeat if f.Character.Humanoid.Health>0 then local i=h;f.Character.HumanoidRootPart.CFrame=f.Character.HumanoidRootPart.CFrame:lerp(i.HumanoidRootPart.CFrame*CFrame.new(0,0,2),.3)local j=game:GetService("Workspace")[f.Name][_G.Quirk][_G.Key]j:FireServer()local k=game:GetService("Workspace")[f.Name][_G.Quirk].E;k:FireServer()local l=game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest;l:FireServer(_G.Quest)local m=game:GetService("ReplicatedStorage").Remotes.Quest.CompleteQuest;m:FireServer(_G.Quest)wait(.05)else wait(2)end until not _G.Active or h.Humanoid.Health<1 end;wait()end else wait(2)end;wait()end end)end;coroutine.resume(coroutine.create(SCRIPT_CRDN79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement