User Controls
Posts by Migh
-
2022-01-14 at 10:47 PM UTC in Lamy is a pretentious cunt and he's mentally deficientHes not even responding to my thread...
-
2022-01-14 at 10:46 PM UTC in Lamy is a pretentious cunt and he's mentally deficient
-
2022-01-14 at 1:19 AM UTC in Lamy is a pretentious cunt and he's mentally deficientNeeds to pay more attention to me.
Jerk -
2022-01-14 at 1:17 AM UTC in Become a Serial Killer
-
2022-01-14 at 1:13 AM UTC in A Identification Forgery Program
-
2022-01-14 at 1:11 AM UTC in What is a crypto "rakeback"The picture in your OP is all about a casino, which is why I think it is a casino related term.
-
2022-01-11 at 1:51 PM UTC in What is a crypto "rakeback"The rakeback is part of the casino and nothing to do with crypto.
It is just a rebate for the house fees.
https://www.quora.com/What-does-rakeback-mean -
2022-01-11 at 1:42 PM UTC in Welcome to the Metaverse. There is no escape.Seems legit.
-
2022-01-11 at 1:39 PM UTC in A Identification Forgery ProgramThis program would not be for making physical fake id, it would only be used for generating high quality scans of id(usually used for account verification).
-
2022-01-11 at 1:57 AM UTC in A Identification Forgery ProgramA program that is fed drivers license data(Name, DL#, DOB, etc) and outputs a high quality scan of state identification. Would require lots of photo editing. This could result in a profitable business.
Proceed with questions and comments. -
2022-01-07 at 4:27 AM UTC in Grabbing Crypto Addresses with regex. And more.
package com.lanny.things;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
public class Nir {
public static ArrayList<int[]> numberSet;
public static String number1 = "4343404100000000";
public static String number2 = "4343404199999999";
public static String numberToCheck = "4343404105441234";
public static int[] checkNumber;
public static boolean check = false;
public static boolean writeToFile = false;
public static void main(String[] args) throws Exception {
if (!check){
numberSet = new ArrayList<int[]>();
int[] a = new int[16], b = new int[16];
for (int i = 15; i > -1; i--){
a[i] = number1.charAt(i) - 48;
b[i] = number2.charAt(i) - 48;
}
createList(a, b);
for (int n = 0; n < numberSet.size(); n++){
int[] temp = numberSet.get(n);
for (int i = 0; i < 16; i++){
System.out.print(temp[i]);
}
System.out.println();
}
} else {
checkNumber = new int[16];
for (int i = 15; i > -1; i--){
checkNumber[i] = numberToCheck.charAt(i) - 48;
}
System.out.println(isValid(checkNumber)?"Valid":"Not Valid");
}
}
public static void createList(int[] range1, int[] range2){
while(!equals(range1, range2)){
if (isValid(range1)){
int[] temp = new int[16];
for (int i = 0; i < 16; i++){
temp[i] = range1[i];
}
numberSet.add(temp);
if (writeToFile){
try {
File file = new File("/home/lanny/Desktop/NumberList");
BufferedWriter output = new BufferedWriter(new FileWriter(file, true));
StringBuilder sb = new StringBuilder();
for (int i = 0; i < 16; i++){
sb.append(temp[i]);
}
output.write(sb.toString() + "\n");
output.close();
} catch (IOException e) {e.printStackTrace();}
}
}
range1 = increment(range1);
}
}
public static boolean isValid(int[] n){
int total = 0;
for (int i = 15; i > -1; i--){
if (i % 2 != 0){
total = total + n[i];
} else {
Integer temp = n[i] + n[i];
int tempt = 0;
for (int x = 0; x < temp.toString().length(); x++){
tempt = tempt + Integer.parseInt(String.valueOf(temp.toString().charAt(x)));
}
total = total + tempt;
}
}
return (total % 10 == 0);
}
public static int[] increment(int[] i){
int[] returner = i;
boolean finished = false;
int s = 15;
while (!finished){
if (i[s] != 9){
returner[s]++;
finished = true;
} else {
returner[s] = 0;
s--;
}
}
return returner;
}
public static boolean equals(int[] range1, int[] range2){
for (int i = 0; i < 16; i++){
if (range1[i] != range2[i]) return false;
}
return true;
}
} -
2022-01-07 at 1:17 AM UTC in Building a website for my client.Are you actually coding it yourself or are you using a 'website creator' program?
Sounds like your coding it yourself. -
2022-01-05 at 1:14 AM UTC in How do people get into human trafficking?I got into human trafficing because I was horny and started buying prostitutes.
-
2022-01-05 at 1:12 AM UTC in Grabbing Crypto Addresses with regex. And more.I haveat least one I wrote that list CC numbers using the Luhn algorithum. It's in Java though(I made an Android app as well but that one is for something else...). Not sure if thats allowed here.
-
2022-01-02 at 11:38 PM UTC in Taking a BreakYou know, taking a break from breaking the law.
I'm only going to parasite on the lower levels. No more big hits. Just a small time little shit.
I've been pushing it a bit and figure its time to think about myself and just take a break.
It'll be nice having this off my conscience. Just being a normal everyday person that parasites just a little. -
2022-01-02 at 11:32 PM UTC in Shadow Courts on the Dark Web
-
2021-12-29 at 8:41 PM UTC in Shadow Courts on the Dark WebHope I dont get shawdow sued for my gift card shenanigans.
-
2021-12-29 at 8:36 PM UTC in Happy HolidaysAfter this one, Im finished. I may do it again, really small, but not this big.
Im going to stick with the smaller things. -
2021-12-28 at 5:57 AM UTC in Happy Holidays
-
2021-12-28 at 12:54 AM UTC in Happy HolidaysJust made $40k+ for end of year scheme.
Old burner is destroyed and gone as well as other evidence.
I got $40k+ in 2019 right before the pandemic. Same fraud scheme. Like taking candy from a baby.