Search found 2 matches

by itsholy
25 Apr 2022, 16:37
Forum: Ask for Help (v1)
Topic: Read discord local storage using ahk
Replies: 2
Views: 637

Re: Read discord local storage using ahk

There are website for getting your discord id. You're probably wanna make a token grabber. So not gonna try to help.
by itsholy
14 Feb 2022, 02:11
Forum: Ask for Help (v1)
Topic: Send message to discord by gui button
Replies: 4
Views: 2172

Re: Send message to discord by gui button

You can send a msg with a simple msg http request. TOKEN:="YOUR ACC TOKEN" URL := "https://discord.com/api/v8/channels/ID_OF_CHANNEL/messages" payload := {"content":"TEXT HERE", tts: false} WebRequest := ComObjCreate("WinHTTP.WinHTTPRequest.5.1") WebRequest.Open("POST",URL, False) WebRequest.SetRequ...

Go to advanced search