loljoshie / lj-inventory

GNU General Public License v3.0
91 stars 179 forks source link

Unlimited item exploit #44

Closed VibesEZ closed 2 years ago

VibesEZ commented 2 years ago

https://streamable.com/88luy7 look at this you will get what I'm talking about

LYRYCAL commented 2 years ago

yeah this method works on all items, i've try it and for normal items you cant use it but for weapons you can use it

TweakyGaming commented 2 years ago

<input type="number" id="item-amount" class="inv-option-item" min=1 max="10000" placeholder="Amount" pattern="[0-9]" onfocus="this.value=''" placeholder="" oninput="validity.valid||(value='');"></input> Inventory infinite item glitch fix in line 54 ui.html the input is now auto clean

VibesEZ commented 2 years ago

<input type="number" id="item-amount" class="inv-option-item" min=1 max="10000" placeholder="Amount" pattern="[0-9]" onfocus="this.value=''" placeholder="" oninput="validity.valid||(value='');"></input> Inventory infinite item glitch fix in line 54 ui.html the input is now auto clean

Thanks Dude i appreciate ur work is there any way i can support u just let me know and if possible share your Ko-fi link so i can buy you an coffee

TweakyGaming commented 2 years ago

@ItsYourDad69 https://ko-fi.com/tweaky Thx for your Support

nzkfc commented 2 years ago

lol this is still a thing...

MonkeyWhisper commented 2 years ago

https://github.com/loljoshie/lj-inventory/pull/66