View previous topic :: View next topic |
Author |
Message |
danred How do I cheat?
Reputation: 0
Joined: 07 Feb 2014 Posts: 3 Location: malaysia
|
Posted: Fri Feb 07, 2014 8:57 am Post subject: attaching form |
|
|
how to make attachment form plz make video coz i dont understand anything[/url]
Description: |
|
Filesize: |
11.9 KB |
Viewed: |
19538 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
|
|
Back to top |
|
 |
danred How do I cheat?
Reputation: 0
Joined: 07 Feb 2014 Posts: 3 Location: malaysia
|
Posted: Fri Feb 07, 2014 10:07 am Post subject: i dont understand that |
|
|
i dont understand that
|
|
Back to top |
|
 |
faizangmc Expert Cheater
Reputation: 0
Joined: 12 Nov 2013 Posts: 167
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
|
Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Sat Feb 08, 2014 9:46 am Post subject: |
|
|
Here's a shorter and cleaner version of the right picking process (this script is for chrome, modify it for you specific browser (from chrome.exe to yourbrowser.exe)
Code: | errorOnLookupFailure(false);
ChromeAttach = {
AllProcesses = {};
RightProccess = function () return (getAddress("pepflashplayer.dll")~=0 or getAddress("AdobeCPGetAPI")~=0) end;
FindProcess = function () if (ChromeAttach.Started) then return end; if (#ChromeAttach.AllProcesses == 0) then ChromeAttach.GetChromeProcesses(); end; createNativeThread(function () ChromeAttach.Started = true; for k,v in pairs(ChromeAttach.AllProcesses) do openProcess(k); reinitializeSymbolhandler(); if (ChromeAttach.RightProccess()) then ChromeAttach.Function(); ChromeAttach.Started = false; break; end; end; ChromeAttach.AllProcesses = {}; ChromeAttach.Started = false; end); end;
GetChromeProcesses = function () local SL=createStringlist(); getProcesslist(SL); for i=0,strings_getCount(SL)-1 do local entry = strings_getString(SL,i); local processname = entry:sub(10,255); local PID = tonumber('0x'..entry:sub(1,8)); if processname:lower() == 'chrome.exe' then ChromeAttach.AllProcesses[PID] = true; end; end; end;
Started = false;
Start = function (Function) ChromeAttach.Function = Function; ChromeAttach.FindProcess();end;
Function = nil;
};
ChromeAttach.Start(function () showMessage('Successfully attached!'); end) |
_________________
I'm rusty and getting older, help me re-learn lua. |
|
Back to top |
|
 |
danred How do I cheat?
Reputation: 0
Joined: 07 Feb 2014 Posts: 3 Location: malaysia
|
Posted: Sat Feb 08, 2014 10:17 pm Post subject: how |
|
|
how to key in the code
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sun Feb 09, 2014 7:33 am Post subject: |
|
|
hotkey for what?
_________________
|
|
Back to top |
|
 |
|