You are viewing our Forum Archives. To view or take place in current topics click here.
Post USED 2xp codes here! Working on a code generator!!!
Posted:

Post USED 2xp codes here! Working on a code generator!!!Posted:

ImSumo
  • Resident Elite
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
Ok guys and girls! I'm not going to make this look good or anything all I'm going for is the generation part.

What I need from all of you are the USED codes posted in the list format I show below.

I am going to do a separate generator for both Doritos and Mountain Dew codes too.

Mountain Dew codes:

KKHX9CKXMR
KKHX8CKXMR
etc..

Doritos codes:

KKHX7CKXMR
KKHX6CKXMR
etc..



Please make it all caps too! I might need a lot so it would save me a lot of time


Last edited by ImSumo ; edited 1 time in total
#2. Posted:
Fluxil
  • New Member
Status: Offline
Joined: Nov 15, 201211Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 15, 201211Year Member
Posts: 20
Reputation Power: 0
If it is a mountain dew code will it work?
#3. Posted:
PS5
  • Rising Star
Status: Offline
Joined: Jun 17, 201113Year Member
Posts: 706
Reputation Power: 29
Status: Offline
Joined: Jun 17, 201113Year Member
Posts: 706
Reputation Power: 29
What's the point of doing used codes?
#4. Posted:
ImSumo
  • Resident Elite
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
So I can try to find patterns and see if there are any numbers/letters they don't use.
#5. Posted:
I_Am_Superman
  • TTG Senior
Status: Offline
Joined: Dec 15, 201013Year Member
Posts: 1,472
Reputation Power: 82
Status: Offline
Joined: Dec 15, 201013Year Member
Posts: 1,472
Reputation Power: 82
Wait a minute you dont need used codes when you can just generate random numbers and letters - I have been working on a code brute which basically inputs random letters/numbers until it actually comes up with a redeemable one, all you need is this code -
Public Function makepw() As Object
        Dim e, f, g, h, j As Object
        e = "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"
        f = Len(e)
        g = 10
        Randomize()
        h = ""
        For intstep = 1 To g
            j = Int((f * Rnd()) + 1)
            h = h & Mid(e, j, 1)
        Next
        makepw = h
    End Function

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim a As String
        While ListBox1.Items.Count < (TextBox1.Text)
            a = makepw()
            ListBox1.Items.Add(a)
        End While


So in fact you are asking for the codes because they can be redeemed twice on 2 different accounts.
- Sit down.

Edit: There will obviously be no pattern as the codes they use are randomly generated, so your just after more 2X/xp games

oh and this is the outcome of the code I put up there - [ Register or Signin to view external links. ]


Last edited by I_Am_Superman ; edited 1 time in total
#6. Posted:
Pawn
  • Ladder Climber
Status: Offline
Joined: Jul 30, 201014Year Member
Posts: 338
Reputation Power: 14
Status: Offline
Joined: Jul 30, 201014Year Member
Posts: 338
Reputation Power: 14
N0fdftdtf

GOFUS3422f

SDFFDSAFDSFS

dfsagfdgsdf

gsdgfsdgfdsg

Have thy jimmies been rustled?
#7. Posted:
ModzWTF
  • Resident Elite
Status: Offline
Joined: Nov 23, 201112Year Member
Posts: 248
Reputation Power: 13
Status: Offline
Joined: Nov 23, 201112Year Member
Posts: 248
Reputation Power: 13
YC66KA9AKS
F7LPCMEZAM
RXKVLELX9R
NEM33AMHL6
#8. Posted:
ImSumo
  • Resident Elite
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 249
Reputation Power: 11
I_Am_Superman wrote Wait a minute you dont need used codes when you can just generate random numbers and letters - I have been working on a code brute which basically inputs random letters/numbers until it actually comes up with a redeemable one, all you need is this code -
Public Function makepw() As Object
        Dim e, f, g, h, j As Object
        e = "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"
        f = Len(e)
        g = 10
        Randomize()
        h = ""
        For intstep = 1 To g
            j = Int((f * Rnd()) + 1)
            h = h & Mid(e, j, 1)
        Next
        makepw = h
    End Function
 
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim a As String
        While ListBox1.Items.Count < (TextBox1.Text)
            a = makepw()
            ListBox1.Items.Add(a)
        End While


So in fact you are asking for the codes because they can be redeemed twice on 2 different accounts.
- Sit down.

Edit: There will obviously be no pattern as the codes they use are randomly generated, so your just after more 2X/xp games

oh and this is the outcome of the code I put up there - [ Register or Signin to view external links. ]


I am actually looking for similarities in the codes as in the more common letters and numbers and in which places they fall into.
ALSO, I'm sure most people on TTG would have redeemed each code twice on different accounts. I'm looking for codes that can't be used anymore.
- Sit down.
#9. Posted:
Sara_Jay
  • 2 Million
Status: Offline
Joined: Jan 27, 201014Year Member
Posts: 433
Reputation Power: 18
Status: Offline
Joined: Jan 27, 201014Year Member
Posts: 433
Reputation Power: 18
^ that is the most stupidest thing i have ever heard kill yourself
#10. Posted:
Fourwheeler14
  • Resident Elite
Status: Offline
Joined: Jun 27, 201113Year Member
Posts: 209
Reputation Power: 8
Status: Offline
Joined: Jun 27, 201113Year Member
Posts: 209
Reputation Power: 8
Sara_Jay wrote ^ that is the most stupidest thing i have ever heard kill yourself

wow your mature telling people to kill his self just for posting this yeah your cool...
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.