CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 19:10:10 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=9ea46e62abd79360397ffa2ced193ac1bb48bf7df8907a08a178ad69918e9c9ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22YrTgbqmgbjpE5O4uVYROqMJcbu2n2Jni%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d0a7f3d92cb155-BLR
flashing_turtle - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {$reference SmallBasicLibrary.dll}
- uses Microsoft.SmallBasic.Library,System;
- type gw = GraphicsWindow;
- type t = turtle;
- var n := 0;
- procedure OnTick();
- begin
- if n mod 2 = 0 then t.Hide
- else t.Show;
- n += 1;
- end;
- begin
- gw.Width := 640;
- gw.Height := 520;
- // код пишем сюда
- Timer.Interval := 250;
- Timer.Pause;
- Timer.Tick += OnTick;
- Timer.Resume;
- end.
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 3 sec ago | 0.10 KB
-
📌 ChangeNOW Exploit
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 15 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 1
JavaScript | 19 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 20 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 26 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch ⭐ V
JavaScript | 28 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ E
JavaScript | 28 sec ago | 0.25 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