Modnick Posted March 13, 2013 Share Posted March 13, 2013 hey guys so i got the feelthebeats script working {BryceTheCoder} var x,y: Integer; begin repeat if FindColor(x,y,15448832,525,411,564,418) then // Change XS,YS,XE,YE to the search region of somewhere in the bottom. begin repeat Wait(5) VKeyDown(VK_space) VKeyUp(VK_space) until GetKeyState(VK_F12); end; until (false); end. but when i start it it detects the note and hits it multiple times, you can test it at feelthebeats.com Quote Link to comment Share on other sites More sharing options...
ScreamingIsMyAir Posted March 13, 2013 Share Posted March 13, 2013 There is no wait between clicks , why does it need waits though? i've never played but why should it matter if it clicks it multiple times? I'm assuming this is kind of like guitar hero, and if you hit that multiple times it changes nothing Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 13, 2013 Share Posted March 13, 2013 hey guys so i got the feelthebeats script working {BryceTheCoder} var x,y: Integer; begin repeat if FindColor(x,y,15448832,525,411,564,418) then // Change XS,YS,XE,YE to the search region of somewhere in the bottom. begin repeat Wait(5) VKeyDown(VK_space) VKeyUp(VK_space) until GetKeyState(VK_F12); end; until (false); end. but when i start it it detects the note and hits it multiple times, you can test it at feelthebeats.com "when i start it it detects the note and hits it multiple times," You need to elaborate a little more:/ Like it clicks the "Space" button not just once but many times? If so, I told you in the comment add a delay by using: wait(5); But use something greater maybe: wait(90); So try: {BryceTheCoder} var x,y: Integer; begin repeat if FindColor(x,y,15448832,525,411,564,418) then // Change XS,YS,XE,YE to the search region of somewhere in the bottom. begin repeat Wait(5); VKeyDown(VK_space); VKeyUp(VK_space) ; Wait(90); // Adding a delay so it doen't search for the color again so quickly. until GetKeyState(VK_F12); end; until (false); end. Quote Link to comment Share on other sites More sharing options...
Modnick Posted March 13, 2013 Author Share Posted March 13, 2013 some of the songs on there not even world record breakers can beat meaning that spacebar comes 200 times every 30 seconds Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 13, 2013 Share Posted March 13, 2013 some of the songs on there not even world record breakers can beat meaning that spacebar comes 200 times every 30 seconds Haha then definitely they have/made a better bot. Quote Link to comment Share on other sites More sharing options...
Modnick Posted March 13, 2013 Author Share Posted March 13, 2013 i know but how can i make this as good as that Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 13, 2013 Share Posted March 13, 2013 i know but how can i make this as good as that Alot of time and experience with the scripting of the bot. The script you have is about 16 lines long... The GREAT bots I code are around 1,000 and something. Quote Link to comment Share on other sites More sharing options...
Modnick Posted March 13, 2013 Author Share Posted March 13, 2013 i will be willing to pay you 20+ $ for a good feelthebeats bot Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 13, 2013 Share Posted March 13, 2013 i will be willing to pay you 20+ $ for a good feelthebeats bot Well, lets also keep in mind, that is a FREE to play game. It will probably loose your interest before you know it.. I do not believe you should offer any money for this game:/ Quote Link to comment Share on other sites More sharing options...
Modnick Posted March 13, 2013 Author Share Posted March 13, 2013 i have been playing it for 6 years, i havent lost one bit of interest Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 13, 2013 Share Posted March 13, 2013 i have been playing it for 6 years, i havent lost one bit of interest Well then, I'm sorry but I am not the one for you. I have too much on my plate at the time so I cannot have much free things. Sorry. Quote Link to comment Share on other sites More sharing options...