Search found 35 matches

by rootmos
30 Sep 2016, 05:05
Forum: Gaming Scripts (v1)
Topic: Need a mouse4 spammer that spam space
Replies: 2
Views: 2046

Re: Need a mouse4 spammer that spam space

Learn how to use search function please! :bravo:
by rootmos
03 Sep 2016, 19:24
Forum: Ask for Help (v1)
Topic: Hide process?
Replies: 5
Views: 13099

Re: Hide process?

Here's from the old forums! Hope it helps https://autohotkey.com/board/topic/78872-hyde-your-process-from-the-task-manager/ I tested it a long time ago, it did work. Not sure if it works on Windows 10 or Windows 7 though. Hyde dll source code: https://autohotkey.com/joe_df/autohotkey_scripts_archive...
by rootmos
02 Sep 2016, 05:38
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 187148

Re: [Archive] Collection of lost AHK Scripts & Libraries

Somehow i didnt see the notice about new posts..

@joedf I will send you dropbox link in a PM!

@lmstearn Yeah I took it down, needed the repository space for a project. Sorry about that! :geek:
by rootmos
31 Jul 2016, 07:36
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 245
Views: 185561

Re: A Github organisation for ahkscript

Please add me as well! Github: rootm0s
by rootmos
29 Jul 2016, 09:31
Forum: Gaming Scripts (v1)
Topic: CS:GO Steam API and Backpack API
Replies: 0
Views: 9300

CS:GO Steam API and Backpack API

Sharing this if anyone is instrested knowing how the Steam API and CSGO backpack API works with AHK! Just a basic example though. :) AutoHotkey and Steam API: How to get float value of item and parse the json data so it's readable. API_Key = ; Enter your Steam API key Steam64_ID = ; Enter your Steam...
by rootmos
31 May 2016, 15:37
Forum: Tutorials (v1)
Topic: How to optimize the speed of a script as much as possible.
Replies: 122
Views: 200962

Re: How to optimize the speed of a script as much as possible.

This is awesome! Thanks for sharing! :)
by rootmos
27 May 2016, 05:56
Forum: Ask for Help (v1)
Topic: Run a website with no statusbar
Replies: 5
Views: 1660

Re: Run a website with no statusbar

langben wrote:Do I need to do anything else? D
Uninstall Autohotkey and install it again, you might have an outdated version :)
by rootmos
26 May 2016, 07:14
Forum: Ask for Help (v1)
Topic: AltTab and Windows Server 2012R2
Replies: 1
Views: 967

Re: AltTab and Windows Server 2012R2

If I get access to your server I can try some code Image
by rootmos
26 May 2016, 06:32
Forum: Ask for Help (v1)
Topic: Combine Multi Key to 1 key
Replies: 4
Views: 1429

Re: Combine Multi Key to 1 key

This is working for me:

Code: Select all

$3::
SendInput {3}
SendInput {4}
SendInput {5}
Return
by rootmos
26 May 2016, 06:15
Forum: Ask for Help (v1)
Topic: Variable security inside a running script
Replies: 8
Views: 3066

Re: Variable security inside a running script

Dont think you understand my code then, because variable u = "test" is the password, or as I call it, a secret key to decrypt/encrypt my mail/password.
by rootmos
26 May 2016, 05:51
Forum: Ask for Help (v1)
Topic: HELP with autohotkey-obfuscator-master
Replies: 12
Views: 4549

Re: HELP with autohotkey-obfuscator-master

Hint: rename all the variables and functions to something unreadable..

Example on variable/function names:

Code: Select all

fkffffk#k#k#ff
fkfff@k#k#k#ff
fk@@ffk#k#k#fz
by rootmos
26 May 2016, 04:13
Forum: Ask for Help (v1)
Topic: Variable security inside a running script
Replies: 8
Views: 3066

Re: Variable security inside a running script

AHK scripts will always be easy to reverse-engineer, even if they are compiled and compressed with mpress/upx for example. I wrote some code a few weeks ago, I got my mail and password information in a ini file and didn't want it in plain-text so I decided to XOR crypt the mail/password strings in t...
by rootmos
26 May 2016, 02:24
Forum: Ask for Help (v1)
Topic: HELP with autohotkey-obfuscator-master
Replies: 12
Views: 4549

Re: HELP with autohotkey-obfuscator-master

I tried the very same obfusecator but didn't get it to work either! Anyway there's tons of "packers" out there for compiled AHK scripts: https://www.google.se/search?q=exe+compressors&oq=exe+compressors&aqs=chrome..69i57j0l5.2575j0j7&sourceid=chrome&ie=UTF-8 If you want to make your code more un-rea...
by rootmos
25 May 2016, 14:22
Forum: Ask for Help (v1)
Topic: Help on Simple Script Topic is solved
Replies: 8
Views: 2895

Re: Help on Simple Script Topic is solved

You can remove

Code: Select all

;Hotkey,LButton,Toggle
if you want, it's just a comment. :)
by rootmos
25 May 2016, 13:59
Forum: Ask for Help (v1)
Topic: Help on Simple Script Topic is solved
Replies: 8
Views: 2895

Re: Help on Simple Script Topic is solved

I think I understand, it seems like you missed the Return command in the end dof the Lbutton:: code Sorry, I wasn't clear enough on my part. My bad. What I meant was like I want to be able to toggle the script on and off with X, because what happens is that I'm not able to left click. For some reaso...
by rootmos
25 May 2016, 13:50
Forum: Ask for Help (v1)
Topic: Help on Simple Script Topic is solved
Replies: 8
Views: 2895

Re: Help on Simple Script Topic is solved

You can toggle the hotkeys for Lbutton with this code:

Code: Select all

F1::Hotkey,Lbutton,Toggle
by rootmos
17 May 2016, 02:49
Forum: Gaming Help (v1)
Topic: Aimbot?
Replies: 4
Views: 45881

Re: Aimbot?

Learn to search the forums, there is several posts about this! :)

Gaming section:
https://autohotkey.com/boards/viewforum.php?f=19

"ColorBot Aka TriggerBot"
https://autohotkey.com/boards/viewtopic ... 19&t=12056
by rootmos
16 May 2016, 09:09
Forum: Ask for Help (v1)
Topic: send data to a server without using a browser?
Replies: 3
Views: 2038

Re: send data to a server without using a browser?

Im using this to send some api calls, might be usefull! HostInput = google.se ; or ip 8.8.8.8 ErrorMsg := "error check your api query" Address := "http://api.hackertarget.com/nping/?q=" . HostInput HTMLdata := HTTP(Address, "") IfInString, HTMLdata, %ErrorMsg% { Msgbox %ErrorMsg% } else { Msgbox %HT...
by rootmos
16 May 2016, 09:00
Forum: Ask for Help (v1)
Topic: Fastest way to replace text?
Replies: 10
Views: 4031

Re: Fastest way to replace text?

Instead of looping, can't you just read it all into one variable and do a StringReplace...All on the whole thing for each piece of text to be replaced? That would be very fast. If the text contains more than 256 characters the variable will be to long. https://autohotkey.com/docs/Variables.htm Vari...
by rootmos
16 May 2016, 08:38
Forum: Ask for Help (v1)
Topic: Fastest way to replace text?
Replies: 10
Views: 4031

Re: Fastest way to replace text?

Hi, im not sure if it's faster or not, but im using this lib: https://github.com/hi5/TF

Go to advanced search