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 


url injections

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
avangers
Newbie cheater
Reputation: 0

Joined: 20 Sep 2017
Posts: 18

PostPosted: Sat Dec 29, 2018 9:38 am    Post subject: url injections Reply with quote

Dear CE forum should it be possible for make a AOB script but on the way by enabling your first scan code and replacement code by a local url function

i got a registration form code
Code:
function Login(sender)
if syntaxcheck then return end
-- username
local url1 = ""
local http = getInternet()
local result = http.getURL(url1)
if result then
 result=tostring(result:match("%w+"))
 local trainer_verifier = UDF1.CEEdit1.Text
  if trainer_verifier ~= result then --end
  showMessage("No ver")
  return
 end
if syntaxcheck then return end
-- password
local url = ""
local http = getInternet()
local result = http.getURL(url)
if result then
 result=tostring(result:match("%w+"))
 local trainer_verifier = UDF1.CEEdit2.Text
  if trainer_verifier ~= result then --end
  showMessage("No Name or Pass !")
  else

showMessage("Done")
UDF2.show();
UDF1.hide();
HomePanel();
  return
end
end
end
end


and i was thinking for making a same project as this but for enable your AOB codes if it is possible let me know i'm now messing around with it and if i got the solution i share it here if anyone else got the solution please contact me here

example :

Code:
function Title_of_the_hack()
 s = AOBScan(HackUrl1, "+W*X-C")
 if (s) then
 lngt = s.getCount()
 for x=0, lngt-1, 1 do
 writeBytes(s[x], HackReplacement1)
 end
 Hack3.Caption = 'Enabled'
 beep()
 s.Destroy()
 s = nil
 else
 showMessage("FAILED to activating hack. Open game and check attached process or game has been updated. Also try refresh game.")
 --Hack3.Caption = 'Failed
 return
end
end


this is not working i know but i wanna try make it like this then my codes are better protected

regards avangers[/code]
Back to top
View user's profile Send private message Yahoo Messenger
AylinCE
Grandmaster Cheater Supreme
Reputation: 30

Joined: 16 Feb 2017
Posts: 1227

PostPosted: Sat Dec 29, 2018 10:07 am    Post subject: Reply with quote

If the purpose is to protect the codes;
You should read the code in .cetrainer.
Warning: you have to parse the encrypted code as Text.
https://www.dosyaupload.com/a9iw
Use this method if you do not parse it as text.

https://forum.cheatengine.org/viewtopic.php?p=5744960

else

2. The code you're working on is more complex and the location is uncertain.

but not unsolvable. Wink

end

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website 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