Monday, August 11th 2025, 11:23pm UTC+2

You are not logged in.


Date of registration: Jan 16th 2005

Posts: 607

Bike: MZ SM verkauft :( - Nissan Micra

Location: Dnumtrod

61

Saturday, December 3rd 2005, 1:50am

boah nicht schlecht!
mach mal nen video ;)
  • Go to the top of the page

mito-lenn

*** Richie Rich ***

Date of registration: Nov 15th 2004

Posts: 1,838

Bike: ehemals Mito jetzt Ducati ss750i.e. Auto: BMW m3 e93 / BMW 118d GESUCHT: MEINE MITO !!! Neu: gelbe duc

Location: Hamburg

62

Saturday, December 3rd 2005, 2:00am

hab ich heute ^^ zwischen 3 und 3,5 war glaub ich die zeit ^^ werde morgen ma weiter filmen und hochladen^^
  • Go to the top of the page

baba

Unregistered

63

Sunday, December 4th 2005, 10:06am

da hat jemand langeweile kann das sein?^^ :P
  • Go to the top of the page

Date of registration: Mar 25th 2005

Posts: 1,296

Bike: Audi RS4 Avant

64

Sunday, December 4th 2005, 1:16pm

ich hatte schon 2.777 B)
  • Go to the top of the page

Date of registration: Sep 23rd 2002

Posts: 4,458

Bike: Kawa ZR-7

Location: Bayerisches Vorstadtdorf, ehemals Hanauer Vorstadtghetto

65

Sunday, December 4th 2005, 2:44pm

mein rekord ist 3,9s ^^
„Die Krawatte ist ein nutzloser Lappen, der deinen Hals einengt“

José Mujica
  • Go to the top of the page

Date of registration: Nov 24th 2004

Posts: 546

Bike: Honda Nsr 125 & VW Vento tdi

Location: Hessen

66

Sunday, December 4th 2005, 3:15pm

komm nich über 5,118
hab jetz auch aufgehört, weil mich das spiel irgendwie aggressiv macht :hammer:

edit: 4,27.. das spiel macht süchtig ;)
edit2: 3,9 so jetz is schluss.. das macht sonst noch süchtig

This post has been edited 2 times, last edit by "Kilroyfix" (Dec 4th 2005, 3:40pm)

  • Go to the top of the page

Date of registration: Nov 21st 2004

Posts: 966

Bike: Mille '03, SR500 '79, 330Ci '03

67

Sunday, December 4th 2005, 3:27pm

Beim ersten Versuch 3,234. Ich bin so viel toller als ihr :P
Yarin has attached the following image:
  • Highscore.png
:)27
  • Go to the top of the page

Date of registration: Dec 27th 2004

Posts: 1,694

68

Sunday, December 4th 2005, 3:34pm

Ihr seit mir so Helden :daumen:
750er an die Macht
  • Go to the top of the page

Date of registration: Nov 21st 2004

Posts: 966

Bike: Mille '03, SR500 '79, 330Ci '03

69

Sunday, December 4th 2005, 3:57pm

Yehey, wer ist da auf Platz 5 der Highscore?
Das ich toll bin erwähnte ich ja schon :daumen:
:)27
  • Go to the top of the page

Date of registration: Sep 23rd 2002

Posts: 4,458

Bike: Kawa ZR-7

Location: Bayerisches Vorstadtdorf, ehemals Hanauer Vorstadtghetto

70

Sunday, December 4th 2005, 4:04pm

wie hastn das geschafft?
„Die Krawatte ist ein nutzloser Lappen, der deinen Hals einengt“

José Mujica
  • Go to the top of the page

Date of registration: Mar 25th 2005

Posts: 1,296

Bike: Audi RS4 Avant

71

Sunday, December 4th 2005, 4:18pm

Er hat ein Tastatur Makro verwendet :)
  • Go to the top of the page

Date of registration: Nov 21st 2004

Posts: 966

Bike: Mille '03, SR500 '79, 330Ci '03

72

Sunday, December 4th 2005, 4:25pm

Quoted

Original von creative
Er hat ein Tastatur Makro verwendet :)

Fast.
Ich habe das hier verwendet:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
LRESULT CALLBACK handleWindow(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
{
	static HWND hButton = 0;
	switch (nMsg)
	{
	case WM_CREATE:
		hButton = CreateWindow(_T("button"), _T("Start after 3 seconds"), WS_VISIBLE|WS_CHILD, 10,10,300,20,hWnd,(HMENU)1337, GetModuleHandle(0), 0);
		break;
	case WM_TIMER:
		{
			HWND hFocus = GetForegroundWindow();
			DWORD nStart = GetTickCount();
	
			for (BYTE key = 'A'; key < 'Z'; key++)
				keybd_event(key, 0, 0, 0);
	
			while (GetTickCount() - nStart < 1020);
			keybd_event('Z', 0, 0, 0);

			KillTimer(hWnd, 1); break;
		}
	case WM_COMMAND:
		{
			if (1337 == LOWORD(wParam))
				SetTimer(hWnd, 1, 3000, 0);
			break;
		}
	case WM_DESTROY:
		PostQuitMessage(0); break;
	}
	return DefWindowProc(hWnd, nMsg, wParam, lParam);
}


Das als Message Handler für ein stinknormales Win32-Programm und schon ist das kleine Cheat-Tool fertig :-)

p.s.: wem langweilig ist der kann das Ding ja mal mit QueryPerformanceCounter aus der winmm.lib ausstatten.. vielleicht kriegt man damit die Drossel noch präziser hin und kriegt noch höhere Highscores.. (alles <= 1 Sekunde akzeptiert das Ding nicht - sonst läg meine Highscore bei 0,0016 Sekunden ^^)
:)27

This post has been edited 1 times, last edit by "Yarin" (Dec 4th 2005, 4:36pm)

  • Go to the top of the page

Date of registration: Apr 26th 2005

Posts: 1,452

Bike: keins mehr

Location: Süd Berlin (bass Boxx alda)

73

Wednesday, January 25th 2006, 4:46pm

edit
Heute Ohne Nennenswerten Defekt Angekommen

***Team BBC Rulez***

This post has been edited 1 times, last edit by "masterke" (Jan 25th 2006, 4:46pm)

  • Go to the top of the page

Rate this thread