Jump to content

SolemnStrike

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by SolemnStrike

  1. It perfectly works!!!!! Big Big Thanks! #closed
  2. Hey it is me again... I just managed to send a message via a discord webhook in another coding language (screenshot). As you can see there is not much needed, but still i simply can't make it work in AutoIT. I also tried to use JSON.au3, since this is what Discord wants. Does someone has time and can write me an example?
  3. Hey, I know the title sounds weird, but i couldn't find better words for it... I finally managed to have a working image search (yes yes i know image search is evil :p). I noticed that even if the script is compiled, the images have to be in my script folder. But i don't want that the images i'm searching for on the screen can be viewed, edited etc by every user. Is there a way to... uhm... put them in a file like .rar, but one that can't be easily opened? 🤔 Edit: Now that i think of .rar, maybe using a .rar which is protected by a password... Can autoit search, open, extract, use and delete that? (I guess so, I didn't search for this yet, going to google that asap)
  4. I "solved" the Problem like this btw: - takes Hardware id - encrypt hardware id - downloade .txt from my Dropbox etc - read the .txt and check if the encrypted hardware id is in there If yay then you can pass, If nay then it will show the encrypted hardware id (and put it in the clipboard) so the user can send me his money and the encrypted hardware id and ill add it to the list then. Why i used this method even tho its less save than a php site etc? Because if someone sniffs the downloaded .txt he has to decrypt or encrypt a hardware id first with my algorithm. To get my algorithm he has to crack my program first. And if he managed to do this, he could also simply remove the whole login part anyway, thats why its pointless to try to make it more serverbase imo (maybe i forget something tho)
  5. Hello, Maybe some of you know the program / site "discord.gg", it's a Chat for gamers. There is a function called "WebHook" which is more or less a little pseudo bot. You get a link and over this you can let the bot send whatever you want. For example here is a little bot/webhook that posts the newest NASA articles, including Pictures. I "created" this with the site "ifttt.com" which manages webhooks for you. Now my question: When there is an event detected by my bot, can i send a message from my Bot directly to my Discord Webhook with the link? A message like "loot xyz is found"? If this is not possible, i would try to use a longer way: When my Bot detects an event, I would try to trigger "ifttt.com" with something like an email or something else (i still have to figure out what is the best, fastest and securest way) and trigger my Discord Webhook this way, but this would take way longer since it has to go over "ifttt.com"...
  6. ah ok another question: i read somewhere that anyone could use a simple debug tool i guess something like dnSpy and then crack my program to bypass the whole login because that is not in the hidden code or something, is that really correct?
  7. just found this, it is free but has a limit of 10mb. i wonder if that will be enough https://www.gearhost.com/
  8. cool thank you for the welcome, what is UDF? user-defined function? the thing is i never did this server communication before and hoped for a code i can use for orientation or even a tutorial ^^ also can you suggest me an hoster? i found this but maybe there is even a free server https://www.drivehq.com/CloudFTPServerHosting/
  9. I have exactly the same problem! I coded a program, and want to "rent" it. every 30 days a payment and maybe a trial but that isn't needed. @orbs XProTec's post looks interesting, but i think there are 2 problems, corect me if that is wrong. But in his example it is after a "pay once and keep forever" system isn't it? but we want a subscription system. The 2nd Problem is that i'm doing it for a community that is well connected, if there was just 1 password or something they would just share it around, means that there has to be a kind of login AND something to avoid account sharing (i thought about logging the ip address or even MAC if that is even possible). So what i thought about is SQL and a simple webserver with 4 fields. Username, Password, Account Creation and something to avoid account sharing. Also i don't need an automated registration or something (at least not yet) i would enter the data manually in the file on the server, any idea or link that could help me to do this?
×
×
  • Create New...