View Full Version : omg problem plz look plox
frostbitekid
03-26-2008, 02:47 PM
i keep getting an error when i try to create my hack. i get "arguement not optional." what does this mean and how can i fix it?
post a part of your source.. where it`s highlighted
frostbitekid
03-26-2008, 03:27 PM
okay and ps i changed the module using ur module maker lol. i think this is for unlimited ammo
Private Sub Timer1_Timer()
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A94)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A95)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A96)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &HD8C1F0)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &HD8C1F1)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &HD8C1F2)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A9C)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A9D)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A9E)
End Sub
Call UNDETECTEDMODULEBYFROSTBITEKIDP is highlited.
lol =\ i'm not sure if there are bugs in my last version
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A9E)
but you also forgott the value/hex..
run the maker again, i'm not sure ^^
frostbitekid
03-26-2008, 03:52 PM
wats a hex?
Hammer
03-27-2008, 09:46 AM
wats a hex?
Dude, if you dont know what hex is then you shoudnt even begin programming!
frostbitekid
03-27-2008, 11:14 AM
hey man i know im a noob at programming, but hey, i gotta start somewhere.
randompersonmatt
04-14-2008, 11:20 AM
what youve done is got the process - "Warrock", and gone to an addy, &H10C3A94, but you havnt done anything with it, and the UNDETECTEDMODULEBYFROSTBITEKIDP (im guessing that this is writeabyte) is made up of three parts, thats why youve got that error, becuase the function isnt filled out properly.
it should be this -
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A94, &H90)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A95, &H90)
Call UNDETECTEDMODULEBYFROSTBITEKIDP("WarRock", &H10C3A96, &H90)
etc. etc. etc. you get the idea....
you missed off the &H90, which is a NOP, or No OPeration, this is what the function does to the specified address, which then gives you unlimited ammo in this case. &H90 is a hex value, meaning hexadecimal which is a number system used in your computers memory.
summary (lol i got confused with my own post =P)
add a hex value (for unlimited ammo use &H90 for each of the 9 addresses) to the end of each line of code, inside the brackets like above, that should get rid of the error, also idk if the name of the function is too long, ive had a problem with that before.
thats all i can give sorry, hope it helps :D
-matt
omg i just bumped a really old topic, oops :o sorry :p
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.