Register for your free account! | Forgot your password?

You last visited: Today at 03:58

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

Advertisement



Requests

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

Closed Thread
 
Old 04/09/2012, 13:29   #301
 
elite*gold: 0
Join Date: May 2011
Posts: 213
Received Thanks: 19
[S] jemanden der mir ein Programm macht

Hi Com,

Ich wollte fragen ob mir jemand einen Hack für "Browl Busters" ( ohne " " )
erstellen könnte...!
Egal was...es muss aber nützlich sein
Oder falls jemand einen Guten kennt mir den geben könnte über Skype
Mein Skype name: "el-hanko" ( ohne " " )

MFG.

PS: [Danke im Vorraus]
VisionWorldBooM is offline  
Old 04/09/2012, 14:40   #302

 
Seekin's Avatar
 
elite*gold: 266
Join Date: Dec 2010
Posts: 30,085
Received Thanks: 15,392
Hallo,

ich suche eine Person, die mir ein Programm oder Tool, keine Ahnung, was genau es eigentlich ist, erstellt.

Grobe Beschreibung: Das Programm/Tool soll eigenständig auf eine Internetseite (in meinem Fall Youtube) gehen und dort bestimmte Daten ablesen. Diese sollte das Programm in eine Textdatei abspeichern, sodass ich sie einsehen kann.

Genaueres erkläre ich via Skype oder PN.
Ich suche jemanden, der wirklich Ahnung von dem hat, was er macht. Daher bestehe ich auf Erfahrung.

Bezahlung: < 20 Euro via Paysafekarte oder Elitegold

Per PN melden.

Edit: Bitte nicht mehr melden! Der User hat mir gewünschtes Programm erstellt, hat eine top Arbeit geleistet.


Seekin
Seekin is offline  
Old 04/13/2012, 20:52   #303
 
Achat's Avatar
 
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
Quote:
Originally Posted by .Prime' View Post
Hallöle,

ich wollte mal fragen ob mir einer zeigen kann wie man ein Kopf oder Zahl Programm progammieren kann bzw. mir eins Programmiert.Ich würde mich freuen wenn ihr das auch mit den Kommentaren machen könntet damit ich sehe was ihr gemacht habt.



mfg Prime
AutoIt:
Code:
$iRandom=Random(0,1,1) ;Zufallszahl (ganze Zahl) zwischen 0 und 1
If $iRandom = 0 Then Msgbox(0,".Prime'",'Kopf');Wenn $iRandom den Wert 0 hat, dann Messagebox mit Kopf
If $iRandom = 1 Then Msgbox(0,".Prime'",'Zahl');Wenn $iRandom den Wert 1 hat, dann Messagebox mit Zahl
Achat is offline  
Thanks
1 User
Old 04/18/2012, 20:02   #304
 
elite*gold: 370
Join Date: Mar 2011
Posts: 2,339
Received Thanks: 672
Hei Leute
Ich suche ein der mir ein Arcade Clear Hack für S4 League erstellen kann (:

Kontaktmöglickeiten :
Skype : Akiiin67


PS : Danke im Vorraus .
StylerYo is offline  
Old 04/21/2012, 10:11   #305
 
elite*gold: 0
Join Date: Jul 2011
Posts: 228
Received Thanks: 55
Hey Leute, Ich suche ein Tool, wie man keine Privaten Daten im Hintergrund preisgibt, durch Zertifikate die automatisch erstellt werden und an anderen Firmen verkauft werden, damit sie Menschen erkaufen können.
[Würde mich sogar bereiterklären eine andere Suchmaschiene, als google zu benutzen.]

( Ich habe bis jetzt nur ein Antivirensystem & AddBlock, daher währe das noch hilfreich ^^)
TheEgo is offline  
Old 04/22/2012, 02:21   #306
 
elite*gold: 10
Join Date: May 2005
Posts: 1,540
Received Thanks: 117
Hello guys
i want an bot like easy bot for Pristontale 2
the bot needs only to do in that selectet window
push the keys
[Space]/delay 5+, F1/delay 1+, 1/delay 1, restart
and if its possible dettect if mob is dead? or anything like that?

i have only 20 epvp gold and that i can give u.
all Credits to programmer.

maybe scource code for me?

Deutsch:
Hallo leute,
ich möchte gerne einen einfach bot für den anfang,
für Pristontale 2.
der bot soll einfach in dem fenster des spiels tasten drücken.
Space,f1,1 und dan nach ner zeit oder wen das mob tot ist neustarten,
gegebenenfalls auch alles frei einstell bar machen und auch mehrere felder damit man 6 skill in die schleife einabeun kann.
später vieleicht auch auto heal oder sowas.

habe nur 20 epvpgold die ich anbieten kan.
source code zum anschauen und lernen würd ich mich freuen.
lg
Kaanor_ is offline  
Old 05/02/2012, 16:02   #307
 
Gr@mPeR's Avatar
 
elite*gold: 19
Join Date: Jun 2010
Posts: 1,405
Received Thanks: 147
Heyooo,


ich suche jemanden der mir ein Mini-Programm macht,
es ist für das kostenlose Rollenspiel ,,Tibia´´ und es
sollte einfach nur, wenn man es startet durchgehend
eine taste von F1-F12 drücken, könnt ihr euch aussuchen.
Das ist mir eigentlich egal! Es sollte ~Free~ sein und es
muss auch keine Grafische Oberfläche haben!

Vielen Dank! ♥


Gr@mPeR


PS: Ein Thanks bekommt ihr natürlich!
Gr@mPeR is offline  
Old 05/02/2012, 21:21   #308
 
NotEnoughForYou's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 3,406
Received Thanks: 2,024
Quote:
Originally Posted by Gr@mPeR View Post
Heyooo,


ich suche jemanden der mir ein Mini-Programm macht,
es ist für das kostenlose Rollenspiel ,,Tibia´´ und es
sollte einfach nur, wenn man es startet durchgehend
eine taste von F1-F12 drücken, könnt ihr euch aussuchen.
Das ist mir eigentlich egal! Es sollte ~Free~ sein und es
muss auch keine Grafische Oberfläche haben!

Vielen Dank! ♥


Gr@mPeR



PS: Ein Thanks bekommt ihr natürlich!
Code:
import java.awt.AWTException;
import java.awt.Font;
import java.awt.Robot;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;

import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.UIManager;


public class klicker extends JFrame{

	private static final long serialVersionUID = 1L;
	private JButton go;
	private JLabel copy;
	
	
	public klicker() {
		super("F2 Klickbot");
		this.setSize(220,150);
		this.setLocationRelativeTo(null);
		this.setVisible(true);
		this.setLayout(null);
		this.setResizable(false);
		setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
		
		go = new JButton("starten");
		go.setBounds(30, 30, 150, 45);
		go.addActionListener(new Listener());
		
		copy = new JLabel("Copyright by NE4Y Development");
		copy.setFont(copy.getFont().deriveFont(Font.PLAIN,9));
		copy.setBounds(10, 90, 150, 23);		
		
		add(go);
		add(copy);
	}
	
	public static void main(String[] args) {
		try {
			UIManager.setLookAndFeel(
					UIManager.getSystemLookAndFeelClassName());
		}
		catch (Exception exception) {
			exception.printStackTrace();
		}
		new klicker();
	}
	
	private class Listener implements ActionListener {
		public boolean running = false;
		private KlickThread starter;

		@Override
		public void actionPerformed(ActionEvent arg0) {
			if(!running) {
			go.setText("stoppen");
			starter = new KlickThread();
		    starter.start();
			
			running = true;
			}
			else {
				go.setText("starten");
				running = false;
			}			
		}
		
	
	
	private class KlickThread extends Thread {
		private Robot robot;
		
		
		public void run() {
			
			try {
				robot = new Robot();
			} catch (AWTException e) {
					e.printStackTrace();
			}
			
			while(running) {
			robot.delay(100);
			robot.keyPress(KeyEvent.VK_F2); 
			}
			}
		}
		
	}


}
<-- Java, mit mini GUI, klickt F2

die .jar -->
NotEnoughForYou is offline  
Thanks
1 User
Old 05/03/2012, 15:20   #309
 
Gr@mPeR's Avatar
 
elite*gold: 19
Join Date: Jun 2010
Posts: 1,405
Received Thanks: 147
Quote:
Originally Posted by NotEnoughForYou View Post
Code:
import java.awt.AWTException;
import java.awt.Font;
import java.awt.Robot;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;

import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.UIManager;


public class klicker extends JFrame{

	private static final long serialVersionUID = 1L;
	private JButton go;
	private JLabel copy;
	
	
	public klicker() {
		super("F2 Klickbot");
		this.setSize(220,150);
		this.setLocationRelativeTo(null);
		this.setVisible(true);
		this.setLayout(null);
		this.setResizable(false);
		setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
		
		go = new JButton("starten");
		go.setBounds(30, 30, 150, 45);
		go.addActionListener(new Listener());
		
		copy = new JLabel("Copyright by NE4Y Development");
		copy.setFont(copy.getFont().deriveFont(Font.PLAIN,9));
		copy.setBounds(10, 90, 150, 23);		
		
		add(go);
		add(copy);
	}
	
	public static void main(String[] args) {
		try {
			UIManager.setLookAndFeel(
					UIManager.getSystemLookAndFeelClassName());
		}
		catch (Exception exception) {
			exception.printStackTrace();
		}
		new klicker();
	}
	
	private class Listener implements ActionListener {
		public boolean running = false;
		private KlickThread starter;

		@Override
		public void actionPerformed(ActionEvent arg0) {
			if(!running) {
			go.setText("stoppen");
			starter = new KlickThread();
		    starter.start();
			
			running = true;
			}
			else {
				go.setText("starten");
				running = false;
			}			
		}
		
	
	
	private class KlickThread extends Thread {
		private Robot robot;
		
		
		public void run() {
			
			try {
				robot = new Robot();
			} catch (AWTException e) {
					e.printStackTrace();
			}
			
			while(running) {
			robot.delay(100);
			robot.keyPress(KeyEvent.VK_F2); 
			}
			}
		}
		
	}


}
<-- Java, mit mini GUI, klickt F2

die .jar -->

Danke und so wie auch immer du das so schnell gemacht hast!

♥Gr@mPeR♥
Gr@mPeR is offline  
Old 05/03/2012, 16:30   #310
 
Achat's Avatar
 
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
Hi, ich suche jemanden, der einen Weg findet, mit HTTP-Pakets Bilder auf hochzuladen.



MfG
Achat is offline  
Old 05/05/2012, 13:01   #311
 
DarkVampir's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 85
Received Thanks: 2
Automatische Updates

Bereits Gelöst!
DarkVampir is offline  
Old 05/13/2012, 04:31   #312
 
ftp4life's Avatar
 
elite*gold: 0
Join Date: Mar 2007
Posts: 130
Received Thanks: 9
*** Mode for a flash player game (realm of the mad ***), anyone? or maybe even a autotown before you die
ftp4life is offline  
Old 05/18/2012, 17:19   #313

 
Štabilovič's Avatar
 
elite*gold: 0
The Black Market: 298/1/1
Join Date: Aug 2011
Posts: 3,491
Received Thanks: 316
Hallo Leute,
habe da einen Auftrag für euch. Wäre echt geil wenn ihr diesen erfüllen könntet.
Ist denke ich mal überhaupt nicht schwer, nur leider habe ich 0 Ahnung davon.
Würde euch bitten mir eine private Nachricht zu schreiben, oder mich bei Skype zu adden.
Das würde alles viel schneller gehen.
Skype Addy: Patrick985427

Danke <3
Eine kleine Belohnung würde es auch geben !
Štabilovič is offline  
Old 05/29/2012, 17:29   #314
 
Venström's Avatar
 
elite*gold: 18
Join Date: Dec 2010
Posts: 417
Received Thanks: 31
evtl solltest du zumindest ansatzweise schreiben was du möchtest, damit man einschätzen kann, ob man das überhaupt umsetzen kann. so ganz ohne infos ist das immer etwas schwer
Venström is offline  
Old 05/29/2012, 17:47   #315
 
Timbo02's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 256
Received Thanks: 89
Ich suche jemanden der mir einen Unpacker|Packer für XFS-Datein machen kann.
Es wird natürlich eine Belohnung geben, über welche wir uns dann absprechen werden.
Hier ein Link einer Beispiels Datei:

MfG Timmy
Timbo02 is offline  
Closed Thread


Similar Threads Similar Threads
Few Requests
10/25/2008 - CO2 Private Server - 2 Replies
hey all i tried to make my own job center and the npcs but i have problems with the npcs so does anyone has the full working code for the job npcs 2nd request how can u make more rbs then 2 ? like that someone can rb 3-4 or more times ? i'll appreciate every helpfull post u can post it here or add my msn [email protected]
Some Requests
04/27/2008 - Conquer Online 2 - 0 Replies
First i need To Know Whats Should I Do With The Petals And White Flowers I get From The Second Reb Quest Second My Friend Tell me That He Upgrade The Lvl Of His Super Bow From Lvl 115 To 120 With Just 31 Meteors Not Db Is That Right
Requests---PLEASE D:
01/26/2008 - CO2 Weapon, Armor, Effects & Interface edits - 1 Replies
Ok. Im getting pretty bored with the blue stuff from cyclone. I know someone has made a cyclone mod before but i didnt like it :/ It had these weird wings and it sortve ruined it. I was wondering if someone would make me a red/green cyclone which was like the winged one in this forum (cant remember what page it was-it was an old one though...). I also play a Fire Taoist and a Trojan (hence the cyclone). Do you, the reader, think that you could make a mod that makes Taoist's Backswords glow?...
2 Requests
10/24/2006 - World of Warcraft - 3 Replies
Also ich weiss nicht, wie genau das abläuft, aber ich möchte fragen, ob es geht, dass wenn ich meinen Char spiele und egal welches Equip Teil ich habe, jedesmal das gleiche andere angezeigt wird. Also zB bei meinem Jäger.. Wenn ich nun T0 anhab, soll T1 angezeigt werden, aber auch wenn ich T2 oder was ganz anderes anhab. Und für meinen Schurken hätte ich gerne ganzes T1. Wäre toll wenn mir da jemand was machen könnte, wenn es überhaupt umsetzbar ist. Wichtiger ist mir btw der Schurke. :) ...



All times are GMT +1. The time now is 03:59.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.