|
You last visited: Today at 02:09
Advertisement
Developer = Come Here Please :D
Discussion on Developer = Come Here Please :D within the S4 League forum part of the Shooter category.
03/14/2014, 22:00
|
#1
|
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
|
Developer = Come Here Please :D
Hello Developers I wanna something .. I learned autoit script but need 1 hint 
I make my own hack but need know if that have any wrong ? ( Not Copied )
(I work with win7 32bit)
If that have any wrong just tell me fast please
Code:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.10.2
Author: MaDo
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
#include <ButtonConstants.au3>
#include <nomadmemory.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Small Hack By MaDo -V0.1-", 421, 205, 192, 124)
GUISetBkColor(0x3366FF)
$Pic1 = GUICtrlCreatePic("E:\S4 League\New folder\s4 League back.jpg", 0, 0, 420, 76)
$Button1 = GUICtrlCreateButton("Start Hack -MaDo-", 184, 80, 235, 81)
GUICtrlSetFont(-1, 16, 800, 0, "Segoe Script")
$Checkbox1 = GUICtrlCreateCheckbox("1 Hit Kill", 16, 88, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf sp", 112, 88, 73, 17)
$Checkbox3 = GUICtrlCreateCheckbox("200 Hp", 16, 120, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Hit Range", 112, 120, 73, 17)
$Label2 = GUICtrlCreateLabel("Copy Right @MaDo", 184, 184, 219, 20)
GUICtrlSetFont(-1, 10, 800, 0, "Arial Black")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_hack()
EndSwitch
WEnd
Func _hack()
GUISetState(@SW_HIDE)
ToolTip( "Wait for S4Client.exe", 0, 0)
MsgBox(1 , "Small Hack By MaDo" , "Hacked" )
$Wait = ProcessWait("S4Client.exe") ; This will make the hack search for HGWC
$Pid = ProcessExists("S4Client.exe") ; This means he found HGWC
ToolTip("Founded S4 League Enjoy", 0, 0)
Sleep (500)
$OPEN = _MemoryOpen ($PID) ; Open memory
If GUICtrlRead($Checkbox1) = 1 Then ; If this checkbox checked ..
_MemoryWrite(0x0052ACB9,$OPEN,"1593591259","long") ; Change Value
EndIf
If GUICtrlRead($Checkbox2) = 1 Then ; If this checkbox checked ..
_MemoryWrite(0x0048D3D2,$OPEN,"2348565979","long") ; Change Value
EndIf
If GUICtrlRead($Checkbox3) = 1 Then ; If this checkbox checked ..
_MemoryWrite(0x00529F64,$OPEN,"2348565979","long") ; Change Value
EndIf
If GUICtrlRead($Checkbox4) = 1 Then ; If this checkbox checked ..
_MemoryWrite(0x01283FA0,$OPEN,"0","float") ; Change Value
EndIf
EndFunc
End
|
|
|
03/14/2014, 22:05
|
#2
|
elite*gold: 0
Join Date: Mar 2013
Posts: 1,342
Received Thanks: 811
|
I know a good hint , don't use autoit ._.
|
|
|
03/14/2014, 22:22
|
#3
|
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
|
Quote:
Originally Posted by adamoxd1998
I know a good hint , don't use autoit ._.
|
why ? and use what then ?
|
|
|
03/15/2014, 14:03
|
#4
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
Quote:
Originally Posted by medopop222
why ? and use what then ?
|
Try VB.Net or C++ or C#
|
|
|
03/15/2014, 14:56
|
#5
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,996
Received Thanks: 1,842
|
Where does C++ Save itself?
I cant find it on my laptop.
|
|
|
03/15/2014, 15:20
|
#6
|
elite*gold: 1
Join Date: Apr 2010
Posts: 13,772
Received Thanks: 15,036
|
|
|
|
 |
Similar Threads
|
Im RF Developer
04/13/2017 - RF Online - 12 Replies
If someone like to make his own private server try message your yahoo messenger or hotmail or whatever you have im here to help you :)
|
Looking for a Web Developer!
03/12/2014 - MapleStory - 0 Replies
I am currently looking for a Web Developer for a Maplestory Private Server! If you are experienced, please contact me at kwanoo.lee via SKYPE! Thanks!
|
2 Very important suggestion for web developer from experienced developer [English]]
11/21/2011 - General Coding - 0 Replies
I have been developing websites now over 3 years now. My biggest regret is i started developing web sites without knowing CSS & Jquery. Yes before starting development learn CSS 3 and Jquery. These are even more important than your programming skills :) And they are hard to fix once you developed without knowing them.
|
Looking for a developer!
01/25/2011 - Lineage 2 - 0 Replies
Hi,
I am looking for a developer with good knowledge in java/core coding in l2, how to work with db and must have some l2 off knowledge.
our server population is 500+
Offer is negotiable. We might pay you % of the donations we get.
leave post here. or add me up in msn
|
Hello, from a developer
04/12/2010 - Say Hello - 3 Replies
Hello all,
I'm a PhD student reading computer science at Durham University, england. I've been involved in a side project as the lead programmer for an online game for 2 years, using Raknet as the network library. It's got about one more years development before an open beta. Do you guys here enjoy packet injection? If so, would anyone here later be willing to help me break it, such that I can secure it?
Chris
|
All times are GMT +1. The time now is 02:10.
|
|