Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix",true))()
- library.options.underlinecolor = "rainbow"
- -- Menu Farmeo
- local Farming = library:CreateWindow("Farming")
- local Swing = Farming:Toggle("Auto-Swing", {flag = "Swing"}) -- Farming.flags.Swing
- local Sell = Farming:Toggle("Auto-Sell", {flag = "Sell"}) -- Farming.flags.Sell
- -- menu Compra
- local Buying = library:CreateWindow("Buying")
- local Enabled = Buying:Toggle("Auto-Purchase", {flag = "Purchase"}) -- AutoBuy.flags.Purchase
- local Sword = Buying:Toggle("Auto-Sword", {flag = "Sword"}) -- Farming.flags.Sword
- local armor = Buying:Toggle("Auto-armor", {flag = "armor"}) -- Farming.flags.armor
- local Rank = Buying:Toggle("Auto-Rank", {flag = "Rank"}) -- Farming.flags.Rank
- _G.Enabled = Buying.flags.Purchase
- _G.Sword = Buying.flags.Sword
- _G.Belt = Buying.flags.armor
- _G.Rank = Buying.flags.Rank
- -- teleport
- local Teleports = library:CreateWindow("Teleports")
- Teleports:Section("--== Utilitys ==--")
- local Shop = Teleports:Button("Sell", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
- end)
- Teleports:Section("--== Chests ==--")
- local Shop = Teleports:Button("Daily", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Daily.CFrame
- end)
- local Shop = Teleports:Button("Earth", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Earth.CFrame
- end)
- local Shop = Teleports:Button("Frozen", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Frozen.CFrame
- end)
- local Shop = Teleports:Button("Gem", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Gem.CFrame
- end)
- local Shop = Teleports:Button("Group", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Group.CFrame
- end)
- local Shop = Teleports:Button("Lightning", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Lightning.CFrame
- end)
- Teleports:Section("--== Flags ==--")
- local Flags = Teleports:Button("Auto-flags", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(402.126322, 62.2903442, 27.3514404)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(246.368118, 65.7559433, 123.350853)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.6202278, 115.126793, 526.096008)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-338.482239, 58.5074272, 249.420639)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(282.804016, 70.336731, -155.459819)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(201.725967, 127.903198, -293.223694)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(24.5324287, 62.5966492, -473.855896)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.8202278, 115.126793, 529.096008)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.0136909, 3555.13086, 51.683075)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-41.8225365, 1376.90015, 43.9632492)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-45.7415543, 6684.03467, 42.6875496)
- wait(.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
- end)
- -- Misc
- local Misc = library:CreateWindow("Misc")
- Misc:Section("--== Settings ==--")
- Misc:Bind("Toggle Gui",
- {flag = "Toggle", kbonly = true, default = Enum.KeyCode.LeftControl},
- function()
- game:GetService("CoreGui").ScreenGui.Container.Visible = not game:GetService("CoreGui").ScreenGui.Container.Visible
- end)
- local StatEffects = Misc:Button("Toggle effects", function()
- game:GetService("Players").LocalPlayer.PlayerGui.Effects.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.Effects.Enabled
- end)
- -- Creditos
- local Credits = library:CreateWindow("Credits")
- Credits:Section("--== MADE XiedienGM#0666 ==--")
- --function
- spawn(function()
- while wait () do
- if Farming.flags.Swing then
- game.ReplicatedStorage.Swing:FireServer(9999999999999999)
- end
- end
- end)
- spawn(function()
- while wait (0.1) do
- if Buying.flags.Purchase then
- if Buying.flags.Sword then
- local A1_1 = "Sword"
- local vent = game:GetService("ReplicatedStorage").Buy
- vent:FireServer(A1_1)
- end
- end
- end
- end)
- spawn(function()
- while wait (0.1) do
- if Buying.flags.Purchase then
- if Buying.flags.armor then
- local A_ = "Armor"
- local Even = game:GetService("ReplicatedStorage").Buy
- Even:FireServer(A_)
- end
- end
- end
- end)
- spawn(function()
- while wait (0.1) do
- if Buying.flags.Purchase then
- if Buying.flags.Rank then
- local A1 = "Rank"
- local vento = game:GetService("ReplicatedStorage").Buy
- vento:FireServer(A1)
- end
- end
- end
- end)
- spawn(function()
- while wait (0.1) do
- if Farming.flags.Sell then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement