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 


Help

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

Joined: 16 Jul 2014
Posts: 0
Location: na

PostPosted: Wed Jul 16, 2014 4:44 pm    Post subject: Help Reply with quote

I'm new to cheating on games. The game i'm trying to hack is about making you're own games/levels with the lua scripting they offer. There was a few hacks I saw where players can inject their own game script in the game even though they are not the owner of that place/game. The script looks something like this:
Code:
 [local _a,aa,ba="RobloxPlayer.exe",{} function main() local da,_b=getProcessIDFromProcessName(_a) if da then for ab,bb in next,aa do if da==bb then _b=true;break end end if _b then return true end;aa[#aa+1]=da;openProcess(_a)debugProcess(2) ba=stringlist_getString(AOBScan"0F
B6015EC3CCCCCCCCCCCCCC",0
)debug_setBreakpoint(ba)end;return true end function debugger_onBreakp
oint()debug_removeBreakpoint(ba) debug_setBreakpoint(
ba) if readBytes(EAX,1)==0x66 and readBytes(EAX+8,1)==0x20 then if not writeBytes(EAX,{0x0D,0x0A,0x09,0x09,0x09,0x49,0x6E,0x73,0x74,0x61,0x6E,0x63,0x65,0x2E,0x6E,0x65,0x77,0x28,0x22,0x48,0x69,0x6E,0x74,0x22,0x2C,0x20,0x57,0x6F,0x72,0x6B,0x73,0x70,0x61,0x63,0x65,0x29,0x2E,0x54,0x65,0x78,0x74,0x20,0x3D,0x20,0x22,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x20,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x6C,0x6F,0x61,0x64,0x65,0x64,0x21,0x22,0x0D,0x0A,0x09,0x09,0x09,0x47,0x61,0x6D,0x65,0x3A,0x47,0x65,0x74,0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x20,0x22,0x50,0x6C,0x61,0x79,0x65,0x72,0x73
,0x22,0x2E,0x4C,0x6F,0x63,0x61,0x6C,0x50,0x6C,0x61,0x79,0x65,0x72,0x2E,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x3A,0x63,0x6F,0x6E,0x6E,0x65,0x63,0x74,0x28,0x66,0x75,0
x6E,0x63,0x74,0x69,0x6F,0x6E,0x28,0x6D,0x73,0x67,0x29,0x0D,0x0A,0x09,0x09,0x09,0x09,0x79,0x70,0x63,0x61,0x6C,0x6C,0x28,0x6C,0x6F,0x61,0x64,0x73,0x74,0x72,0x69,0x6E,0x67,0x28,0x6D,0x73,0x67,0x29,0x29,0x0D,0x0A,0x09,0x09,0x09,0x65,0x6E,0x64,0x29,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0
x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D})then messageDialog("Injection failed!",1,2)end end;return 1 end;local ca=createTimer(nil)timer_setInterval(ca,250) timer_onTimer(ca,main)
]



This script was patched a long time ago and no longer works but I need help to create a new one. How can I create a assembly script that injects this code
Code:
0x0D,0x0A,0x09,0x09,0x09,0x49,0x6E,0x73,0x74,0x61,0x6E,0x63,0x65,0x2E,0x6E,0x65,0x77,0x28,0x22,0x48,0x69,0x6E,0x74,0x22,0x2C,0x20,0x57,0x6F,0x72,0x6B,0x73,0x70,0x61,0x63,0x65,0x29,0x2E,0x54,0x65,0x78,0x74,0x20,0x3D,0x20,0x22,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x20,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x6C,0x6F,0x61,0x64,0x65,0x64,0x21,0x22,0x0D,0x0A,0x09,0x09,0x09,0x47,0x61,0x6D,0x65,0x3A,0x47,0x65,0x74,0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x20,0x22,0x50,0x6C,0x61,0x79,0x65,0x72,0x73,0x22,0x2E,0x4C,0x6F,0x63,0x61,0x6C,0x50,0x6C,0x61,0x79,0x65,0x72,0x2E,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x3A,0x63,0x6F,0x6E,0x6E,0x65,0x63,0x74,0x28,0x66,0x75,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x28,0x6D,0x73,0x67,0x29,0x0D,0x0A,0x09,0x09,0x09,0x09,0x79,0x70,0x63,0x61,0x6C,0x6C,0x28,0x6C,0x6F,0x61,0x64,0x73,0x74,0x72,0x69,0x6E,0x67,0x28,0x6D,0x73,0x67,0x29,0x29,0x0D,0x0A,0x09,0x09,0x09,0x65,0x6E,0x64,0x29,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D

_________________
-This user has no signature-
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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