Go Back   Carder.life > [en] International Forum > Beginners Questions



Reply
 
Thread Tools Display Modes
  #1  
Old 03-09-2025, 12:38 AM

Bellacolambela Bellacolambela is offline
Join Date: Jan 2021
Posts: 0
Default


Does fake/generated cc actually work on ANY shop for you? Plz tell me if true and which type of shops b/c I don't think this true BUT maybe I'm wrong?
  #2  
Old 03-09-2025, 01:17 AM

dimon271180 dimon271180 is offline
Join Date: Sep 2024
Posts: 0
Default


personally never tried , but i saw some people generating bins and ccs and getting them working on netflix /aws / hetzner / uber and this stuff
i never actually beileved but they work
..
still its not worth the effort in my opinion imagine trying 1000 ccs and bin to get one work
-- also i had a friend who had an Israel bin he could generate and get it working like any cc and good limits too lmao






  #3  
Old 03-09-2025, 01:30 AM

Elusive Elusive is offline
Banned
Join Date: Jun 2023
Posts: 1
Default


Most do not work but if you want to try you can use this..
Code:
[#!/usr/bin/perl
# Save as CreditCard.sh and run
use Getopt::Std;
getopts('vmdat', \%opt)||die usage();
if(defined($opt{'v'})) { $type=4 }
if(defined($opt{'m'})) { $type=5 }
if(defined($opt{'d'})) { $type=6 }
if(defined($opt{'t'})) { $type=3 }
if(defined($opt{'a'})) { $type=37 }
if(!defined($type)) { usage() } else { gen() }
print("\nCC Creator - By Millw0rm n");
print("===============================\n");
print("Card number: $card\n");
print("Cardtype : ", card_type($card),"\n\n");
exit 0;
sub gen() {
$lo=1;
$card=$type;
if($type eq 37) { $i=2 } else { $i=1 }
for($i;$i<15;$i++) {
srand;
if($type ne 37) {
if($lo==4||$lo==8||$lo==12) { $card=$card." "; }
} else {
if($lo==3||$lo==7||$lo==11) { $card=$card." "; }
}
$lo++;
$card=$card.(int(rand 9)+1);
}
return $card=$card.(gen_card($card));
}
sub gen_card {
my $number=shift;
my ($i, $sum, $str);
# Remove all non-digits from $number...
$number=~s/\D//g;
# Generate credit card number...
for($i=0; $i<length($number); $i++) {
$str=substr($number, (1+$i)*(-1),1)*(2-($i%2));
if($str<10) { $sum+=$str } else { $tr+=$str-9 }
}
return (10-$sum%10)%10;
}
sub card_type {
my $number=shift;
if($number=~/[^\d\s]/) { return "Invalid credit card number !!!" }
# Remove all non-digits from $number...
$number=~s/\D//g;
if(substr($number,0,1)==4) { return "VISA card" }
if(substr($number,0,1)==5) { return "Master card" }
if(substr($number,0,1)==6) { return "Discover card" }
if(substr($number,0,2)==37) { return "American Express card" }
if(substr($number,0,1)==3) { return "Diner's CLub/Trasmedia" }
}
sub usage() {
print("\nCC GEN by([email protected]\n");
print("================================================== \n");
print("Usage : ACREDIT [card type]\n");
print("Options: -v <visa card>\n");
print(" -m <master card>\n");
print(" -d <discover card>\n");
print(" -a <american express>\n");
print(" -t <transmedia/diner's club>\n\n");
exit(1);
}



  #4  
Old 03-09-2025, 01:41 AM

Zaeer Zaeer is offline
Junior Member
Join Date: Mar 2021
Posts: 7
Default


Another method can be applied...
Any hacker who’d compromised a card number could predict the card’s replacement as soon as it was reported stolen—and then, using the date of the previous card’s cancellation, figure out the replacement's expiration date too. “The day that card is cancelled, as soon it gets rejected, two seconds later I know what your new number and expiration date will be,” Samy Kamkar says. “If I were doing fraud, that would be pretty useful.” The trick could be applied again and again, stealing new card numbers as fast as American Express could generate them.

  #5  
Old 03-09-2025, 01:53 AM

theodo.kats theodo.kats is offline
Join Date: Jun 2022
Posts: 0
Default


magspoofer
sams that dood
కానీ ఆ పై హస్ వివరణ ఒక రకమైన అంశాల కోసం అలాంటి విషయం ఉంటే PC. అందువల్ల సమీ ఈ స్వార్థం గురించి ఇంకా తెలియజేయమని అమెక్స్ ను సంప్రదించాడు మరియు వారు ఎన్నడూ అతనికి తిరిగి రాలేదు.
ఏదైనా వ్యాపారం సకాలంలో డబ్బు కోల్పోవడం వల్ల ఈ సమస్యను పరిష్కరించడానికి ఎందుకు కంపెనీ కోరుకోలేదు?
ఆగండి మొత్తం మోసాలు జీవితంతో బ్యాంకులు డబ్బు కోల్పోతున్నాయ?
లేక వారు డబ్బు తయారు చేస్తున్నారా?
డబ్బు ఆధారంగా చేసే వ్యాపారం, హక్కు స్థానంలో అత్యంత వినూత్న ప్రోటోకాల్స్ కలిగి వచ్చింది? క్యాసెట్ టేప్ డెక్ లాంటి PVC మాగ్నెటిక్ స్ట్రిప్ రీడర్ ల మాదిరిగానే.
మరియు అవును వారు మరియు ఆన్లైన్ మరియు ఇన్డోర్ చూపించి.
సాధారణంగా ఆన్ లైన్ సబ్ స్క్రిప్షన్ సర్వీసెస్ సైట్స్ నెట్ ఫ్లెక్స్, స్పోర్టిఫై,
sonic4
hmu




  #6  
Old 03-09-2025, 02:06 AM

mtlblackstripe mtlblackstripe is offline
Join Date: Jul 2023
Posts: 5
Default


<removed>
  #7  
Old 03-09-2025, 02:14 AM

Blackwood Blackwood is offline
Banned
Join Date: Apr 2022
Posts: 0
Default


You guys gotta stop watching youtube and at least learn how to use real cards first
  #8  
Old 03-09-2025, 02:21 AM

skode skode is offline
Join Date: Jun 2022
Posts: 0
Default


Quote:
Originally Posted by sonic4
Does fake/generated cc actually work on ANY shop for you? Plz tell me if true and which type of shops b/c I don't think this true BUT maybe I'm wrong?
Still works but very few bins
I actually know just 2 bins , one from Chile and another from Salvador that works
But you must note that while you can generate valid cards from real dead cards or live cards and
Use the same expiry month and year, YOU CAN'T GENERATE THE CVV2 code
You can generate like 50 and have them tested on checkers like luxchecker and it may show maybe 10 valid
These10 valid cards exist and have real owners, though you don't know their names, billing address and cvv2
So unless you have sites that don't demand cvv2, then even valid generated cards are no good
Ps: no one should pm asking for the bins
  #9  
Old 03-09-2025, 02:25 AM

mtlblackstripe mtlblackstripe is offline
Join Date: Jul 2023
Posts: 5
Default


<removed>
Reply

Tags
NULL

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump




All times are GMT. The time now is 01:41 PM.