i might have a new gold hack but i need some help.
so as i read from my other hacking website (cant link it don't have enough post count yet >< but i am starting to post) in one if the threads there was a statement that got my attention and got me thinking.
it said why u couldn't buy stuff for free anymore then sell it to make profit here is the statement
[quote author=citykid199 link=topic=3173.msg37089#msg37089 date=1204685159]
what caused it is that the server determines an item's cost with a signed integer, meaning that once the cost of an item gets too big the server thinks that the cost of the item is negative (Basically, it thinks the item costs 0 gold.) Technically it's still possible to do this exploit if you make the cost of the item 0 instead of negative, because the patch only makes sure that the cost of an item is not negative (Doesn't check if it's 0). But you'd have to find some item whose cost in copper divides perfectly into 2^32 - 1
[/quote]
so i did the math and the item's cost in copper needs to be 4294967296
or 42949672 silver
96 copper
or
429496 gold
72 silver
96 copper
but i don't get how that works out cuz there is no item that cost that much so idk if u have to do something with that item cost but can a scripter help me figure it out and make a script for it i will find the item if u find the exact price u need the item to be.
btw forgot the original post
[quote author=citykid199 link=topic=3173.msg36996#msg36996 date=1204665657]
1. Crash any server in a half a second (Patched, rev ~¿4080?)
2. Unlimited gold. (Patched, rev ~4090??)
1. Crash any server.
Method 1 (Move Item):
Requirements: A bag, and two items. One of the items will get deleted though, so don't use an epic.
Step 1: Equip your bag and put both items in the bag.
Step 2: Enable this filter:
Columns: 07 08
Search: FF 17
Modify: 13 FF
Step 3: Drag your first item (The one that will be deleted) into the first slot of your backpack.
(Note: You only have to do this step once per character. After doing this step once, it never has to be repeated on this character again.)
Step 4: Drag your second item into the first slot of your backpack.
Done. Please don't abuse this too much.
2. Unlimited gold
First, mail all of your gold to yourself. Then, go to Shattrath and find "Griftah", the vendor who sells Hula Girl Dolls.
Once you've found Griftah, open up his vendor window and use this macro:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end for i=1,100 do buy ("Hula Girl Doll",253) end
Now sell back the hula girl dolls to Griftah. =D
This will fill up every available slot in your bags with hula girl dolls whilst taking every copper of your gold.
You can also modify this macro to work with any item that costs 4g05s or more
e.g
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end for i=1,255 do buy ("Any item that costs 4g05s or more",255-i) end
[/quote]
thank you in advance
sry for my bad spelling and it is the 2. in the 2 quote that i am referring to