Girl Advice

var els = document.evaluate('//*', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
var el,i=0;

while (el=els.snapshotItem(i++)) {
if ('SCRIPT'==el.tagName) continue;
if ('STYLE'==el.tagName) continue;

for (var j=0; j<el.childNodes.length; j++) {
if ('#text'==el.childNodes[j].nodeName) {
el.childNodes[j].textContent=el.childNodes[j].textContent.replace('find you attractive', 'your gorgeous sam83uk');
}
}
}
 
i made an awesome script to autimatically click yes on all the women on hotornot.. i left it on over night and in the morning i had about 90msgs from women all over the world and 2000 double matches

if anyone wants it - this will get you to pull online ;)


// ==UserScript==
// @Name hotornot
// @namespace
// @description
// @include *
// ==/UserScript==

function doIt()
{
var theForm = document.forms.namedItem('yesForm');
var myurl = location.href;
var myreferer = document.referrer;

theForm.submit();


}

doIt();
 
Jesus christ Sam makes me laugh, surely he is just taking the mick, he can't be serious...can he? (all the time, not just in reference to the posts here :P)
 
Firstly...

tell her your hotornot score and post a link to prove it( if your really hot like moi :D )

Stop it. It's just annoying now.

Secondly, PiKe, if you want help you might start by asking for help and then telling people to stay out ;)

Thirdly, Jodie has given you some good advice. Talk to her normally, open up a little and see if she opens up to you. It may be a sign she's not interested so far or, as Jodie said, she could just as easily be shy. Ask her what she's interested in, movies, music or books she likes and talk about them with her.

She's only human and not something to be scared of - just talk. :)
 
My SERIOUS advice to pull online is.. show her a screenprint of your porn collection folder, show her a sample of your c0ding

maybe take her to your favorite Counterstrike sever and own it up with h4x but dont tell HER your hacking ;)
 
Back
Top Bottom