[Bot MOD]Battle of Immortals Bot

07/19/2011 21:17 boniedwa#1471
its working, but its useless with 5 min timer
07/19/2011 22:47 My420Time#1472
Quote:
Originally Posted by boniedwa View Post
its working, but its useless with 5 min timer
Kind of the point, I am not done updating it yet but get messaged all the time about it. Those who have donated had the timer removed.
07/20/2011 01:49 LordMeo17#1473
Hi I just downloaded the newest version that was uploaded and it's saying that I'm not currently authorized to use the bot or there was an issue communicating with the server. Help please.. thanks.
07/20/2011 02:13 My420Time#1474
Quote:
Originally Posted by LordMeo17 View Post
Hi I just downloaded the newest version that was uploaded and it's saying that I'm not currently authorized to use the bot or there was an issue communicating with the server. Help please.. thanks.
That means you are running it in trial mode as you don't have a license on the server or it couldn't talk to the server to verify your license.
07/20/2011 02:18 LordMeo17#1475
So what do I need to do? how can I get a license? I'm playing boi ph btw. I'm sorry I don't know much about computer stuffs.
07/20/2011 06:33 My420Time#1476
Changed timer to 20 minutes due to the amount of PMs/Emails I was receiving.
07/20/2011 06:47 Inathero#1477
Having fun My420Time? XDDD
07/20/2011 07:12 My420Time#1478
Quote:
Originally Posted by Inathero View Post
Having fun My420Time? XDDD
Yea, I have been working like a dog the last few days trying to get UseBagItem Working. Found the function in the game but it is being a pain in my ass. lol
07/20/2011 07:30 Inathero#1479
I really really really wish I could help you on that UseBagItem function, how did you manage to find it?
07/20/2011 07:34 My420Time#1480
Quote:
Originally Posted by Inathero View Post
I really really really wish I could help you on that UseBagItem function, how did you manage to find it?
Finding the actual function is pretty easy, getting it to break at the right part is a complete different story. XD I did an array of bytes scan though to find part of the function that is generally pretty static. Having a hell of a time getting the right registers(asm code) from the function though.
07/20/2011 07:39 zyz#1481
Everything is working great and said before but i'll say it again, love your work..keep it going :)
07/20/2011 09:24 Inathero#1482
Quote:
Originally Posted by My420Time View Post
Finding the actual function is pretty easy, getting it to break at the right part is a complete different story. XD I did an array of bytes scan though to find part of the function that is generally pretty static. Having a hell of a time getting the right registers(asm code) from the function though.
could you explain step by step on how you did it? because i'm completely in the blank on it =\
07/20/2011 09:34 My420Time#1483
Quote:
Originally Posted by Inathero View Post
could you explain step by step on how you did it? because i'm completely in the blank on it =\
Might make a video here in a few days but headed to bed now! :P
07/20/2011 21:43 Inathero#1484
Quote:
Originally Posted by My420Time View Post
Might make a video here in a few days but headed to bed now! :P
Sleep is for the weak!!!

Well if you do make a vid, I would really appreciate it :D Because I really want to know how to find functions like that in games ^^
07/20/2011 23:06 My420Time#1485
Quote:
Originally Posted by Inathero View Post
Sleep is for the weak!!!

Well if you do make a vid, I would really appreciate it :D Because I really want to know how to find functions like that in games ^^
Haven't had much time to do anything today, woke up with a really bad migrane. It is finally starting to not hurt.

Being able to physically dump the game.exe really helps with finding the functions but you can attach and just do breaks points too.