Help for make one TOOL

08/23/2014 18:27 SPrelax#1
I want make one tool for my metin2 .. :)

utility a just simple program for click for me!

EXEMPLE:

you buy very items for change the spells, and you want 49% damage medium in your sword, you open the program inserting the item name and sword name and percentage you want stop!

donīt working, go buy more items for change the spells!

logic ! works on sword with DM

IMAGE EXEMPLE:
[Only registered and activated users can see links. Click Here To Register...]


code VISUAL BASIC:
Public Class RTESTE
Dim item As String
Dim weapon As String
Dim val As Integer
Dim md As Integer


Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
item = TextBox1.Text
weapon = TextBox2.Text
weapon = weapon + item
val = TextBox3.Text
md = "Medium damage: "

If md = val Then

MessageBox.Show("You managed", "CONGRATULATIONS", MessageBoxButtons.OK)..



HELP ;);););););););):mofo::mofo::mofo::mofo::mofo:
08/23/2014 18:33 Mi4uric3#2
I don't get it.
Hackrequests aren't allowed though.
08/23/2014 18:42 SPrelax#3
this not a hack, just you dont need dragging with the mouse for change the spells just click .. the program go search on inventory the item and the sword and changed .... simple

Understand??
08/23/2014 18:57 KaMeR1337#4
there already exist bonus changer somewhere