L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] L2 Toxic Anti-Bot Script
Author Message
snocrew Offline
Elpy
*

Posts: 1
Joined: Jan 2014
Reputation: 0
Version: 1.4.2.141
Post: #1
[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:

[Image: 2E1faeDS.png]

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
Find all posts by this user Quote this message in a reply
snapit Offline
Expired VIP Member
**

Posts: 79
Joined: Jul 2015
Reputation: 18
Version: 1.4.2.133
Post: #2
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
Find all posts by this user Quote this message in a reply
Vinter Offline
Expired VIP Member
**

Posts: 299
Joined: Sep 2013
Reputation: 109
Version: 1.4.1.128
Post: #3
RE: [Request] L2 Toxic Anti-Bot Script

$50, need premium to work.
08-11-2015 23:54 PM
Find all posts by this user Quote this message in a reply
miglio79 Offline
Expired VIP Member
**

Posts: 4
Joined: Aug 2015
Reputation: 0
Version: 1.4.3.143
Post: #4
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
Find all posts by this user Quote this message in a reply
snapit Offline
Expired VIP Member
**

Posts: 79
Joined: Jul 2015
Reputation: 18
Version: 1.4.2.133
Post: #5
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
Find all posts by this user Quote this message in a reply
miglio79 Offline
Expired VIP Member
**

Posts: 4
Joined: Aug 2015
Reputation: 0
Version: 1.4.3.143
Post: #6
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
Find all posts by this user Quote this message in a reply
snapit Offline
Expired VIP Member
**

Posts: 79
Joined: Jul 2015
Reputation: 18
Version: 1.4.2.133
Post: #7
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
Find all posts by this user Quote this message in a reply
miglio79 Offline
Expired VIP Member
**

Posts: 4
Joined: Aug 2015
Reputation: 0
Version: 1.4.3.143
Post: #8
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:

[Image: thumb-capture-2A20_55CF113B.jpg]

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
Find all posts by this user Quote this message in a reply
snapit Offline
Expired VIP Member
**

Posts: 79
Joined: Jul 2015
Reputation: 18
Version: 1.4.2.133
Post: #9
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
Find all posts by this user Quote this message in a reply
miglio79 Offline
Expired VIP Member
**

Posts: 4
Joined: Aug 2015
Reputation: 0
Version: 1.4.3.143
Post: #10
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 :

[Image: thumb-capture1-1627_55CF162D.jpg]

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
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
WTB Anti-Captcha for L2 Native enio12 0 4,777 12-21-2016 21:47 PM
Last Post: enio12
  The request xxmanxx 4 3,094 04-10-2015 18:46 PM
Last Post: xxmanxx
Heart Request for upgrades to Premium services. Manboi_74 0 1,647 09-12-2014 05:33 AM
Last Post: Manboi_74
  OOP Cleanse Script Modification Request nais 2 2,670 08-16-2014 22:12 PM
Last Post: nais
Exclamation How to cancel request to join event TvT chrome 1 2,346 07-02-2014 11:13 AM
Last Post: chrome
  Request kynigos 2 2,440 06-08-2014 13:23 PM
Last Post: kynigos
  problem error: the request was denied mardukx 11 6,455 05-06-2014 04:09 AM
Last Post: mardukx
  New Anti Bots ?? craf 7 5,417 04-04-2014 15:34 PM
Last Post: Fox
  Anti-Tower ebadaniba0 1 3,211 04-04-2014 05:09 AM
Last Post: Fox
Information [REQUEST] Auto Augment on INTERLUDE for RUPIO (NOT PUSHKIN) Oren 0 2,895 02-10-2014 23:32 PM
Last Post: Oren



User(s) browsing this thread: 1 Guest(s)