Jump to content

shax0r

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by shax0r

  1. I REQUEST MY TOPIC BE DELETED PLEASE PROBLEM SOLVED
  2. 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.
  3. 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
×
×
  • Create New...