The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Ant Life ESP script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 13



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  --[[
  2. made by: doomed#0708
  3. https://v3rmillion.net/showthread.php?tid=1115952
  4. --]]
  5.  
  6. _G.killaura = true --set to false after running script to stop killaura
  7.  
  8. --// CUSTOMIZABLE VARS
  9.  
  10. --// ANT OPTIONS
  11. _G.antchamColors = {
  12.    ["Fire Ant"] = Color3.fromRGB(255,0,0),
  13.    ["Yellow Crazy Ant"] = Color3.fromRGB(0,255,0),
  14.    ["Carpenter Ant"] = Color3.fromRGB(0,0,255)
  15. }
  16.  
  17. _G.antdefaultColors = {
  18.    ["Larvae"] = Color3.fromRGB(255,255,255),
  19.    ["Eggs"] = Color3.fromRGB(255,255,255)
  20. }
  21.  
  22. _G.antdefaultSize = { --increase to make smaller
  23.    ["Queen"] = 1
  24. }
  25.  
  26. --//SPIDER OPTIONS
  27.  
  28. _G.spiderchamColors = {
  29.    ["Spider"] = Color3.fromRGB(130,130,130),
  30.    ["Spiderling"] = Color3.fromRGB(160,160,160)
  31. }
  32.  
  33. _G.spiderdefaultSize = { --increase to make smaller
  34.    ["Eggs"] = 1
  35. }
  36.  
  37. loadstring(game:HttpGet("https://pastebin.com/raw/ncCVArfN"))() --chams
  38.  
  39. _G.maxdistance = 500
  40. loadstring(game:HttpGet("https://pastebin.com/raw/JCBj4xL5"))() --ESP
  41.  
  42. --_G.killaura = true
  43. loadstring(game:HttpGet("https://pastebin.com/raw/FhLDKube"))() --killaura