Twelve Sky 2 Red Fox Hack/glitch

08/24/2016 20:05 Iegend123#1
I was able to find a hack that was able to work on redfox version of ts2. But when ever i try to do deco glitch it doesn't work. Does anyone know if, i'm using the wrong dll, or does it not mater aslong as the dll has item stacker?
08/25/2016 19:25 Eucata2012#2
i know about what hack do you speak the deco it's designed for mayngames. not for redfox and no source code so noone can edit that to use deco glitch on redfox only if you got the source code you can change the things in it
08/26/2016 00:47 Jungira#3
Actually you can try to it by using item stacker. There also tuts on item stacker you just need to talk
08/26/2016 02:36 SeiD001996#4
its 2.5 version deco glitch no work for 2.5 version, deco glitch work only for mayn version 12sky2 .
08/26/2016 20:11 Iegend123#5
Quote:
Originally Posted by SeiD001996 View Post
its 2.5 version deco glitch no work for 2.5 version, deco glitch work only for mayn version 12sky2 .
Oh i see, so the version i'm using will only work on mayns version. Some one said if i can find the source code for redfox's version i would be able to successfully do deco glitch? Is this true or is it not possible in 2.5 version redfox uses?

Quote:
Originally Posted by SeiD001996 View Post
its 2.5 version deco glitch no work for 2.5 version, deco glitch work only for mayn version 12sky2 .
Also there are alot of rumors that when ts2 renews its contract with new developer sgdata they will use the updated version of ts2 instead of the older version they were using before. So it would probably be a good idea to make the hacks before they rerelease with the updated version. I think they will probably use the same version redfox,fusionsky,and wsp the updated one with guild vs guild function.

Quote:
Originally Posted by Eucata2012 View Post
i know about what hack do you speak the deco it's designed for mayngames. not for redfox and no source code so noone can edit that to use deco glitch on redfox only if you got the source code you can change the things in it
Alot of the old coders have quit making new .dll and codes/hacks for ts2. If we can find some coders that are still interested in coding hacks for the newer version of ts2 redfox,wsp, and fusion sky are using i would gladly pay them for doing so.

Quote:
Originally Posted by Jungira View Post
Actually you can try to it by using item stacker. There also tuts on item stacker you just need to talk
The hack i'm using has the item stacker function but when i use it then rearrange the pills like in the video tut then try to do the glitch it doesn't work. Tried everything i could think of but i think the item stacker hack i'm using is missing something inorder to manipulate the item into the deco area.
08/26/2016 20:57 Jungira#6
Quote:
Originally Posted by Iegend123 View Post
Oh i see, so the version i'm using will only work on mayns version. Some one said if i can find the source code for redfox's version i would be able to successfully do deco glitch? Is this true or is it not possible in 2.5 version redfox uses?



Also there are alot of rumors that when ts2 renews its contract with new developer sgdata they will use the updated version of ts2 instead of the older version they were using before. So it would probably be a good idea to make the hacks before they rerelease with the updated version. I think they will probably use the same version redfox,fusionsky,and wsp the updated one with guild vs guild function.



Alot of the old coders have quit making new .dll and codes/hacks for ts2. If we can find some coders that are still interested in coding hacks for the newer version of ts2 redfox,wsp, and fusion sky are using i would gladly pay them for doing so.



The hack i'm using has the item stacker function but when i use it then rearrange the pills like in the video tut then try to do the glitch it doesn't work. Tried everything i could think of but i think the item stacker hack i'm using is missing something inorder to manipulate the item into the deco area.
It is probably different because the one Str8inyou made was for Deco hack only and was not stacking items properly was just useful for using deco hack

Item stacker consists of changing items X, Y values on inventory and you can do this by creating a structure knowns and unkowns and use this as a base and loop until inventories all slots have been setted to your own X, Y values
As iktov2 mentioned at this topic [Only registered and activated users can see links. Click Here To Register...]

Code:
struct Inventory{
         int ItemID;
         int Row;
         int Slot;
         int Count;
         char Unknown[8]; //Unsure what the last 8 bytes do and don't really care
};
Inventory *Inventory1 = (Inventory *)0x11C12FC;
By creating a structure like this you will get the structure of the inventory slots and can use this to create a loop like this.

Code:
void InventoryStack()
{
	for(int i = 0; i < 64; i++)
	{
		Inventory[i].Row = 0; //First row
		Inventory[i].Slot = 0; //First slot in the first row
                Inventory2[i].Row = 0; //Hermit vault
		Inventory2[i].Slot = 0; 
	}
}
By using this loop you set every X,Y value of item to 0 which results in all items to be stacked at top left corner or whatever you provide as X, Y after that you just need to call the function.

On the other hand you may use a simplified version of this code and add your first address slot + 24 bytes which will result in the second inventory slot again by creating a loop you can use this to change items or inventory slots coords in a inventory.

Using these methods and your mind a little bit will result in creating a deco hack good luck
08/27/2016 21:36 Eucata2012#7
Nothing to say you got what you want
08/28/2016 16:17 SeiD001996#8
yes but right click no work on fusion sky :))))), no right click = no deco hack , yes i made item stack but to deco item you need click right click on mouse and item go in DECO :))))))
08/29/2016 19:22 Iegend123#9
Quote:
Originally Posted by SeiD001996 View Post
yes but right click no work on fusion sky :))))), no right click = no deco hack , yes i made item stack but to deco item you need click right click on mouse and item go in DECO :))))))
Thats why i''m trying to find a codder to make one, i've already stated i'll be more than willing to pay for it for my personal use.
08/29/2016 23:14 SeiD001996#10
find code to pull item in bank to inventory,so item move to inventory inventory=Deco
09/01/2016 18:04 Str8inyou#11
nop , its solved on v2.5