|
You last visited: Today at 06:04
Advertisement
hELLO Got a little bit help for ID Changer.
Discussion on hELLO Got a little bit help for ID Changer. within the AutoIt forum part of the Coders Den category.
03/27/2013, 15:34
|
#1
|
elite*gold: 0
Join Date: Nov 2011
Posts: 719
Received Thanks: 1,342
|
hELLO Got a little bit help for ID Changer.
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 :
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("ID Changer", 518, 414, 195, 170)
GUISetFont(8, 800, 0, "MS Sans Serif")
GUISetBkColor(0xD7E4F2)
$Group1 = GUICtrlCreateGroup("ID Changer", 48, 24, 257, 257)
$Checkbox1 = GUICtrlCreateCheckbox("Ps-->Taser", 72, 64, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Cs--Crow", 72, 96, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Revo-->Puppy", 72, 128, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Smg-->DhA-41", 72, 160, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Smash-->Laser", 72, 192, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Hg-->Toy Gun", 72, 224, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("Change IDs", 56, 288, 91, 41)
$Button2 = GUICtrlCreateButton("Exit", 184, 288, 97, 41)
GUICtrlCreateLabel("Developed by : Primmo", 352, 368, 134, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_ChangeIds() ('Change Ids')
Case $Button2
Exit
EndSwitch
WEnd
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
Btw Case $Button1
Gives me error ? ://
|
|
|
03/27/2013, 15:47
|
#2
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
Quote:
Originally Posted by Primmo
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
|
#3
|
elite*gold: 0
Join Date: Sep 2009
Posts: 1,128
Received Thanks: 1,072
|
+1, i can add sth if u can wait
|
|
|
03/28/2013, 19:05
|
#4
|
elite*gold: 0
Join Date: Apr 2011
Posts: 363
Received Thanks: 167
|
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
|
#5
|
elite*gold: 0
Join Date: Jan 2012
Posts: 12
Received Thanks: 26
|
ID Changer work with a dll not only autoit code.
You have lost a piece of code
|
|
|
 |
Similar Threads
|
Mw3 Stats Changer + Token Changer UPDATED
06/29/2013 - Call of Duty Hacks, Bots, Cheats & Exploits - 6 Replies
Here a new Stats + Token Changer for the new update !
https://rapidshare.com/files/1335928264/Modern_wa rfare_3_stat_changer_1.8.rar
http://img171.imageshack.us/img171/1397/knipselk. png
Credits --> " lolbie"
vt
|
Fragen zu Stat Changer bzw. ID Changer...
02/13/2013 - S4 League - 3 Replies
Hey ihr da drausen.....Ist es möglich, dass wenn ich Handschuhen z.B Melee Force Pack stats gebe, einzelne von diesen Stats nochmals zu verändern,Z.B aus 5 Sp und Lp 20 zu machen oder, 5 SP zu +100 Pen ? Es sollte dann gespeichert sein und man sollte sie stats dann auf dem gekauften Item wirklich haben...also ist das iwi möglich, wenn ja bitte einen Threat schicken, Video etc. oder einfach eine eigene Erklärung.
Und noch meine 2te Frage, sagen wir , ich würde auf meine komplette Rüstung, halt...
|
Suche jemand mit Ip Changer/ Proxy Changer
07/07/2012 - elite*gold Trading - 6 Replies
Ich brauche jemand der für meinen Server votet mit Ip changer oder proxy...
Ich zahle mit e*gold
Added mich skype oder per pn. Skype: dennis9581
|
ip changer `?
09/15/2010 - CrossFire - 2 Replies
hey
ich suche einen ip changer
ich hab eine lan verbindung die von meinem pc in eine art steckdose geht
ich hab einen belkin router
wenn das die falsche section ist bitte verschieben
|
All times are GMT +1. The time now is 06:05.
|
|