[Release] KP generator/spammer (with source code)

09/21/2020 15:40 Starwrath#1
Hello,

Are you tired of not being able to join groups due to stupid KP requirements? Or do you just want to see the world burn? Good, here is a little program to generate and spam kill proofs.

I added the source code for those who don't like to run unknown people's executables, for the curious and for those who want to rework it.
but it's an AHK file so you will need [Only registered and activated users can see links. Click Here To Register...] (the executable can be launched without autohotkey).

The source code is also in plaintext at the bottom of the exe file (like any .exe compiled through AHK).

Included KPs:
  • Unstable cosmic essence
  • LI
  • LD
  • Desmina
  • Dhuum
  • Qadim1
  • Qadim2

How to use:
  1. Run "links.exe".
  2. Make sure your in-game chat is closed.
  3. Use Ctrl + Numpad (1 to 6) to link the selected KP/amounts as fast as you wish, there are 6 different shortcuts so you can quickly spam different amounts of KPs to make it look like you have up to 6 different stacks of any KP.

If it doesn't send the links to the chat, you may need to run the script (either the .ahk or the .exe) as admin.

preview:

[Only registered and activated users can see links. Click Here To Register...]

download:
10/24/2020 21:30 Starwrath#2
Quote:
Hey i wonder, is there any easy way to add some other chatcodes by myself ?
Hello,

Yes you can modify the ahk script and use it through autohotkey.

To give an example, let's say that you want to add the twin largos KP.

First you can modify the dropdown lists at line 26 and 46 like so:

Code:
Gui, Add, DropdownList, vSelectedLinkTop x100 y115 w80,FOTM||LI|LD|Desmina|Dhuum|Qadim1|Qadim2|eternities|largos
Then you need to get the decoded base64 link (&AgEcWwEA => `2 1 28 91 1 0`). You can use [Only registered and activated users can see links. Click Here To Register...] for example.

with that you can to edit the `GetLinkCode` function at line 176, in this case you would add:

Code:
if KPType = largos
    return [2, amount, 28, 91, 1, 0]
03/31/2022 11:32 shamanking#3
ty for this
04/06/2022 22:32 labyhub#4
If it works, thanks ;)
04/14/2022 22:33 T1Cybernetic#5
This is perfect ;) Thank you very much!
04/15/2022 12:26 fehc#6
virus total 3\72

[Only registered and activated users can see links. Click Here To Register...]
12/26/2022 23:27 okley9951#7
Still works?