Lachesis580 Posted September 13, 2016 Posted September 13, 2016 Hi i made a little tool that helps me to pick my items at CSGOLounge faster. All Items works fine, i identify with this code: For $oBtn In $oBtns $Btn = $oBtn.className $Btn2 = $oBtn.getAttribute("alt") If $Btn = "smallimg" And $Btn2 = $tmpa[$i][1] Then _IEAction($oBtn, "click") EndIf Next Except for the item "Any Offers" I also tried: $oBtn.fireEvent("onmousedown") $oBtn.fireEvent("onmouseup") _IEAction($oBtn, "click") And: $oBtn.click The "Any Offers" item don't want to go in the last slot and i don't have any clue why. The Classname is the same as for the other items too "smallimg" and the alt attribute contains "Any Offers" He recognizes it but the click's don't do anything. I would be grateful for any help.
Moderators JLogan3o13 Posted September 13, 2016 Moderators Posted September 13, 2016 @Lachesis580 you seem not to have reviewed the forum rules during your time on the forum. I suggest you do so now, especially the sections both on game automation and websites' EULAs, and you will see why this thread was locked. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts