The cheat tag has no wiki summary.
7
votes
2answers
1k views
Cheat for hidden game “Atari Breakout” in Google Image Search
How would a cheat/auto moving paddle in this hidden html game look like?
There is a
<div id="breakout-ball"><span>●</span></div>
and a
<div ...
-1
votes
0answers
55 views
cheat unity webplayer with cheat engine [closed]
I'm trying to cheat some game which works on unity webplayer engine.
In the game you own the server, so all the game details are in your computer memory.
I succeeded to reach to the pointer that ...
-1
votes
1answer
42 views
Is there any cheat sheet combining all the possible API calls we can make? [closed]
I was wondering if any of you would know of a (even partial) cheat sheet combining the possible calls to the API ? something like prototype cheat sheet
I find it so much easier to work with a list ...
0
votes
1answer
20 views
accesskey not working when inside iframe, unless iframe is clicked
Hello I have an inside my index.
Inside that I have To some_html.html
however, pressing alt +s doesn't redirect me to some_html.html, unless I click on the first.
Why is this?
and is there a fix ...
1
vote
3answers
159 views
Compare multiple files for common code
I have two projects each with a massive code base. I'd like to run a tool to go through all the files in every project and show me which files across the projects have similar code. I'm not even sure ...
-2
votes
1answer
60 views
How to identify visitors are unique?
i trying make an internet voting service but the problem is internet is just so easy to cheat by creating multiple accounts and vote same thing. capcha and email is not helping as take just 3 second ...
1
vote
1answer
189 views
How does Heroku consider “cheats” done to keep small apps (1 dyno) running? [closed]
Heroku apps with one dyno get shut down after one hour of inactivity.
There are some ways to avoid that. But how do the Heroku guys consider this?
1
vote
2answers
162 views
Protect HTTP request from being tamper
I'm using a public API for my web app and iPhone app. My app performs basics CRUD operations into a database.
As the client key of the API is sent in the HTTP request header, it will be easy for ...
10
votes
1answer
491 views
Using Magento as the main, and creating a single sign on to integrate with other third party software
This has been something I have been trying to work on for a good long time. It first started with Prestashop as an integration with other scripts or pieces of the puzzle I needed to make for an ...
0
votes
2answers
435 views
cheat sheet for putting up a Rails app
is there a cheat sheet for putting up a Rails app (scaffolding is OK) all I need is 1 database called users with 2 fields name and email as string fields. I need the commands from:
rails new app_name
...
0
votes
2answers
143 views
vote algorithm to avoid cheat
I would like to build a vote website, something like a +1 of facebook.
Is there some best practice to deal against cheat ?
Best way would be to use facebook, twitter and/or google to have unique ...
0
votes
1answer
204 views
Getting a different address from a HANDLE in C++ every time I re-compile and run the program?
I'm trying to get the starting address of a process in C++ by getting the handle and printing its value. I tried getting the starting address of Spider Solitaire through Cheat Engine and it gives me ...
1
vote
2answers
506 views
How do I use a game's base pointer to edit a value in C++?
Okay I've followed a couple of tutorials on how to find the base/static pointer of a game's value with cheat engine (hp, strength, experience, gold, etc). To test this I tried it on Microsoft's Spider ...
0
votes
1answer
398 views
Windows xp 32bits d3d9.dll vs Windows 7 64bits d3d9.dll
I have issue to do code cave for my hack.
windows xp 32bits d3d9.dll runtime return addresses
4fe50000 (base address)
4fe58840 (drawindexedprimitive virtual table address)
4fe571b0 (endscene virtual ...
1
vote
1answer
395 views
i have the anti-cheat program SSDT hook addresses, but how do i restore them?
i have all the SSDT hook addresses from the anti-cheat program at a game (from kernel detective). but my code doesn't seem able to change the address hex contents. please help. thanks.
Address to be ...
0
votes
0answers
77 views
change debug port status of a program
well, i want to attach ollydbg to a game, but the anti-cheat programs hide the PID and disable the debugging mode. what i did the research is to change the debug port status in the windows OS so to ...
0
votes
3answers
162 views
Prevent Facemash cheating through url
I've been using the Facemash-like script. But the problem is that while rating people when we actually point our cursor towards a picture for every image there is a URL like:
...
0
votes
1answer
233 views
Find out what writes to this address
How to locate the assembly code that change the specific memory address?
For example:
Now:
ADDRESS VALUE
0x730b54 1000
Then the value changed:
ADDRESS VALUE
0x730b54 6000
I want ...
2
votes
1answer
1k views
Error using StatusBarManagerService - java.lang.SecurityException on android.permission.STATUS_BAR_SERVICE
I wanted to use the StatusBarManagerService, but it's not available on the SDK, so I tried "cheating", using reflection to access it.
I was able to access it, but now it's giving me an error when ...
11
votes
6answers
508 views
How can I use data discovered via a memory scanner in an external program?
So, some background: I'm using a memory scanner called cheat engine to get real-time values for game stats (e.g. hp, mana, exp) in a non open-source video game that I'm trying to make a bot for.
For ...
3
votes
3answers
286 views
Recent CSS AND/OR Jquery Cheat sheets?
Hey guys, I'm trying to find a complete cheat sheet that has the newest CSS3, along with the 1 and 2 spec.
I'm also trying to find a jQuery cheat sheet that's for 1.5.1, which is the newest. I ...
1
vote
4answers
1k views
Do search engines treat text-indent:-9999em or negative margin as SEO cheat?
I want to use a technique like text-indent:-9999em or negative margin to replace my text with more pretty pictures, but I wonder if search engines would treat this as kinds of cheating?
I think for ...
2
votes
4answers
280 views
Cheating with java on a videogame… :D
Hi guys
I want to win an hard videogame on my pc. The rule is simple: when the screen turns all white, i have to press immediately the spacebar. I have to do it 200 times :/
Maybe a simple Java ...
0
votes
3answers
1k views
php5 functions cheat sheet [closed]
Where can I find a cheat sheet of all PHP functions? With some short explanation and form of usage, not just a name of the function.
Thanks.
3
votes
4answers
238 views
Cheat sheet documentation django python
Is there any Cheat Sheet or Document where I can see all the build-in modules, functions, commands etc in Django and or Python and where I will get an overview of ALL possible elements I could use. I ...
8
votes
3answers
409 views
How to properly implement cheat codes?
what would be the best way to implement kind of cheat codes in general?
I have WinForms application in mind, where a cheat code would unlock an easter egg, but the implementation details are not ...
34
votes
4answers
7k views
how do aim bots in fps games work?
I was curious if anyone had any experience/knowledge about aim bots in online FPS games such as Counter-Strike. I am curious and would like to learn more about how the cursor knows how to lock on to ...
15
votes
3answers
4k views
How to prevent cheating in our (multiplayer) games?
If you are writing a game you should think about cheaters and how to prevent them from cheating.
I don't think only the mmo multiplayer games but also singleplayer or "home-brewed" p2p mp games too.
...
8
votes
2answers
2k views
How does Cheat O'Matic work?
How does this program access other processes memory? How can it write into the address space of another process? Wasn't it supposed to segfault or something?
3
votes
13answers
11k views
C/C++ changing the value of a const
I had an article, but I lost it. It showed and described a couple of C/C++ tricks that people should be careful. One of them interested me but now that I am trying to replicate it I'm not being able ...
3
votes
7answers
6k views
How to cheat and avoid cheating in Flash games?
I'm writing a small online flash game that keeps high scores of players. Obviously I'd like to keep the players from cheating and getting an arbitrarily high score.
What are the most common methods ...
1
vote
4answers
7k views
What can perform Cheat-Engine like tasks in Linux?
In short, how can I search, view, and modify in-memory values in linux, preferably as easily/simply as possible.
Like this.
7
votes
9answers
1k views
Protection against automation
One of our next projects is supposed to be a MS Windows based game (written in C#, with a winform GUI and an integrated DirectX display-control) for a customer who wants to give away prizes to the ...