This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Antiproxy script

Old posts that have not been replied to for several years.
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

I didnt copy it from your script. I got ideas from your script. Like the stats etc. Thats all. And i wrote them myself, just looked at other scripts for ideas...
r0t3n @ #r0t3n @ Quakenet
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Tosser..

Code: Select all

setudef str antijoin
setudef str antidetected
setudef str antikicked 
From my script

Code: Select all

  channel set $channel antijoin "[expr [channel get $channel antijoin] + 1]" 
Also from my script, your also using it wrong btw.

Gee, another copy:


Code: Select all

    channel set $channel antidetected "[expr [channel get $channel antidetected] + 1]"
    channel set $channel antikicked "[expr [channel get $channel antikicked] + 1]" 
Tosser, either start learning to make your own scripts or stop trying. Your 'helping' here isn't actually helping and if you want to test your scripts, do it yourself.
p
psyduck
Voice
Posts: 7
Joined: Wed Jul 13, 2005 3:44 am

Post by psyduck »

MeTroiD wrote:Tosser..

Code: Select all

setudef str antijoin
setudef str antidetected
setudef str antikicked 
From my script

Code: Select all

  channel set $channel antijoin "[expr [channel get $channel antijoin] + 1]" 
Also from my script, your also using it wrong btw.

Gee, another copy:


Code: Select all

    channel set $channel antidetected "[expr [channel get $channel antidetected] + 1]"
    channel set $channel antikicked "[expr [channel get $channel antikicked] + 1]" 
Tosser, either start learning to make your own scripts or stop trying. Your 'helping' here isn't actually helping and if you want to test your scripts, do it yourself.
run with http tcl not alone
Locked