Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
2,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. Step by step method on how to generate your own Lowes coupon codes to either print, or sell.
  2.  
  3. Liking this post = More released methods and guides.
  4.  
  5. Save 10%, $25 off $250, or $10 off $50 anytime, every time online or on in-store pickup. Or... print your own coupons like I do. Easy sales on eBay or other private forums to build feedback. People EAT these codes up on craigslist.
  6.  
  7. HQ Scan:
  8.  
  9. Front: http://ge.tt/8FP47GX1/v/0
  10.  
  11. Back: http://ge.tt/8Vh58GX1/v/0
  12.  
  13. *******************
  14. If you are a good photochopper and would like to add to this freebee pro-bono, I would love to have a template made up with a bar code generator built in that auto generates based on the code. Please PM me for more info if you are willing to help out with this
  15. *******************
  16.  
  17. This method utilizes a method to generate Lowes coupon codes. What you must have a steady stream of it coupon codes. Every 90 days Lowes changes their scheme in coding these codes. You can get a new 10% every 90 days at Lowes movers website (giyf). The $10 and $25 codes are a little harder to come by and there is an elusive 35% code bug that I will not get into on here (might be selling that one). Easiest way to obtain $10 and $25 codes without revealing my sources is to SE them out of CS, or buy a legit one off eBay (usually they are under a $1.00).
  18.  
  19. Using a simple formula you can generate your own. Take a current code (exp. May 15th, 2014) 470238831221828. Separate it out in the VAR A, Filler A, VAR B and Filler B. you do this by taking the 5 number, second five, next four, and last number. So you will end up like this.
  20.  
  21. VAR A: 47023
  22.  
  23. F A: 88312
  24.  
  25. VAR cool 2182
  26.  
  27. F cool 8
  28.  
  29. VAR A give you your series ID and length of run
  30. VAR B gives you your code number (random)
  31.  
  32. FA and FB are just fillers just like a CC Track
  33.  
  34. Create yourself an Excel sheet like so: http://ge.tt/7Rm00GX1/v/0
  35.  
  36. or write yourself a java program in jsbin like such:
  37.  
  38. <html>
  39. <body onload="GetPromo()">
  40. <SCRIPT LANGUAGE="JavaScript">
  41. function GetPromo(){
  42. var b="6864";
  43. var a="47000";
  44. var p=Math.random().toString().substr(2,5);
  45. var c=Math.random().toString().substr(7,1);
  46. prompt("Your Coupon Code: ",a+p+b+c);
  47. }
  48. </script>
  49. </body>
  50. </html>
  51.  
  52.  
  53. ******************
  54.  
  55. Proof of concept (these will be burnt fast, so please, be nice and DO NOT use these, they are here as a proof of concept, add them, then remove them from your cart so the next guy can use them... don't be lazy and GENERATE YOUR OWN).
  56.  
  57. 10% off, valid until May 15th, 2014
  58.  
  59. 470238997221828
  60. 470238054221820
  61. 470231620021821
  62. 470232303521826
  63. 470232733921820
  64. 470234528821823
  65. 470235651721820
  66. 470239648821821
  67. 470233207421820
  68. 470238775521828
  69. 470237184721826
  70. 470235111221826
  71. 470236599321829
  72. 470234910421826
  73. 470232353021825
  74. 470236526921824
  75. 470237448221826
  76. 470238652821820
  77. 470236015921821
  78. 470232119321828
  79. 470236344521823
  80. 470231971321826
  81. 470238190921822
  82. 470239705221825
  83. 470231668821822
  84. 470232145921827
  85. 470230443421824
  86. 470232269921821
  87. 470234970121828
  88. 470234751021821
  89. 470235518721827
  90. 470233691221820
  91. 470230019821829
  92. 470235602421822
  93. 470237467721821
  94. 470238825621828
  95. 470233250321827
  96. 470239293021822
  97. 470238806021827
  98. 470235383921823
  99.  
  100. IF and ONLY if these get burnt, Please PM me and I can either transfer you the excel sheet on pidgin, or I can provide you a private proof of concept. This is FREE, please don't be a wanker and ask for POC just because you're too lazy to do this yourself.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement