CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 04:10:59 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=d7f39a26b58b668718b23dd942105754f9188b63f20a21e57987ffc93c6a9beba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22xp2XFhvEdY8eJUahuDv3gC7ic68hUmq_%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb82c8094e3585-BLR
12HPSET.BAS - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DECLARE SUB testpattern (d%)
- SCREEN 12
- DO
- k$ = INKEY$
- IF k$ > "" THEN EXIT DO
- testpattern INT(RND * 30 + 1)
- SLEEP 2
- LOOP
- SCREEN 0: WIDTH 80, 25
- SUB testpattern (d%)
- DIM Lft AS INTEGER, Rgt AS INTEGER
- DIM Top AS INTEGER, Bot AS INTEGER
- Lft = 160: Rgt = 479: Top = 120: Bot = 360
- DIM x(Lft TO Rgt) AS LONG, y(Top TO Bot) AS LONG
- FOR t% = Lft TO Rgt: x(t%) = t%: NEXT
- FOR t% = Top TO Bot: y(t%) = t%: NEXT
- FOR t% = 0 TO 3000
- SWAP x((t% MOD 320) + Lft), x(RND * 200 + Lft)
- SWAP y((t% MOD 240) + Top), y(RND * 200 + Top)
- NEXT
- FOR v% = Top TO Bot
- FOR h% = Lft TO Rgt
- PSET (x(h%), y(v%)), ((x(h%) * y(v%) \ d%) AND 15)
- IF INKEY$ > "" THEN EXIT SUB
- NEXT
- NEXT
- END SUB
Tags:
qbasic
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ V
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 17 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 28 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 39 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 2 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
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