OldSchoolHack

Register / Login English

User Search: reactiioN

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

Go to first new post external triggerbot (Multi-page thread 1 2) Posted on: Thu 9. Aug 2012, 22:58

rechbro

preview Preview

Go To Post

Du hast uns einen Code gegeben, schön und gut wo du das bisschen da bypasst und was mit WriteProcessMemmory schreibst. Du hast nichts von World2Screen drinne, nichts mit WinAPI. Also wie willst du einen Normalen Triggerbot machen?

Du kannst höchstens wie sMp nen Low-PlayerID Triggerbot machen, das wirst selbst du hinbekommen!
Counter-Strike: Source

Thu 16. Aug 2012, 17:27

by ExcidiumV2 Go to last post
26 2039
icon

Go to first new post CSS ssh Posted on: Thu 5. Jul 2012, 15:50

cleanboi_13

preview Preview

Go To Post

EnjoyCheating.com

pVantage funktioniert wohl ..
Counter-Strike: Source

Sun 12. Aug 2012, 15:14

by xP0se Go to last post
13 1397
icon

Go to first new post Hat jemand SSH? Posted on: Mon 6. Aug 2012, 17:09

OliverAlter

preview Preview

Go To Post

Der EnjoyPublic: CS:S ServerSideHack geht noch.
      -> Zum Only registered and activated users can see links.

Und pVantage geht wohl unter Windows. Einfach eine Snapshot-Version von Metamod und Sourcemod downloaden, und wichtig SDKHooks 2.1 installieren..

-> Only registered and activated users can see links.
-> Only registered and activated users can see links.
-> Only registered and activated users can see links.
Counter-Strike: Source

Sat 11. Aug 2012, 18:17

by OliverAlter Go to last post
8 744
icon

Go to first new post [VB.Net] RPM und Hadel Posted on: Wed 23. May 2012, 21:30

reactiioN

preview Preview

Go To Post

Hey OSH:Community.
Ich wollte etwas externes schreiben und ich persönlich verstehe das Tutorial von sMp nicht!
Ist so alles durcheinander. Ich hab auch schon versucht seine Handels und alles c&p um es zu testen.
Aber gut ich raff es nicht.

Kann mir jemand helfen, ein Handelprozess und die andern Funktionen aufzubauen, damit ich mein Externel Bunnyhop fertigstellen kann? Ich denke den Prozesshandel kann man von ihm nehmen, aber readmem( keine ahnung wie das geht.

Die Addresse vom Bunnyhop hab ich und vom GUI / Overlay hab ich auch.
Gruß, reactiioN
VB, C/C++, Delphi, etc

Thu 24. May 2012, 07:22

by Mantarochen Go to last post
1 422
icon

Go to first new post [VB.net] Frage zu Programm Posted on: Sun 29. Apr 2012, 13:26

reactiioN

preview Preview

Go To Post

Hey OSH:community.

Ich hab vor ein Externen BHOP zu coden.
Ich hab es mal geschafft, ohne c&p von sMp, mit nem VB.net Buch von nem Kollegen mit dem ich jetzt kein Kontakt mehr habe.

Nur ist das so:

Das hab ich mir erlaubt bei sMp zu c&p'en
TEXT Code:
  1. Public Class Form1
  2. Private Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Int32, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
  3. Dim hl2 As Process
  4. Dim p() As Process = Process.GetProcessesByName("hl2")
  5.  
  6. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  7. If p.Length > 0 Then
  8. hl2 = p(0)
  9. End If
  10. End Sub
  11. End Class

So.. die Adressen bekommt man mit Cheat Engine auch schnell raus nur ist es so, die Adresse verändert sich bei jedem retry/reconnect und allem... Wie bekomme ich dann die 100%ige raus? Darann hab ich früher auch mal ewig gehockt.

Dann mus ich ja später das noch schreiben
If readmem((getBaseAddr("client.dll", hl2) + <addresse>) then
Irgendiw +jump senden lassen..

Weiß jemand wie es geht?
Gruß
VB, C/C++, Delphi, etc

Sun 29. Apr 2012, 16:11

by Dovahkiin Go to last post
4 581
Downloads
No downloads found.