Jump to content

Blitze

Elite+
  • Content Count

    17
  • Joined

  • Last visited

Posts posted by Blitze


  1. lol. why don't you just use one of the other chat spammers that has way more features like you mentioned?

    You misunderstood what i said. The point i am trying to get across is people have released code for apps they made which required a lot more work. So I don't understand why you didn't want to release yours. Yours is better suited for spamming because its only function is that. 

     

    If you want to be sarcastic its fine. I just stated the problems i was having and suggested to let the community help you. And requesting for source code to be published is just practicing common courtesy instead of 'de-compling' the exe ourselves.


  2. PM detection works fine for me, and obviously it "screws up the keyboard" it uses your keyboard to type things, just like the bot.

     

    Telling me that my idea is unoriginal and pointless isn't going to entice me to want to give you my source code.

    Jody, could you upload chatopen.bmp to google drive or another filehosting site pls. Thanks!


  3. Yes there are some of bugs.

     

    Pm detection isn't accurate.

    The worst of all randomly at times it screws up the keyboard forcing me to reboot. I don't know how it would have managed that.

     

    Releasing the sour-code would still be a better idea. Do not worry about making $ off this because these is already a tool like this in existence and you can find it on forums. In fact it comes with tons of other features not related to spamming as well. AutoPOE is also a freeware with sourecode. Let the community help you out.


  4. anyone got it to work?

    Mine works fine but i had to add a custom idle script because i don't know how to find the offset for it.Meaning it basically cant detect when bot idles and just logoffs every 5 min if you stated that in the config file. I fixed the authentication part tho. I think black is working on it so thats why i havent posted mine,might not be stable. My version require more cpu as well due to running 1 more ahk script. 


  5. thanks blacksun! Black i actualy tried and fix the login portion so that works now but i dont know how to get it reading if bot is idle so it always cloeses and reopens after the timer ends regardless if idle or not. I wish you can teach me how to do updates so i can do it for future and you dont have to next time :) Let me know. My current autopoe script edit is with pronoob if u just wana take a look. (slooopy tho)


  6. The thing about the login i tink its image recognition as the image file is available in resources. So what offset is required? It would do an image search. match = click. But its somethings else that is wrong i tink. I wish blacksun could teach me how to update or wat to look out for so i can keep this project alive


  7. they should do many things but so far the just add keys auth to get more money. this is kinda wrong when bot is not stable, crashing, looping all the way they force ppl to buy keys. Actually they force us to register more accuonts because they didnt add option for buying extra keys after u claim ur "free" 3 elite

     

    The keys are actually to keep us elite members as privileged members. Without it, people just distribute the bot or crack it. The reason why its only 3 is because if u realized before u buy it, it mentioned 3 licence. So alk is keeping to his promise. The period where u could run 10 was a privileged period. So please try to understand, keys are a security feature so tat elite have privileged or else we paid $25 and those freeloaders use for free?


  8. well, that should be really easy. let me try ;)

     

    http://www.autohotkey.com/docs/commands/WinClose.htm

     

    taking from the example:

     

    its a endless loop, that should close any window by its title (if your *.exe has a different name, just change the window title).

     

    added a sleep that the script is not constantly checking, only every 2 second. have to test the cpu usage yourself. endless loops tend to have increased cpu usage without a sleep delay.

     

    Pause::Pause (pause button to pause the script)

     

    yupp thats the ahk..execept that i have it sleep 10s after checking.CPU usage barely noticible i would say but its a temp fix. The reason for this is because when exile bot chickens for us..it attempts to reconnect.AUto POE attempt to reconnect us at the same time as well and usualy autopoe is faster then exiledbot. This makes exiled bot not able to execute the char selection and reconnect and throw that error.

    Loop
    {
    
    IfWinExist, ExiledBot.exe - Application Error
    		{
    			
    			 WinKill
    			Sleep 10000
    		}
    }
    

    Your syntax have the else statement which u copied which is irrelevant actualy. WinKill can be replaced with Winclose depending but winkill will terminate Exilebote so Autopoe can restart i

×
×
  • Create New...