Welcome to Abandoned-IRC. You can connect via irc.abandoned-irc.net or ipv6.abandoned-irc.net on ports 6667 / 6697 (May 27, 2022) x


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 115
» Latest member: seaWurthE
» Forum threads: 17
» Forum posts: 25

Full Statistics

Online Users
There are currently 28 online users.
» 0 Member(s) | 28 Guest(s)

Latest Threads
Need help with Revolution...
Forum: Help
Last Post: Cherme
11-21-2023, 11:34 PM
» Replies: 0
» Views: 67
ZombieHunt Toolbar
Forum: Scripting
Last Post: TheMorgue
11-09-2023, 02:07 PM
» Replies: 3
» Views: 2,668
Run 2 or more mIRC's
Forum: Scripting
Last Post: TheMorgue
09-13-2023, 05:51 AM
» Replies: 0
» Views: 252
ZW-LOUNGE GUI
Forum: Scripting
Last Post: TheMorgue
08-28-2023, 07:16 PM
» Replies: 0
» Views: 266
Hide command and or bot s...
Forum: Scripting
Last Post: TheMorgue
08-28-2023, 06:08 PM
» Replies: 0
» Views: 223
mIRC: ZW Hotlinks
Forum: Scripting
Last Post: TheMorgue
08-28-2023, 05:57 PM
» Replies: 0
» Views: 269
Adiirc: ZW Hotlinks
Forum: Scripting
Last Post: TheMorgue
08-28-2023, 04:35 PM
» Replies: 0
» Views: 254
#Zombie-Warez
Forum: Network Channels
Last Post: Zombie-Slave
01-03-2023, 08:30 PM
» Replies: 3
» Views: 6,143
#ZW-Lounge Uno Script
Forum: Scripting
Last Post: radar1213
12-17-2022, 04:10 AM
» Replies: 1
» Views: 1,811
Roulette Script/GUI
Forum: Scripting
Last Post: radar1213
11-26-2022, 12:11 AM
» Replies: 0
» Views: 1,037

 
Question Need help with Revolution IRC
Posted by: Cherme - 11-21-2023, 11:34 PM - Forum: Help - No Replies

[Image: SyPE1i7.jpg][Image: N0zAkIm.jpg]

trying to set up irc on phone, using revolution irc. Cannot seem to get it to work, it keeps disconnecting, any ideas how to do it? DO I put the names i use on computer or another name?  Any help be great, trying to figure all this out.

Print this item

  Run 2 or more mIRC's
Posted by: TheMorgue - 09-13-2023, 05:51 AM - Forum: Scripting - No Replies

Want to run a bot and mIRC ?

Goto "C:\Program Files (x86)\mIRC"
Create a new shortcut to mirc.exe
  -You might have to make it on desktop and move into the mirc dir "C:\Program Files (x86)\mIRC"
Rename it to mIRC.exe_Invision or whatever.
Right Click > Properties  Target: "C:\Program Files (x86)\mIRC\mirc.exe" -r"%appdata%\mIRC_Invision"
-Hint to get to the %appdata%  just type it in the File Explorer bar and press enter, this also can work with typing "cmd" and it'll open command prompt at that location.
Install the entire script there %appdata%\mIRC_Invision    EG: C:\Users\ZombiesHere\AppData\Roaming\mIRC_Invision

Print this item

  ZW-LOUNGE GUI
Posted by: TheMorgue - 08-28-2023, 07:16 PM - Forum: Scripting - No Replies

   
It's not the best but it's working, Just fill in a few numbers
Casino Tab----------
  Lucky lotto: single digit
  Pick3: any 3 numbers
  Bet: 1 to 1000
Roulette Tab-------
  Bet (mid bottom): upto to 5000

type //run $scriptdir  and extract files there
//load -rs $scriptdirZWCasinoGUI_Beta\ZW-Casino-GUI_03.mrc

PS: AdiIRC users must comment out ALL the images since i'm too lazy to find out how to make it show behind the dialog.
icon $scriptDir\Zombie.ico, 0
;icon $scriptDir\Zombie.ico, 0
etc...


.zip   Slots-Sluts.zip (Size: 970.89 KB / Downloads: 1)   Fixed: cointoss that chained Bet, Roulette bet area in image.

File Contents:
  ZWCasinoGUI_Beta\Bg_Roulette2.png
  ZWCasinoGUI_Beta\Bg_Uno.png
  ZWCasinoGUI_Beta\Zombie.ico
  ZWCasinoGUI_Beta\ZW-Casino-GUI_03.mrc
  ZWCasinoGUI_Beta\ZW-Casino-Hostess.ini
  ZWCasinoGUI_Beta\Sounds
  ZWCasinoGUI_Beta\Sounds\rBetSpin.mp3
  ZWCasinoGUI_Beta\Sounds\YouLost.mp3
  ZWCasinoGUI_Beta\Sounds\YouWon.mp3

Print this item

  Hide command and or bot spam in #ZW-CHAT
Posted by: TheMorgue - 08-28-2023, 06:08 PM - Forum: Scripting - No Replies

; Hide others commands
on ^*:text:!*:#ZW-CHAT:{ haltdef }
;Hide ZombieHunt game
on ^*:text:*:#ZW-CHAT: if (ZombieHunt iswm $nick) haltdef

Print this item

  mIRC: ZW Hotlinks
Posted by: TheMorgue - 08-28-2023, 05:57 PM - Forum: Scripting - No Replies

Here is a Simple version

Code:
; Click on the /msg to receive file advertised.
on ^*:HOTLINK:*/msg*:#ZW-CHAT:tokenize 32 $hotline
on *:HOTLINK:*/msg*:#ZW-CHAT:{
  tokenize 32 $hotline
  var %a $strip($1-)
  if (*/msg*Zombie-*xdcc*send* iswm %a) { .echo -a / $+ $remove($gettok(%a,2-,47),$chr(41)) }
}

Below is a more complex version that you can use the botname, packnumber ,filename etc for more scripting stuff.

Code:
; Click on the /msg to receive file advertised.
on ^*:HOTLINK:*/msg*:#ZW-CHAT:tokenize 32 $hotline
on *:HOTLINK:*/msg*:#ZW-CHAT:{
  tokenize 32 $hotline
  var %a $strip($1-)
  if (*/msg*Zombie-*xdcc*send* iswm %a) {
    ; for search responses           Filename $gettok(%a,3,32)
    if ($gettok(%a,9,32) == /msg ) { /msg $gettok(%a,10,32) xdcc send $gettok(%a,13,32) }
    ; New release FORMAT           Filename $gettok(%a,4,32)
    if ($gettok(%a,12,32) == /msg ) { /msg $gettok(%a,13,32) xdcc send $gettok(%a,16,32) }
  }
}

And yet another version that logs the NewRelease to a window, then you can click the /msg to get the file.

Code:
On *:Start:{
;on 1:CONNECT:{ /window -w2 @nr_log }
On *:Start:{ /window -w2 @nr_log }
on *:text:*elease*:#ZW-CHAT: {
  if ([ZOMBIE]-Homer != $nick) halt )
  tokenize 32 $1-
  var %a $strip($1-)
  if (*Top Gets of the last* iswm %a ) { halt }
  else .echo @nr_log $4-
}
on ^*:HOTLINK:*/msg*:@nr_log:tokenize 32 $hotline
on *:HOTLINK:*/msg*:@nr_log:{
  tokenize 32 $hotline
  var %a $strip($1-)
  if (*/msg*Zombie-*xdcc*send* iswm %a) { /msg $remove($gettok(%a,2-,47),msg,$chr(41)) }
}

Print this item

  Adiirc: ZW Hotlinks
Posted by: TheMorgue - 08-28-2023, 04:35 PM - Forum: Scripting - No Replies

; This is to double click the botname in ADIIRC to receive the file:
on *:HOTLINK:*Zombie-*:*:{
if ($hotlink(event) == dclick) {
  tokenize 32 $hotline
  var %a $strip($1-)
  ;New Release
  if ( $gettok(%a,12,32) == /msg ) { /msg $gettok(%a,13,32) xdcc send  $gettok(%a,16,32) }
  ;Search Response
    if ( $gettok(%a,8,32) == /msg ) { $remove($gettok(%a,8-,32),$Chr(41)) }
  }
}

Print this item

  Roulette Script/GUI
Posted by: radar1213 - 11-26-2022, 12:11 AM - Forum: Scripting - No Replies

Roulette GUI for easier gameplay. Made for mIRC/AdiIRC (Windows Clients). Simply place the code either by loading the file or inserting/saving into remotes then right click in #ZW-Lounge to see the Roulette GUI addon. Once open, you can click to play. There are Roulette Sounds available, however not needed to play. If interested in sounds, place the sounds in your clients sound folder. Thats it! NJoy!     (ty TheMorgue for your work on this)

   

Sounds - https://files.fm/u/e2hhsjgyp

For Roulette GUI - Download file here or copy code below

Code:
menu channel {
  Roulette GUI: {
    set %roulette.chan $iif(%roulette.chan != $chan,$iif($$input(Change Roulette channel to $chan $+ ?,y,Roulette Channel is %roulette.chan),$chan,%roulette.chan), $chan)
    if (%roulette.chan == $chan) { dialog $iif(!$dialog(dlgRoulette),-mdo,-ev) dlgRoulette dlgRoulette }
  }
}
on *:dialog:dlgRoulette:init:*:{
  dialog -t $dname $dialog($dname).title now playing in %roulette.chan
}
alias -l DialogOpen {
  if ($dialog($1) == $1 ) { /dialog -x $1 }
  else { dialog $iif($dialog($1),-v,-m ) $1- }
}
;menu channel {
;  $iif($dialog(dlgRoulette),Close,Open) Roulette Table:/DialogOpen dlgRoulette dlgRoulette
;}

dialog dlgRoulette {
  title "Roulette Table"
  size -1 -1 221 133
  option dbu
  button "1", 1, 17 57 13 19
  button "2", 2, 17 36 13 19
  button "6", 4, 32 16 13 19
  button "5", 5, 32 36 13 19
  button "9", 7, 47 16 13 19
  button "8", 8, 47 36 13 19
  button "12", 10, 62 16 13 19
  button "11", 11, 62 36 13 19
  button "15", 13, 77 16 13 19
  button "14", 14, 77 36 13 19
  button "18", 16, 92 16 13 19
  button "17", 17, 92 36 13 19
  button "21", 19, 107 16 13 19
  button "20", 20, 107 36 13 19
  button "24", 22, 122 16 13 19
  button "23", 23, 122 36 13 19
  button "27", 25, 136 16 13 19
  button "26", 26, 136 36 13 19
  button "30", 28, 150 16 13 19
  button "29", 29, 150 36 13 19
  button "33", 31, 164 16 13 19
  button "32", 32, 164 36 13 19
  button "36", 34, 179 16 13 19
  button "35", 35, 179 36 13 19
  button "0", 37, 4 17 12 58
  button "Line1", 38, 17 3 28 12
  button "Line2", 39, 32 76 27 12
  button "Line3", 40, 48 3 27 12
  button "Line4", 41, 62 76 27 12
  button "Line5", 42, 78 3 27 12
  button "Line6", 43, 93 76 27 12
  button "Line7", 44, 107 3 27 12
  button "Line8", 45, 122 76 27 12
  button "Line9", 46, 136 3 27 12
  button "Line10", 47, 150 76 27 12
  button "Line11", 48, 164 3 27 12
  button "Row3", 49, 195 15 19 20
  button "Row2", 50, 195 35 19 20
  button "Row1", 51, 195 56 19 20
  button "Less", 52, 18 89 87 12
  button "More", 53, 108 89 84 12
  button "Doz1", 54, 30 102 42 12
  button "Doz2", 55, 83 102 43 12
  button "Doz3", 56, 137 102 43 12
  button "Black", 58, 106 118 37 12
  button "Red", 59, 69 118 37 12
  button "Even", 60, 18 118 37 12
  button "Odd", 61, 155 118 37 12
  edit %Cr.Amount, 62, 194 89 23 10, result %Cr.Amount
  text "Amount", 63, 193 79 27 8
  button "3", 3, 17 16 13 19
  button "4", 6, 32 57 13 19
  button "7", 9, 47 57 13 19
  button "10", 12, 62 57 13 19
  button "13", 15, 77 57 13 19
  button "16", 18, 92 57 13 19
  button "19", 21, 107 57 13 19
  button "22", 24, 122 57 13 19
  button "25", 27, 136 57 13 19
  button "28", 30, 150 57 13 19
  button "31", 33, 164 57 13 19
  button "34", 36, 179 57 13 19
  check "Sound", 57, 186 104 32 10
}

on *:dialog:dlgRoulette:init: { /did -ra dlgRoulette 62 %Cr.Amount }
on *:dialog:dlgRoulette:sclick:1-61: {
  /msg %roulette.chan !rbet $did($did).text $did(62).text
  /set -u50 %CR.BetS On
}
on *:TEXT:*game are now*:%roulette.chan:{
  if (%CR.BetS == $null) || ($nick != radar) { /halt }
  %s = $strip($1-)
  if (%CR.BetS == On) && ( bets isin %s ) { /splay $mircdirSounds\RouletteTableSoundEffect.mp3 }
}
on *:TEXT:*WINNERS*:%roulette.chan:{
  if (%CR.BetS == $null) || ($nick != radar) { /halt }
  if (%CR.BetS == On) /splay $mircdirSounds\YouWon.mp3
}
on *:TEXT:*won at*:%roulette.chan:{
  if (%CR.BetS == $null) || ($nick != radar) { /halt }
  /splay $mircdirSounds\YouLost.mp3
}

Print this item

  #ZW-Lounge Uno Script
Posted by: Zombie-Warez - 11-23-2022, 11:02 PM - Forum: Scripting - Replies (1)

Uno Game Script for easier use.

   

Can be downloaded on the below link

https://zombie-warez.com/uno_addon.mrc

or the code below

Code:
;To load, place this script in your mirc folder and type -> /load -rs uno_addon.mrc
;
;Start by right-clicking in channel and selecting the "Uno Addon" menu item.
;
;This should be pretty self-explanitory. Simply click on the button that corresponds to the 
;color and number of the card you want to pl. The text is sent to the channel for you.
;
;NOTE: If your are not in the channel #ZW-Lounge, the dialog will not open.

menu channel {
  Uno-Addon:dialog -m ua ua
}

dialog ua {
  title "Uno Addon"
  size -1 -1 274 96
  option dbu
  button "Y 1", 1, 21 17 15 12
  button "Y 2", 2, 37 17 15 12
  button "Y 3", 3, 53 17 15 12
  button "Y 4", 4, 69 17 15 12
  button "Y 5", 5, 85 17 15 12
  button "Y 6", 6, 101 17 15 12
  button "Y 7", 7, 117 17 15 12
  button "Y 8", 8, 133 17 15 12
  button "Y 9", 9, 149 17 15 12
  button "Y 0", 10, 165 17 15 12
  button "R 1", 11, 21 33 15 12
  button "R 2", 12, 37 33 15 12
  button "R 3", 13, 53 33 15 12
  button "R 4", 14, 69 33 15 12
  button "R 5", 15, 85 33 15 12
  button "R 6", 16, 101 33 15 12
  button "R 7", 17, 117 33 15 12
  button "R 8", 18, 133 33 15 12
  button "R 9", 19, 149 33 15 12
  button "R 0", 20, 165 33 15 12
  button "B 1", 21, 21 49 15 12
  button "B 2", 22, 37 49 15 12
  button "B 3", 23, 53 49 15 12
  button "B 4", 24, 69 49 15 12
  button "B 5", 25, 85 49 15 12
  button "B 6", 26, 101 49 15 12
  button "B 7", 27, 117 49 15 12
  button "B 8", 28, 133 49 15 12
  button "B 9", 29, 149 49 15 12
  button "B 0", 30, 165 49 15 12
  button "G 1", 31, 21 65 15 12
  button "G 2", 32, 37 65 15 12
  button "G 3", 33, 53 65 15 12
  button "G 4", 34, 69 65 15 12
  button "G 5", 35, 85 65 15 12
  button "G 6", 36, 101 65 15 12
  button "G 7", 37, 117 65 15 12
  button "G 8", 38, 133 65 15 12
  button "G 9", 39, 149 65 15 12
  button "G 0", 40, 165 65 15 12
  text "Yellow", 41, 1 19 19 8, center
  text "Red", 42, 1 35 19 8, center
  text "Blue", 43, 1 51 19 8, center
  text "Green", 44, 1 67 19 8, center
  button "Draw Two", 45, 181 17 29 12
  button "Skip", 46, 211 17 29 12
  button "Reverse", 47, 241 17 29 12
  button "Draw Two", 48, 181 33 29 12
  button "Skip", 49, 211 33 29 12
  button "Reverse", 50, 241 33 29 12
  button "Draw Two", 51, 181 49 29 12
  button "Skip", 52, 211 49 29 12
  button "Reverse", 53, 241 49 29 12
  button "Draw Two", 54, 181 65 29 12
  button "Skip", 55, 211 65 29 12
  button "Reverse", 56, 241 65 29 12
  button "Draw", 57, 21 2 37 10
  button "Skip", 58, 59 2 37 10
  button "Wild", 59, 21 81 41 12
  button "Wild Draw Four", 60, 65 81 41 12
  text "Color", 61, 121 83 25 8, center
  button "Yellow", 62, 147 82 30 10
  button "Red", 63, 178 82 30 10
  button "Blue", 64, 209 82 30 10
  button "Green", 65, 240 82 30 10
  button "Join", 66, 215 2 26 10
  button "Player", 67, 243 2 26 10
  button "Start", 68, 187 2 26 10
  button "Close", 69, 2 81 17 12, ok
  button "Count", 70, 128 2 26 10
  button "Order", 71, 156 2 26 10
  button "Cards", 72, 100 2 26 10
}



on *:dialog:ua:init:0: {
  checkchan
}


on *:dialog:ua:sclick:1: { msg #ZW-Lounge pl y1 }
on *:dialog:ua:sclick:2: { msg #ZW-Lounge pl y2 }
on *:dialog:ua:sclick:3: { msg #ZW-Lounge pl y3 }
on *:dialog:ua:sclick:4: { msg #ZW-Lounge pl y4 }
on *:dialog:ua:sclick:5: { msg #ZW-Lounge pl y5 }
on *:dialog:ua:sclick:6: { msg #ZW-Lounge pl y6 }
on *:dialog:ua:sclick:7: { msg #ZW-Lounge pl y7 }
on *:dialog:ua:sclick:8: { msg #ZW-Lounge pl y8 }
on *:dialog:ua:sclick:9: { msg #ZW-Lounge pl y9 }
on *:dialog:ua:sclick:10: { msg #ZW-Lounge pl y0 }
on *:dialog:ua:sclick:11: { msg #ZW-Lounge pl r1 }
on *:dialog:ua:sclick:12: { msg #ZW-Lounge pl r2 }
on *:dialog:ua:sclick:13: { msg #ZW-Lounge pl r3 }
on *:dialog:ua:sclick:14: { msg #ZW-Lounge pl r4 }
on *:dialog:ua:sclick:15: { msg #ZW-Lounge pl r5 }
on *:dialog:ua:sclick:16: { msg #ZW-Lounge pl r6 }
on *:dialog:ua:sclick:17: { msg #ZW-Lounge pl r7 }
on *:dialog:ua:sclick:18: { msg #ZW-Lounge pl r8 }
on *:dialog:ua:sclick:19: { msg #ZW-Lounge pl r9 }
on *:dialog:ua:sclick:20: { msg #ZW-Lounge pl r0 }
on *:dialog:ua:sclick:21: { msg #ZW-Lounge pl b1 }
on *:dialog:ua:sclick:22: { msg #ZW-Lounge pl b2 }
on *:dialog:ua:sclick:23: { msg #ZW-Lounge pl b3 }
on *:dialog:ua:sclick:24: { msg #ZW-Lounge pl b4 }
on *:dialog:ua:sclick:25: { msg #ZW-Lounge pl b5 }
on *:dialog:ua:sclick:26: { msg #ZW-Lounge pl b6 }
on *:dialog:ua:sclick:27: { msg #ZW-Lounge pl b7 }
on *:dialog:ua:sclick:28: { msg #ZW-Lounge pl b8 }
on *:dialog:ua:sclick:29: { msg #ZW-Lounge pl b9 }
on *:dialog:ua:sclick:30: { msg #ZW-Lounge pl b0 }
on *:dialog:ua:sclick:31: { msg #ZW-Lounge pl g1 }
on *:dialog:ua:sclick:32: { msg #ZW-Lounge pl g2 }
on *:dialog:ua:sclick:33: { msg #ZW-Lounge pl g3 }
on *:dialog:ua:sclick:34: { msg #ZW-Lounge pl g4 }
on *:dialog:ua:sclick:35: { msg #ZW-Lounge pl g5 }
on *:dialog:ua:sclick:36: { msg #ZW-Lounge pl g6 }
on *:dialog:ua:sclick:37: { msg #ZW-Lounge pl g7 }
on *:dialog:ua:sclick:38: { msg #ZW-Lounge pl g8 }
on *:dialog:ua:sclick:39: { msg #ZW-Lounge pl g9 }
on *:dialog:ua:sclick:40: { msg #ZW-Lounge pl g0 }
on *:dialog:ua:sclick:45: { msg #ZW-Lounge pl yd2 }
on *:dialog:ua:sclick:46: { msg #ZW-Lounge pl ys }
on *:dialog:ua:sclick:47: { msg #ZW-Lounge pl yr }
on *:dialog:ua:sclick:48: { msg #ZW-Lounge pl rdt }
on *:dialog:ua:sclick:49: { msg #ZW-Lounge pl rs }
on *:dialog:ua:sclick:50: { msg #ZW-Lounge pl rr }
on *:dialog:ua:sclick:51: { msg #ZW-Lounge pl bdt }
on *:dialog:ua:sclick:52: { msg #ZW-Lounge pl bs }
on *:dialog:ua:sclick:53: { msg #ZW-Lounge pl br }
on *:dialog:ua:sclick:54: { msg #ZW-Lounge pl gdt }
on *:dialog:ua:sclick:55: { msg #ZW-Lounge pl gs }
on *:dialog:ua:sclick:56: { msg #ZW-Lounge pl gr }
on *:dialog:ua:sclick:57: { msg #ZW-Lounge dr }
on *:dialog:ua:sclick:58: { msg #ZW-Lounge pa }
on *:dialog:ua:sclick:59: { msg #ZW-Lounge pl w }
on *:dialog:ua:sclick:60: { msg #ZW-Lounge pl wdf }
on *:dialog:ua:sclick:62: { msg #ZW-Lounge co y }
on *:dialog:ua:sclick:63: { msg #ZW-Lounge co r }
on *:dialog:ua:sclick:64: { msg #ZW-Lounge co b }
on *:dialog:ua:sclick:65: { msg #ZW-Lounge co g }
on *:dialog:ua:sclick:66: { msg #ZW-Lounge jo }
on *:dialog:ua:sclick:67: { msg #ZW-Lounge tu }
on *:dialog:ua:sclick:68: { msg #ZW-Lounge !uno }
on *:dialog:ua:sclick:70: { msg #ZW-Lounge ct }
on *:dialog:ua:sclick:71: { msg #ZW-Lounge cd }
on *:dialog:ua:sclick:72: { msg #ZW-Lounge ca }

alias -l checkchan {
  if #ZW-Lounge !ischan) { echo -a You are not in the channel #ZW-Lounge  | dialog -k ua ua }
}

Print this item

  Services
Posted by: Admin - 10-27-2022, 02:50 PM - Forum: News & Updates - No Replies

There was a server crash today resulting in the services database corrupting. A backup was restored from 26/10 so a few users may need to register nicknames/channels again.

Print this item

  #ZW-Lounge
Posted by: Zombie-Slave - 06-01-2022, 08:01 AM - Forum: Network Channels - No Replies

Relax at #ZW-LOUNGE Abandoned-IRC's official channel for !casino !trivia !texas !UNO

What are you going to spend all that $$$ on?

List the menus with !Dealer for drugs, !Bartender for alcohol and !Waiter for food or coffee.


Don't forget to spread some !luv or check the !weather and much more

Print this item