Don't suppose this would be the place to ask where I can find Rust? Saw picture in WAYWO, looks pretty cool =D
[QUOTE=Elv02;39130515]Don't suppose this would be the place to ask where I can find Rust? Saw picture in WAYWO, looks pretty cool =D[/QUOTE]
You stay away from those keys noob they're mine
[editline]7th January 2013[/editline]
Okay fine it's [url=http://playrust.com/play/]here[/url].
no facepunch you are the dumbs
[QUOTE=Nigey Nige;39130618]You stay away from those keys noob they're mine
[editline]7th January 2013[/editline]
Okay fine it's [url=http://playrust.com/play/]here[/url].
no facepunch you are the dumbs[/QUOTE]
Why the dumbs for this man? He's being helpful? D=
[QUOTE=Elv02;39131487]Why the dumbs for this man? He's being helpful? D=[/QUOTE]
facepunch is jealous of my raw posting talent
don't worry friend we can be best buddies we don't need them <3
Will they be at 12:00 GMT every day or what?
The bottom of Rust's website says:
[quote=Website]
No-one is playing :(
[/quote]
You might want to release more keys then! :v:
Nooooo! I missed all of the keys by a long shot. :suicide:
Fuck, missed those keys, waiting for the next ones :3
Day 2: My F5 key has stopped working. Still no new keys.
[QUOTE=Lexic;39142396][url=http://facepunch.com/subscription.php?do=addsubscription&t=1237704][IMG]http://i.imgur.com/wqaIW.png[/IMG][/url][/QUOTE]
[img]http://puu.sh/1Leqw[/img]
[editline]8th January 2013[/editline]
If garry complains then I won't use it.
[QUOTE=Lexic;39142396][url=http://facepunch.com/subscription.php?do=addsubscription&t=1237704][IMG]http://i.imgur.com/wqaIW.png[/IMG][/url][/QUOTE]
I want to thank you so much, this saves me so much time!
[QUOTE=Ziks;39143030]-snip-
[editline]8th January 2013[/editline]
If garry complains then I won't use it.[/QUOTE]
Haha, winner :D I was about to make the same thing.
I was going to but couldn't parse the FP thread for keys. Oh well, I'm just using an email notification whenever garry posts :)
[QUOTE=InnocentSam;39143262]I was going to but couldn't parse the FP thread for keys. Oh well, I'm just using an email notification whenever garry posts :)[/QUOTE]
I don't know how Lexic is parsing it, but I guess he is just constantly looking for words with a '-' in it and 7 characters in total.
ABC-DEF (Just trying to freak out his program :v: )
[b]Edit: [/b]Or he might be looking for Garry's posts too..
[csharp]var regex = new Regex("[A-Z0-9]{3}-[A-Z0-9]{3}", RegexOptions.Multiline);
var found = false;
var attempted = new List<string>();
var page = 1;
while (!found) {
Console.CursorLeft = 0;
// This thread has ID 1237704
var thread = FPAPI.GetPosts(1237704, page);
foreach (var post in thread.posts) {
// Only gayry posts (his id is 1)
if (post.userid != 1) continue;
var match = regex.Match(post.message);
while (match.Success) {
if (!attempted.Contains(match.Value)) {
attempted.Add(match.Value);
if (AttemptKey(match.Value)) {
found = true;
break;
}
}
match = match.NextMatch();
}
// I'm not greedy
if (found) break;
}
if (page != thread.numpages) {
++page;
continue;
}
Console.Write("Last check: {0}", DateTime.Now.ToLongTimeString());
System.Threading.Thread.Sleep(_retryInterval * 1000);
}[/csharp]
Regular Expressions! <3
(oh man, I really like this subscribe e-mail thingy)
[QUOTE=ZaroX;39143299]I don't know how Lexic is parsing it, but I guess he is just constantly looking for words with a '-' in it and 7 characters in total.
ABC-DEF (Just trying to freak out his program :v: )
[b]Edit: [/b]Or he might be looking for Garry's posts too..[/QUOTE]
What? I've already got a key.
Whoops, I ment Ziks. Sorry!
It'd be funny if garry trolled us by posting false keys to screw up our scripts...
Or just put them in another format.
It's pretty annoying when people resort to using scripts to grab one before anyone else can.
[QUOTE=Snakess;39143909]Or just put them in another format.
It's pretty annoying when people resort to using scripts to grab one before anyone else can.[/QUOTE]
They can't be too effective; I picked up 2 games on a Twitter giveaway using only TweetDeck and having very closely placed windows.
screw it i'll just wait for open beta
[QUOTE=Ziks;39143030][img]http://puu.sh/1Leqw[/img]
[editline]8th January 2013[/editline]
If garry complains then I won't use it.[/QUOTE]
Please don't
I have keys I'm planning to give out to friends and I will be mighty annoyed if you take them.
sorry - the keys are at another castle
My script will only take the first valid key it finds, and then stops.
[QUOTE=Ziks;39144533]My script will only take the first valid key it finds, and then stops.[/QUOTE]
Just don't
It only takes a key posted in this thread, it doesn't steal keys given privately by garry.
[QUOTE=Ziks;39144575]It only takes a key posted in this thread, it doesn't steal keys given privately by garry.[/QUOTE]
Just don't.
[QUOTE=Ziks;39144575]It only takes a key posted in this thread, it doesn't steal keys given privately by garry.[/QUOTE]
[QUOTE=ZaroX;39144542]Just don't[/QUOTE]
If you want to grab a key, do it as most others are and getting them manually.
I don't see the problem really, but I've deactivated it because you all seem so opposed to it.
Sorry, you need to Log In to post a reply to this thread.