| Author |
FFXI Cheats: Easy way to win lottery (Win Almost Every Time)![]() |
nekronos
In Training

Regular Member
Joined: 04 Jul 2006 Posts: 40 43 TUBucks
|
Posted: Wed Feb 21, 2007 11:50 pm Post subject:
|
|
you can get suspended for repeating /random FYI. i got sent to GM jail for /random'n for fun
|
|
Back to top
|
|
 |
moogleking
Script Kiddy
Regular Member
Joined: 29 Mar 2007 Posts: 1 0 TUBucks
|
Posted: Sun Apr 01, 2007 5:10 pm Post subject:
|
|
How if being, can I download this?
|
|
Back to top
|
|
 |
walliegabe
In Training

Regular Member
Joined: 15 Jun 2007 Posts: 11 11 TUBucks
|
Posted: Tue Jun 26, 2007 3:53 am Post subject:
|
|
ill try out later thx
|
|
Back to top
|
|
 |
roxxi1
Script Kiddy
Regular Member
Joined: 25 Aug 2007 Posts: 1 1 TUBucks
|
Posted: Sat Aug 25, 2007 8:12 pm Post subject:
not sure about this |
|
maybe i didnt read up right or this is old and SE fixed this! but this doesnt work at all! /random is still way to random to win anything. i have tryed waiting after a high roll like 800 or 900 and the best i get after words is a 300 or 400, and a few times of 13,60, or even 4!
|
|
Back to top
|
|
 |
dionikes1
Script Kiddy
Regular Member
Joined: 18 Oct 2007 Posts: 2 2 TUBucks
|
Posted: Thu Oct 18, 2007 3:57 am Post subject:
|
|
Has anyone updated this area lately? I am very curious to see this work. Lets say you type /random. you get a 850+, does it matter if you re-type /random? or just hit space bar then enter. Is it the same /random set? or does it change when you re-type words. Basically what im asking is. If im going to test this, do i keep the same /random typed in after hitting 850+? or do i re-type it every time. I have a friend that runs a casino and he swears in his years of running it he has never seen a consistency.
|
|
Back to top
|
|
 |
dionikes1
Script Kiddy
Regular Member
Joined: 18 Oct 2007 Posts: 2 2 TUBucks
|
Posted: Mon Oct 29, 2007 10:58 pm Post subject:
This is crap |
|
This is crap. All i have ever seen from this sight is things that dont work. I have rolled sets of 100, ten times. and have done it multiple times. It is allways random. Only reason i subscribed to this site is to see tips on /random. Well anyways, none of the theories on this work at all. After multiple tests and hours of random.
|
|
Back to top
|
|
 |
waitinginshadow
Moderator

Premium Member
Joined: 04 Aug 2006 Posts: 1327 3030 TUBucks
|
Posted: Mon Nov 05, 2007 12:38 pm Post subject:
Re: This is crap |
|
| dionikes1 wrote: |
| This is crap. All i have ever seen from this sight is things that dont work. I have rolled sets of 100, ten times. and have done it multiple times. It is allways random. Only reason i subscribed to this site is to see tips on /random. Well anyways, none of the theories on this work at all. After multiple tests and hours of random. |
Don't forget, ALL of these theories don't take lag into consideration. What I mean by that, is that when someone says to do something at a specific time, it's PHYSICALLY IMPOSSIBLE for their fingers, controller, or whatever to hit /random at the EXACT time needed. The ONLY possible way you could do this would be to make a PROGRAM to test this out, with EXACT times for the /random. If this program was able to roll the SAME THING repeatedly over the course of let's say 10 seconds, or relatively close to the same thing (Within 25 of each other) than yes, I would say it's PLAUSIBLE that the /random is based on time, like previously stated. IF, like I'm assuming, it did NOT do that, then we could indefinitely say that the /random function is actually 100% random (which is EXTREMELY easy to do, I might add, from a coding point-of-view).
Java excerpt as an example:
| Code: |
Random random = new Random();
for(int i = 0; i < 5; i++){
int x = random.nextInt(999);
System.out.println(i + ": " + x);
}
|
Would print:
| Quote: |
0: Random number between 0 and 999
1: Random number between 0 and 999
2: Random number between 0 and 999
3: Random number between 0 and 999
4: Random number between 0 and 999
5: Random number between 0 and 999
|
_________________ CLICK HERE TO BUY A PREMIUM ACCOUNT!!!
|
|
Back to top
|
|
 |
kourath
Elite of the Elite

Regular Member
Joined: 09 Feb 2006 Posts: 2003 Location: Pangea 4682 TUBucks
|
Posted: Mon Nov 05, 2007 9:47 pm Post subject:
Re: This is crap |
|
| waitinginshadow wrote: |
| 100% random |
There is no such thing as a truly random number. Computers generate pseudorandom numbers using an algorithim. Although this algorithim generates seeminly random numbers, it will eventually repeat itself exactly (the equation will have the same inputs at a predictable date and time) and is therefore not random.
Semantics, I know. I just couldnt let that one go
_________________ EX-TU member. For my own reasons, I will no longer play a role as an active member. Goodbye.
RIP kourath. 5/21/08
|
|
Back to top
|
|
 |
waitinginshadow
Moderator

Premium Member
Joined: 04 Aug 2006 Posts: 1327 3030 TUBucks
|
Posted: Mon Nov 05, 2007 9:55 pm Post subject:
|
|
Leave my crackpot theories alone you old booger!
LOL I called you an old booger xD
_________________ CLICK HERE TO BUY A PREMIUM ACCOUNT!!!
|
|
Back to top
|
|
 |
kourath
Elite of the Elite

Regular Member
Joined: 09 Feb 2006 Posts: 2003 Location: Pangea 4682 TUBucks
|
Posted: Mon Nov 05, 2007 10:02 pm Post subject:
|
|
I AM A CRACKHEAD.
_________________ EX-TU member. For my own reasons, I will no longer play a role as an active member. Goodbye.
RIP kourath. 5/21/08
|
|
Back to top
|
|
 |
waitinginshadow
Moderator

Premium Member
Joined: 04 Aug 2006 Posts: 1327 3030 TUBucks
|
Posted: Mon Nov 05, 2007 10:22 pm Post subject:
|
|
Lol, thanks for sharing...
_________________ CLICK HERE TO BUY A PREMIUM ACCOUNT!!!
|
|
Back to top
|
|
 |
kourath
Elite of the Elite

Regular Member
Joined: 09 Feb 2006 Posts: 2003 Location: Pangea 4682 TUBucks
|
Posted: Mon Nov 05, 2007 11:19 pm Post subject:
|
|
| waitinginshadow wrote: |
| Lol, thanks for sharing... |
Your welcome, I just thought everyone should know.
_________________ EX-TU member. For my own reasons, I will no longer play a role as an active member. Goodbye.
RIP kourath. 5/21/08
|
|
Back to top
|
|
 |
waitinginshadow
Moderator

Premium Member
Joined: 04 Aug 2006 Posts: 1327 3030 TUBucks
|
Posted: Mon Nov 05, 2007 11:32 pm Post subject:
|
|
I LIKE .... STUFF!!! YEAH!! STUFF!!!
_________________ CLICK HERE TO BUY A PREMIUM ACCOUNT!!!
|
|
Back to top
|
|
 |
kourath
Elite of the Elite

Regular Member
Joined: 09 Feb 2006 Posts: 2003 Location: Pangea 4682 TUBucks
|
Posted: Tue Nov 06, 2007 1:33 am Post subject:
|
|
I like turtles.
_________________ EX-TU member. For my own reasons, I will no longer play a role as an active member. Goodbye.
RIP kourath. 5/21/08
|
|
Back to top
|
|
 |
Tault_admin
Admin

Regular Member
Joined: 09 Nov 2002 Posts: 26927 31909 TUBucks
|
Posted: Tue Nov 06, 2007 6:56 pm Post subject:
|
|
hey go spam somewhere else you 2.
_________________

|
|
Back to top
|
|
 |
|