Jump to content

The Question You ALL Hate 0.0


shax0r
 Share

Recommended Posts

Please Pm me the solution here. There is an online game I've been able to script an aimbot for. It searches for the pixel colors you see:

WinActive("FPSshooter.exe")
HotKeySet("0", "_c") ;close func _a()
HotKeySet("9", "_d") ;close func _b()
HotKeySet("8", "_b")
HotKeySet("7", "_a")
while 1
sleep(200)
WEnd
Func _a()
$var = 1
while $var = 1
    $coord = PixelSearch( 0, 0,1024, 768, 0x845C5C )
    $coord = PixelSearch( 0, 0,1024, 768, 0x5D3A3A )
     $coord = PixelSearch( 0, 0,1024, 768, 0xDE9890 )
$coord = PixelSearch( 0, 0,1024, 768, 0x96656A )
If Not @error Then
      MouseMove($coord[0], $coord[1])
    EndIf
wend
EndFunc
Func _b()
$1var = 1
while $1var = 1
$coord = PixelSearch( 0, 0,1024, 768, 0x906261 )
    $coord = PixelSearch( 0, 0,1024, 768, 0xB17977 )
     $coord = PixelSearch( 0, 0,1024, 768, 0x91636A )
$coord = PixelSearch( 0, 0,1024, 768, 0xF59F7E )
If Not @error Then
      MouseMove($coord[0], $coord[1])
    EndIf
WEnd
EndFunc

Func _c()
$var = 0
Endfunc
Func _d()
$1var = 0
Endfunc

It's been tested and works, although crashes the client now and then, and the colors are shades of the players' white skin, when I should've done team color uniforms. Thats my mission next.

NOW THE QUESTION YOU ALL HATE:

I need to hide this process from being seen from the process list, I tried rewritting the

NtQuerySystemInformation with the Microsoft Driver Development Kit (basically making a rootkit with microsoft's help), but came back with a few errors compiling the 4 files, even running as admin. Probably old source issue (http://l33ts.org/forum/Thread-Tutorial-Source-Hooking-NtQuerySystemInformation-to-hide-processes)

If there is anyway I can hide my aimbot fom process manager list, I can assure you I am Not Doing anything malicious, for I do not know how to begin with the creation of a virus!!!

Any private messages or posts to help would be nice, and any code you share would not be leaking from my eyes

Link to comment
Share on other sites

I dont think you will receive any help from anyone here regarding this. I guess you have probably read the forum rules from the title of your post and i think this is certainly not going to go down well with the moderators.

Drunken Frat-Boy Monkey Garbage

Link to comment
Share on other sites

Apparently you haven't read the forum rules. Please do now!

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

I'm just lost as to how this can be used maliciously, since any virus that hides from task manager view is still EASILY removable. I know I'm a new member, but if you have to ban me or delete this thread, then its sad we can't get any help on an educational question. It is a right to reverse engineer.

Link to comment
Share on other sites

The problem starts with the first line of your post. Please re-read the forum rules and you will understand why you won't get any help on your subject.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

I request you be deleted. Or blocked. Oh wait, that's my job! Request granted! Permanently blocked from the forum as there's a clear lack of respect and/or understanding of the rules on display here.

Just a reminder to the rest of you. It doesn't matter if your code can be used maliciously. The rules is zero-tolerance. That means don't post on this subject. Full stop. No arguments. No debates.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...