CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:53:05 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=0de7f267890ede0d206f42c19ce13141acee3574fbbbd1ca28b8c0b38aa04e04a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22jKkC0nbkE-Ri3pFQZp8S5eG-ZIvqlqBS%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d29e433a0dc197-BLR
[cc]xpTankViewer - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local m=peripheral.wrap('top')
- local col=m.setTextColor
- local colB=m.setBackgroundColor
- local c=colors
- m.pos=m.setCursorPos
- local lvl=0
- local done=0
- local guess=0
- local maxexp=0
- local exp=0
- function mwri(co, stri)
- col(co)
- m.write(tostring(stri))
- end
- while true do
- m.clear()
- m.setTextScale(1)
- m.pos(1,1)
- term.clear()
- term.setCursorPos(1,1)
- lxp=peripheral.call('bottom','getTankInfo')[1].contents.amount
- exp=lxp/20
- print(lxp,' mB of Liquid XP')
- print()
- print('Total: ',exp,' EXP')
- mwri(c.cyan,lxp)
- mwri(c.lime,' mB ')
- m.pos(1,2)
- mwri(c.cyan,exp)
- mwri(c.lime,' XP ')
- lvl=0
- done=0
- repeat
- if lvl>=30 then
- guess =3.5*(lvl^2)-151.5*lvl+2220
- maxexp= 7*lvl-148
- elseif lvl>=15 then
- guess =1.5*(lvl^2)-29.5*lvl+360
- maxexp= 3*lvl-28
- else --lvl<15
- guess =17*lvl
- maxexp=17
- end
- if guess-exp>0 then
- done=1
- else
- lvl=lvl+1
- end
- until done==1
- local lowexp=maxexp-(guess-exp)
- local hundo=0
- if lowexp>0 then
- hundo=math.floor(lowexp/maxexp*100)
- end
- print('Level: ',lvl-1)
- print('EXP: ',lowexp,'/',maxexp,' (',hundo,'%)')
- m.pos(1,3)
- mwri(c.cyan,'Lvl: ')
- mwri(c.lime,lvl-1)
- m.pos(1,4)
- mwri(c.cyan,'EXP: ')
- mwri(c.lime,lowexp)
- mwri(c.cyan,'/')
- mwri(c.lime,maxexp)
- mwri(c.cyan,' (')
- mwri(c.lime,hundo)
- mwri(c.cyan,'%)')
- sizeX=m.getSize()
- for i=1,sizeX do
- m.pos(i,5)
- procent = math.floor(i/sizeX*100)
- if procent < hundo then
- colB(c.lime)
- else
- colB(c.cyan)
- end
- mwri(c.white,' ')
- end
- colB(c.black)
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 6 sec ago | 0.25 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 14 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ S
JavaScript | 14 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ F
JavaScript | 23 sec ago | 0.25 KB
-
📌 ChangeNOW Exploit
JavaScript | 25 sec ago | 0.24 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