Larsanor

Untitled

Feb 15th, 2022 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.06 KB | None | 0 0
  1. component = require("component")
  2. sg = component.stargate
  3. local milchstrassenzeichen = {
  4.     "Andromeda",
  5.     "Aquarius",
  6.     "Aries",
  7.     "Auriga",
  8.     "Bootes",
  9.     "Cancer",
  10.     "Canis Minor",
  11.     "Capricornus",
  12.     "Centaurus",
  13.     "Cetus",
  14.     "Corona Australis",
  15.     "Crater",
  16.     "Equuleus",
  17.     "Eridanus",
  18.     "Gemini",
  19.     "Hydra",
  20.     "Leo",
  21.     "Leo Minor",
  22.     "Libra",
  23.     "Lynx",
  24.     "Microscopium",
  25.     "Monoceros",
  26.     "Norma",
  27.     "Orion",
  28.     "Pegasus",
  29.     "Perseus",
  30.     "Pisces",
  31.     "Piscis Austrinus",
  32.     "Sagittarius",
  33.     "Scorpius",
  34.     "Sculptor",
  35.     "Scutum",
  36.     "Serpens Caput",
  37.     "Sextans",
  38.     "Taurus",
  39.     "Triangulum",
  40.     "Virgo",
  41. }
  42. print("Starte Brutforce")
  43. for i,_ in pairs(milchstrassenzeichen) do
  44.     sg.engageSymbol(milchstrassenzeichen[i])
  45.     while sg.getGateStatus() == "dialing_computer" do
  46.         os.sleep(1)
  47.     end
  48.      sg.engageSymbol(milchstrassenzeichen[i+1])
  49.     while sg.getGateStatus() == "dialing_computer" do
  50.         os.sleep(1)
  51.     end
  52.      sg.engageSymbol(milchstrassenzeichen[i+2])
  53.     while sg.getGateStatus() == "dialing_computer" do
  54.         os.sleep(1)
  55.     end
  56.      sg.engageSymbol(milchstrassenzeichen[i+3])
  57.     while sg.getGateStatus() == "dialing_computer" do
  58.         os.sleep(1)
  59.     end
  60.      sg.engageSymbol(milchstrassenzeichen[i+4])
  61.     while sg.getGateStatus() == "dialing_computer" do
  62.         os.sleep(1)
  63.     end
  64.      sg.engageSymbol(milchstrassenzeichen[i+5])
  65.     while sg.getGateStatus() == "dialing_computer" do
  66.         os.sleep(1)
  67.     end sg.engageSymbol(milchstrassenzeichen[i+6])
  68.     while sg.getGateStatus() == "dialing_computer" do
  69.         os.sleep(1)
  70.     end sg.engageSymbol(milchstrassenzeichen[i+7])
  71.     while sg.getGateStatus() == "dialing_computer" do
  72.         os.sleep(1)
  73.     end sg.engageSymbol(milchstrassenzeichen[i+8])
  74.     while sg.getGateStatus() == "dialing_computer" do
  75.         os.sleep(1)
  76.     end sg.engageSymbol("Point of Origin")
  77.     while sg.getGateStatus() = "dialing_computer" do
  78.         os.sleep(1)
  79.     end
  80.     sg.engageGate()
  81.    
  82.    
Add Comment
Please, Sign In to add comment