hELLO Got a little bit help for ID Changer.

03/27/2013 15:34 Primmo#1


Hallo, i made this ID Changer and if there is any help to help me to go
further than i'll appreciate it i don't know now if its done or is there more
which that i must add in my Source Code to make it work?



Source Code :



Btw Case $Button1
Gives me error ? ://
03/27/2013 15:47 lolkop#2
Quote:
Originally Posted by Primmo View Post
Code:
			_ChangeIds() ('Change Ids')
			
	Start(@WindowsDir & "\IDChanger.ini")

	Set("2000001", "2000008", $PS, 2, "20101", "40001")
	Set("2000002", "2000009", $CS, 2, "20201", "40002")
	Set("1", "1", $BAT, 1, "20301", "20307")
	Set("2010001", "2010009", $SMG, 2, "21101", "40101")
	Set("2010002", "2010010", $Revo, 2, "21201", "40102")
	Set("2010004", "2010012", $SR, 2, "21601", "40106")
	Set("2030001", "2030003", $RG, 2, "23101", "40301")
	Set("2010007", "2010014", $HG, 2, "21701", "40107")
	

	End()
none of the quoted functions are declared in your script...
03/28/2013 15:22 aliketenci#3
+1, i can add sth if u can wait
03/28/2013 19:05 elmarcia#4
Quote:
Func SetIds()
Start(@WindowsDir & "\IDChanger.ini")

;Weapons!
Set("2000001", "2000008", $PS, 2, "20101", "40001")
Set("2000002", "2000009", $CS, 2, "20201", "40002")
Set("1", "1", $BAT, 1, "20301", "20307")
Set("2010001", "2010009", $SMG, 2, "21101", "40101")
Set("2010002", "2010010", $Revo, 2, "21201", "40102")
Set("2010004", "2010012", $SR, 2, "21601", "40106")
Set("2030001", "2030003", $RG, 2, "23101", "40301")
Set("2010007", "2010014", $HG, 2, "21701", "40107")


End()
MsgBox(0, "Successfully changed", "The Items got saved", 2)
EndFunc ;==>SetIds
First as lolkop said you hadn't declared the vars:
$PS
$CS
$BAT
and the others...

Also there is a missing function called end() and i don't have in my autoit the function set or start... so you have to call the include that has those functions.
03/30/2013 12:53 Hypnotize_#5
ID Changer work with a dll not only autoit code.
You have lost a piece of code