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 


Scan IP in click Button

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Sting9x
Expert Cheater
Reputation: 0

Joined: 27 Jul 2016
Posts: 124

PostPosted: Tue Jan 10, 2017 7:20 am    Post subject: Scan IP in click Button Reply with quote

Hello, I have an idea I have an idea. Is there any code to the click on the button will immediately scan the user's IP Very Happy , I get ideas from this article http://forum.cheatengine.org/viewtopic.php?t=601158
Back to top
View user's profile Send private message
akumakuja28
Master Cheater
Reputation: 16

Joined: 28 Jun 2015
Posts: 432

PostPosted: Tue Jan 10, 2017 3:18 pm    Post subject: Reply with quote

Code:

function getIP()
grabinternet=getInternet()
IP_Read = grabinternet.getURL("http://whatsmyip.net/")

--print(IP_Read)


local find = [[<acronym title="Internet Protocol">IP</acronym> Address is <input type="text" value=]]

local find_2 = [[" /></h1>
<br />
<h1 class="ip">]]

local A =  (string.find (IP_Read, find))
local C =  (string.find (IP_Read, find_2))


IP =  string.sub (IP_Read,A+85,C-1)
print(IP)
end


getIP()











I dont know why i did this. Feel like this is a bad idea?

_________________
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1667

PostPosted: Tue Jan 10, 2017 10:19 pm    Post subject: Reply with quote

via JAVA / HTML script made it simple

Code:
<script type="text/javascript">
  var userip;
</script>
...
<script type="text/javascript" src="https://l2.io/ip.js?var=userip"></script>
...
<script type="text/javascript">
  document.write("Your IP is :", userip);
</script>


Copy and paste script above to notepad, save as blabla.html, next just double click it to see your IP. Razz
Back to top
View user's profile Send private message
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