 |

04-30-2012, 05:27 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Cl0ne's Toolkit - 2012 Release!
Hey everyone! My name is Cl0ne, and I have just finished making my first Visual Basic 2010 program! I have started a toolkit, mainly for Runescape users, but I hope that you all can use it in your games as well! Since this my first VB.NET program it would be greatly appreciated of you all if you could be nice and tell me what you think! Also if I could get a few pointers/perks to add to the program, that would be an added bonus... I am planning on releases more versions of my Toolkit later on, with plenty of useful items, including a screen recorder, calculator, ETC... This program is completely virus free, but if you dont believe me, I will post the VirusTotal scan results, and I also encourage to do your own scan as well! Please try and reply! Thank you all for your time! Sincerely, Cl0ne.
------Cl0ne's Toolkit------
Autoclicker
Autotyper
More to come....
If this program did not work for you, try downloading and installing .Net Framework 4.0 from the Microsoft website!
http://www.microsoft.com/en-us/downl....aspx?id=17851
Here is the VirusTotal.com scan of my Program!
https://www.virustotal.com/file/22e6e5654337a66523b88715ede6c0b8772baad1019b10724f 3fa7c6d399dbcf/analysis/1335759044/
Last but not least, The Executable file (.exe) is in the .rar file. use Winrar to extract the program!
http://www.rarlab.com/download.htm
Here is the Link to the Program download page!
http://www.sendspace.com/file/fa5gt7
Source Below:
Code:
Autotyper Source:
Public Class Form3
Private Sub Form3_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Timer1.Stop()
Timer2.Stop()
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
Private Sub Timer2_Tick(sender As System.Object, e As System.EventArgs) Handles Timer2.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Interval = TextBox2.Text * 1000
Timer1.Enabled = True
Timer1.Start()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Stop()
Timer2.Stop()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Timer2.Interval = 100
Timer2.Enabled = True
End Sub
Private Sub Button4_Click(sender As System.Object, e As System.EventArgs) Handles Button4.Click
Timer1.Stop()
Timer2.Stop()
TextBox1.Clear()
End Sub
Private Sub Button5_Click(sender As System.Object, e As System.EventArgs) Handles Button5.Click
Me.Close()
End Sub
End Class
Code:
Autoclicker Source:
Public Class Form2
Declare Sub mouse_event Lib "user32.dll" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtrainfo As Integer)
Private Sub MyMethod()
Windows.Forms.Cursor.Position =
New System.Drawing.Point(Windows.Forms.Cursor.Position)
mouse_event(&H2, 0, 0, 0, 1)
mouse_event(&H4, 0, 0, 0, 1)
End Sub
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
End Sub
Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
Timer1.Interval = TextBox1.Text
MyMethod()
End Sub
Private Sub CheckBox1_CheckedChanged(sender As System.Object, e As System.EventArgs)
TextBox1.Text = TextBox1.Text + 1
End Sub
Private Sub Button3_Click(sender As System.Object, e As System.EventArgs) Handles Button3.Click
Me.Close()
End Sub
End Class
---------------------------------------------------------------------
I was about to post an image of the starting form in my program, but for some reason it wont let me, so i'll provide a link of images to all of the forms for my programs  ...
Last edited by Cl0ney : 05-02-2012 at 02:00 AM.
|

05-01-2012, 12:06 PM
|
|
Member
|
|
Join Date: Nov 2011
Posts: 78
|
|
Re: Cl0ne's Toolkit - 2012 Release!
if its your first program the codings going to be sloppy why not give out your source code as well instead of making people download a .exe file from a totally new user.
|

05-01-2012, 11:24 PM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
sounds good, i will add the source code.. it would be nice if everyone could download the program as well, just to test it out for me... no viruses, Guaranteed. the only thing that is "sloppy" about the program in my opinion, is the fact that there aren't any hotkeys in the autotyper or autoclicker yet... other than that I would say it is pretty decent.
|

05-02-2012, 01:51 AM
|
 |
Massive Troll
|
|
Join Date: May 2006
Location: The internet.
Posts: 1,604
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Please use [code] tags man. Or even upload the project file. It's painful to read code combined with normal text. :\
__________________
I do not trade.
Always ask for a PM.
|

05-02-2012, 01:57 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
sorry... i meant to do that
|

05-03-2012, 03:11 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
So what do all of you think of it so far?
Last edited by Cl0ney : 05-03-2012 at 06:47 AM.
|

05-05-2012, 11:33 PM
|
|
RSUltimate AREA SCAMMMERRS
|
|
Join Date: Nov 2011
Posts: 859
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Design is horrible.
|

05-06-2012, 05:46 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
seriously? you have to be that rude? I doubt its "horrible" especially for my first program...
|

05-06-2012, 10:06 AM
|
|
RSUltimate AREA SCAMMMERRS
|
|
Join Date: Nov 2011
Posts: 859
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Quote:
Originally Posted by Cl0ney
seriously? you have to be that rude? I doubt its "horrible" especially for my first program...
|
I'm sorry, design needs to be worked on. It looks messy and something I would design in my first week of starting programming. Try loading the applet.
|

05-06-2012, 10:34 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
How do I load the applet? And also, yes it was my first week of coding... tell me what you would add to the design. The background took me like an hour to make in Photoshop, I did it really quick because I needed something fast, since I had a bf3 background for personal use.. It would be nice if I could get constrictive criticism instead of you putting me down for your benefit... Thanks.
|

05-06-2012, 10:39 AM
|
|
RSUltimate AREA SCAMMMERRS
|
|
Join Date: Nov 2011
Posts: 859
|
|
Re: Cl0ne's Toolkit - 2012 Release!
What I'd do is.... Don't have any buttons to launch an autoclicker etc, just have that stuff as a menu item, as for loading the applet due to your knowledge of coding I'd suggest just using a web browser to load the game. For the landing screen have like Updates or something like that, but just ditch that background and the buttons.
|

05-07-2012, 08:34 PM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Ok, there is something I can work with.... The only thing that I am not sure what you mean is "...I'd suggest just using a web browser to load the game." so basically you are saying that I should make this a web browser and have a button or menu item on this browser that leads to the RuneScape website? I could do that if that is what you mean.. (Kind of like SwiftKit?) Also, until I make this "Web browser" I will keep the background... Thanks for working with me, and being the first person to suggest stuff! Sincerely, Cl0ne.
|

05-08-2012, 05:21 AM
|
|
RSUltimate AREA SCAMMMERRS
|
|
Join Date: Nov 2011
Posts: 859
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Quote:
Originally Posted by Cl0ney
Ok, there is something I can work with.... The only thing that I am not sure what you mean is "...I'd suggest just using a web browser to load the game." so basically you are saying that I should make this a web browser and have a button or menu item on this browser that leads to the RuneScape website? I could do that if that is what you mean.. (Kind of like SwiftKit?) Also, until I make this "Web browser" I will keep the background... Thanks for working with me, and being the first person to suggest stuff! Sincerely, Cl0ne.
|
Have a Play menu item or button and have it load the actual game like http://world1.runescape.com/ in a web browser, if you can try make it tabbed.
|

05-08-2012, 08:50 AM
|
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 7
|
|
Re: Cl0ne's Toolkit - 2012 Release!
yea makes sense thanks. ill get on it
|

08-06-2012, 10:00 PM
|
 |
Member
|
|
Join Date: Aug 2012
Location: South Carolina, USA
Posts: 90
|
|
Re: Cl0ne's Toolkit - 2012 Release!
you can do that same thing to your clicker that you did to you typer:
Code:
Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
Timer1.Interval = TextBox1.Text * 1000 'so people can just type simple numbers here
MyMethod()
End Sub
Last edited by Sw1ft Kyle : 08-06-2012 at 10:00 PM.
|

08-10-2012, 07:05 PM
|
|
Member
|
|
Join Date: Aug 2012
Location: UK
Posts: 70
|
|
Re: Cl0ne's Toolkit - 2012 Release!
Just a positive suggestion:
I recommend that you should revamp the graphics on the main page which takes you to the tools. Maybe a more professional look will get more users - which could relate to more publicity. A simplistic design should work.
|
 |
|