Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Requests
Automated bot for betting form
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Donkjam" data-source="post: 352754" data-attributes="member: 1634"><p>I'm assuming if you lose it will show 'lose' or something on the page? Try doing on web browser refresh or some function that it enters the numbers depending on 'win' or 'lose' text</p><p></p><p>It'll be very easy to do in VB, [USER=591]@Sledmore[/USER] surely you've got code to hand to do this? I've seen you do something similar lol</p><p></p><p>It's just a simple if statement and store the value in the memory like</p><p></p><p>If browser.contains('win') then</p><p>Go back bla bla</p><p></p><p>Edit: here's how I'd do it not on computer and don't really do c# however it's basically the principal should be easy to code </p><p></p><p></p><p>First set like an integer for numbers like:</p><p>Dim Amount as integer </p><p> </p><p>Then try something along these kind of lines </p><p></p><p>Amount = '100000'</p><p></p><p>If WebBrowser1.DocumentText.Contains('win") Then</p><p> Amount = amount + '100000'</p><p></p><p>Then insert button press code here (replace the code for amount text box as The integer (amount)</p><p> Else </p><p>Amount = '100,000'</p><p>Then as above for the button press</p></blockquote><p></p>
[QUOTE="Donkjam, post: 352754, member: 1634"] I'm assuming if you lose it will show 'lose' or something on the page? Try doing on web browser refresh or some function that it enters the numbers depending on 'win' or 'lose' text It'll be very easy to do in VB, [USER=591]@Sledmore[/USER] surely you've got code to hand to do this? I've seen you do something similar lol It's just a simple if statement and store the value in the memory like If browser.contains('win') then Go back bla bla Edit: here's how I'd do it not on computer and don't really do c# however it's basically the principal should be easy to code First set like an integer for numbers like: Dim Amount as integer Then try something along these kind of lines Amount = '100000' If WebBrowser1.DocumentText.Contains('win") Then Amount = amount + '100000' Then insert button press code here (replace the code for amount text box as The integer (amount) Else Amount = '100,000' Then as above for the button press [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Requests
Automated bot for betting form
Top