I'm playing this game called
And I'm looking for someone who can make me a helper with one of the "Casino games'.
The game is called "Cardwar" and it's basics are simple. You put in your amount of money you are gambling with and hit "Gok!"
If you draw a higher card then the PC you win the money
If you draw a lower card then the PC you loose the money
If you draw the same card as the PC your money will be returned.
What I want is some code which I can active that automatically does the following for me (as you can see I'm not a codewritter so there are errors in the example):
HTML Code:
a = 1000000 b = 2000000 c = 4000000 d = 8000000 e = 16000000 f = 32000000 g = 64000000 h = 128000000 i = 256000000 j = 512000000 k = 1000000000 Go to http://www.mafiaway.nl/cardwar.php Input: a Push "Gok!" If text begins with: "Je wint" then Input: a If text begins with: "Gelijkspel!" then Input: a If text begins with: "Je verliest" then Input: b If text begins with: "Je wint" then Input: a If text begins with: "Gelijkspel!" then Input: b If text begins with: "Je verliest" then Input: c If text begins with: "Je wint" then Input: a If text begins with: "Gelijkspel!" then Input: c If text begins with: "Je verliest" then Input: d If text begins with: "Je wint" then Input: a If text begins with: "Gelijkspel!" then Input: d If text begins with: "Je verliest" then Input: e Continue untill k is reached and then start again
If someone can help me out I please let me know!






