Jump to content

Skidzhard

Members
  • Posts

    7
  • Joined

  • Last visited

Skidzhard's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. sorry im not the smartest, but my example being $a = 176 that is written in a .ini file local $array[0] = 100 - 200 $a = IniRead("test.ini","Number","1","") for $i = 0 to $array if $a = $1 then Msgbox(0,"Found"," true") endif next
  2. hiya everyone. just wondering if it is possible to do an array with operator in it. $array[0] = 100 $array[1] = 101 $array[2] = 102 $array[3] = 103 ok now what I don't want to do is do all those arrays up until 200, is there anyway I can make just 1 array from 100 to 200?
  3. hi all, Im a bit stumped on how id go about doing such thing like: i have an ini file with saved text [name] name1=bob name2=jones name3=Richard i know how to go about reading them but how do i create 1 loop that starts with what bob needs then loop ends then reloops with what jones needs and same with Richard just a small example would be nice please
  4. ah awesome, im using this program and I don't even get help from the program forums, cause its against the rules, pathedic, thanks anyway
  5. im trying to make an a little program that throws out alerts when certain things happen in my son's kids game he brought home, he is deaf, so game sounds on what to do doesn't help his situation, so I was thinking small message boxes when events occur and bits and pieces, he enjoys the game while im there and can tell him this that and the other, but can only handle so much of that lol
  6. hey all, to who ever may be able to answer this Im wondering how do I go about using Memoryread on an address that constantly changes and I am needing to read that change to set which if, elseif its going to use depending on result, a little example would be nice please, because at the moment, im having to place $READ_Me = _MemoryRead($Address_Me, $vPID) before my if's like example below func while $READ_Me = _MemoryRead($Address_Me, $vPID) if $read_me = 4 then do this elseif $read_me = 5 then do this endif do sleep(1000) $READ_Me = _MemoryRead($Address_Me, $vPID) until $READ_Me = 7 does somethings that's not in a if then..... $READ_Me = _MemoryRead($Address_Me, $vPID) if $READ_me = 1 then do this endif wend endfunc please help, I think it gets stuck or confuses itself or something, am I not declaring it right? I declare the address ME as a global at top of function, I suppose that's not correct either lol
  7. Hello Everyone Im in a bit of a pickle at the moment, tried alot of searching but have not succeeded to find, but what im after is. how would i go about memory reading a address which consists of a value, but i would like my script to remember that value and then convert it to hex and then mathmaticaly add +1 or subract -1 in hex and store the new value thats in hex please help if need more or a better explaination please say Thanks
×
×
  • Create New...