OldSchoolHack

Register / Login English

User Search: cssuchtii

Search-Information
cssuchtii
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post ganz pöser KN4CK3R (Multi-page thread 1 2) Posted on: Tue 14. Sep 2010, 00:51

KN4CK3R

preview Preview

Go To Post

ich finds einfach unnötig, aber so war jeder mal, von dem her egal
Fun

Wed 7. Mar 2012, 19:09

by cssuchtii Go to last post
35 2085
icon

Go to first new post ganz pöser KN4CK3R (Multi-page thread 1 2) Posted on: Tue 14. Sep 2010, 00:51

KN4CK3R

preview Preview

Go To Post

Das ist überhaupt nicht lustig gemeint, man braucht keine alten Threads auskramen, fertig...
Fun

Wed 7. Mar 2012, 19:09

by cssuchtii Go to last post
35 2085
icon

Go to first new post wenn ich x22 starte stürtz mein Css ab! HILFE ! Posted on: Mon 5. Mar 2012, 21:37

aimergod

preview Preview

Go To Post

Und auf epvpers machste auch noch gleich ein Thread?
Counter-Strike: Source

Tue 6. Mar 2012, 17:16

by Mustang Go to last post
5 1236
icon

Go to first new post wenn ich x22 starte stürtz mein Css ab! HILFE ! Posted on: Mon 5. Mar 2012, 21:37

aimergod

preview Preview

Go To Post

Sind wir hier das x22 Forum? Nein!
Counter-Strike: Source

Tue 6. Mar 2012, 17:16

by Mustang Go to last post
5 1236
icon

Go to first new post CSS VB Hack Coden Posted on: Mon 5. Mar 2012, 13:06

Zy0x

preview Preview

Go To Post

Das Auslesen kannst du durch ReadprocessMemory bewerkstelligen, schau dir einfach mal die parameter an, dass wird dir schon klar.
Wenn die Adresse, die du suchst "Grün" ist, das heißt statisch, dann genügt ein doppelklick auf die Adresse, sofern du sie schon zu dem unteren Feld in CE hinzugefügt hast. Es öffnet sich etwas neues, in dem dann sowas ähnliches wie:
"client.dll"+1234 stehen sollte(zumindest bei der Bhop Adresse9...Das ist die Adresse, die du dann verwenden kannst und welche sich nicht immer ändert.

Nur, wie lese ich das ganze aus?

folgende Funktion benötigen wir:

VB Code:
  1.  
  2. Public Function getBaseAddr(ByVal DLLName As String, ByVal proc As Process) As Integer
  3.  
  4. Dim erg As Integer
  5. For Each moz As System.Diagnostics.ProcessModule In proc.Modules
  6. If moz.FileName.IndexOf(DLLName) <> -1 Then
  7. erg = moz.BaseAddress
  8. End If
  9. Next
  10. If Not erg = Nothing Then
  11. Return erg
  12. Else
  13. Return -1
  14. End If
  15.  
  16. End Function
  17.  

So, nun ein beispiel:

VB Code:
  1.  
  2. ReadProcessMemory(process(0).Handle, getBaseAddr("client.dll", process(0)) + &H12345, value, 1, 0)
  3.  

Bei Fragen, schreib einfach wieder hier in den Thread
VB, C/C++, Delphi, etc

Tue 6. Mar 2012, 15:22

by Zy0x Go to last post
12 1879
icon

Go to first new post CSS VB Hack Coden Posted on: Mon 5. Mar 2012, 13:06

Zy0x

preview Preview

Go To Post

Ist soweit ich weiß möglich, allerdings extrem hässlich, da du keinen DX hook anwenden kannst...
VB, C/C++, Delphi, etc

Tue 6. Mar 2012, 15:22

by Zy0x Go to last post
12 1879
icon

Go to first new post CSS VB Hack Coden Posted on: Mon 5. Mar 2012, 13:06

Zy0x

preview Preview

Go To Post

Naja grundsätzlich halte ich von der Idee des Aimbot nach Pixel nicht wirklich was, wobei es grundsätzlich natürlich möglich ist!

Ich poste dir anchher mal ein paar links, die dir dabei helfen könnten...
VB, C/C++, Delphi, etc

Tue 6. Mar 2012, 15:22

by Zy0x Go to last post
12 1879
icon

Go to first new post CSS-ESL WIRE PROOF HACK Posted on: Sat 3. Mar 2012, 17:04

Ownis1

preview Preview

Go To Post

1. Du brauchst richtige Connections, um an einen solchen Coder zu kommen
2. Ich hoffe du besitzt 800+ Euro, die du dafür verwenden willst...
Counter-Strike: Source

Sat 3. Mar 2012, 21:47

by Lucky_Luke Go to last post
3 1999
icon

Go to first new post hab ein problem mit "dev c++" Posted on: Wed 22. Feb 2012, 19:50

joe1996

preview Preview

Go To Post

Lag es denn jetzt am zeichensatz oder wie hast dus gelöst? Wäre hilfreich für andere die das gleiche oder ähnliche Problem haben...
Laberecke

Thu 23. Feb 2012, 17:47

by joe1996 Go to last post
8 1361
icon

Go to first new post hab ein problem mit "dev c++" Posted on: Wed 22. Feb 2012, 19:50

joe1996

preview Preview

Go To Post

Stell mal unter einstellungen den zeichensatz auf multibyte um, ob das klappt weiß ich nicht, da ich nicht mim computer on bin
Laberecke

Thu 23. Feb 2012, 17:47

by joe1996 Go to last post
8 1361
icon

Go to first new post [VB.NET] External Antiaim mit viewangles? Posted on: Tue 14. Feb 2012, 17:51

Valv3Hacks

preview Preview

Go To Post

Ich hab mich noch nicht mit AntiAim beschäftigt, aber wie soll das mit Konsolenbefehlen Möglich sein bzw. was versuchst du mit cl_pitchup und down zu bezwecken?
VB, C/C++, Delphi, etc

Thu 23. Feb 2012, 08:08

by Valv3Hacks Go to last post
5 942
icon

Go to first new post OldSchoolHack VisualGui Posted on: Sat 18. Feb 2012, 18:52

KN4CK3R

preview Preview

Go To Post

sieht gut aus, freu mich schon !
OldSchoolHack GUI

Sun 19. Feb 2012, 13:11

by Dovahkiin Go to last post
4 1706
icon

Go to first new post [Help] D3D Chams CS:S Tut Posted on: Sun 19. Feb 2012, 12:31

TheZeNN

preview Preview

Go To Post

First learn to code, then go and make the tutorials in the section here.
If you've donne that, you probably take a look at Hooking(DrawIndexPrimitvie, Endscene...)
VB, C/C++, Delphi, etc

Sun 19. Feb 2012, 12:35

by cssuchtii Go to last post
1 610
icon

Go to first new post [Seek] HvH Source Posted on: Sat 18. Feb 2012, 23:15

TheZeNN

preview Preview

Go To Post

you search a Source Code to copy paste, am i right?
Counter-Strike: Source

Sun 19. Feb 2012, 11:44

by cssuchtii Go to last post
5 349
icon

Go to first new post [Seek] HvH Source Posted on: Sat 18. Feb 2012, 23:15

TheZeNN

preview Preview

Go To Post

Look at the tutorial section, there are tutorial for making a simple trainer or experienced things like radarhack, triggerbot
Counter-Strike: Source

Sun 19. Feb 2012, 11:44

by cssuchtii Go to last post
5 349
icon

Go to first new post welches hack programm? (Multi-page thread 1 2) Posted on: Thu 16. Feb 2012, 19:51

joe1996

preview Preview

Go To Post

schau dir den code an und denk mal kräftig nach...

wie Silverfire bereits erwähnt hat, soll brain.exe ganz gut sein
Laberecke

Sat 18. Feb 2012, 14:34

by xst Go to last post
24 2016
icon

Go to first new post welches hack programm? (Multi-page thread 1 2) Posted on: Thu 16. Feb 2012, 19:51

joe1996

preview Preview

Go To Post

Ich gebe dir nen Tipp:

Was glaubst du eigentlich, warum manche ihre Hacks verkaufen?

Weil sie, wie du, einfach sowas in ne Textdatei schreiben und als bat speichern oder wie siehst du das?
Laberecke

Sat 18. Feb 2012, 14:34

by xst Go to last post
24 2016
icon

Go to first new post welches hack programm? (Multi-page thread 1 2) Posted on: Thu 16. Feb 2012, 19:51

joe1996

preview Preview

Go To Post

und hats geklappt?
Laberecke

Sat 18. Feb 2012, 14:34

by xst Go to last post
24 2016
icon

Go to first new post welches hack programm? (Multi-page thread 1 2) Posted on: Thu 16. Feb 2012, 19:51

joe1996

preview Preview

Go To Post

Warum sollte das denn nicht gehen, mach ich auch immer so...
Laberecke

Sat 18. Feb 2012, 14:34

by xst Go to last post
24 2016
icon

Go to first new post welches hack programm? (Multi-page thread 1 2) Posted on: Thu 16. Feb 2012, 19:51

joe1996

preview Preview

Go To Post

ja, müsste generell mit allen Spielen gehen!
Laberecke

Sat 18. Feb 2012, 14:34

by xst Go to last post
24 2016