D E A D L Y

Members
  • Content Count

    67
  • Last visited

Posts posted by D E A D L Y


  1. I have sold a few in the past few months so here's the short story of it:

    IS it profitable: Yes

    Is it worth the time: probably not unless you got really good combos for good accounts

     

    What makes it good or not.

    This is a simple question if it's verified its not good, not worth anything basically.

    If its unverified lvl30+ a few skins but none that good + not much RP/BE = $15 max

    If its unverified lvl30+ a lot of skins 70+ with very little BE/RP = $25-50 depending on skins

    If its unverified lvl30+ a lot of skins 100+ with RP/Decent BE ( 20+BE) this can range from $50-100 depending on buyer and skins.

    If its unverified lvl30+ very little skins but has black Alistar = tons of profit, depends on buyer tbh.

    If its unverified lvl30+ a lot of good skins including pax skins, or pulsefire skins or any skins that could be considered decent and expensive.

     

    VERIFIED ACCOUNTS ARE USELESS AND ALSO ACCOUNTS THAT ARE BELOW lvl29.

    The only exception to accounts around 28-29 if they have RP over 600


  2. Hey Guys , thanks to @Her for making

    Starbucks checker I have everything ready

    Except one Thing

     

     

     

    How Can I generate Starbucks codes in order to Check it , There is no place Where I can ask except than that as Im one of this family

     

    I'm doing my best to Contribute here so please if you know the method don't ignore but teach Me How :monkas:

     

    I made a gen for starbucks, if u want lmk in pm


  3. So I have everything set up properly, In the console I can write to give me 49000+ numbers but it all saves on 1 line instead of doing multiple, im using this function:

    File.AppendAllText("hits.txt", contents);

     

                    Console.WriteLine(contents, "hits.txt");

     

     

    Clearly it only saves to 1 line for some reason, anyone know?

     

     

    Basically formate is 12digit:8digit

    so basically I need it to look like this:

     

    123456789123:12345678

    123456789123:12345678 

    123456789123:12345678

     

    Rn its doing this: 123456789123:12345678123456789123:12345678123456789123:12345678123456789123:12345678123456789123:12345678123456789123:12345678


  4. My very first config, I've gotten up to 6k cpm with free proxies only 220 bots.

     

    Email:Pass

    Capture: No ( not sure how to do that, tried but just couldnt figure it out sadly )

     

    You know, likes really makes me motivated to do things like this, ive been learning and I just want a like or two bc I do put some hard work into it! :) Please give me a like and ill love u long time! :)

     

    [hide]https://anonfile.com/ReRaa4k6n8/my.tomtop.com_loliX[/hide]


  5.  

    okay then do it like my first imgur pic. the fixed numbers you will save in a segment like s1=6006 s2=4912 and so on then print them and after that you can use the random command in a for loop and print them in every loop and if the loop printed the 3 number print a ":" and that should be it ^^ you can also use the same code like me in C# i guess

    Not sure how c works but its somewhat the same at C#, but I did exactly what ur code was then edit a bit, I got it working what I liked, but its not doing more then 1 number, any ideas?

     

    https://imgur.com/a/1g2RU2k

     

    you could also to another function with the whole code and call it in the main function but i was too lazy for that :D

    you first give a number how much keys you want generated and then the whole generating process you put that in a for loop so it repeats int o is the same as int i but you cant use int i on the first for loop so i needed to make another one.

    but there are probably much easier ways to do that i think did your teacher or professor not give you tips or something? ^^

    because our professor wrote a programm, talked about it and then we need to do the same program but with slightly difference so we dont copy his code

     

    scanf is for input so the program waits for a value to proceed the program

     

     

    and in scanf its &codes because we  need to give codes the address of the value from 5(on my screenshot) we cannot just give the value to codes

    hmm I see, yeah well this is my "first" assignment I guess is what you can call it, he basically did 20 mins of talking about the language, then said here try it and its due by friday. He said he "wanted" to know how far or how much we know about coding, which would of been fine if its something I know, which all languages are somewhat similar but kinda different. The way you put it makes it more simple, ima take a look and retry, ill let you know how it goes.

     

     

    EDIT: I freaking did it, I love you all so much, I did do it a little different but it help me learn some knowledge, its amazing the community. @atiufi you're truly amazing.

    • Like 1

  6.  

    another imgur link

    the site blocks my for loops because it thinks i try sql injection xD

     

    https://imgur.com/a/IsVemLo

     

    make a new int and increase it with thousand because you rand.next command will input a number from 1000 to 10000 so it can also be 1232 for example

    I dont think this will work, because it needs to be exactly this format: 6006491266305597 < Exact same then next 3 has to be randon, then the :pin has to be different numbers.

     

    okay then do it like my first imgur pic. the fixed numbers you will save in a segment like s1=6006 s2=4912 and so on then print them and after that you can use the random command in a for loop and print them in every loop and if the loop printed the 3 number print a ":" and that should be it ^^ you can also use the same code like me in C# i guess

    Not sure how c works but its somewhat the same at C#, but I did exactly what ur code was then edit a bit, I got it working what I liked, but its not doing more then 1 number, any ideas?


  7. here i made a picture from my code that i did just now i did not know the code command to paste it in the post thats why i post a imgur link and its on C because i did not learn C# but maybe it will help you

     

    https://imgur.com/a/QHh7WEq

    the random command works different on C then on C# if i use the rand command it generates a random number from the int value thats why i wrote rand()%10 so it only generates 0-9

    the first 3  segements i just printed because they are fixed anyway and the for-loop is for how much random numbers you need and if-statement is if the forth number is generated print a ":"

    and the first command after int main is just because if i start the program it has a fixed seed that means the random generated numbers are always the same if i dont change the seed thats the command for it.

    sry my english typing is so bad hopefully you understood it a little more with my C code

    maybe you can adapt this to C#

     

    and that was also training for me never used the random command :D

    Thank you, ill take a look, this is what I got so far: https://imgur.com/Cx9j7Ob

     

    Still seems I cant figure it out, basically I am pretty sure I know what to do but just dont.

    for (int i = 0; i < 4; i++)

               {

                   numbers = rand.Next(1000, 10000); ( I need this to be like 1000, 2000, 3000, 4000 ) but I dont need to use rand.net but not sure what to use

               }

     

    another imgur link

    the site blocks my for loops because it thinks i try sql injection xD

     

    https://imgur.com/a/IsVemLo

     

    make a new int and increase it with thousand because you rand.next command will input a number from 1000 to 10000 so it can also be 1232 for example

    I dont think this will work, because it needs to be exactly this format: 6006491266305597 < Exact same then next 3 has to be randon, then the :pin has to be different numbers.


  8. here i made a picture from my code that i did just now i did not know the code command to paste it in the post thats why i post a imgur link and its on C because i did not learn C# but maybe it will help you

     

    https://imgur.com/a/QHh7WEq

    the random command works different on C then on C# if i use the rand command it generates a random number from the int value thats why i wrote rand()%10 so it only generates 0-9

    the first 3  segements i just printed because they are fixed anyway and the for-loop is for how much random numbers you need and if-statement is if the forth number is generated print a ":"

    and the first command after int main is just because if i start the program it has a fixed seed that means the random generated numbers are always the same if i dont change the seed thats the command for it.

    sry my english typing is so bad hopefully you understood it a little more with my C code

    maybe you can adapt this to C#

     

    and that was also training for me never used the random command :D

    Thank you, ill take a look, this is what I got so far: https://imgur.com/Cx9j7Ob

     

    Still seems I cant figure it out, basically I am pretty sure I know what to do but just dont.

    for (int i = 0; i < 4; i++)

    {

    numbers = rand.Next(1000, 10000); ( I need this to be like 1000, 2000, 3000, 4000 ) but I dont need to use rand.net but not sure what to use

    }