Project 1999

Go Back   Project 1999 > Red Community > Red Rants and Flames

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-26-2015, 10:34 AM
Silent Silent is offline
Banned


Join Date: Feb 2013
Posts: 1,071
Default Packet Laggers! SMEDY, GOOBLINS ARE ATTACKING

Clearly no one is ddosing themselves but the sound byte of packet laggers was pretty brilliant so ill stick with it, Smedy gets an A+ for that.

Most of you that play EQ have lost internet connection for a brief period of time at one point or another, just long enough that you lag out to see you bar go down to 85% even 65% then poof everything catches up your back to 100% if you were fighting you probably died or what not.

So why is it so hard to believe someone hasn't and can't make simple scripts in various forms to do this purposely? I have seen a few of the AHK scripts people used, one that was sent to me before I quit was so simple and crude yet would have worked 100%.

Probably one of the most ghetto ways I saw was while in azrael, a zip file with 2 batch files that you had to click which was laughable, though even this was too advanced for some people so they had to be dragged and rezzed in seb usually[You must be logged in to view images. Log in or Register.]

disable1.bat
netsh interface set interface name="Local Area Connection" admin=disabled


enable1.bat
netsh interface set interface name="Local Area Connection" admin=enabled


AHK - if u take the time u would probably want to actually add a toggle into this maybe, depends how much of a gambler you are then you can get rid of fixed safe timers and go for however long you think you can. Like getting from seb ent to crypt with sow on, 20 seconds?

[CODE]NET_Connect( [ bEnable, sConnection ] )


F1::

{
Disable := false
Enable := true
NET_Connect(Disable, "Local Area Connection")
Sleep, 15000
NET_Connect(Enable, "Local Area Connection")
}[/CODE

Im sure someone in nihi still has the newbie-friendly GUI for delay with easier selectable hotkeys(for the idiots in the guild who didn't know how to edit a file and change f1 to whatever key they wanted, or 15000 to 10000 5000 etc. Plenty of people use them still.

You can probably google P99 ghost AHK script or something of the sorts and find some idiot named salem_orchid01 posting asking how to compile a AHK script that does a similar function.

Plenty of ppl using this back in the day, before p99 even came alive, still are. clearly a few things in that u wanna fix considering name, the hotkey and what itll also do mid pvp if your goin for a joust/nuke epic fail. Keep on pulling your cord out and putting it back in....
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:02 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.