how to do idm with autoit?

12/14/2013 13:39 hokahany60#1
can any one tell me how to do IDM changer with autoit ???
12/14/2013 15:15 SilverEmerald#2
Actually you can't. i haven't seen anyone their idm coded with autoit. Anyway don't try to make an idm if you dun have enough hacking skills.
12/14/2013 16:54 Siktor#3
Quote:
Originally Posted by SilverEmerald View Post
Actually you can't. i haven't seen anyone their idm coded with autoit. Anyway don't try to make an idm if you dun have enough hacking skills.
Primmo did once ;)

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

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

[Only registered and activated users can see links. Click Here To Register...]
12/14/2013 17:06 SilverEmerald#4
Quote:
Originally Posted by Siktor View Post
Primmo did once ;)

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

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

[Only registered and activated users can see links. Click Here To Register...]
Code:
$form1 = GUICreate("ID Changer", 420, 427, 190, 122)
GUISetFont(8, 800, 0, "MS Sans Serif")
GUISetBkColor(65344)
$group1 = GUICtrlCreateGroup("Item Changer", 16, 32, 353, 193)
GUICtrlCreateInput("", 88, 56, 153, 21)
$label1 = GUICtrlCreateLabel("OLD ID", 40, 64, 46, 25)
GUICtrlCreateInput("", 88, 112, 153, 21)
$label2 = GUICtrlCreateLabel("NEW ID", 32, 112, 50, 41)
$button1 = GUICtrlCreateButton("Save ID's", 32, 176, 97, 33)
$label3 = GUICtrlCreateLabel("Created by = Team-X", 224, 200, 123, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
	$nmsg = GUIGetMsg()
	Switch $nmsg
		Case $gui_event_close
			Exit 
		Case $button1
			MsgBox("Save ID's", "Save ID's", "Ok!")
	EndSwitch
WEnd
He call that as IDM ? Where is the pointers ? >:c
12/14/2013 17:17 cheyester10#5
Don't start with autoit first of all. I made a big mistake doing that.

Quote:
He call that as IDM ? Where is the pointers ? >:c
That's kind of funny how he changes nothing. ;o
12/14/2013 17:33 K1ramoX#6
Quote:
Originally Posted by SilverEmerald View Post
Actually you can't. i haven't seen anyone their idm coded with autoit. Anyway don't try to make an idm if you dun have enough hacking skills.
why should it be impossible? i already released one xD

>> [Only registered and activated users can see links. Click Here To Register...] <<

i wouldn't recommend you to use autoit, better use c++ :D