nexon has changed my opinion about the game, they ban people for free, others hack accounts, nobody is safe anymore. I've been working on a simple bot manager while at school, it contains 3 bots, 1 for each IB and the ability to repeat the bot. it also contains bypass..es etc. I had to remove some key functionality due to the fact nexon might patch it (complete xigncode disable)
requirements: autoit, brain, 46 chromosomes, windows x64
the bots execute the commands in a window, it doesnt click on the screen so you can minimize the game and it will still do its job. the required resolution for the bot to work is window mode 1024x768
so he, without further ado, here's the source
the only thing is that I dont remember whether or not I updated the coords for 131+IB menu boxes. if not, then with a bit of brain you can figure it out yourself.
if you have some questions, then feel free to post here, I'll try to answer them.
- 13.10.2012 -
1. the bot spams now keys from 1 to 0. PLEASE REPORT BUGS!
2. 131+ bot has been updated and should work like the other two. also report bugs!
- 15.10.2012 -
1. packed the bots in a function and made the whole script much shorter
2. removed useless stuff
3. added new maps (you can do it yourself too, its kinda boring :P)
- 28.10.2012 -
Fixed 131+ dungeon (this time for sure, I checked it!) thanks to LoLwHaT? for letting me use his account to test it!
REPORT BUGS.
- 10.11.2012 -
1. added a new function that checks if the char is inside the dungeon, if it isnt, it tries to enter 3 times and if all 3 are unsuccessful, a msgbox pops up and the bot closes.
2. edited one of the buttons to perform a memory check, it will tell you whether or not you can run the bot on your computer.
3. modified the mapcheck a bit so that it runs all the time. sort of a separate thread.
- 11.11.2012 -
bugfixes.
REPORT BUGS!
..thanks.
CREDITS: MelonReaper for his first bot template, AutoIT forums for other UDFs, HellSpider for general support and hating on me for using autoit xd and Missmodd for testing and being a great friend
This is a great release hun. But for some reason I for see your thread being bombed with a lot of of comments and questions by well......we can say from people that have little to no chromosomes ;-)
I think you should make a counter to keep track on how many people ask you for the skill hack lol. I'm guessing a lot ;-)
This is a great release hun. But for some reason I for see your thread being bombed with a lot of of comments and questions by well......we can say from people that have little to no chromosomes ;-)
I think you should make a counter to keep track on how many people ask you for the skill hack lol. I'm guessing a lot ;-)
Hey!
I might be the first one of these, but is it possible to get the script for the bypass separated from the rest? Please don't take it negatively if my question seems stupid, it's just that i've got little knowledge in programming and that few bypasses are really working with the current updates of nexon.
of course it is, look at the buttons and take it from there.
or you can simply compile it and use it as a bypass, think of the bots as an addition lol
Actually I've just tried out and I've noticed that both of the bypass methods make me dc when I use my hacks. I also dc with other bypasses, but I've noticed thanks to processhacker that I can't freeze xxd.xem anymore since today's maintenance. The process resumes in less than one second against my will.
Maybe it's because of my scripts which ain't up to date, but i thought this info about xxd not freezing anymore might help.
guesswho-.- can you tell me how to change the code any skill to run because I have no skill hack
can tell me how to change the code any skill to run because I have no skill hack
guesswho-.- can you tell me how to change the code any skill to run because I have no skill hack
can tell me how to change the code any skill to run because I have no skill hack
yes, gimme a few mins I'll write a quick example and edit this post.
edit:
Code:
$key = 0
while 1
Controlsend($PID,"","","u")
Controlsend($PID,"","",$key)
controlsend($PID,"","","{SPACE}")
_PCheck()
if $key = "=" then
$key = -1
sleep(500)
$proces_ID = ProcessExists($Input)
$handle = _MemoryOpen($proces_ID)
$map = _MemoryRead(0x00C9EE68, $handle)
$map = _MemoryRead($map + 0x04, $handle)
$map = _MemoryRead($map + 0xAC, $handle)
if $map = 13 Then
ExitLoop
EndIf
if $key = "-" then
$key = "="
continueloop(1)
endif
$key = $key+1
if $key = 9 Then
$key = "-"
EndIf
so basically what I did is I added a new var $key, by default its set to 1, so the bot will send '1' to the game window, each loop it increments it by 1 so each loop it will send another key. once it reaches 10, it will set the var to 0 so it sends '0'. this is just a quick fix, for those who dont have skillhack, I'd need a bit more time to figure out how to send - and = (I mean I already have the general idea, but it'd require a bit more time xd)
I took the code from the 91-130 dungeon I believe, look at whats changed and add it yourself :P
edif#2: I edited the code again and now it SHOULD spam all keys from 1 to = (including 0, - and =) I havent checked it though, coz I dont have a char in to play
hey. Thanks alot for this .
i just downloaded autoit and i ran the program . i am inside the game by the ib and i press the 91-130 botton. it dosnt do anything but it says i am in braiken castle and it says run number 1. i must been doing something wrong . can u tell me what am i doing wrong ?
Thanks.
Might be something wrong with the pointers, haven't checked it in a while. What's your OS? It works on x64 systems only coz xigncode blocks autoit on x86.