|
You last visited: Today at 04:14
Advertisement
[Release] IDC Function Source
Discussion on [Release] IDC Function Source within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
01/14/2016, 18:40
|
#31
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by ☆ xKillua ☆
Code:
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3DCE90")
[...]
[/SPOILER]
When I reload the server, s4 closes :/ 
|
Wrong Offset ^^
|
|
|
01/14/2016, 18:56
|
#32
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
New Offset : 3DE8A0
|
|
|
01/14/2016, 23:35
|
#33
|
elite*gold: 0
Join Date: Jan 2016
Posts: 2
Received Thanks: 0
|
IDC Offset : 89 4A 08 8B 55 FC 8B 45 08 8B 48 0C 89 4A 0C 8B 55 FC 8B 45 08 8B 48 10 89 4A 10 8B 55 FC 8B 45 08 66 8B 48 14 66 89 4A 14 8B 55 FC 8B 45 08 8B 48 18 89 4A 18 8B 55 FC 8B 45 08 8B 48 20
|
|
|
01/15/2016, 11:46
|
#34
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Mustn't I change 3DCE90 ---> 3DE8A0??? Server closes anyways(
|
|
|
01/15/2016, 15:05
|
#35
|
elite*gold: 26
Join Date: Apr 2014
Posts: 343
Received Thanks: 819
|
Worked
Em sycode have you pointer or Asm for Item manger?
|
|
|
01/15/2016, 16:06
|
#36
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by Kurisaki-kun
Worked
Em sycode have you pointer or Asm for Item manger?
|
|
|
|
01/15/2016, 18:35
|
#37
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by Kurisaki-kun
Worked
Em sycode have you pointer or Asm for Item manger?
|
what offset u wrote?
and now what's wrong??? :/
Code:
#RequireAdmin
#include "detour.au3"
#include "IDChanger_Funcs.au3"
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
ToolTip("Run S4League",0,0)
ProcessWait("S4Client.exe")
ToolTip("",0,0)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("ID Changer", 450, 400, 192, 124)
$Input1 = GUICtrlCreateInput("", 130, 16, 121, 21)
$Input2 = GUICtrlCreateInput("", 274, 16, 121, 21)
$Input3 = GUICtrlCreateInput("", 130, 48, 121, 21)
$Input4 = GUICtrlCreateInput("", 274, 48, 121, 21)
$Input5 = GUICtrlCreateInput("", 130, 80, 121, 21)
$Input6 = GUICtrlCreateInput("", 274, 80, 121, 21)
$Input7 = GUICtrlCreateInput("", 130, 112, 121, 21)
$Input8 = GUICtrlCreateInput("", 274, 112, 121, 21)
$Input9 = GUICtrlCreateInput("", 130, 144, 121, 21)
$Input10 = GUICtrlCreateInput("", 274, 144, 121, 21)
$Input11 = GUICtrlCreateInput("", 130, 176, 121, 21)
$Input12 = GUICtrlCreateInput("", 274, 176, 121, 21)
$Input13 = GUICtrlCreateInput("", 130, 208, 121, 21)
$Input14 = GUICtrlCreateInput("", 274, 208, 121, 21)
$Input15 = GUICtrlCreateInput("", 130, 240, 121, 21)
$Input16 = GUICtrlCreateInput("", 274, 240, 121, 21)
$Input17 = GUICtrlCreateInput("", 130, 272, 121, 21)
$Input18 = GUICtrlCreateInput("", 274, 272, 121, 21)
$Input19 = GUICtrlCreateInput("", 130, 304, 121, 21)
$Input20 = GUICtrlCreateInput("", 274, 304, 121, 21)
$Label1 = GUICtrlCreateLabel("Credits Sycode'", 360, 336, 80, 17)
$Button1 = GUICtrlCreateButton("Set", 8, 336, 75, 25)
$Label2 = GUICtrlCreateLabel("-->", 258, 16, 13, 17)
$Label3 = GUICtrlCreateLabel("-->", 258, 48, 13, 17)
$Label4 = GUICtrlCreateLabel("-->", 258, 80, 13, 17)
$Label5 = GUICtrlCreateLabel("-->", 258, 112, 13, 17)
$Label6 = GUICtrlCreateLabel("-->", 258, 144, 13, 17)
$Label7 = GUICtrlCreateLabel("-->", 258, 176, 13, 17)
$Label8 = GUICtrlCreateLabel("-->", 258, 208, 13, 17)
$Label19 = GUICtrlCreateLabel("-->", 258, 240, 13, 17)
$Label20 = GUICtrlCreateLabel("-->", 258, 272, 13, 17)
$Label21 = GUICtrlCreateLabel("-->", 258, 304, 13, 17)
$Label9 = GUICtrlCreateLabel("Weapon 1", 8, 16, 121, 21)
$Label10 = GUICtrlCreateLabel("Weapon 2", 8, 48, 121, 21)
$Label11 = GUICtrlCreateLabel("Weapon 3", 8, 80, 121, 21)
$Label12 = GUICtrlCreateLabel("Hair", 8, 112, 121, 21)
$Label13 = GUICtrlCreateLabel("Face", 8, 144, 121, 21)
$Label14 = GUICtrlCreateLabel("Shirt", 8, 176, 121, 21)
$Label15 = GUICtrlCreateLabel("Pants", 8, 208, 121, 21)
$Label16 = GUICtrlCreateLabel("Gloves", 8, 240, 121, 21)
$Label17 = GUICtrlCreateLabel("Shoes", 8, 272, 121, 21)
$Label18 = GUICtrlCreateLabel("Pet", 8, 304, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
start()
EndSwitch
WEnd
Func start()
$list = ProcessList("s4client.exe")
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1, $list[1][1])
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3DE8A0")
Dim $Weap_01 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input1), GUICtrlRead($Input2) ,0, 1)
Dim $Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input3), GUICtrlRead($Input4) ,0, 1)
Dim $Weap_03 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input5), GUICtrlRead($Input6) ,0, 1)
Dim $Hair = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input7), GUICtrlRead($Input8) ,0, 1)
Dim $Face = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input9), GUICtrlRead($Input10) ,0, 1)
Dim $Shirt = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input11), GUICtrlRead($Input12) ,0, 1)
Dim $Pants = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input13), GUICtrlRead($Input14) ,0, 1)
Dim $Gloves = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input15), GUICtrlRead($Input16) ,0, 1)
Dim $Shoes = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input17), GUICtrlRead($Input18) ,0, 1)
Dim $Pet = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input19), GUICtrlRead($Input20) ,0, 1)
CloseHandle($Handle)
MsgBox(0,"","reload server")
EndFunc
|
|
|
01/15/2016, 22:09
|
#38
|
elite*gold: 0
Join Date: Jun 2015
Posts: 8
Received Thanks: 1
|
HOW I CAN USE THIS HACKER .. PS TUT
|
|
|
01/15/2016, 22:52
|
#39
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by ☆ xKillua ☆
what offset u wrote?
and now what's wrong??? :/
Code:
#RequireAdmin
#include "detour.au3"
#include "IDChanger_Funcs.au3"
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
ToolTip("Run S4League",0,0)
ProcessWait("S4Client.exe")
ToolTip("",0,0)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("ID Changer", 450, 400, 192, 124)
$Input1 = GUICtrlCreateInput("", 130, 16, 121, 21)
$Input2 = GUICtrlCreateInput("", 274, 16, 121, 21)
$Input3 = GUICtrlCreateInput("", 130, 48, 121, 21)
$Input4 = GUICtrlCreateInput("", 274, 48, 121, 21)
$Input5 = GUICtrlCreateInput("", 130, 80, 121, 21)
$Input6 = GUICtrlCreateInput("", 274, 80, 121, 21)
$Input7 = GUICtrlCreateInput("", 130, 112, 121, 21)
$Input8 = GUICtrlCreateInput("", 274, 112, 121, 21)
$Input9 = GUICtrlCreateInput("", 130, 144, 121, 21)
$Input10 = GUICtrlCreateInput("", 274, 144, 121, 21)
$Input11 = GUICtrlCreateInput("", 130, 176, 121, 21)
$Input12 = GUICtrlCreateInput("", 274, 176, 121, 21)
$Input13 = GUICtrlCreateInput("", 130, 208, 121, 21)
$Input14 = GUICtrlCreateInput("", 274, 208, 121, 21)
$Input15 = GUICtrlCreateInput("", 130, 240, 121, 21)
$Input16 = GUICtrlCreateInput("", 274, 240, 121, 21)
$Input17 = GUICtrlCreateInput("", 130, 272, 121, 21)
$Input18 = GUICtrlCreateInput("", 274, 272, 121, 21)
$Input19 = GUICtrlCreateInput("", 130, 304, 121, 21)
$Input20 = GUICtrlCreateInput("", 274, 304, 121, 21)
$Label1 = GUICtrlCreateLabel("Credits Sycode'", 360, 336, 80, 17)
$Button1 = GUICtrlCreateButton("Set", 8, 336, 75, 25)
$Label2 = GUICtrlCreateLabel("-->", 258, 16, 13, 17)
$Label3 = GUICtrlCreateLabel("-->", 258, 48, 13, 17)
$Label4 = GUICtrlCreateLabel("-->", 258, 80, 13, 17)
$Label5 = GUICtrlCreateLabel("-->", 258, 112, 13, 17)
$Label6 = GUICtrlCreateLabel("-->", 258, 144, 13, 17)
$Label7 = GUICtrlCreateLabel("-->", 258, 176, 13, 17)
$Label8 = GUICtrlCreateLabel("-->", 258, 208, 13, 17)
$Label19 = GUICtrlCreateLabel("-->", 258, 240, 13, 17)
$Label20 = GUICtrlCreateLabel("-->", 258, 272, 13, 17)
$Label21 = GUICtrlCreateLabel("-->", 258, 304, 13, 17)
$Label9 = GUICtrlCreateLabel("Weapon 1", 8, 16, 121, 21)
$Label10 = GUICtrlCreateLabel("Weapon 2", 8, 48, 121, 21)
$Label11 = GUICtrlCreateLabel("Weapon 3", 8, 80, 121, 21)
$Label12 = GUICtrlCreateLabel("Hair", 8, 112, 121, 21)
$Label13 = GUICtrlCreateLabel("Face", 8, 144, 121, 21)
$Label14 = GUICtrlCreateLabel("Shirt", 8, 176, 121, 21)
$Label15 = GUICtrlCreateLabel("Pants", 8, 208, 121, 21)
$Label16 = GUICtrlCreateLabel("Gloves", 8, 240, 121, 21)
$Label17 = GUICtrlCreateLabel("Shoes", 8, 272, 121, 21)
$Label18 = GUICtrlCreateLabel("Pet", 8, 304, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
start()
EndSwitch
WEnd
Func start()
$list = ProcessList("s4client.exe")
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1, $list[1][1])
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3DE8A0")
Dim $Weap_01 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input1), GUICtrlRead($Input2) ,0, 1)
Dim $Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input3), GUICtrlRead($Input4) ,0, 1)
Dim $Weap_03 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input5), GUICtrlRead($Input6) ,0, 1)
Dim $Hair = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input7), GUICtrlRead($Input8) ,0, 1)
Dim $Face = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input9), GUICtrlRead($Input10) ,0, 1)
Dim $Shirt = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input11), GUICtrlRead($Input12) ,0, 1)
Dim $Pants = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input13), GUICtrlRead($Input14) ,0, 1)
Dim $Gloves = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input15), GUICtrlRead($Input16) ,0, 1)
Dim $Shoes = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input17), GUICtrlRead($Input18) ,0, 1)
Dim $Pet = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input19), GUICtrlRead($Input20) ,0, 1)
CloseHandle($Handle)
MsgBox(0,"","reload server")
EndFunc
|
$list = ProcessList("s4client.exe")
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1, $list[1][1])
try another Function to get process id..this getting a list with all process called "S4Client.exe"
|
|
|
01/16/2016, 01:28
|
#40
|
elite*gold: 0
Join Date: May 2012
Posts: 10
Received Thanks: 32
|
not work
|
|
|
 |
|
Similar Threads
|
Need ban/unban function with 40k source
02/16/2015 - Metin2 Private Server - 0 Replies
Hi Guys .
I need the function of cmd_gm.cpp for ban and unban, I tried with the functions of the source on vanilla but give error at compile .
Can you help me someone ?
Thanks .
|
[Release] HGWC Bypass (+function source)
01/05/2014 - S4 League Hacks, Bots, Cheats & Exploits - 129 Replies
Yo, today i want to release my hgwc bypass.
remember: this is not a x-trap bypass!
a >>x-trap bypass<< can be found here
Screen]
http://puu.sh/52MRg.png
How to?]
|
please help mc sura.exe source code for fix function
09/13/2012 - Metin2 Private Server - 0 Replies
need to fix functions
help please
https://www.virustotal.com/file/a1fd66dbe6ff68c9b e600cc6d362a6c11437a5e6c08fa1170b61d3f145ec8422/an alysis/1347540518/
|
i search a source for kill npc function[DARKORBIT]
08/27/2012 - AutoIt - 4 Replies
hello I'm trying to create a bot for darkorbit that is designed to kill npc but do not know how I tried in every way but I can not. someone already has a source designed for this function or any advice for me? I am Italian maybe if anyone knew how to speak Italian could give me some help on skipe or mp
|
All times are GMT +1. The time now is 04:14.
|
|