cvv2 generator

By TheboyskinG on Sep 06, 2009

To run this script,just copy paste in your remote..

And please,right click in status or channel to generate your cvv2 from cc generator :P

Enjoy for it !

alias f4 cvv2
menu status,channel {
  -
  Search CVV:cvv2
}
alias cekcvv2 {
  set %cv1 $left(%cc,8)
  set %cv1.1 $right(%cv1,1)
  set %cv2 $left(%cc,12)
  set %cv2.2 $right(%cv2,1)
  set %cv3 $left(%cc,3)
  set %cv3.3 $right(%cv3,1)
  set %cv4 $left(%cc,1)
  set %cv4.4 $calc(%cv3.3 + 1)
  set %cvv2 %cv1.1 $+ %cv2.2 $+ %cv4.4
  set %cvv $left(%cvv2,3)
  .timer 2 2 /echo CVV from %cc is %cvv Fucked!!!
  .timer 1 4 /echo CVV2 Edited by TheboyskinG aka boy_JOMLO #TBK@Allnetwork.org
  .timer 1 6 /echo TheboyskinG cvv2 generator from cc by : TheboyskinG presented to you!

}
alias cvv2 dialog -m cvv2 cvv2
dialog cvv2 {
  title "CVV Finder by boy_JOMLO"
  size -1 -1 250 145
  box "Enjoy for it..!!",2, 4 4 242 110
  text "Input your cc to generate cvv2",4, 1 30 249 25, center
  edit "",5, 55 57 140 20 ,autohs
  button "&Search..!!!",3, 80 85 100 20,defult,ok
  text "Email : the_boys_kin9@yahoo.com ",7, 1 120 249 25, center,disable
}
on 1:dialog:cvv2:*:*: {
  if ($devent == sclick) {
    if ($did == 3) {
      .set %cc $did(5)
      .timer 1 2 cekcvv2
    }
  }
}

Comments

Sign in to comment.
KIRAN THE HACKER   -  Feb 24, 2010

I HACK VISA,MASTERCARD IF ANYONE WANT GET ME IN YAHOO(HACKERS LOGUE) IN COMPUTER AND INTERNET CHATTING ROOM.

   THOSE WHO CAN PAY ME IN LIBERTY RESERVE CONTACT ME 
             MY USERNAME IN YAHOO :KIRAN102008

                 ALL HACKERS PLS BE MY FRND
 Respond  
TheboyskinG   -  Sep 06, 2009

He wore a dialogue

 Respond  
TheboyskinG   -  Sep 06, 2009

if you've tried my script?
so, no need anymore for the timer or the fear of a flood because he was wearing a command / echo and not the channel

thanks for comments

 Respond  
aussiedags   -  Sep 06, 2009

There are more effient ways rather then setting all those variables, However it's the way you chose. I don't see where the variables are being unset. And the timers aren't required as there is no threat of a flood. Other than that not to bad.

 Respond  
TheboyskinG   -  Sep 06, 2009

Welcome new comments!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.