CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 04:10:57 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=c7927da0e59e647cf49855d8c4c11c8d542f182309860773185f1ffb15a61e12a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22cEgkcuCrGUzz5Nk3-R051sWURMf149Xb%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb82b87b9d25e0-BLR
VXA - OS LM Utils - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Scroll_Bar < Control
- def change_max_lines(max_lines)
- @min_bar_height = (@win.height - 32) / @spacing + max_lines
- @contents_height = -1
- refresh
- end
- end
- class Window_Selectable < Window_Base
- def ensure_cursor_visible #anular esse metodo corrige o bug de passar mouse e a janela ficar subindo e descendo
- end
- def contents_height #calculo diferente para o tamanho da area de contents, o calculo original possui alguns problemas de tamanho
- @data && @data.size == 0 ? super - 12 : ((line_height) * (@data.size / col_max.to_f).ceil) + 4
- end
- def update_padding_bottom #esse daqui é mais para remover o ajuste do bottom padding, para a janela de itens com a barra de ouro pode atrapalhar incluir esse, porém para outras janelas é util
- super if @gold_sprite
- end
- end
- class Window_ItemSelectable < Window_Selectable
- def contents_height #calculo diferente para o tamanho da area de contents, o calculo original possui alguns problemas de tamanho
- @data && @data.size == 0 ? super - 12 : ((line_height + spacing) * (@data.size / col_max.to_f).ceil) - spacing + 4
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 6 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 17 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 28 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 1 min ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 2 min ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 2 min ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 5
JavaScript | 2 min ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 3
JavaScript | 2 min 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