Skip to content

Instantly share code, notes, and snippets.

View Zod-'s full-sized avatar

Julian Hangstörfer Zod-

View GitHub Profile
@Zod-
Zod- / InstaSyncP-Hat-Stealer.user.js
Last active August 29, 2015 14:14
All your hats are belong to us - Gaben
// ==UserScript==
// @name InstaSynchP Hat Stealer
// @namespace InstaSynchP
// @description All your hats are belong to us - Gaben
// @version 1.0.1
// @author Zod-
// @source https://gist.github.com/Zod-/fda2aaacb401b68438e1
// @license MIT
@Zod-
Zod- / InstaSynchP-Anti-Hat-Stealer.user.js
Last active August 29, 2015 14:14
All my hats are belong to me - zod
// ==UserScript==
// @name InstaSynchP Anti Hat Stealer
// @namespace InstaSynchP
// @description All my hats are belong to me - zod
// @version 1.0.1
// @author Zod-
// @source https://gist.github.com/Zod-/b887f25ac9c849a27bf3
// @license MIT
@Zod-
Zod- / log
Created March 26, 2015 05:19
06:09:55 DEBUG - InstaSynchP Core On ExecuteCommand preOld undefined InstaSynchP Commands
06:09:55 DEBUG - InstaSynchP Core On SendChat preOld undefined InstaSynchP Commands
06:09:55 INFO - InstaSynchP Core Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36
06:09:55 DEBUG - InstaSynchP Core On PluginManagerSaveInternal preOld undefined InstaSynchP Plugin Manager
06:09:55 DEBUG - InstaSynchP Core On ExecuteOnce preOld undefined InstaSynchP CSSLoader
06:09:55 DEBUG - InstaSynchP Core On ExecuteOnce preOld undefined InstaSynchP Settings
06:09:55 DEBUG - InstaSynchP Core On PreConnect,Disconnect preOld undefined InstaSynchP Core
06:09:55 INFO - InstaSynchP Core Found plugin InstaSynchP Input History 1.1.2
06:09:55 DEBUG - InstaSynchP Core On ExecuteOnce preOld undefined InstaSynchP Input History
06:09:55 DEBUG - InstaSynchP Core On ResetVariables preOld undefined InstaSynchP Input History
.component-row {
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.6);
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #0f0 !important;
text-shadow: 0 0 20px #0f0;
}
.navbar-nav > li > a {
color: #fff !important;
text-shadow: none
[0081.61] JoinGame: StartJoin ... JoinSettings.PlaylistID:'3' JoinSettings.bFriendJoin:'False' JoinSettings.bMigration:'False' JoinSettings.MatchType:'JMT_Public'
[0444.26] RankPoints: ClientSetSkill Playlist=0 Mu=40.3661 Sigma=2.4895 DeltaRankPoints=11 RankPoints=648
[0891.19] RankPoints: ClientSetSkill Playlist=0 Mu=39.8439 Sigma=2.4849 DeltaRankPoints=-9 RankPoints=659
[1310.93] RankPoints: ClientSetSkill Playlist=0 Mu=40.2229 Sigma=2.4853 DeltaRankPoints=7 RankPoints=650
[1728.48] RankPoints: ClientSetSkill Playlist=0 Mu=40.6150 Sigma=2.4852 DeltaRankPoints=7 RankPoints=657
[2171.71] RankPoints: ClientSetSkill Playlist=0 Mu=41.0849 Sigma=2.4849 DeltaRankPoints=8 RankPoints=664
[2533.22] RankPoints: ClientSetSkill Playlist=0 Mu=41.3266 Sigma=2.4880 DeltaRankPoints=4 RankPoints=672
[3082.22] JoinGame: StartJoin ... JoinSettings.PlaylistID:'2' JoinSettings.bFriendJoin:'False' JoinSettings.bMigration:'False' JoinSettings.MatchType:'JMT_Public'
[3165.12] JoinGame: StartJoin ... JoinSettings.PlaylistID:'2' Join
@Zod-
Zod- / skillmu
Created September 30, 2015 12:01
[0038.96] Log: Encoding JSON message: {"bDisableCrossPlay":true,"Settings":{"MatchType":0,"PlaylistId":1,"bFriendJoin":false,"bMigration":false,"Password":""},"Players":[{"PlayerName":"Zod","SkillMu":41.975399,"SkillSigma":2.500000,"bRemotePlayer":false,"PlayerID":{"Uid":76561197998516768,"Platform":1,"SplitscreenID":0,"NpId":{"Handle":"","Opt":0,"Reserved":0}}}],"PartyLeaderID":{"Uid":76561197998516768,"Platform":1,"SplitscreenID":0,"NpId":{"Handle":"","Opt":0,"Reserved":0}}}
[0054.78] Log: Encoding JSON message: {"bDisableCrossPlay":true,"Settings":{"MatchType":0,"PlaylistId":3,"bFriendJoin":false,"bMigration":false,"Password":""},"Players":[{"PlayerName":"Zod","SkillMu":41.975399,"SkillSigma":2.500000,"bRemotePlayer":false,"PlayerID":{"Uid":76561197998516768,"Platform":1,"SplitscreenID":0,"NpId":{"Handle":"","Opt":0,"Reserved":0}}}],"PartyLeaderID":{"Uid":76561197998516768,"Platform":1,"SplitscreenID":0,"NpId":{"Handle":"","Opt":0,"Reserved":0}}}
[0145.57] Log: Encoding JSON message: {"bDisableCrossPlay":t
@Zod-
Zod- / usable-amps-ap.lua
Created July 29, 2016 19:08
Prints usable amps and ability points in chat
--AMPs
local ampIds = {84767, 74278, 73830, 71840, 71838, 71836, 62613, 50746, 49988, 49987, 49986, 49985, 49983, 49982, 49975, 49974, 49971, 49970, 49969, 46542, 41261}
for i,id in pairs(ampIds) do
local item = Item.GetDataFromId(id)
local info = item:GetDetailedInfo().tPrimary
if info.strSpecialFailures == "This item can only be used once." then
Print(item:GetName().." is not usable")
else
Print(item:GetName().." is usable")
end
@Zod-
Zod- / buffs.lua
Created September 19, 2016 16:18
require "Window"
local TestBuffs = {}
function TestBuffs:new(o)
o = o or {}
setmetatable(o, self)
self.__index = self
return o
end
function TestBuffs:Init()
Checking Live/Abilities/AbilitiesBuilder.lua 2 warnings
Live/Abilities/AbilitiesBuilder.lua:200:9: variable 'wndSpellFilterTabs' was previously defined on line 185
Live/Abilities/AbilitiesBuilder.lua:345:20: empty if branch
Checking Live/AbilityAMPs/AbilityAMPs.lua OK
Checking Live/AbilityVendor/AbilityVendor.lua OK
Checking Live/AccountInventory/AccountInventory.lua OK
Checking Live/Achievements/Achievements.lua 7 warnings