Macs

11/18/2011 15:55 bob329#1
Anyone know if there will be bots for macs anytime soon?
11/18/2011 18:39 pro4never#2
Proxies would work just fine but you'll need to find a way to re-route where your conquer connects to. Not sure how you'd go about writing a loader for Mac..

Then just host the bot on a windows machine (vps or w/e) and connect your conquer through that.
11/18/2011 21:52 KraHen#3
All Java proxies should work just fine.
11/18/2011 22:23 bob329#4
so would chrome work on a mac?
11/19/2011 02:43 pro4never#5
No of course not. It's an .exe so you can't run it on normal mac.

Just use a virtual machine running windows and you can run w/e you want.
11/20/2011 01:39 CptSky#6
If the bot is coded in a .net language. There is some chance that it can run without major issues using Mono. (In terminal, it's: mono app.exe, something like that) But if there is any call to the WinAPI, it will not work. Actually, a complex program running with Mono is kind of impossible.

If the bot is coded in Java. Just run the jar and it should work.

Else, you can always install a Virtual Machine and run the bot in the VM. Or, you can also try some emulation program like CrossOver.