Advertisement
manbrohell

ant life roblox script

Apr 5th, 2024 (edited)
3,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "ant life", HidePremium = false, SaveConfig = true, ConfigFolder = "ant life"})
  3.  
  4. local antblackTab = Window:MakeTab({
  5. Name = "ant black 1",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9.  
  10. local antblackSection = antblackTab:AddSection({
  11. Name = "ant black"
  12. })
  13.  
  14. antblackTab:AddButton({
  15. Name = "fling",
  16. Callback = function()
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
  18. end
  19. })
  20. antblackTab:AddButton({
  21. Name = "esp",
  22. Callback = function()
  23. --[[
  24. made by: doomed#0708
  25. https://v3rmillion.net/showthread.php?tid=1115952
  26. --]]
  27.  
  28. _G.killaura = true --set to false after running script to stop killaura
  29.  
  30. --// CUSTOMIZABLE VARS
  31.  
  32. --// ANT OPTIONS
  33. _G.antchamColors = {
  34. ["Fire Ant"] = Color3.fromRGB(255,0,0),
  35. ["Yellow Crazy Ant"] = Color3.fromRGB(0,255,0),
  36. ["Carpenter Ant"] = Color3.fromRGB(0,0,255)
  37. }
  38.  
  39. _G.antdefaultColors = {
  40. ["Larvae"] = Color3.fromRGB(255,255,255),
  41. ["Eggs"] = Color3.fromRGB(255,255,255)
  42. }
  43.  
  44. _G.antdefaultSize = { --increase to make smaller
  45. ["Queen"] = 1
  46. }
  47.  
  48. --//SPIDER OPTIONS
  49.  
  50. _G.spiderchamColors = {
  51. ["Spider"] = Color3.fromRGB(130,130,130),
  52. ["Spiderling"] = Color3.fromRGB(160,160,160)
  53. }
  54.  
  55. _G.spiderdefaultSize = { --increase to make smaller
  56. ["Eggs"] = 1
  57. }
  58.  
  59. loadstring(game:HttpGet("https://pastebin.com/raw/ncCVArfN"))() --chams
  60.  
  61. _G.maxdistance = 500
  62. loadstring(game:HttpGet("https://pastebin.com/raw/JCBj4xL5"))() --ESP
  63.  
  64. --_G.killaura = true
  65. loadstring(game:HttpGet("https://pastebin.com/raw/FhLDKube"))() --killaura
  66. end
  67. })
  68.  
  69. antblackTab:AddButton({
  70. Name = "lnf",
  71. Callback = function()
  72. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  73. end
  74. })
  75.  
  76. antblackTab:AddButton({
  77. Name = "walkspeed and jumphigh",
  78. Callback = function()
  79. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (50)
  80. game.Players.LocalPlayer.Character.Humanoid.Jumphigh = (50)
  81. end
  82. })
  83.  
  84. antblackTab:AddButton({
  85. Name = "chat bypassed trolling",
  86. Callback = function()
  87. loadstring(game:HttpGet("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua",true))()
  88. end
  89. })
  90.  
  91.  
  92. antblackTab:AddButton({
  93. Name = "creating scripts",
  94. Callback = function()
  95. local gui = Instance.new("ScreenGui")
  96. gui.Name = "patrickGui"
  97. gui.Parent = game.CoreGui
  98.  
  99. --///patrick gui maker///--
  100.  
  101.  
  102. loadstring(game:HttpGet(('https://pastefy.app/EOgPqinS/raw'),true))()
  103. --Requires 30% Experience creating scripts
  104. end
  105. })
  106.  
  107. antblackTab:AddButton({
  108. Name = "more script",
  109. Callback = function()
  110. loadstring(game:HttpGet(('https://raw.githubusercontent.com/ScriptSkiddie69/ant-life/main/autofarm')))()
  111. end
  112. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement