This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to redeem method, no longer uses sendkeys (too unreliable), not…
… CTRL+Vs codes into box instead of typing. Notifications fixes. User guide added to help menu. AFK Killswitch fixed.
- Loading branch information
Showing
69 changed files
with
72 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
39 changes: 39 additions & 0 deletions
39
Dolphin Script/Classes/ScriptEventClasses/PasteClipboard.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
using DolphinScript.Lib.ScriptEventClasses; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Runtime.InteropServices; | ||
using System.Text; | ||
using System.Threading; | ||
using System.Threading.Tasks; | ||
using static DolphinScript.Lib.Backend.WinAPI; | ||
|
||
namespace DolphinScript.Classes.ScriptEventClasses | ||
{ | ||
[Serializable] | ||
public class PasteClipboard : ScriptEvent | ||
{ | ||
public override void DoEvent() | ||
{ | ||
// placeholder for CTRL+V // | ||
// down CTRL | ||
keybd_event((byte)VirtualKeyStates.VK_LCONTROL, 0, 0, 0); | ||
// down V key | ||
keybd_event(0x56, 0, 0, 0); | ||
Thread.Sleep(100); | ||
keybd_event((byte)VirtualKeyStates.VK_LCONTROL, 0, KEYEVENTF_KEYUP, 0); | ||
keybd_event(0x56, 0, KEYEVENTF_KEYUP, 0); | ||
} | ||
|
||
public override string GetEventListBoxString() | ||
{ | ||
throw new NotImplementedException(); | ||
} | ||
|
||
[DllImport("user32.dll")] | ||
static extern void keybd_event(byte bVk, byte bScan, uint dwFlags, | ||
int dwExtraInfo); | ||
|
||
const uint KEYEVENTF_KEYUP = 0x0002; | ||
} | ||
} |
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
Binary file modified
BIN
+0 Bytes
(100%)
Dolphin Script/obj/Debug/Dolphin Script.csproj.GenerateResource.Cache
Binary file not shown.
Binary file removed
BIN
-2.33 KB
Dolphin Script/obj/Debug/Dolphin Script.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-10.1 KB
(66%)
MixerChatAPI/obj/Debug/MixerChatAPI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberCLI/bin/Release/SmiteMixerListener.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberCLI/bin/Release/SmiteMixerListener.pdb
Binary file not shown.
Binary file modified
BIN
-17.1 KB
(55%)
...xerCodeGrabberCLI/obj/Debug/SmiteMixerCodeGrabberCLI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
...rCodeGrabberCLI/obj/Release/SmiteMixerCodeGrabberCLI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberCLI/obj/Release/SmiteMixerListener.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberCLI/obj/Release/SmiteMixerListener.pdb
Binary file not shown.
This file contains 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 file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/bin/Debug/Smite Mixer Code Grabber.exe
Binary file not shown.
Binary file modified
BIN
+2 KB
(100%)
SmiteMixerCodeGrabberGUI/bin/Debug/Smite Mixer Code Grabber.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/bin/Release/Smite Mixer Code Grabber.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/bin/Release/Smite Mixer Code Grabber.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/bin/Release/SmiteMixerListener.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/bin/Release/SmiteMixerListener.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/obj/Debug/Smite Mixer Code Grabber.exe
Binary file not shown.
Binary file modified
BIN
+2 KB
(100%)
SmiteMixerCodeGrabberGUI/obj/Debug/Smite Mixer Code Grabber.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/obj/Debug/SmiteMixerCodeGrabberGUI.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified
BIN
-20.6 KB
(55%)
...xerCodeGrabberGUI/obj/Debug/SmiteMixerCodeGrabberGUI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/obj/Release/Smite Mixer Code Grabber.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/obj/Release/Smite Mixer Code Grabber.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SmiteMixerCodeGrabberGUI/obj/Release/SmiteMixerCodeGrabberGUI.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...rCodeGrabberGUI/obj/Release/SmiteMixerCodeGrabberGUI.csprojResolveAssemblyReference.cache
Binary file not shown.