CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:46:12 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=12b95106c655f6d59052218735f8808b0ab6fb390d7abdfe4b803b47416f8940a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22grfJ3eav4yrSmk5sYX3W3NG_EKPytGm8%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd6dd44906c469-BLR
NoggiParameterReplicator - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim containers as Array[container]
- Dim filters As Array[String]
- filters.Push("All")
- filters.Push("by Name")
- Sub OnInitParameters()
- RegisterParameterBool("edit", "Edit Parameters", False)
- RegisterParameterContainer("Container", "Root Container")
- RegisterRadioButton("filter", "Find Noggi", 0, filters)
- RegisterParameterString("cName", "Name", "", 32, 100, "")
- RegisterParameterDouble("width", "Width", 100, 0, 10000)
- RegisterParameterDouble("height", "Height", 100, 0, 10000)
- 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
- Dim filterType = GetParameterInt("filter")
- For i = 0 To containers.UBound
- Dim plugin As PluginInstance = containers[i].Geometry.PluginInstance
- If plugin.Valid Then
- Select Case filterType
- Case 0 ' All
- If plugin.PluginName = "Noggi" Then
- ApplyPluginChanges(plugin, parameterName)
- End If
- Case 1 ' by Name
- If plugin.PluginName = "Noggi" And containers[i].name = GetParameterString("cName") Then
- ApplyPluginChanges(plugin, parameterName)
- End If
- End Select
- End If
- Next
- End If
- End Sub
- Sub ApplyPluginChanges(plugin As PluginInstance, parameterName As String)
- Select Case parameterName
- Case "width"
- plugin.SetParameterDouble("width", GetParameterDouble("width"))
- Case "height"
- plugin.SetParameterDouble("height", GetParameterDouble("height"))
- 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 Sub
- Sub OnGuiStatus()
- Select Case GetParameterBool("edit")
- Case True
- If GetParameterInt("filter") = 1 Then
- SendGuiParameterShow("cName", SHOW)
- Else
- SendGuiParameterShow("cName", HIDE)
- End If
- SendGuiParameterShow("Container", SHOW)
- SendGuiParameterShow("filter", SHOW)
- SendGuiParameterShow("height", SHOW)
- SendGuiParameterShow("width", 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("filter", HIDE)
- SendGuiParameterShow("width", HIDE)
- SendGuiParameterShow("height", 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
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 15 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 4
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 21 sec ago | 0.10 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 24 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 27 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ T
JavaScript | 30 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