Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    JeanBR
    JeanBR is offline
    Senior Member JeanBR's Avatar
    Join Date
    2012 Jan
    Location
    Hestia
    Posts
    326
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    210
    Thanked in
    82 Posts
    Rep Power
    0

    How To create Cash Generator

    Ol guys I did this video lesson to show you how simple and create a cash generator.The codes will be posting for you in a topic just follow the video, copy and paste.

    Português





    Video Gerador Cash - YouTube

    Here the code of the Card (Aqui o código do Cartão)

    Do not forget to delete the Begin and End


    Code:
    var
    i:integer;
    const
    str='1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';
    max=4;
    begin
    Edit1.Text:='';
    Edit2.Text:='';
    Edit3.Text:='';
    Edit4.Text:='';
    for i:=1 to max do
    begin
    Edit1.Text:=Edit1.Text+str[random(length(str))+1];
    Edit2.Text:=Edit2.Text+str[random(length(str))+1];
    Edit3.Text:=Edit3.Text+str[random(length(str))+1];
    Edit4.Text:=Edit4.Text+str[random(length(str))+1];
    end;
    end;
    Here the Pin code (Aqui o código do Pin)


    Do not forget to delete the Begin and End

    Code:
    var
    i:integer;
    const
    str='1234567890';
    max=4;
    begin
    Edit5.Text:='';
    Edit6.Text:='';
    Edit7.Text:='';
    Edit8.Text:='';
    for i:=1 to max do
    begin
    Edit5.Text:=Edit5.Text+str[random(length(str))+1];
    Edit6.Text:=Edit6.Text+str[random(length(str))+1];
    Edit7.Text:=Edit7.Text+str[random(length(str))+1];
    Edit8.Text:=Edit8.Text+str[random(length(str))+1];
    end;
    end;
    Welcome To PGC.

  2. The Following 9 Users Say Thank You to JeanBR For This Useful Post:


  3. #2
    DualEvil
    DualEvil is offline
    Member-in-training DualEvil's Avatar
    Join Date
    2011 Dec
    Location
    Brasil
    Posts
    123
    Thanks Thanks Given 
    61
    Thanks Thanks Received 
    123
    Thanked in
    26 Posts
    Rep Power
    0
    Nice guy, but the chances to get a pin code that works, its hard.

  4. #3
    JeanBR
    JeanBR is offline
    Senior Member JeanBR's Avatar
    Join Date
    2012 Jan
    Location
    Hestia
    Posts
    326
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    210
    Thanked in
    82 Posts
    Rep Power
    0
    Quote Originally Posted by DualEvil View Post
    Cara legal, mas as chances de obter um código PIN que funciona, é difícil.
    Good really. But with time and patience can generate something valid. rs
    Welcome To PGC.

  5. The Following User Says Thank You to JeanBR For This Useful Post:


  6. #4
    Proaikagamer
    Proaikagamer is offline
    Member-in-training Proaikagamer's Avatar
    Join Date
    2012 Jan
    Location
    Lakia , Let's play
    Posts
    145
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    143
    Thanked in
    45 Posts
    Rep Power
    0
    nice video , but i agree with dualevil , the chance to get a valid code is very low.
    i tried with this topic https://progamercity.net/aika-hack/3...generator.html but failed

  7. The Following User Says Thank You to Proaikagamer For This Useful Post:


  8. #5
    JeanBR
    JeanBR is offline
    Senior Member JeanBR's Avatar
    Join Date
    2012 Jan
    Location
    Hestia
    Posts
    326
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    210
    Thanked in
    82 Posts
    Rep Power
    0
    Quote Originally Posted by Proaikagamer View Post
    vídeo legal, mas eu concordo com dualevil, a chance de obter um código válido é muito baixa
    eu tentei com este tópico Aika BR - Número do cartão e gerador de código Pin , mas não conseguiu
    Without doubt the chance low Yes friend, I even said this in my post that fis a generator, Leoonardo stated in it also. Namely the chances the low Yes but the mean not is impossible.
    Welcome To PGC.

  9. #6
    Absty
    Absty is offline
    Member-in-training Absty's Avatar
    Join Date
    2012 Jun
    Location
    My House :)
    Posts
    100
    Thanks Thanks Given 
    15
    Thanks Thanks Received 
    13
    Thanked in
    13 Posts
    Rep Power
    0
    Very simple and easy to make the utility, but for those who are lucky, can be very useful ^^
    A dúvida é o principio da sabedoria.
    Doubt is the beginning of wisdom.
    Aristóteles.

  10. #7
    JeanBR
    JeanBR is offline
    Senior Member JeanBR's Avatar
    Join Date
    2012 Jan
    Location
    Hestia
    Posts
    326
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    210
    Thanked in
    82 Posts
    Rep Power
    0
    Quote Originally Posted by Absty View Post
    Muito simples e fácil de fazer o utilitário, mas para quem tiver sorte, pode ser muito útil ^ ^
    Yes the purpose of topic is to show everyone how is simple to make. With this code can be made several stuff.
    Welcome To PGC.

  11. #8
    filipewyd
    filipewyd is offline
    Member-in-training filipewyd's Avatar
    Join Date
    2011 Oct
    Location
    Brasil
    Posts
    170
    Thanks Thanks Given 
    93
    Thanks Thanks Received 
    129
    Thanked in
    71 Posts
    Rep Power
    0
    good topic but the chance of giving a valid code is almost zero

  12. #9
    FastkillsBR
    FastkillsBR is offline
    Member-in-training FastkillsBR's Avatar
    Join Date
    2011 Dec
    Posts
    77
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    25
    Thanked in
    9 Posts
    Rep Power
    0
    To obtain a valid code has to have lots of patience.

  13. #10
    Absty
    Absty is offline
    Member-in-training Absty's Avatar
    Join Date
    2012 Jun
    Location
    My House :)
    Posts
    100
    Thanks Thanks Given 
    15
    Thanks Thanks Received 
    13
    Thanked in
    13 Posts
    Rep Power
    0
    Quote Originally Posted by FastkillsBR View Post
    To obtain a valid code has to have lots of patience.
    Fact, but you can also create a bot for the generator, maybe might go faster.
    A dúvida é o principio da sabedoria.
    Doubt is the beginning of wisdom.
    Aristóteles.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Aika Cash Generator
    By JeanBR in forum Aika Bots, Hacks, Cheats
    Replies: 18
    Last Post: 2012-07-15, 02:03 PM
  2. [Release] BOT Cash Generator ACGBF 0.1b
    By themalikao in forum Aika Online
    Replies: 59
    Last Post: 2012-07-14, 12:16 AM
  3. [Tutorial] Como Conseguir Cash - How to get cash [Aika Eua]
    By ruanduarte in forum Aika Online
    Replies: 3
    Last Post: 2012-07-13, 09:45 PM
  4. [Release] AikaBR Cash Brute Force Generator
    By rodoxfnx in forum Aika Online
    Replies: 22
    Last Post: 2012-04-23, 11:33 PM
  5. [Guide] Dolls, CASH, CASH without PB-BR
    By trunckslee in forum Point Blank
    Replies: 1
    Last Post: 2012-01-12, 03:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •