Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "ant life", HidePremium = false, SaveConfig = true, ConfigFolder = "ant life"})
- local antblackTab = Window:MakeTab({
- Name = "ant black 1",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local antblackSection = antblackTab:AddSection({
- Name = "ant black"
- })
- antblackTab:AddButton({
- Name = "fling",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
- end
- })
- antblackTab:AddButton({
- Name = "esp",
- Callback = function()
- --[[
- made by: doomed#0708
- https://v3rmillion.net/showthread.php?tid=1115952
- --]]
- _G.killaura = true --set to false after running script to stop killaura
- --// CUSTOMIZABLE VARS
- --// ANT OPTIONS
- _G.antchamColors = {
- ["Fire Ant"] = Color3.fromRGB(255,0,0),
- ["Yellow Crazy Ant"] = Color3.fromRGB(0,255,0),
- ["Carpenter Ant"] = Color3.fromRGB(0,0,255)
- }
- _G.antdefaultColors = {
- ["Larvae"] = Color3.fromRGB(255,255,255),
- ["Eggs"] = Color3.fromRGB(255,255,255)
- }
- _G.antdefaultSize = { --increase to make smaller
- ["Queen"] = 1
- }
- --//SPIDER OPTIONS
- _G.spiderchamColors = {
- ["Spider"] = Color3.fromRGB(130,130,130),
- ["Spiderling"] = Color3.fromRGB(160,160,160)
- }
- _G.spiderdefaultSize = { --increase to make smaller
- ["Eggs"] = 1
- }
- loadstring(game:HttpGet("https://pastebin.com/raw/ncCVArfN"))() --chams
- _G.maxdistance = 500
- loadstring(game:HttpGet("https://pastebin.com/raw/JCBj4xL5"))() --ESP
- --_G.killaura = true
- loadstring(game:HttpGet("https://pastebin.com/raw/FhLDKube"))() --killaura
- end
- })
- antblackTab:AddButton({
- Name = "lnf",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- })
- antblackTab:AddButton({
- Name = "walkspeed and jumphigh",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (50)
- game.Players.LocalPlayer.Character.Humanoid.Jumphigh = (50)
- end
- })
- antblackTab:AddButton({
- Name = "chat bypassed trolling",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua",true))()
- end
- })
- antblackTab:AddButton({
- Name = "creating scripts",
- Callback = function()
- local gui = Instance.new("ScreenGui")
- gui.Name = "patrickGui"
- gui.Parent = game.CoreGui
- --///patrick gui maker///--
- loadstring(game:HttpGet(('https://pastefy.app/EOgPqinS/raw'),true))()
- --Requires 30% Experience creating scripts
- end
- })
- antblackTab:AddButton({
- Name = "more script",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/ScriptSkiddie69/ant-life/main/autofarm')))()
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement