D E A D L Y

Members
  • Content Count

    67
  • Last visited

Everything posted by D E A D L Y

  1. All I ask for is a like bc I do hard work for some good quality. Ill post more for likes ;) [hide][email protected]:francisco19 | Subscription: Premium [email protected]:1Homersimpson | Subscription: Premium [email protected]:pingwin10 | Subscription: Premium [/hide]
  2. It usually takes 15 mins, but can be longer. It took mine 45 minutes.
  3. Good share, gave u a like :) Is this for US? I cant seem to log in? how do u use when u crack an acc?
  4. Yeah trying to fix that. Gotcha, I downloaded by just copying the link, and taking parts of it off.
  5. The download link is going to a nandos file! thanks anyways
  6. Can you SE Basspro XD ive tried 3 times and none of them liked me, always say send it back. Another question, when a company asks for the old product back what do you do?
  7. 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
  8. I made a gen for starbucks, if u want lmk in pm
  9. 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
  10. A checker for https://www.tackleexpress.com/account/login This would be so amazing!
  11. 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]
  12. Are these paid or just free, either way keep it up the good work ofc.
  13. lmfao tbh, I never even heard of this site XD I feel weird asf, but stay HQ I keep seeing you posting configs and thats just amazing!
  14. D E A D L Y

    Ended.

    It was working for a bit now it stopped, just constant retries?
  15. I enjoy likes, and I do not enjoy leechers, legit it takes a second to add a like :) It would be greatly appreicated! Here you all go! [hide]https://pastr.io/view/6PjbhX[/hide]
  16. 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.
  17. 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?
  18. 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.
  19. 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 }