Invisibility Glitch
Moderator PFMDate: Friday, 2013-01-18, 1:11 AM | Message # 1
Messages: 95
Reputation:
91
Status: Offline
A glitch that allows a player to become either completely invisible, or make certain parts of their body invisible. Uses: Cheating in boxing matches with a invisible weapon/amulet/shield Binding non-weapon items to the weapon slot in dungeoneering Being invisible (duh) Being just pants Tons more
Message edited by PFM - Friday, 2013-01-18, 1:33 AM
Member zxc Date: Friday, 2013-01-18, 9:05 AM | Message # 2
Messages: 41
Reputation:
20
Status: Offline
That's awesome! Any hints at how this was possible? ;D
Moderator PFMDate: Friday, 2013-01-18, 5:15 PM | Message # 3
Messages: 95
Reputation:
91
Status: Offline
Quote (zxc )
That's awesome! Any hints at how this was possible? ;D
I used packet spoofing to send falsified equip packets. The server helped me out a bit and put all the armor in the right slot for me. I love it when bugs are well coded
Member Nty_Life Date: Sunday, 2013-01-20, 1:14 PM | Message # 4
Messages: 6
Reputation:
0
Status: Offline
This can also be done using cheat engine. I might upload a video later cause it's fairly simple to do once you know what to look for.
Member asdfghjkl Date: Sunday, 2013-01-20, 1:23 PM | Message # 5
Messages: 7
Reputation:
10
Status: Offline
All hail life-nty
Member jayjay Date: Wednesday, 2013-01-30, 10:12 PM | Message # 6
Messages: 17
Reputation:
0
Status: Offline
m8 do u mind sharing i would love to know how to do this i also play diverity
Skilled Bugabuser cocky22Date: Wednesday, 2013-01-30, 11:56 PM | Message # 7
Messages: 45
Reputation:
13
Status: Offline
A tutorial would be nice (cheat engine one) please and thank you
Moderator NerdyloserDate: Saturday, 2013-02-02, 3:21 PM | Message # 8
Messages: 24
Reputation:
53
Status: Offline
What's the url of the server? I'll check it out too ~Nerdy~
Member jayjay Date: Wednesday, 2013-02-20, 11:07 PM | Message # 9
Messages: 17
Reputation:
0
Status: Offline
w0000000000t found out how to do this im stupid for not thinking of doing that!!Added (2013-02-20, 11:07 PM) --------------------------------------------- well actaully i did it without any items and shit can u teach me how to do the packet sending shit??????????
Moderator PFMDate: Thursday, 2013-02-21, 2:40 AM | Message # 10
Messages: 95
Reputation:
91
Status: Offline
Wow I guess this kind of blew up. Item MUST be in the first slot of your inventory. Code
stream.createFrame(41); stream.writeWord(ID); stream.method432(0); stream.method432(3214);
Skilled Bugabuser cocky22Date: Friday, 2013-02-22, 0:06 AM | Message # 11
Messages: 45
Reputation:
13
Status: Offline
so pfm... where exactly do i type that in? In a packet editor.. can u make a noob friendly guide plz lol
Moderator PFMDate: Friday, 2013-02-22, 1:23 AM | Message # 12
Messages: 95
Reputation:
91
Status: Offline
Quote (cocky22 )
so pfm... where exactly do i type that in? In a packet editor.. can u make a noob friendly guide plz lol
Drop that code in a client. It's the easiest way to go about it. Here's a function you can use. Code
public void equipItem(int id) { stream.createFrame(41); stream.writeWord(id); stream.method432(0); stream.method432(3214); }
Then to call it Code
int itemID = Integer.parseInt(JOptionPane.showInputDialog(null,"Item ID?")); wearItem(itemID);
Member chaotic Date: Monday, 2013-03-04, 6:09 AM | Message # 13
Messages: 9
Reputation:
0
Status: Offline
How do i put that in the client? Sorry i'm very newby at this