Post: ScreenSnapr Source
07-02-2011, 07:09 PM #1
IVThaKiller
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
EDIT: Some people asked me for the .exe source code. Here it is:

You must login or register to view this content.


This is the official ScreeSnapr source modify to work with the basic '?img=' hack. I also modify it further to take off the trash code and the adds they had.

Here is a preview: (The Nyan cat is not included. Sorry.)
You must login or register to view this content.

Originally posted by another user

There are 4 files that you will need.

Index.html:

    
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title>IV Snapr</title>
<link href='./Style.css' rel='stylesheet' type='text/css'>
</head>

<body id="view">
<div id="wrapper">

<h1>IV Snapr</h1>

<div id="screensnapr">
<h2><a href="https://screensnapr.com/">ScreenSnapr</a></h2>
<h3><a href="https://ivscreensnapr.hostei.com">Official IVSnapr Website!</a></h3>
</div><!-- End #screensnapr -->

<div id="image">

<?php $img = $_GET["img"]; ?>
<center><?php if($img=="") { echo ""; } else { echo "<img src='" . $img . "' />"; } ?></center>

</div><!-- End #image -->
</div><!-- End #wrapper -->

</body>
</html>


Style.css (Must be in the same directory as Index.html.):

    body {
background:url(./background.gif) repeat top center;
border:0;
color:#FFF;
margin:0;
padding:0;
}

img {
border:0;
}

a {
outline:0;
text-decoration:none;
color:#FFF;
}

#wrapper {
display:table;
margin:80px auto;
}

h1 {
position:absolute;
left:-9999em;
}

#screensnapr {
overflow:hidden;
margin:0 0 15px 15px;
}

h2 {
width:112px;
height:17px;
background:url(./sprite.png) no-repeat 0 0;
float:left;
margin:0;
padding:0;
}

h2
a {
display:block;
text-indent:-9999em;
}

h3 {
font-size:11px;
float:left;
margin:2px 0 0 13px;
padding:0;
}

h3
a {
font:11px Arial, Helvetica, sans-serif;
color:#7f8083;
text-shadow:rgba(0,0,0,.75) 0 1px 0;
}

#image
a {
display:block;
}

#image
img {
-webkit-box-shadow:rgba(0,0,0,.40) 0 2px 3px;
-moz-box-shadow:rgba(0,0,0,.40) 0 2px 3px;
box-shadow:rgba(0,0,0,.40) 0 2px 3px;
max-height:800px;
max-width:100%;
}


Background.gif:
You must login or register to view this content.

Sprite.gif (This is the logo.):
You must login or register to view this content.


And that is basically it. I hope you guys enjoy it.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked IVThaKiller for this useful post:

Weescotty

The following user groaned IVThaKiller for this awful post:

<Jimbo>
07-03-2011, 04:40 AM #2
Epic?
Awe-Inspiring
Is this legit? And what language?
07-03-2011, 06:15 AM #3
Worked great! Thank you very much man.

You must login or register to view this content.

By the way, stole the Nyan cat idea :p.
07-03-2011, 06:28 AM #4
Midnight.eGo
from El Paso, Texas (915)
Originally posted by KurtTheCanadian View Post
Worked great! Thank you very much man.

You must login or register to view this content.

By the way, stole the Nyan cat idea :p.



Really let me see You must login or register to view this content.
07-03-2011, 07:28 AM #5
ima use this :P
07-03-2011, 01:57 PM #6
IVThaKiller
Gym leader
Originally posted by AsianInvasion View Post
Is this legit? And what language?


Yes this is legit. It is coded in HTML, CSS, and PHP. The .exe decompiled was coded in C# in Visual Basic.
07-09-2011, 12:14 AM #7
iReset Nigga
2Fresshh!!
Originally posted by Midnight.eGo View Post
Really let me see You must login or register to view this content.


dude ur screen snapr is so sick bruh

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo