Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
Greenfoot /
scenarios /
stride /
pengu /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
Cliff.class
566
B
-rw-r--r--
Cliff.java
608
B
-rw-r--r--
Cliff.stride
1.64
KB
-rw-r--r--
Cloud.class
867
B
-rw-r--r--
Cloud.java
937
B
-rw-r--r--
Cloud.stride
2.58
KB
-rw-r--r--
Mover.class
1.48
KB
-rw-r--r--
Mover.java
1.44
KB
-rw-r--r--
Mover.stride
4.36
KB
-rw-r--r--
Pengu.class
1.05
KB
-rw-r--r--
Pengu.java
1.2
KB
-rw-r--r--
Pengu.stride
3.97
KB
-rw-r--r--
README.TXT
345
B
-rw-r--r--
Scene.class
455
B
-rw-r--r--
Scene.java
524
B
-rw-r--r--
Scene.stride
1.31
KB
-rw-r--r--
project.greenfoot
1.59
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Scene.stride
<?xml version="1.0" encoding="UTF-8"?> <class name="Scene" extends="World" extends-java="World" enable="true" strideversion="1"> <javadoc xml:space="preserve">This is the whole scene. It creates and contains the objects that are in it.</javadoc> <imports> <import target="java.util.*" enable="true"/> <import target="greenfoot.*" enable="true"/> </imports> <implements/> <fields/> <constructors> <constructor access="public" enable="true"> <javadoc xml:space="preserve"/> <params/> <throws/> <delegate target="super" params="750,500,1" params-java="750, 500, 1"/> <body> <call expression="addObject(new Cliff(false),85,441)" expression-java="addObject( new Cliff(false), 85, 441)" enable="true"/> <call expression="addObject(new Cliff(true),665,441)" expression-java="addObject( new Cliff(true), 665, 441)" enable="true"/> <blank/> <call expression="addObject(new Cloud(),369,315)" expression-java="addObject( new Cloud(), 369, 315)" enable="true"/> <call expression="addObject(new Pengu(),66,244)" expression-java="addObject( new Pengu(), 66, 244)" enable="true"/> </body> </constructor> </constructors> <methods/> </class>
Close