L2Tower Discord
Let's keep the community alive with discord.
Discussions about plugins and scripts
L2Tower Discord
Thread Rating:
- 1 Vote(s) - 5 Average
- 1
- 2
- 3
- 4
- 5
[Request] L2 Toxic Anti-Bot Script
|
Author |
Message |
snocrew
Elpy

Posts: 1
Joined: Jan 2014
Reputation: 0
Version:
1.4.2.141
|
[Request] L2 Toxic Anti-Bot Script
Hello,
L2 Toxic has an "Anti-Bot" (really just an anti-afk) system setup on their server like so:
I was wondering if there is a script or some way of automatically detecting the correct color name and selecting it. This would make AFK botting possible.
Any comments, advice or scripts would be greatly appreciated!
Thanks
(This post was last modified: 08-11-2015 20:10 PM by snocrew.)
|
|
08-11-2015 20:08 PM |
|
snapit
Expired VIP Member
 
Posts: 79
Joined: Jul 2015
Reputation: 18
Version:
1.4.2.133
|
RE: [Request] L2 Toxic Anti-Bot Script
First you should prolly capture the html dialog and past it here. You can do that with the following plugin.
LUA Programming
HtmlStatus = false;
--------------------------------------------------------------------------------
function OnCreate()
this:RegisterCommand("html", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;
--------------------------------------------------------------------------------
function OnCommand_html(vCommandChatType, vNick, vCommandParam)
if (HtmlStatus == false) then
HtmlStatus = true;
ShowToClient("Plugin","HTML saved.");
end;
end;
--------------------------------------------------------------------------------
function OnLTick1s()
if(HtmlStatus)then
local file = io.open(GetDir() .. "html.txt", "w");
file:write(tostring(GetDialogHtml()).. "\n");
file:close();
HtmlStatus = false;
end;
end;
http://forum.l2tower.eu/thread-free-plug...in-to-file
(This post was last modified: 08-12-2015 01:16 AM by snapit.)
|
|
08-11-2015 21:43 PM |
|
Vinter
Expired VIP Member
 
Posts: 299
Joined: Sep 2013
Reputation: 109
Version:
1.4.1.128
|
RE: [Request] L2 Toxic Anti-Bot Script
$50, need premium to work.
|
|
08-11-2015 23:54 PM |
|
miglio79
Expired VIP Member
 
Posts: 4
Joined: Aug 2015
Reputation: 0
Version:
1.4.3.143
|
RE: [Request] L2 Toxic Anti-Bot Script
I have the premium account, is there a way to avoid this "afk" anti bot?
|
|
08-15-2015 11:27 AM |
|
snapit
Expired VIP Member
 
Posts: 79
Joined: Jul 2015
Reputation: 18
Version:
1.4.2.133
|
RE: [Request] L2 Toxic Anti-Bot Script
Capture the html dialog, if simple string matching can solve it I can help u, else u ll need Vinter's help.
|
|
08-15-2015 11:32 AM |
|
miglio79
Expired VIP Member
 
Posts: 4
Joined: Aug 2015
Reputation: 0
Version:
1.4.3.143
|
RE: [Request] L2 Toxic Anti-Bot Script
how can i capture it? i Can not download the file html.txt
(This post was last modified: 08-15-2015 11:57 AM by miglio79.)
|
|
08-15-2015 11:56 AM |
|
snapit
Expired VIP Member
 
Posts: 79
Joined: Jul 2015
Reputation: 18
Version:
1.4.2.133
|
RE: [Request] L2 Toxic Anti-Bot Script
You don't need it, the plugin ll create it for u. Just put the plugin in plugin folder and do /html once anti-afk window shows up.
|
|
08-15-2015 12:03 PM |
|
miglio79
Expired VIP Member
 
Posts: 4
Joined: Aug 2015
Reputation: 0
Version:
1.4.3.143
|
RE: [Request] L2 Toxic Anti-Bot Script
(08-15-2015 12:03 PM)snapit Wrote: You don't need it, the plugin ll create it for u. Just put the plugin in plugin folder and do /html once anti-afk window shows up.
when i captured the html the text that i get is the following:
I guess i´m doing something wrong
(This post was last modified: 08-15-2015 12:16 PM by miglio79.)
|
|
08-15-2015 12:12 PM |
|
snapit
Expired VIP Member
 
Posts: 79
Joined: Jul 2015
Reputation: 18
Version:
1.4.2.133
|
RE: [Request] L2 Toxic Anti-Bot Script
If u did /html right after the anti-afk dialog showed up (u didn't talk to any npc) and that got saved in html.txt I can not help u.
Btw make sure u reopen the html.txt, I am not sure if notepad detects that changes have been made by some other program.
(This post was last modified: 08-15-2015 12:30 PM by snapit.)
|
|
08-15-2015 12:19 PM |
|
miglio79
Expired VIP Member
 
Posts: 4
Joined: Aug 2015
Reputation: 0
Version:
1.4.3.143
|
RE: [Request] L2 Toxic Anti-Bot Script
(08-15-2015 12:19 PM)snapit Wrote: If u did /html right after the anti-afk dialog showed up (u didn't talk to any npc) and that got saved in html.txt I can not help u.
Btw make sure u reopen the html.txt, I am not sure if notepad detects that changes have been made by some other program.
I did another try in a different exp place :
seems like the plug in capture only the html of the last npc that i spoke (the gk in all cases)
|
|
08-15-2015 12:38 PM |
|
Possibly Related Threads... |
Thread: |
Author |
Replies: |
Views: |
Last Post |
 |
Anti-Captcha for L2 Native |
enio12 |
0 |
5,133 |
12-21-2016 21:47 PM
Last Post: enio12
|
|
The request |
xxmanxx |
4 |
3,541 |
04-10-2015 18:46 PM
Last Post: xxmanxx
|
 |
Request for upgrades to Premium services. |
Manboi_74 |
0 |
1,891 |
09-12-2014 05:33 AM
Last Post: Manboi_74
|
|
OOP Cleanse Script Modification Request |
nais |
2 |
2,996 |
08-16-2014 22:12 PM
Last Post: nais
|
 |
How to cancel request to join event TvT |
chrome |
1 |
2,634 |
07-02-2014 11:13 AM
Last Post: chrome
|
|
Request |
kynigos |
2 |
2,765 |
06-08-2014 13:23 PM
Last Post: kynigos
|
|
problem error: the request was denied |
mardukx |
11 |
7,584 |
05-06-2014 04:09 AM
Last Post: mardukx
|
|
New Anti Bots ?? |
craf |
7 |
6,230 |
04-04-2014 15:34 PM
Last Post: Fox
|
|
Anti-Tower |
ebadaniba0 |
1 |
3,529 |
04-04-2014 05:09 AM
Last Post: Fox
|
 |
[REQUEST] Auto Augment on INTERLUDE for RUPIO (NOT PUSHKIN) |
Oren |
0 |
3,122 |
02-10-2014 23:32 PM
Last Post: Oren
|
User(s) browsing this thread: 1 Guest(s)