LordJashin Posted July 22, 2012 Share Posted July 22, 2012 Algar game. Nothing beats it. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted July 23, 2012 Share Posted July 23, 2012 Cute little game. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted July 23, 2012 Author Share Posted July 23, 2012 Cute little game. yeah reminds me of those days with the deer hunting games. Would be cool if there was a moose hunter game, where the mouse kills the humans lol. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted July 26, 2012 Author Share Posted July 26, 2012 I made a bot for Algar lol - Tell me how many points you get off of it . [sCAR] program Algar; var x, y, w, h, i: Integer; begin ActivateWindow(TSCARWindowClient(GetClient).Handle); GetWindowSize(TSCARWindowClient(GetClient).Handle, w, h); wait(2000); Repeat if FindColorTol(x, y, 9599592, 0, 0, w - 1, h - 1, 1) then begin MoveMouse(x, y); wait(500); ClickMouse(x, y, mbLeft); ClickMouse(x + 5, y + 5, mbLeft); ClickMouse(x, y, mbLeft); ClickMouse(x + 5, y + 5, mbLeft); Break; end; wait(200); until false; Repeat if FindColorTol(x, y, 5004417, 0, 0, w - 1, h - 1, 10) then begin ClickMouse(x + 3, y + 3, mbLeft); i := i + 1; end; until (i = 50000); end. [/sCAR] Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted July 26, 2012 Share Posted July 26, 2012 690 Picked off first moose immediately. After that would only find moose on upper right hill and then only when he was all the way to the edge. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted July 26, 2012 Author Share Posted July 26, 2012 690 Picked off first moose immediately. After that would only find moose on upper right hill and then only when he was all the way to the edge. Well i got 5000 from that script lols. Quote Link to comment Share on other sites More sharing options...