This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ standard application.js | |
| standard: Use JavaScript Standard Style (https://standardjs.com) | |
| standard: Run `standard --fix` to automatically fix some problems. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:9:13: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:16:43: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:17:33: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:18:52: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:19:29: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:20:27: Extra semicolon. | |
| C:\Users\Czarek\PhpstormProjects\express\lib\application.js:21:49: Extra semicolon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-11-01 12:12:51,326 [DEBUG @ msgpack_stream.py:send:33] 8371 - sent [0, 1, b'vim_get_api_info', ()] | |
| 2017-11-01 12:12:51,326 [DEBUG @ base.py:send:113] 8371 - Sending 'b'\x94\x00\x01\xb0vim_get_api_info\x90'' | |
| 2017-11-01 12:12:51,326 [DEBUG @ base.py:run:138] 8371 - Entering event loop | |
| 2017-11-01 12:12:51,326 [DEBUG @ msgpack_stream.py:_on_data:54] 8371 - waiting for message... | |
| 2017-11-01 12:12:51,326 [DEBUG @ msgpack_stream.py:_on_data:56] 8371 - received message: [0, 1, b'poll', []] | |
| 2017-11-01 12:12:51,326 [DEBUG @ async_session.py:_on_request:86] 8371 - received request: b'poll', [] | |
| 2017-11-01 12:12:51,327 [DEBUG @ msgpack_stream.py:_on_data:54] 8371 - waiting for message... | |
| 2017-11-01 12:12:51,327 [DEBUG @ msgpack_stream.py:_on_data:59] 8371 - unpacker needs more data... | |
| 2017-11-01 12:12:51,327 [DEBUG @ msgpack_stream.py:_on_data:54] 8371 - waiting for message... | |
| 2017-11-01 12:12:51,327 [DEBUG @ msgpack_stream.py:_on_data:56] 8371 - received message: [1, 1, None, [1, {b'version': {b'major': 0, b'minor': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package me.iblo.agent; | |
| import java.lang.instrument.*; | |
| import com.czaarek99.injectclient.util.*; | |
| import java.net.*; | |
| import java.awt.*; | |
| import java.io.*; | |
| import java.util.*; | |
| public class Agent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| } else if(className.equals(mappingManager.getMapping(CommonMappings.MOUSE_HELPER_CLASS))){ | |
| CtClass ctClass = classPool.get(mappingManager.getMapping(CommonMappings.MOUSE_HELPER_CLASS, true)); | |
| CtMethod updateMethod = ctClass.getDeclaredMethod(mappingManager.getMapping(CommonMappings.MOUSE_METHOD)); | |
| String deltaX = mappingManager.getMapping(CommonMappings.MOUSE_DELTAX_VARIABLE); | |
| String deltaY = mappingManager.getMapping(CommonMappings.MOUSE_DELTAY_VARIABLE); | |
| updateMethod.insertAfter("MouseUpdateEvent event = new MouseUpdateEvent(" + deltaX + "," + deltaY + ");EventManager.call(event);" + deltaX + " = event.getDeltaX();" + deltaY + " = event.getDeltaY();"); | |
| byte[] newCode = ctClass.toBytecode(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.czaarek99.flameclient.shutdown; | |
| import com.czaarek99.flameclient.FlameClient; | |
| import com.czaarek99.flameclient.json.JsonFiles; | |
| import com.czaarek99.flameclient.mod.Mod; | |
| import com.google.gson.Gson; | |
| import com.google.gson.GsonBuilder; | |
| import org.darkstorm.minecraft.gui.component.Frame; | |
| import java.io.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.czaarek99.flameclient.util; | |
| import net.minecraft.client.Minecraft; | |
| import net.minecraft.util.ChatComponentText; | |
| import net.minecraft.util.ChatStyle; | |
| import net.minecraft.util.EnumChatFormatting; | |
| /** | |
| * An utility class used to construct messages and display them easily in chat | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.czaarek99.flameclient.util; | |
| import net.minecraft.client.Minecraft; | |
| import net.minecraft.util.ChatComponentText; | |
| import net.minecraft.util.ChatStyle; | |
| import net.minecraft.util.EnumChatFormatting; | |
| /** | |
| * Created by Czarek on 2015-08-01. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This configuration was auto-generated by NoCheatPlus. | |
| savebackconfig: true | |
| configversion: | |
| notify: true | |
| created: 785 | |
| saved: 785 | |
| logging: | |
| active: true | |
| maxqueuesize: 5000 | |
| extended: |