OldSchoolHack

Registrieren / Anmelden Deutsch

Benutzersuche: cssuchtii

Such-Informationen
cssuchtii
Themen im Forum
Thema Forum Letzter Beitrag Beiträge Zugriffe
icon

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

KN4CK3R

preview Vorschau

Go To Post

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

Mi 7. Mär 2012, 19:09

von cssuchtii Go to last post
35 2132
icon

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

KN4CK3R

preview Vorschau

Go To Post

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

Mi 7. Mär 2012, 19:09

von cssuchtii Go to last post
35 2132
icon

Go to first new post wenn ich x22 starte stürtz mein Css ab! HILFE ! Erstellt am: Mo 5. Mär 2012, 21:37

aimergod

preview Vorschau

Go To Post

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

Di 6. Mär 2012, 17:16

von Mustang Go to last post
5 1237
icon

Go to first new post wenn ich x22 starte stürtz mein Css ab! HILFE ! Erstellt am: Mo 5. Mär 2012, 21:37

aimergod

preview Vorschau

Go To Post

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

Di 6. Mär 2012, 17:16

von Mustang Go to last post
5 1237
icon

Go to first new post CSS VB Hack Coden Erstellt am: Mo 5. Mär 2012, 13:06

Zy0x

preview Vorschau

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

Di 6. Mär 2012, 15:22

von Zy0x Go to last post
12 1881
icon

Go to first new post CSS VB Hack Coden Erstellt am: Mo 5. Mär 2012, 13:06

Zy0x

preview Vorschau

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

Di 6. Mär 2012, 15:22

von Zy0x Go to last post
12 1881
icon

Go to first new post CSS VB Hack Coden Erstellt am: Mo 5. Mär 2012, 13:06

Zy0x

preview Vorschau

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

Di 6. Mär 2012, 15:22

von Zy0x Go to last post
12 1881
icon

Go to first new post CSS-ESL WIRE PROOF HACK Erstellt am: Sa 3. Mär 2012, 17:04

Ownis1

preview Vorschau

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

Sa 3. Mär 2012, 21:47

von Lucky_Luke Go to last post
3 2001
icon

Go to first new post hab ein problem mit "dev c++" Erstellt am: Mi 22. Feb 2012, 19:50

joe1996

preview Vorschau

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

Do 23. Feb 2012, 17:47

von joe1996 Go to last post
8 1364
icon

Go to first new post hab ein problem mit "dev c++" Erstellt am: Mi 22. Feb 2012, 19:50

joe1996

preview Vorschau

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

Do 23. Feb 2012, 17:47

von joe1996 Go to last post
8 1364
icon

Go to first new post [VB.NET] External Antiaim mit viewangles? Erstellt am: Di 14. Feb 2012, 17:51

Valv3Hacks

preview Vorschau

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

Do 23. Feb 2012, 08:08

von Valv3Hacks Go to last post
5 950
icon

Go to first new post OldSchoolHack VisualGui Erstellt am: Sa 18. Feb 2012, 18:52

KN4CK3R

preview Vorschau

Go To Post

sieht gut aus, freu mich schon !
OldSchoolHack GUI

So 19. Feb 2012, 13:11

von Dovahkiin Go to last post
4 1711
icon

Go to first new post [Help] D3D Chams CS:S Tut Erstellt am: So 19. Feb 2012, 12:31

TheZeNN

preview Vorschau

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

So 19. Feb 2012, 12:35

von cssuchtii Go to last post
1 611
icon

Go to first new post [Seek] HvH Source Erstellt am: Sa 18. Feb 2012, 23:15

TheZeNN

preview Vorschau

Go To Post

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

So 19. Feb 2012, 11:44

von cssuchtii Go to last post
5 362
icon

Go to first new post [Seek] HvH Source Erstellt am: Sa 18. Feb 2012, 23:15

TheZeNN

preview Vorschau

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

So 19. Feb 2012, 11:44

von cssuchtii Go to last post
5 362
icon

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

joe1996

preview Vorschau

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

Sa 18. Feb 2012, 14:34

von xst Go to last post
24 2016
icon

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

joe1996

preview Vorschau

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

Sa 18. Feb 2012, 14:34

von xst Go to last post
24 2016
icon

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

joe1996

preview Vorschau

Go To Post

und hats geklappt?
Laberecke

Sa 18. Feb 2012, 14:34

von xst Go to last post
24 2016
icon

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

joe1996

preview Vorschau

Go To Post

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

Sa 18. Feb 2012, 14:34

von xst Go to last post
24 2016
icon

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

joe1996

preview Vorschau

Go To Post

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

Sa 18. Feb 2012, 14:34

von xst Go to last post
24 2016