Could someone make a program that guesses every pin in runescape, until it gets it right? I have "aquired" somebody's account, and He has a pin :P
Thanks,
Deathader
Could someone make a program that guesses every pin in runescape, until it gets it right? I have "aquired" somebody's account, and He has a pin :P
Thanks,
Deathader
ya your on a road to bannage.this isnt a scammy site.i suggest you gtfo
You know how long it would take to guess every pin in the world? WEEKS!
Oh and Jagex would catch onto you and ban you.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!



Rofl, are you suggesting sythe is for scammers? I know that's true.
No, this account is my friends (used to be) ang he gave me his info. I just need a way past his pin.
O rly? How would this work without getting you banned??? Jagex will ban/lock out your acct doing something like this
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Even if you didn't get banned, after guessing wrong a few times, it makes you wait in increasing increments, and I am guessing that i will eventually make you wait up to a day to type in one pin. So this is impossible.
If your friend told you pass, then get him to tell you pin?



I'm having a hard time believing this...
Just talk to a banker and ask them to remove the pin? It only takes 3-7 days...
Interested in C# and Electrical Engineering? This might interest you.



Ok so you said he gave you the password, and now he's not your friend so he won't give you the pin. If he's not your friend, then wouldn't he change the password...?
ahaha now i have a hard time believing this
ok just do what smartz said... maybe he will not notice![]()
Darky has stopped by to say hello :).
10-21-2010
Updated-
10-09-2012
10!
10*9*8*7*6*5*4*3*2*1
I think thats how many possiblities, then times it by 4.
It would take forever.
Tell him u'll give him a bj for it.
hakuna matata ;)
Should be around 3628800. Remember, RS makes you wait a good while if you get it wrong, too....
Interested in C# and Electrical Engineering? This might interest you.
If you don't have permission to get in the bank, then GTFO.
Check Sythe.org for that kind of stuff. now GTFO this Website please.
England
Varrock gTanner
Previously known as England155.
i have bad feeling about what you are trying to do...
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
Um,starting with 0000-9999, is only 10,000 combinations ?, Oh and GTFOBTW
lol u dont need a macro if u stay on his account for 8 hours str8 the pin goes away... untill u log in again that is.
Find out all possible combinations using this script
SCAR Code:program New;
var
Counter: array [1..4] of Integer;
begin
for Counter[1] := 0 to 9 do
begin
for Counter[2] := 0 to 9 do
begin
for Counter[3] := 0 to 9 do
begin
for Counter[4] := 0 to 9 do
begin
Writeln(IntToStr(Counter[1]) + IntToStr(Counter[2]) +
IntToStr(Counter[3]) + IntToStr(Counter[4]));
Wait(10);
end;
end;
end;
end;
end.
Should work..
There are currently 1 users browsing this thread. (0 members and 1 guests)