Our members are dedicated to PASSION and PURPOSE without drama!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#2
Tutorials & Snippets / Re: [VB.NET] Clicker question
August 23, 2013, 11:47:31 PM
Thank you all ....
I managed somehow to find the coordinates of the window casino
in this way:
first memorize the coordinates of the numbers
with the window casino in position 0;0
and then add the value of the coordinates of the ACTUAL POSITION window casino
I modified the code
<System.Runtime.InteropServices.DllImport("user32")> _
Private Shared Function GetWindowRect (ByVal hwnd As IntPtr, ByRef lpRect As RECT) As IntPtr
I put: lpRect As RECT
and not: lpRect As Rectangle
because I gave this error:
Error 1 Can not convert value of type 'WindowsApplication1.TEST.RECT' in 'System.Drawing.Rectangle'.
maybe it's wrong!
but at least something works
small example using the calculator
with the buttons 1, 2, 3, and "+" and "="
I move the window, and always the right button is clicked
http://youtu.be/pcpHcsjMgXM
I then register now coordinates with the window of the casino in position 0 0
and then add the REAL COORDINATES window casino
sorry for my english, I live in Italy
thank you very much
I managed somehow to find the coordinates of the window casino
in this way:
first memorize the coordinates of the numbers
with the window casino in position 0;0
and then add the value of the coordinates of the ACTUAL POSITION window casino
Code Select
Imports System.Runtime.InteropServices
<System.Runtime.InteropServices.DllImport("user32.dll")> _
Private Shared Function FindWindow(ByVal lpClassName As String, ByVal lpWindowName As String) As System.IntPtr
End Function
Dim casinoHwnd As IntPtr
Dim stRect As RECT
'RECT structure
Structure RECT
Public Left As Integer
Public Top As Integer
Public Right As Integer
Public Bottom As Integer
End Structure
<System.Runtime.InteropServices.DllImport("user32")> _
Private Shared Function GetWindowRect(ByVal hwnd As IntPtr, ByRef lpRect As RECT) As IntPtr
End Function
Sub CoordWINDOW()
casinoHwnd = FindWindow(vbNullString, "Casino Window title")
GetWindowRect(casinoHwnd, stRect)
Label2.Text = stRect.Left '#### COORD LEFT (X) WINDOW CASINO
Label1.Text = stRect.Top '#### COORD TOP (Y) WINDOW CASINO
End Sub
I modified the code
<System.Runtime.InteropServices.DllImport("user32")> _
Private Shared Function GetWindowRect (ByVal hwnd As IntPtr, ByRef lpRect As RECT) As IntPtr
I put: lpRect As RECT
and not: lpRect As Rectangle
because I gave this error:
Error 1 Can not convert value of type 'WindowsApplication1.TEST.RECT' in 'System.Drawing.Rectangle'.
maybe it's wrong!
but at least something works
small example using the calculator
with the buttons 1, 2, 3, and "+" and "="
I move the window, and always the right button is clicked
http://youtu.be/pcpHcsjMgXM
I then register now coordinates with the window of the casino in position 0 0
and then add the REAL COORDINATES window casino
sorry for my english, I live in Italy
thank you very much
#3
Tutorials & Snippets / Re: [VB.NET] Clicker question
August 22, 2013, 08:13:48 PM
I've been out for so long
Now I started again the study of VB
I read this old post where there was the code yourself (VLS) entered to create a clicker
ok, the clicker I've already done ...
But I had to do another form to MOVE the window of the casino in an exact position to have ALWAYS
so I always have the usual right coordinates for the bets
Now I would make sure that the window of the casino can put it wherever I want, I remembered your code and I decided to try it, but I got this error
Remember the 6x6? I'm slowly updating with bot ...
this is a video of my test ...
http://youtu.be/sUdrtHyOPvs
Now I started again the study of VB
I read this old post where there was the code yourself (VLS) entered to create a clicker
ok, the clicker I've already done ...
But I had to do another form to MOVE the window of the casino in an exact position to have ALWAYS
so I always have the usual right coordinates for the bets
Now I would make sure that the window of the casino can put it wherever I want, I remembered your code and I decided to try it, but I got this error
Remember the 6x6? I'm slowly updating with bot ...
this is a video of my test ...
http://youtu.be/sUdrtHyOPvs
#4
Tutorials & Snippets / [VB.NET] Clicker question
August 22, 2013, 04:43:18 PM
Hello to all
I tried this code to find the calculator window
But I have this error
What could it be? Thanks
I tried this code to find the calculator window
But I have this error
What could it be? Thanks
#5
General Discussion / Re: A $4.41 USD request for our hosting
April 01, 2013, 08:53:09 AM
Just made payment with paypal
used link from my Profile Paid Subscriptions
used link from my Profile Paid Subscriptions
#6
Community Software / Re: My second program...
March 23, 2013, 08:04:31 AM
weddings
are not able to capture the numbers of the casino
I do not have much knowledge on vb, I started studying for a short time
certainly good programmers who are here, are able to do so
are not able to capture the numbers of the casino
I do not have much knowledge on vb, I started studying for a short time
certainly good programmers who are here, are able to do so
#7
Straight-up / Re: VERY EASY SYSTEM. FLAT BETTING.
March 22, 2013, 04:17:12 PM
I made a small program to track the numbers
I hope it is useful
I hope it is useful
#8
Community Software / My second program...
March 21, 2013, 10:28:36 PM
Other small program, very simple and lightweight....
you can import the numbers from txt file
You can save the numbers on txt file
you can order statistics
from more delay or by more frequently
is my second little program in VB and it's free
unfortunately I do not have much free time, and I can not study much the VB
is really a simple program
you can import the numbers from txt file
You can save the numbers on txt file
you can order statistics
from more delay or by more frequently
is my second little program in VB and it's free
unfortunately I do not have much free time, and I can not study much the VB
is really a simple program
#9
Meta-selection / Re: 6x6 matrix: Kimo li. Table. Quadrato. Kabala. Holyman. Super matrix.
February 05, 2013, 09:11:53 AMSee also my first program ... I put 3 matrix within
http://betselection.cc/free-releases/my-first-program/
#10
Meta-selection / Re: 6x6 matrix: Kimo li. Table. Quadrato. Kabala. Holyman. Super matrix.
February 05, 2013, 09:05:22 AM
Hi wannawin ... that is a my picture ... I'm Italian
In Italy I have 2 Nick in forum, the first is CRISTAL2000 and the second is RulaMen...
I also changed a tracker to KimoLi
In wich forum you saw him?
In Italy I have 2 Nick in forum, the first is CRISTAL2000 and the second is RulaMen...
I also changed a tracker to KimoLi
In wich forum you saw him?
#11
Straight-up / Re: The 123-Move
January 29, 2013, 09:23:21 AM
I had already made a simple tracker for the Wheel Sector
could be useful .....
I attach here....
could be useful .....
I attach here....
#12
Community Software / Re: My first program
January 19, 2013, 10:36:09 PMQuote from: Drazen on January 19, 2013, 08:51:42 PM
Thanks for sharing and great job for start.
I decided to try it, to endorse your wish for free sharing it, but unfortunately I am having problems running it.
Can you suggest possible solution? I attached screenshot what pops out.
Thanks
Drazen
I have no idea ...
you have net framework 4 and 32-bit operating system?
#13
Community Software / My first program
January 19, 2013, 06:18:21 PM
Hello everyone, I just started to study the visual basic
I just finished my first and very small program, nothing special ....
is only for statistics, very easy
numbers, streets, double-streets, and finales
I put the matrix of Holyman, KIMO-LI and OLD CHINESE SQUARE
I put a RANDOM generator for 6 numbers and 4 streets
and put tracker for finales
is a simple thing, but I had to start from something, right?
http://youtu.be/WSd9WzL3mCM
if you are interested I am attaching here, it's free....
I just finished my first and very small program, nothing special ....
is only for statistics, very easy
numbers, streets, double-streets, and finales
I put the matrix of Holyman, KIMO-LI and OLD CHINESE SQUARE
I put a RANDOM generator for 6 numbers and 4 streets
and put tracker for finales
is a simple thing, but I had to start from something, right?
http://youtu.be/WSd9WzL3mCM
if you are interested I am attaching here, it's free....
#14
Split / Re: Six Split
December 09, 2012, 09:38:10 AM
I did it, is a simple excel sheet with macro...
I have seen many of those numbers come out, there are good moments and moments that were not good
I play live roulette, and when I see a delay of 5-6 start to play after a number out
and increased 1 unit to wall, to make a profit
watch the video
http://youtu.be/iOa6r1CgOwM
I have seen many of those numbers come out, there are good moments and moments that were not good
I play live roulette, and when I see a delay of 5-6 start to play after a number out
and increased 1 unit to wall, to make a profit
watch the video
http://youtu.be/iOa6r1CgOwM
#15
6 split formed by 12 numbers arranged on the wheel so equidistant
in this image includes the arrangement of numbers on the wheel
I created an excel file to monitor boules
I put the button for import .txt file to see the outputs of these numbers (1)
I also added 2 buttons
(2) to block sheet in line 28, to always have the keyboard available
(3) to unlock sheet from line 28, so you can see all the numbers with the outputs
the bank ....
is only for test and play flat bet
sorry for my english, I live in Italy....
in this image includes the arrangement of numbers on the wheel
I put the button for import .txt file to see the outputs of these numbers (1)
I also added 2 buttons
(2) to block sheet in line 28, to always have the keyboard available
(3) to unlock sheet from line 28, so you can see all the numbers with the outputs
the bank ....
is only for test and play flat bet
sorry for my english, I live in Italy....