[BOT] NosBota by WarlossGreat

04/22/2020 15:34 kenneth211211#3076
Quote:
Originally Posted by WalrossGreat View Post
The bot has been updated for the HK version. Altough I'm not sure if they implemented the new anti plugin protection yet. If you will spot anything about the new game window you can inform me.
[Only registered and activated users can see links. Click Here To Register...]
A screen like this would pop out at the right bottom corner randomly when playing. I have seen it once and i stopped the bot. I forget to capture a screen of it , so i used the image from HK nostale announcement.

I believe that just like what they said, they will log it if player failed to click the button or click it too fast. They require player to click it between 5s~5mins.

Btw, the auto revival is not working and the not attack boss also seems not stable. Hope the above information would helps you to keep up your great job.:D
04/22/2020 16:14 WalrossGreat#3077
For bosses - please add it to blacklist for now
Autorest - Fixed


I also added the anti-plugin protection bypass. If the window will appear bot will automatically click it in random 10-30 seconds. To get the new patch just restart the bot.
[Only registered and activated users can see links. Click Here To Register...]
04/22/2020 16:30 sengbb123#3078
Quote:
Originally Posted by WalrossGreat View Post
For bosses - please add it to blacklist for now
Autorest - Fixed


I also added the anti-plugin protection bypass. If the window will appear bot will automatically click it in random 10-30 seconds. To get the new patch just restart the bot.
[Only registered and activated users can see links. Click Here To Register...]
Unfortunately. almost no one can enjoy it. because almost all of user has expired:)
04/22/2020 19:14 KooKiB#3079
I am still having the same problem (it said I have a different version of the client) even after I use the new bypass.exe.
I ask my friends and they are having the same issue.
04/22/2020 19:14 WalrossGreat#3080
Show me your NosTale folder with the bypassed.exe.
04/22/2020 19:29 KooKiB#3081
Quote:
Originally Posted by WalrossGreat View Post
Show me your NosTale folder with the bypassed.exe.
[Only registered and activated users can see links. Click Here To Register...]
04/22/2020 19:49 WalrossGreat#3082
This is the old bypass. The new bypass that is here:[Only registered and activated users can see links. Click Here To Register...] or here: [Only registered and activated users can see links. Click Here To Register...] (the same file) has got size of 3148KB.
04/22/2020 19:53 KooKiB#3083
Quote:
Originally Posted by WalrossGreat View Post
This is the old bypass. The new bypass that is here:[Only registered and activated users can see links. Click Here To Register...] or here: [Only registered and activated users can see links. Click Here To Register...] (the same file) has got size of 3148KB.
Thank you so much!

Just want to let you know that the link [Only registered and activated users can see links. Click Here To Register...], which also shows on the Ethernbot website Q&A is still downloading the old version.
04/22/2020 20:03 WalrossGreat#3084
But the link is identical... The link on the site has the newest bypass that has got size of 3148KB
04/23/2020 10:11 sengbb123#3085
last babycry :
could you implement ( revival or use skill when X% hp/mp) to free version?.

or you can unlimit all function of free version until your new announcement. Your work won’t be effected to much because we only able to inject 1client. Maybe many free user will buy premium after try function of full version.

i promise this is last cry from all user who has expired.
04/23/2020 10:48 Scyra99#3086
that would not be fair for those who paid to have those functions. wait until their premuim expires and if the problem of not being able to purchase premius persists, then start suggesting premium options for the free version. this will most likely not go through. have patience
04/23/2020 11:24 Skyie#3087
on my microsoft book 2 the bot, upon injecting, completely fucks the resolution of the game. i literally cant read shit anymore and the bot is also super small. native res of a book 2 is 3000x2000, i tried a lot by changing windows settings but no matter what i do its always fucky. please fix that. all other devices (desktop pc @[Only registered and activated users can see links. Click Here To Register...]0 2070 +9700k and laptop with AMD @[Only registered and activated users can see links. Click Here To Register...]) run completely fine no matter how many clients and no matter the settings i use, only on the book its fucked.


side note:
we dont have to pay much, but really the bot is pretty half assed considering we have to pay. quite a bunch of simple functions that other bots have can't be used (like for example going IC is broken, can't use food on pet if loyalty is low and so on)
04/23/2020 11:27 Apourtartt#3088
Quote:
Originally Posted by Skyie View Post
on my microsoft book 2 the bot, upon injecting, completely fucks the resolution of the game. i literally cant read shit anymore and the bot is also super small. native res of a book 2 is 3000x2000, i tried a lot by changing windows settings but no matter what i do its always fucky. please fix that. all other devices (desktop pc @[Only registered and activated users can see links. Click Here To Register...]0 2070 +9700k and laptop with AMD @[Only registered and activated users can see links. Click Here To Register...]) run completely fine no matter how many clients and no matter the settings i use, only on the book its fucked.
I can add some informations on it :
Injecting with Cheat engine doesn't "fuck the resolution", injecting with this code :
Code:
#include <Windows.h>
#include <stdio.h>

int main(int argc, char** argv)
{
    HANDLE h = OpenProcess(PROCESS_ALL_ACCESS, false, atoi(argv[2]));
    LPVOID LoadLibAddr = (LPVOID)GetProcAddress(GetModuleHandleA("kernel32.dll"), "LoadLibraryA");
    LPVOID dereercomp = VirtualAllocEx(h, NULL, strlen(argv[1]), MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE);
    WriteProcessMemory(h, dereercomp, argv[1], strlen(argv[1]), NULL);
    HANDLE asdc = CreateRemoteThread(h, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddr, dereercomp, 0, NULL);
    WaitForSingleObject(asdc, INFINITE);
    VirtualFreeEx(h, dereercomp, strlen(argv[1]), MEM_RELEASE);
    CloseHandle(asdc);
    CloseHandle(h);
    return 0;
}
neither
04/23/2020 23:12 Skyie#3089
Quote:
Originally Posted by Apourtartt View Post
I can add some informations on it :
Injecting with Cheat engine doesn't "fuck the resolution", injecting with this code :
Code:
#include <Windows.h>
#include <stdio.h>

int main(int argc, char** argv)
{
    HANDLE h = OpenProcess(PROCESS_ALL_ACCESS, false, atoi(argv[2]));
    LPVOID LoadLibAddr = (LPVOID)GetProcAddress(GetModuleHandleA("kernel32.dll"), "LoadLibraryA");
    LPVOID dereercomp = VirtualAllocEx(h, NULL, strlen(argv[1]), MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE);
    WriteProcessMemory(h, dereercomp, argv[1], strlen(argv[1]), NULL);
    HANDLE asdc = CreateRemoteThread(h, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddr, dereercomp, 0, NULL);
    WaitForSingleObject(asdc, INFINITE);
    VirtualFreeEx(h, dereercomp, strlen(argv[1]), MEM_RELEASE);
    CloseHandle(asdc);
    CloseHandle(h);
    return 0;
}
neither
i see, my apologies. it seems the bot does not alter the resolution of my client in any way.. (?)

why you are adding information that contributes absolutely nothing to the problem i stated?

i am honestly not sure on how you would like me to reply to your response. were you uncomfortable with how i phrased the comment? are you looking for more information? are you a troll? i can't tell. if there was a deeper meaning to your reply, please let me know as to how i could elaborate
04/23/2020 23:18 Apourtartt#3090
I was giving those informations to Walross to try to help him. I do not really care about you tbh.


Edit :


||
V What are you talking about ? I'm not even using his bot ?

ReEdit : this message was not address to Walross, there was a message between his and mine