Post: Netflix Account Genorator {In progress/Need Help} {Posted In Elite As Well}
09-14-2015, 11:18 AM #1
SpencerMods
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); NeedaHello NGU Needa

Hey NGU, DanModsHD here and today Im going to show you guys a little project ive been working on for about 5 minutes, Ahaha no but legit if I can get this to work it will be $5 or free to NGU elite members!

First off Ill tell you what my program will do, So what it does is it is a netflix account genorator!. So that means ill be cracking netflix accounts 24/7 and be uploading them to a database.

That then once done you will be able to click a button and it will get a random line {email and pass} for you.

Screenshot

You must login or register to view this content.


Ok, So what I need help with is how the hell do I make it pick a random line from a database?

Thanks anyone who +1 rep or anything like that It means alot!

and anyone who helps thanks in advance!

Hoping for it to be released within 72 hours!
Last edited by SpencerMods ; 09-14-2015 at 11:55 AM.
09-14-2015, 11:38 AM #2
Mango_Knife
In my man cave
Originally posted by DanModsHD View Post
NeedaHello NGU Needa

Hey NGU, DanModsHD here and today Im going to show you guys a little project ive been working on for about 5 minutes, Ahaha no but legit if I can get this to work it will be $5 or free to NGU elite members!

First off Ill tell you what my program will do, So what it does is it is a netflix account genorator!. So that means ill be cracking netflix accounts 24/7 and be uploading them to a database.

That then once done you will be able to click a button and it will get a random line {email and pass} for you.

Screenshot

I dont know how to add a photo so here is a photo link

--> You must login or register to view this content.


Ok, So what I need help with is how the hell do I make it pick a random line from a database?

Thanks anyone who +1 rep or anything like that It means alot!

and anyone who helps thanks in advance!

Hoping for it to be released within 72 hours!


For picture you need to do

    [I MG]https://i.imgur.com/s6Wpqvn.png[/I MG]

Ofcourse without the backspaces.
09-14-2015, 11:45 AM #3
SpencerMods
I am error
Originally posted by Knife View Post
For picture you need to do

    [I MG]https://i.imgur.com/s6Wpqvn.png[/I MG]

Ofcourse without the backspaces.


Dint work for me :(
09-14-2015, 11:53 AM #4
Mango_Knife
In my man cave
Originally posted by DanModsHD View Post
Dint work for me :(


Because
You are using
    https://prntscr.com/8g6is8

Go to the link and drag the image to the link box on the browser
Then you will get
    https://i.imgur.com/s6Wpqvn.png

It must end with some image type.
09-14-2015, 07:22 PM #5
Default Avatar
Morphus
Guest
Originally posted by DanModsHD View Post
NeedaHello NGU Needa

Hey NGU, DanModsHD here and today Im going to show you guys a little project ive been working on for about 5 minutes, Ahaha no but legit if I can get this to work it will be $5 or free to NGU elite members!

First off Ill tell you what my program will do, So what it does is it is a netflix account genorator!. So that means ill be cracking netflix accounts 24/7 and be uploading them to a database.

That then once done you will be able to click a button and it will get a random line {email and pass} for you.

Screenshot

You must login or register to view this content.


Ok, So what I need help with is how the hell do I make it pick a random line from a database?

Thanks anyone who +1 rep or anything like that It means alot!

and anyone who helps thanks in advance!

Hoping for it to be released within 72 hours!


If you have added an ID column in the table you could have the program generate random number with the code I'll provide below and then use the select statement to pick the random generated number from the ID column

If you need more help with the database side or program side let me know
(NOTE: tbh it'd probably be better if you used stored procedures)

Also you spelt generator wrong on your form title.


VB.Net

Generates a number between 0 and 99
    
Dim Random As New Random
Dim RandomNumber As Integer = Random.Next(0, 100)



C#

Generates a number between 0 and 99
    
Random random = new Random();
int randomNumber = random.Next(0, 100);

Last edited by Morphus ; 09-14-2015 at 07:27 PM.

The following user thanked Morphus for this useful post:

Mango_Knife
09-14-2015, 09:15 PM #6
SpencerMods
I am error
Originally posted by Morphus View Post
If you have added an ID column in the table you could have the program generate random number with the code I'll provide below and then use the select statement to pick the random generated number from the ID column

If you need more help with the database side or program side let me know
(NOTE: tbh it'd probably be better if you used stored procedures)

Also you spelt generator wrong on your form title.


VB.Net

Generates a number between 0 and 99
    
Dim Random As New Random
Dim RandomNumber As Integer = Random.Next(0, 100)



C#

Generates a number between 0 and 99
    
Random random = new Random();
int randomNumber = random.Next(0, 100);



Thanks bro Smile
09-14-2015, 09:30 PM #7
Default Avatar
Morphus
Guest
Originally posted by DanModsHD View Post
Thanks bro Smile


No problem man any issues let me know

The following user thanked Morphus for this useful post:

SpencerMods
01-22-2016, 06:15 AM #8
if this works def buying
01-22-2016, 06:19 AM #9
Toxic
former staff
Originally posted by Morphus View Post
If you have added an ID column in the table you could have the program generate random number with the code I'll provide below and then use the select statement to pick the random generated number from the ID column

If you need more help with the database side or program side let me know
(NOTE: tbh it'd probably be better if you used stored procedures)

Also you spelt generator wrong on your form title.


VB.Net

Generates a number between 0 and 99
    
Dim Random As New Random
Dim RandomNumber As Integer = Random.Next(0, 100)



C#

Generates a number between 0 and 99
    
Random random = new Random();
int randomNumber = random.Next(0, 100);



doing that is not good, do
    Random random = new Random((int)DateTime.Now.Ticks);
cuz using urs would get the same result over and over

The following user thanked Toxic for this useful post:

UkHazeOG
01-23-2016, 05:36 AM #10
Toxic
former staff
Originally posted by NuKeZz View Post
if this works def buying


get elite, there r tons of accs in elite sect :p

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo