Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


attaching form

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
danred
How do I cheat?
Reputation: 0

Joined: 07 Feb 2014
Posts: 3
Location: malaysia

PostPosted: Fri Feb 07, 2014 8:57 am    Post subject: attaching form Reply with quote

how to make attachment form plz make video coz i dont understand anything[/url]


see_239.png
 Description:
 Filesize:  11.9 KB
 Viewed:  19538 Time(s)

see_239.png


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25769
Location: The netherlands

PostPosted: Fri Feb 07, 2014 9:08 am    Post subject: Reply with quote

http://forum.cheatengine.org/viewtopic.php?t=568466
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
danred
How do I cheat?
Reputation: 0

Joined: 07 Feb 2014
Posts: 3
Location: malaysia

PostPosted: Fri Feb 07, 2014 10:07 am    Post subject: i dont understand that Reply with quote

i dont understand that
Back to top
View user's profile Send private message
faizangmc
Expert Cheater
Reputation: 0

Joined: 12 Nov 2013
Posts: 167

PostPosted: Fri Feb 07, 2014 11:32 am    Post subject: Reply with quote

DaSpamer explained this here : (see 2nd post by him) Working script :

Read after 'EDIT'

http://forum.cheatengine.org/viewtopic.php?p=5480782
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Fri Feb 07, 2014 12:59 pm    Post subject: Reply with quote

Yes, you can read this topic (page 2 and 3):
http://forum.cheatengine.org/viewtopic.php?t=564249

And then:
http://forum.cheatengine.org/viewtopic.php?t=565851
It is ready to use DaSpamer's script (try the script just after an "Edit")
(it is based on my pickRightProcess and mail between me and DaSpamer)

_________________
Back to top
View user's profile Send private message MSN Messenger
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Sat Feb 08, 2014 9:46 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
danred
How do I cheat?
Reputation: 0

Joined: 07 Feb 2014
Posts: 3
Location: malaysia

PostPosted: Sat Feb 08, 2014 10:17 pm    Post subject: how Reply with quote

how to key in the code
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Sun Feb 09, 2014 7:33 am    Post subject: Reply with quote

hotkey for what?
_________________
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites