is the option box still broken cause whenever i use this procedure
it just clicks the rock sits for a couple seconds then moves on to the next rockCode:procedure OreDropping; var OreDTM,drops:integer; begin If Not LoggedIn then exit; OreDTM := DTMFromString('78DA637463626078C28002FC0C54181E02694' + '620FE0F048CEE40353718D000231209A403816AEE1350E30D54F3' + '86801A7BA09A4F04D49800D53C26C29CEBF8D5000045B70DB0'); repeat Disguise('dropping ores'); If FindDTM(OreDTM,x,y,MIX1,MIY1,MIX2,MIY2) then Begin Mouse(x,y,2,2,False); wait(random(200)); ChooseOption('Use'); wait(500 + random(100)) FindNormalRandoms; Inc(drops); end; Until not FindDTM(OreDTM,x,y,MIX1,MIY1,MIX2,MIY2); FreeDTM(oreDTM); end;




Reply With Quote











