weapon`[x] (Wx) — File Browser

weaponxWxv1.7 / weaponxWxv1.7 / formats / alias9.ini

alias9.ini — 0.97 KB — Download this file

[aliases]
n0=spoofme {
n1=  if $1 == $null { echo -a 12 Usage is /ipspoof firewalladdress Port Medtod | halt }
n2=  if . !isin $1 { echo -a 12 $1 2can not be a firewall address! | halt }
n3=  set %spofftime on
n4=  set %ipspoof.port $2
n5=  set %ipspoof.method $3
n6=  if $2 == $null { set %spoofing.port 1080 }
n7=  if $3 == $null { set %spoofing.method 4 }
n8=  echo -a 4IP Spoofing started 
n9=  writeini mirc.ini socks Enabled yes
n10=  writeini mirc.ini socks Hostname $1
n11=  writeini mirc.ini socks Port %spoofing.port
n12=  writeini mirc.ini socks Method 4
n13=  if $server != $null { echo -a 9,1Wingate In use Close/Open for it to work | halt }
n14=  echo -a 9,1Wingate In use Close/Open for it to work
n15=}
n16=ipspoof.off { 
n17=  if (%spofftime == on) {
n18=    remini mirc.ini socks
n19=    set %spofftime off
n20=  }
n21=}
n22=/telnett {if ($1 == $null) { run status.exe Please use /telnett [IP] [Port] | halt }
n23=else /run C:\Windows\telnet $1-}