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 


I'm trash at LUA. Can anyone make this a trainer for me?

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  

How much of a piece of shit am I?
1 gram
0%
 0%  [ 0 ]
100 kilograms
100%
 100%  [ 2 ]
Total Votes : 2

Author Message
PATRICKMTL2
How do I cheat?
Reputation: 0

Joined: 04 Jan 2017
Posts: 7

PostPosted: Wed Jan 04, 2017 12:39 am    Post subject: I'm trash at LUA. Can anyone make this a trainer for me? Reply with quote

Hello, first thread. >.>
I need help making a trainer because I'm trash w/ this stuff ;-;
If anyone is willing to make it for me, here's what I need.
Hotkey to toggle the address 10794DA0's value from 0 and 60
It can be 6.6 lua now. Found a bypass c:
Script only. Like open CE, put in the code, execute and voila.
Thats.. pretty much it.
Info that might help you make the script:
Process Name: RobloxPlayerBeta.exe
Address type: Double
Hotkey: F2
Das it. Peace ^_^
Thanks to anyone who creates the trainer for me
kluvubb,bye

_________________
is this where the dank memes go


Last edited by PATRICKMTL2 on Wed Jan 04, 2017 1:05 am; edited 1 time in total
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Wed Jan 04, 2017 12:51 am    Post subject: Reply with quote

Create a table script and give it a hotkey
Code:
[ENABLE]
10794DA0:
dq (double)60
[DISABLE]
10794DA0
dq (double)0

Hmm, when was createHotkey() added...
Code:
if myhotkey then
  myhotkey.Destroy()
end
myhotkey = createHotkey(function()
  mytoggle = not mytoggle
  if mytoggle then
    writeDouble("10794DA0", 60)
  else
    writeDouble("10794DA0", 0)
  end
end, VK_J)
Back to top
View user's profile Send private message
PATRICKMTL2
How do I cheat?
Reputation: 0

Joined: 04 Jan 2017
Posts: 7

PostPosted: Wed Jan 04, 2017 1:06 am    Post subject: Reply with quote

Zanzer wrote:
Create a table script and give it a hotkey
Code:
[ENABLE]
10794DA0:
dq (double)60
[DISABLE]
10794DA0
dq (double)0

Hmm, when was createHotkey() added...
Code:
if myhotkey then
  myhotkey.Destroy()
end
myhotkey = createHotkey(function()
  mytoggle = not mytoggle
  if mytoggle then
    writeDouble("10794DA0", 60)
  else
    writeDouble("10794DA0", 0)
  end
end, VK_J)

Zanzer wrote:
Create a table script and give it a hotkey

how ;-;
the hotkey i'd prefer is F3. if its ok Very Happy

_________________
is this where the dank memes go
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Wed Jan 04, 2017 2:18 am    Post subject: Reply with quote

We do not support online / multiplayer hacking on this site.
http://forum.cheatengine.org/faq.php#0

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    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