{=============================================] auto mind buyer v1.999 by killer kure (beginning layout by moon111) Update Log: 1.0 first release NOTE: you need to edit line 21 in the wait part chose how long to wait 1000= 1 sec must be in buying screen! [=============================================} program autobuyminds; const message1=' fo shizzle dizzle!'; message3=' err budy in the club love a gangsta like me'; message4= ' wow i feel like a wigger wonder y?'; message5= ' sigh......nice talken to you'; message6= ' i used to know 50 cent but....we lost touch '; message7= ' in other words....we arent dawgz any more'; message8= ' i guess im just to much of a homogenius'; message9= ' i,m for shizzy nizzy'; begin repeat wait(80+random(600)); MoveMouse(281,83) wait(80+random(20)); ClickMouse(281,83,false) wait(80+random(600)); SendArrowSilentWait(Random(4), 500 + Random(500)); SendArrowSilentWait(Random(4), 500 + Random(500)); MoveMouse(282,153) wait(88+random(657)) ClickMouse(282,153,true) wait(345+random(600)) sendkeys (message1) SendKeys(Chr(13)) wait(564+random(200)) MoveMouse(281,83) wait(300+random(453)) ClickMouse(281,83,false) SendArrowSilentWait(Random(4), 500 + Random(500)); SendArrowSilentWait(Random(4), 500 + Random(500)); MoveMouse(282,153) ClickMouse(282,153,true) wait(231+random(600)) sendkeys(message3) wait(165+random(564)) SendKeys(Chr(13)) wait(231+random(561)) sendkeys (message4) wait(52+random(542)) SendKeys(Chr(13)) wait(213+random(600)) until(false) end. program New; begin end.