CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 07:50:30 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=19faf32262b9a2aa27dc84df35403b7159bca9178b3418c967c29eb80b42339ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22sCrarguokHfenJYUdJhFbuhHmie4Kk1Q%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d501b63dcfc190-BLR
MonitorQuotazioniGelati - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- mon.setTextScale(0.5)
- uri = "https://luanet.rgbcraft.com/servlets/vendite/gelati"
- while true do
- term.redirect(mon)
- function clear()
- term.clear()
- term.setCursorPos(1, 1)
- term.setBackgroundColour(colours.black)
- term.setTextColor( colors.white )
- end
- function link()
- term.setTextColour(colours.yellow)
- end
- function fineLink()
- term.setTextColour(colours.white)
- end
- function colore(sfumatura)
- term.setTextColour(sfumatura)
- end
- function fineColore()
- term.setTextColour(colours.orange)
- end
- function sfondo(sfumaturaSfondo)
- term.setBackgroundColour(sfumaturaSfondo)
- end
- function fineSfondo()
- term.setBackgroundColour(colours.black)
- end
- clear()
- colore(colours.black)
- sfondo(colours.yellow)
- print("FRIGOR NEW RADEON - Vendita ed export gelati ")
- fineColore()
- fineSfondo()
- quotazioni = textutils.unserialize(http.get(uri.."/?richiesta=prezzario_lua").readAll())
- print("\n")
- colore(colors.black)
- sfondo(colours.orange)
- print("Nome Quotaz. ")
- fineColore()
- fineSfondo()
- ypos = 6
- local i = 0
- for k,v in pairs(quotazioni) do
- if (i % 2 == 0) then
- colore(colors.yellow)
- else
- colore(colors.orange)
- end
- term.setCursorPos(1, ypos)
- term.write(v["nome"])
- term.setCursorPos(36, ypos)
- term.write(v["prezzo"])
- ypos = ypos + 1
- i = i + 1
- end
- colore(colours.yellow)
- term.setCursorPos(1, 18)
- fineColore()
- term.restore()
- sleep(120)
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 3 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 5 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ M
JavaScript | 14 sec ago | 0.25 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 14 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 23 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 25 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ U
JavaScript | 32 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 37 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand