|
Post by vampiredbr9 on Jan 19, 2017 19:43:59 GMT
Case Clicker 2 is a CSGO case opener simulator, not that dissimilar to cookie clicker. If you want it, it is in the Google play store. This bot is designed, more than anything to help people who are getting started with developing their own bots, by reading, and taking apart existing code. The bot will earn money, and search and find cases, for you to open- I currently have a knife worth loads, after running the bot for only 20 minutes! Download: www.mediafire.com/download/iuewjm80ojclqk7Code:Settings:setCompareDimension(true, 480) Settings:setScriptDimension(true, 480) Settings:set("MinSimilarity", 0.6) localPath = scriptPath() setImmersiveMode(true)
loc1 = find("case.png") loc2 = find("money.png")
function botCase() continueClick(loc1, 350) end function botCash() continueClick(loc2, 2000) end
while (true) do pcall(botCase) existsClick("random.png") wait(1) existsClick("roll.png") wait(10) existsClick("get.png") wait(1) pcall(botCash) end
|
|
|
Post by scorchinoreo on Nov 15, 2017 3:01:25 GMT
How do you install the bot onto case clicker? Do I put the files into the obb? Plz respond thanks
|
|