CARVIEW |
Select Language
HTTP/2 200
date: Thu, 16 Oct 2025 04:58:40 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=a07d4675530d54c97d69c3b91fb09eb4730031e11626e058c0344ef7bde40747a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2254L2sgOWDMDTAohclgOlo9PWMO-23105%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f4fb8018b0f313-BLR
NoggiContainerCropper - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim containers as Array[container]
- Sub OnInitParameters()
- RegisterParameterBool("edit", "Edit Parameters", False)
- RegisterParameterContainer("Container", "Root Container")
- RegisterParameterString("cName", "Find Containers by Name", "", 32, 100, "")
- RegisterParameterBool("doCrop", "Crop", False)
- RegisterParameterDouble("crop_left", "Left Crop Face", - 50, - 10000, 10000)
- RegisterParameterDouble("crop_right", "Right Crop Face", 50, - 10000, 10000)
- RegisterParameterDouble("crop_bottom", "Bottom Crop Face", - 50, - 10000, 10000)
- RegisterParameterDouble("crop_top", "Top Crop Face", 50, - 10000, 10000)
- End Sub
- Sub OnParameterChanged(parameterName As String)
- Dim c = GetParameterContainer("Container")
- If Not c.Valid Then
- c = this
- End If
- c.GetContainerAndSubContainers(containers, False)
- If GetParameterBool("edit") Then
- For i = 0 To containers.UBound
- Dim plugin As PluginInstance = containers[i].Geometry.PluginInstance
- If plugin.PluginName = "Noggi" And containers[i].Name = GetParameterString("cName") Then
- Select Case parameterName
- Case "doCrop"
- plugin.SetParameterBool("doCrop", GetParameterBool("doCrop"))
- Case "crop_left"
- plugin.SetParameterDouble("crop_left", GetParameterDouble("crop_left"))
- Case "crop_right"
- plugin.SetParameterDouble("crop_right", GetParameterDouble("crop_right"))
- Case "crop_bottom"
- plugin.SetParameterDouble("crop_bottom", GetParameterDouble("crop_bottom"))
- Case "crop_top"
- plugin.SetParameterDouble("crop_top", GetParameterDouble("crop_top"))
- End Select
- End If
- Next
- End If
- End Sub
- Sub OnGuiStatus()
- Select Case GetParameterBool("edit")
- Case True
- SendGuiParameterShow("Container", SHOW)
- SendGuiParameterShow("cName", SHOW)
- SendGuiParameterShow("doCrop", SHOW)
- SendGuiParameterShow("crop_left", SHOW)
- SendGuiParameterShow("crop_right", SHOW)
- SendGuiParameterShow("crop_bottom", SHOW)
- SendGuiParameterShow("crop_top", SHOW)
- Case False
- SendGuiParameterShow("Container", HIDE)
- SendGuiParameterShow("cName", HIDE)
- SendGuiParameterShow("doCrop", HIDE)
- SendGuiParameterShow("crop_left", HIDE)
- SendGuiParameterShow("crop_right", HIDE)
- SendGuiParameterShow("crop_bottom", HIDE)
- SendGuiParameterShow("crop_top", HIDE)
- End Select
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 5 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 12 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working J
JavaScript | 20 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 27 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 35 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 44 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 52 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 1 min ago | 0.15 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