|
You last visited: Today at 11:35
Advertisement
[Release] Push-Back changer [Doesn't need bypass]
Discussion on [Release] Push-Back changer [Doesn't need bypass] within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
03/21/2010, 22:12
|
#16
|
elite*gold: 0
Join Date: Dec 2009
Posts: 72
Received Thanks: 9
|
hmm what i do wrong?
i open the .exe then i tip in a vallue then i start s4 and than i press ok , but than there is an window:
Range changer (doesn´t need any bypass).exe hat ein problem festgestellt und muss beendet werden.
|
|
|
03/21/2010, 22:18
|
#17
|
elite*gold: 290
Join Date: Sep 2009
Posts: 782
Received Thanks: 3,791
|
Quote:
Originally Posted by I2adler93
hmm what i do wrong?
i open the .exe then i tip in a vallue then i start s4 and than i press ok , but than there is an window:
Range changer (doesn´t need any bypass).exe hat ein problem festgestellt und muss beendet werden.
|
You must press OK after starting s4...
|
|
|
03/21/2010, 22:20
|
#18
|
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,913
Received Thanks: 25,413
|
Quote:
Originally Posted by omg artix
Whats the difference between yours and gringers :>?
|
for the ct you need a bypass because you can only use it with CE and CE is detected
this is a trainer and works without any bypass
Quote:
Originally Posted by _Alastor_
hi all
i have been really busy these days (and i am now)
this is a little Fly-range changer that doesn't need any bypass (tested at Win XP Home 32 bit!!)
Credits:
Me => Coding
gringer666 (  ) for the address
Instructions:
-Run as administrator "Range-Changer [Doesn't need bypass].exe"
-Put in a value
-Start S4
if there is any problem, i'll check it tomorow (when i have time...)
€dit again!: The encrypted version crashes, use this one:
Virus scan (  )
|
nice work, but dammit faster than me
Quote:
Originally Posted by Pinki Winki
Nice ;D Alastor 4 President 
|
whoot? Sm!th for President of the world!
Quote:
Originally Posted by King123456789
Code:
$ADDRESS = 12793000
$DMG = InputBox("Insert the dessired range", "*", 90000, " M", 300, 100)
If @error Then Exit
ToolTip("Waiting S4Client.exe ...", 0, 0)
ProcessWait("S4Client.exe")
Do
Global $PROC_ID = ProcessExists("S4Client.exe")
Global $P = _MEMORYOPEN($PROC_ID)
$A = _MEMORYREAD($ADDRESS, $P, "float")
Until $A = 3000
For $B = 1 To 10
_MEMORYWRITE($ADDRESS, $P, $DMG, "float")
Next
Func _MEMORYOPEN($IV_PID, $IV_DESIREDACCESS = 2035711, $IV_INHERITHANDLE = 1)
If Not ProcessExists($IV_PID) Then
SetError(1)
Return 0
EndIf
Local $AH_HANDLE[2] = [DllOpen("kernel32.dll")]
If @error Then
SetError(2)
Return 0
EndIf
Local $AV_OPENPROCESS = DllCall($AH_HANDLE[0], "int", "OpenProcess", "int", $IV_DESIREDACCESS, "int", $IV_INHERITHANDLE, "int", $IV_PID)
If @error Then
DllClose($AH_HANDLE[0])
SetError(3)
Return 0
EndIf
$AH_HANDLE[1] = $AV_OPENPROCESS[0]
Return $AH_HANDLE
EndFunc
Func _MEMORYWRITE($IV_ADDRESS, $AH_HANDLE, $V_DATA, $SV_TYPE = "dword")
If Not IsArray($AH_HANDLE) Then
SetError(1)
Return 0
EndIf
Local $V_BUFFER = DllStructCreate($SV_TYPE)
If @error Then
SetError(@error + 1)
Return 0
Else
DllStructSetData($V_BUFFER, 1, $V_DATA)
If @error Then
SetError(6)
Return 0
EndIf
EndIf
DllCall($AH_HANDLE[0], "int", "WriteProcessMemory", "int", $AH_HANDLE[1], "int", $IV_ADDRESS, "ptr", DllStructGetPtr($V_BUFFER), "int", DllStructGetSize($V_BUFFER), "int", "")
If Not @error Then
Return 1
Else
SetError(7)
Return 0
EndIf
EndFunc
Func _MEMORYREAD($IV_ADDRESS, $AH_HANDLE, $SV_TYPE = "dword")
Local $V_BUFFER = DllStructCreate($SV_TYPE)
DllCall($AH_HANDLE[0], "int", "ReadProcessMemory", "int", $AH_HANDLE[1], "int", $IV_ADDRESS, "ptr", DllStructGetPtr($V_BUFFER), "int", DllStructGetSize($V_BUFFER), "int", "")
Local $V_VALUE = DllStructGetData($V_BUFFER, 1)
Return $V_VALUE
EndFunc
noob, protect your autoshit programms
|
1. 
2. noob? autoit is almost not protectable
|
|
|
03/21/2010, 22:28
|
#19
|
elite*gold: 0
Join Date: Dec 2009
Posts: 72
Received Thanks: 9
|
Quote:
Originally Posted by _Alastor_
You must press OK after starting s4...
|
i do, now there is another problem xD
in the left corner is staying s4league.exe waiting...
an nothing happened
why?^^
|
|
|
03/21/2010, 22:46
|
#20
|
elite*gold: 0
Join Date: Nov 2009
Posts: 440
Received Thanks: 352
|
could someone explain me what the fly range hack is? XD
i tryed it but nothing changed.. :/
|
|
|
03/21/2010, 22:56
|
#21
|
elite*gold: 0
Join Date: Sep 2009
Posts: 443
Received Thanks: 127
|
Quote:
Originally Posted by waldi_
could someone explain me what the fly range hack is? XD
i tryed it but nothing changed.. :/
|
|
|
|
03/21/2010, 23:08
|
#22
|
elite*gold: 290
Join Date: Sep 2009
Posts: 782
Received Thanks: 3,791
|
Quote:
Originally Posted by MrSm!th
nice work, but dammit faster than me 
|
I made it in 1 min xD
Quote:
Originally Posted by MrSm!th
1. 
2. noob? autoit is almost not protectable
|
I can protect it, but i don't think its necesary for this.
Quote:
Originally Posted by I2adler93
i do, now there is another problem xD
in the left corner is staying s4league.exe waiting...
an nothing happened
why?^^
|
Waiting s4client.exe...
the program is waiting for you to open s4 XD
Quote:
Originally Posted by Riac
|
nice drawn
|
|
|
03/21/2010, 23:39
|
#23
|
elite*gold: 0
Join Date: Feb 2010
Posts: 2
Received Thanks: 1
|
lol a mi si ke me ha funcionado y tengo vista de 30 bits...XD mola un monton ver a la gente pegaos a la pared del fondo del mapa XDDD
Gracias alastor !! parece mentira ke tengas 17 años ^^
|
|
|
03/21/2010, 23:45
|
#24
|
elite*gold: 0
Join Date: Sep 2009
Posts: 443
Received Thanks: 127
|
Quote:
Originally Posted by _Alastor_
nice drawn 
|
call me picasso
|
|
|
03/22/2010, 00:00
|
#25
|
elite*gold: 0
Join Date: Nov 2009
Posts: 440
Received Thanks: 352
|
omg xD i had to rofl when the enemie flew into the upper corner xDDD
|
|
|
03/22/2010, 00:22
|
#26
|
elite*gold: 0
Join Date: Oct 2009
Posts: 185
Received Thanks: 54
|
jeje gracias pero me explicas q hace no entendi el dibujo
|
|
|
03/22/2010, 00:44
|
#27
|
elite*gold: 0
Join Date: Jan 2009
Posts: 2
Received Thanks: 0
|
creo k no rula xd esta muy currao alastor pero no consigo k me vaya xd
|
|
|
03/22/2010, 03:13
|
#28
|
elite*gold: 0
Join Date: Mar 2010
Posts: 5
Received Thanks: 0
|
what is the limit of the value?
|
|
|
03/22/2010, 03:20
|
#29
|
elite*gold: 0
Join Date: Jul 2008
Posts: 13
Received Thanks: 0
|
Do we really need more public hacks like this that draw extreme attention from xtrap?
|
|
|
03/22/2010, 04:07
|
#30
|
elite*gold: 0
Join Date: Sep 2009
Posts: 8
Received Thanks: 0
|
how do u use this plz
|
|
|
Similar Threads
|
S4 League Push Back Trainer [Patch 17.2] With limit
05/15/2010 - S4 League Hacks, Bots, Cheats & Exploits - 8 Replies
Der Push Back muss auch wieder her?..
Naja er ist wieder da ,aber mit Limit...
-> Limit : 7500
-Startet den Script
-Limit (ist schon auf max)
-Startet S4
-Viel Spaß..
|
All times are GMT +1. The time now is 11:36.
|
|