Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 I hacked Newgrounds

Go down 
4 posters
AuthorMessage
Zemog
TG Colonel
TG Colonel
Zemog


Posts : 2210
Reputation : 33
Join date : 2009-05-27
Age : 30

I hacked Newgrounds Empty
PostSubject: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 1:47 pm

Title's a bit misleading but correct.
I wrote my first (working) Greasemonkey script today, and it fetches the .swf file from Newgrounds. I decompiled it and unlocked the files, and ta-daa... flash. Uploaded it, and to lazily prove a point I did this with Dad's home:

Original:
http://www.newgrounds.com/portal/view/195918
Yes, it's really, REALLY screwed up on purpose. :3
Back to top Go down
http://cdn.dipity.com/uploads/events/d219f59aaf68268b76b8b489c11
[TG] Sam Nukem

[TG] Sam Nukem


Posts : 42
Reputation : 4
Join date : 2009-08-14
Age : 29
Location : England

I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 1:54 pm

Its me on the menu Very Happy
Back to top Go down
https://www.youtube.com/user/shivhead3000
tatoma4

tatoma4


Posts : 208
Reputation : 9
Join date : 2009-09-23
Age : 29
Location : Finland

I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 1:59 pm

Can you tell the script, i wanna look into it.
Back to top Go down
http://koti.mbnet.fi/tatoma/jtnepic.flv
Zemog
TG Colonel
TG Colonel
Zemog


Posts : 2210
Reputation : 33
Join date : 2009-05-27
Age : 30

I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 2:08 pm

tatoma4 wrote:
Can you tell the script, i wanna look into it.

// ==UserScript==
// @name Newgrounds flash download link beta 1.0
// @namespace http://script.zemogt.org/
// @description Display Newgrounds flash link when you visit a flash view page.
// @include http://www.newgrounds.com/portal/view/*
// ==/UserScript==

var headerBlock=document.getElementById('size_and_lightbox_options').parentNode;

var swfHref=document.body.textContent.match(/http:\/\/uploads\..*?\.swf/).pop();
var anchorTag=headerBlock.appendChild(document.createElement('a'));
anchorTag.href=swfHref;

var downloadFlashIcon=document.createElement('img');
downloadFlashIcon.src='http://www.iconspedia.com/dload.php?up_id=23613';
anchorTag.appendChild(downloadFlashIcon);
anchorTag.style.cssFloat='right';
Back to top Go down
http://cdn.dipity.com/uploads/events/d219f59aaf68268b76b8b489c11
[TG] Chief (alex) -Admin-
TG Leader
TG Leader
[TG] Chief (alex) -Admin-


Posts : 1525
Reputation : 59
Join date : 2009-05-17
Age : 31
Location : I am from norway, north norway!

I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 2:15 pm

Awesome script! GIEF MORE!
Back to top Go down
http://www.thegoatriders.com
Zemog
TG Colonel
TG Colonel
Zemog


Posts : 2210
Reputation : 33
Join date : 2009-05-27
Age : 30

I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds EmptySat Oct 03, 2009 2:23 pm

:3
I tried getting the TG script to work, but this is made with a forum builder, not written from scratch. :'(
Back to top Go down
http://cdn.dipity.com/uploads/events/d219f59aaf68268b76b8b489c11
Sponsored content





I hacked Newgrounds Empty
PostSubject: Re: I hacked Newgrounds   I hacked Newgrounds Empty

Back to top Go down
 
I hacked Newgrounds
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: General :: Random Stuff-
Jump to: