Skip to content

Instantly share code, notes, and snippets.

Player ID: 272CC Index: 5A5 Target ID: 10CE246 Target Index: 246
16:32:23 Outgoing Packet: Menu Item Content:
§ XX 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
§00 xx xx xx xx 46 E2 0C 01 01 00 00 00 00 00 00 00
§10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
§20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
§30 31 00 00 00 00 00 00 00 00 00 46 02 01 00 00 00
16:32:23 Incoming Packet: Item Assign Content:
_addon = {}
_addon.name = 'packetstun'
_addon.version = '1.000'
require 'tablehelper'
local config = require 'config'
local files = require 'filehelper'
windower.register_event('load',function ()
windower.register_event('incoming text',function (original, modified, color)
if (string.find(original,'and now possess a total of 50000')) then
windower.send_command('input /p <call>')
end
return modified,color
end)
C:\Python27\python.exe C:/Users/JoshMain/PycharmProjects/GWStuff/guildwork-plugin/trunk/augments.py
'0001' => '256'
'0002' => 'STR+1'
'0003' => '[fire]+1'
'0004' => 'Backhand Blow:DMG:+5%'
'0005' => 'Enhances "Mighty Strikes" effect'
'0009' => '256'
'000a' => 'STR+2'
'000b' => '[fire]+2'
'000c' => 'Backhand Blow:DMG:+10%'
C:\Python27\python.exe C:/Users/JoshMain/PycharmProjects/GWStuff/guildwork-plugin/trunk/augments.py
'0001' => '256'
'0002' => 'STR+1'
'0003' => '[fire]+1'
'0004' => 'Backhand Blow:DMG:+5%'
'0005' => 'Enhances "Mighty Strikes" effect'
'0009' => '256'
'000a' => 'STR+2'
'000b' => '[fire]+2'
'000c' => 'Backhand Blow:DMG:+10%'
C:\Python27\python.exe C:/Users/JoshMain/PycharmProjects/GWStuff/guildwork-plugin/trunk/augments.py
'0001' => '256'
'0002' => 'STR+1'
'0003' => '[fire]+1'
'0004' => 'Backhand Blow:DMG:+5%'
'0005' => 'Enhances "Mighty Strikes" effect'
'0009' => '256'
'000a' => 'STR+2'
'000b' => '[fire]+2'
'000c' => 'Backhand Blow:DMG:+10%'
C:\Python27\python.exe C:/Users/JoshMain/PycharmProjects/GWStuff/guildwork-plugin/trunk/augments.py
'0001' => '256'
'0002' => 'STR+1 '
'0003' => '[fire]+1 '
'0004' => 'Backhand Blow:DMG:+5% '
'0005' => 'Enhances "Mighty Strikes" effect'
'0009' => '256'
'000a' => 'STR+2 '
'000b' => '[fire]+2 '
'000c' => 'Backhand Blow:DMG:+10% '
16084
14546
14961
15625
15711
16085
14547
14962
15626
15712
# -*- coding: utf-8 -*-
from lib import windows
import time
import itertools
class Memory(object):
def __init__(self, pid):
self.pid = pid
self.process = windows.Process(self.pid, 'FFXiMain.dll')
C:\Python27\python.exe C:/Users/JoshMain/PycharmProjects/GWStuff/devmode.py
[I 120305 22:02:15 ffxi:371] Attaching to Rerisen (Odin)
Male
['\x00\x01', '256']
['\x00\x02', 'STR+1 ']
['\x00\x03', '\xef\x1f+1 ']
['\x00\x04', 'Backhand Blow:DMG:+5% ']
['\x00\x05', 'Enhances "Mighty Strikes" effect']
['\x00\t', '256']
['\x00\n', 'STR+2 ']