TIMAS_Bro

startup.lua

Oct 8th, 2023 (edited)
983
0
Never
9
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rednet.open("top")
  2. local mn = peripheral.wrap("bottom")
  3. local mnb = peripheral.wrap("monitor_11")
  4. local function clear()
  5.   mn.clear()
  6.   mnb.clear()
  7. end
  8. local function setTextColor(clr)
  9.   mn.setTextColor(clr)
  10.   mnb.setTextColor(clr)
  11. end
  12. local function setCursorPos(x,y)
  13.   mn.setCursorPos(x,y)
  14.   mnb.setCursorPos(x,y)
  15. end
  16. local function setBackgroundColor(clr)
  17.   mn.setBackgroundColor(clr)
  18.   mnb.setBackgroundColor(clr)
  19. end
  20. local function write(txt)
  21.   mn.write(txt)
  22.   mnb.write(txt)
  23. end
  24. local light = false
  25. while (true) do
  26.   local senderId, message, protocol = rednet.receive()
  27.   if (message == "light") then
  28.     if (light == false) then
  29.       light = true
  30.       for i=1,sx do
  31.         setCursorPos(i,2)
  32.         setBackgroundColor(colors.yellow)
  33.         write(" ")
  34.       end
  35.     else
  36.       light = false
  37.     end
  38.   end
  39. end
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • brave42
    86 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 38% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from Swapzone — instant swap).
  • User was banned
  • User was banned
  • Beksatan
    69 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment